From your first stack trace:
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
| at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
| at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:57)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:637)
|
It looks like your JNDI is set on callByValue. Can you check that?
Take a look at examples/ejb3mdb/README.html... there is a troubleshooting information
about JNDIs and callByReference.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026380#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...