[JBoss-user] [Persistence & CMP/JBoss] - Re: malformed DTD for jbosscmp-jdbc.xml

2004-05-26 Thread rstinejr
Someone fixed the DTDs for jbosscmp-jdbc 3.0 & 3.2. Thank you, mysterious stranger! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836305#3836305 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836305 ---

[JBoss-user] [Persistence & CMP/JBoss] - malformed DTD for jbosscmp-jdbc.xml

2004-05-26 Thread rstinejr
What happened to the DTDs for jbosscmp-jdbc?? (E.g., "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd";, same problem for the 3.2 DTD.) It looks like the DTD files have been overwritten by XML files. This makes XMLSpy unhappy... View the original post : http://www.jboss.org/index.htm

[JBoss-user] [Installation & Configuration] - what happened to the jbosscmp-jdbc DTDs?

2004-05-26 Thread rstinejr
What happened to the DTDs for jbosscmp-jdbc? It looks like they've been replaced by XML files. This makes XMLSpy unhappy... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836244#3836244 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Persistence & CMP/JBoss] - Re: Upgrade from 3.0.6 to 3.2.3 breaks trivial ejbSelect

2004-03-11 Thread rstinejr
More info: the NPE is getting thrown by org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand; the pertinent part of the stack trace is: java.lang.NullPointerException at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:273) at or

[JBoss-user] [Persistence & CMP/JBoss] - Upgrade from 3.0.6 to 3.2.3 breaks trivial ejbSelect

2004-03-10 Thread rstinejr
Upgrading from 3.0.6 to 3.2.3 results in a null pointer exception in the generated code of the following trivial ejbSelect method: ejbSelectFoo java.lang.Integer I verify that I'm not passing a null argume