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
---
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
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
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
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