[
https://issues.apache.org/jira/browse/TOMEE-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612283#comment-13612283
]
Mark Struberg commented on TOMEE-841:
-------------------------------------
btw, this happened because the org.apache.openejb.core.TempClassLoader could
not see some classes.
The ThreadContextClassLoader could see them. So I fear it's a TomEE issue.
> 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