This content has been marked as final.
Show 3 replies
-
1. Re: Error while deploying in JBoss6.0.0
murali tharan Apr 26, 2011 2:46 AM (in response to murali tharan)Is there any order or positions of tags must be followed in the ejb-jar.xml ?
-
2. Error while deploying in JBoss6.0.0
Wolf-Dieter Fink Apr 26, 2011 4:17 AM (in response to murali tharan)Yes,
a simple way is to use a XML editor that check against the dtd, you will find it under .../docs/dtd.
If you use for example JEdit the DTD's can be received automaticaly from the given URL.
With JBoss4 there was no check, starting with JBoss5 the descriptors are checked against the spec.
-
3. Re: Error while deploying in JBoss6.0.0
murali tharan Apr 26, 2011 5:21 AM (in response to Wolf-Dieter Fink)Thank you Dieter Fink.
Murali