Re: [JBoss-user] something wrong w/ ejb-jar.xml

2001-06-28 Thread Darius Davidavicius
Hi, This feature is from Jboss 2.4 for ejb-jar.xml DTD validation add http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'> for jboss.xml DTD validation add http://www.jboss.org/doco_files/jboss.dtd'> Moreover jboss.jcml should have ValidateDTDs=true like: true true false true

Re: [JBoss-user] something wrong w/ ejb-jar.xml

2001-06-28 Thread danch (Dan Christopherson)
Just a hunch - try changing the descriptor so there aren't any newlines in the elements that specify these classes. I.E. com.neuroquest.cais.ejb.entity.build.BuildBean -danch G.L. Grobe wrote: > Is there some sort of XML Validator in JBoss that would tell me more about > what's wrong with my

[JBoss-user] something wrong w/ ejb-jar.xml

2001-06-28 Thread G.L. Grobe
 Is there some sort of XML Validator in JBoss that would tell me more aboutwhat's wrong with my ejb-jar.xml file. This file has worked in other serversand I don't see anything wrong with my ejb tags, but JBoss doesn't likesomething cause the [Verifier] complains and tells me to look at Chapt