|
Is it a known fact that ejb-jar.xml cannot include
newlines within the tags like:
<session>
<display-name>
This is a very long line so i put it on it's own line cause
it's looks cleaner
</display-name>
<ejb-name>
com.same.here.because.path.structure.is.very.long.to.MyClass
</ejb-name>
... So what works w/ most servers, I've now had to put
all on the same line for JBoss and have some really messy looking ejb-jar.xml
files.
It fixed a ton of messages that I was getting like
below till I put it all on the same line. Can this be fixed?
[Verifier]
Bean : com.neuroquest.cais.ejb.entity.build.Build Section: 16.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods. Thanks
|
