context.logMessage( Diagnostic.Kind.OTHER, "Finished processing" );
return ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS;
}
if ( !xmlProcessed ) {
XmlParser parser = new XmlParser( context );
parser.parsePersistenceXml();
xmlProcessed = true;
}
if ( !hostJPAAnnotations( annotations ) ) {
context.logMessage( Diagnostic.Kind.OTHER, "Current processing round does not contain entities" );