Skander created TOMEE-4580:
------------------------------
Summary: Improve clarity of conf.0008 deployment mismatch error
Key: TOMEE-4580
URL: https://issues.apache.org/jira/browse/TOMEE-4580
Project: TomEE
Issue Type: Improvement
Affects Versions: 10.1.4
Reporter: Skander
Fix For: 10.1.5
The conf.0008 message only reports the number of deployed beans
versus the number declared in ejb-jar.xml, without indicating which beans
were involved. The current message is the following:
{code:java}
Cannot Load jar {0}. The number of beans deployed ({2}) does not match the
number of beans actually in the jar ({1}). Please redeploy this jar.{code}
I propose to enhance the log message by explicitly listing:
- The deployed bean names
- The bean names declared in ejb-jar.xml
This provides better diagnosability when investigating bean count mismatches
and reduces troubleshooting time.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)