[
https://issues.apache.org/jira/browse/TOMEE-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612313#comment-13612313
]
Romain Manni-Bucau commented on TOMEE-841:
------------------------------------------
The log level shouldnt be > debug otherwise logs will be broken with a bunch of
not javaee libs.
Can you reproduce your issue? TempClassloader basically see what app loader see
excepted if some lib conflict is present
> 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