RedN4ks opened a new pull request, #2470:
URL: https://github.com/apache/tomee/pull/2470

   Improve the `conf.0008` error message raised during EJB deployment when the 
number of deployed beans does not match the number declared in ejb-jar.xml.
   
   Only the bean counts were logged, which make it difficult to quickly 
identify which specific beans are missing or extra.
   
   My proposal is to update the message to the following:
   Cannot Load jar {0}.  The number of beans deployed ({2}) does not match the 
number of beans actually in the jar ({1}). Deployed beans: {3}. Beans in 
ejb-jar.xml: {4}. Please redeploy this jar.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to