We upgraded a little earlier today, and now a set of entity beans that
behave perfectly well in PR3 seem to be causing null pointer exceptions in
PR4.
I'm getting:
java.lang.NullPointerException
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC
all.java:245)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(Unkno
wn Source)
at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:221)
at $Proxy0.create(Unknown Source)
at com.stamplets.test.ISPClient.<init>(ISPClient.java:63)
at com.stamplets.test.ISPClient.main(ISPClient.java:142)
...on my first attempt to create an EntityBean called ISP, and it seems to
be happening after my ejbPostCreate(...) method is called. Revealingly, the
main console output halts with the lines:
[JAWS] Rows affected = 1
[ISP] post create called (this is a System.out.println in my
ejbPostCreateMethod)
[ISP]null
Does anyone have any idea what could be going on ?
Andy Dwelly
Cedilla Software Services Ltd. - Java for the Internet and Finance
Industries.
Web: www.cedillasoft.com Email: [EMAIL PROTECTED] Tel: +44 1481-242785
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]