AbstractSection.setVnsHostAndPort(aAe);
// copy Ae into real descriptors if needed
getTrueDescriptor();
// use clones because validation modifies (imports get imported)
if (isCollectionReaderDescriptor()) {
CollectionReaderDescription collRdr = (CollectionReaderDescription) collectionReaderDescription
.clone();
try {
collRdr.doFullValidation(createResourceManager());
} catch (Throwable e) { // all these are Throwable to catch errors like
// UnsupportedClassVersionError, which happens if the annotator
// class is compiled for Java 5.0, but the CDE is running Java 1.4.2
Utility
.popMessage(