[
https://issues.apache.org/jira/browse/TOMEE-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612411#comment-13612411
]
Romain Manni-Bucau commented on TOMEE-841:
------------------------------------------
classes which can't be loaded when checking cdi classes are now logged -> debug
level on OpenEJB.startup category
> 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