]
Gunnar Morling updated WFLY-7228:
---------------------------------
Summary: Improve wording in logging message for key WFLYWELD0013 (was: Improve
wording in Weld logging message for key WFLYWELD0013)
Improve wording in logging message for key WFLYWELD0013
-------------------------------------------------------
Key: WFLY-7228
URL:
https://issues.jboss.org/browse/WFLY-7228
Project: WildFly
Issue Type: Enhancement
Reporter: Gunnar Morling
Assignee: Jason Greene
Priority: Minor
I'm seeing this message:
{quote}
WFLYWELD0013: Deployment deployment "demo.war" contains CDI annotations but no
bean archive was not found. (No beans.xml nor class with bean defining annotations)
{quote}
Apart from the repeated "deployment", the double negation makes it confusing, I
reckon it should say something like that:
{quote}
WFLYWELD0013: Deployment "demo.war" contains CDI annotations but is not a bean
archive (Found no beans.xml nor a class with bean defining annotations)
{quote}