appExcInfo.setInherited(appExcAnn.inherited());
// Set on descriptor unless the same application exception was defined
// in ejb-jar.xml
if( !ejbBundle.getApplicationExceptions().containsKey(annotatedClass.getName()) ) {
ejbBundle.addApplicationException(appExcInfo);
}
}
return getDefaultProcessedResult();