Thank you, I didn't know that. I checked XML specification, and in deed, DTD forces
child tags order.
Kacper Marczewski
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847161#3847161
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Please, find the xml and trace below, and notice that I'm using tag
successfuly inside defaults tag.
I changed defaults to _defaults_ and entities to _entities_ because those words inside
<> are reserved in this post editor.
Kacper Marczewski
XML:
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_
The same refers to tag inside .
Kacper Marczewski
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846858#3846858
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846858
-
I get error while deploying EJB application. I 've got jbosscmp-jdbc.xml file with
special config for one of the CMP entities, and false tag
inside entity tag causes it. DTD for this XML says that tag is allowed
there, even error trace saying that entity tag definition is wrong, displays part o
Hi,
I'm using Oracle OC4J as an application server for development purposes, and I want to
try to deploy it to JBoss. JBoss server startup goes fine and servlet container work
ok for me, but when it comes to beans ther is something wrong with CMP entity while
calling finder method. I get except