[jboss-user] [EJB 3.0] - Re: Re-obtaining a reference to an existing stateful EJB3 in

stfkbf do-not-reply at jboss.com
Mon Jan 7 05:12:44 EST 2008


Serializing and deserializing (and transforming the reference to something that can be transmitted via a web service) works for me also (serializing and deserializing the remote interface). When deserializing, the remote interface points to the original bean. 

However if the serialized object is returned through a web service and then reused in a later web service call (by passing the serialized object to the service), the serialized object points to a new bean instance instead of the original one.

Is there an obvious explanation for this that i have missed?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117469#4117469

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117469



More information about the jboss-user mailing list