[JBoss-user] [EJB/JBoss] - Re: Bug in JBoss 4.0.0 RC1 jbosscmp-jdbc.xml parsing?

2004-09-03 Thread kmarczewski
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

[JBoss-user] [EJB/JBoss] - Re: Bug in JBoss 4.0.0 RC1 jbosscmp-jdbc.xml parsing?

2004-09-02 Thread kmarczewski
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_

[JBoss-user] [EJB/JBoss] - Re: Bug in JBoss 4.0.0 RC1 jbosscmp-jdbc.xml parsing?

2004-09-01 Thread kmarczewski
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 -

[JBoss-user] [EJB/JBoss] - Bug in JBoss 4.0.0 RC1 jbosscmp-jdbc.xml parsing?

2004-09-01 Thread kmarczewski
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

[JBoss-user] [EJB/JBoss] - From OC4J to JBoss issue

2004-08-24 Thread kmarczewski
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