Mark Struberg created TOMEE-841:
-----------------------------------
Summary: AnnotationDeployer should log.warning on NoClassDef and
NoClassFound issues
Key: TOMEE-841
URL: https://issues.apache.org/jira/browse/TOMEE-841
Project: TomEE
Issue Type: Bug
Reporter: Mark Struberg
AnnotationDeployer line 1279:
} catch (ClassNotFoundException e) {
// todo log debug warning
} catch (java.lang.NoClassDefFoundError e) {
// no-op
}
This did cost me 4 hours today because I missed a single Interface on the
classpath and thus some of my beans got silently ignored!
In OpenWebBeans we log a warning in such cases. We should do the same in OpenEJB
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira