[jboss-dev-forums] [EJB3 Development] - getHandle() equivalant in EJB3
Mukhtar Patel
do-not-reply at jboss.com
Wed Jan 23 06:45:55 EST 2013
Mukhtar Patel [https://community.jboss.org/people/m_pat] created the discussion
"getHandle() equivalant in EJB3"
To view the discussion, visit: https://community.jboss.org/message/793769#793769
--------------------------------------------------------------
Hello All,
I am trying to migrate an ejb 1.1 app from weblogic to ejb 3.1 JBoss 7.1, and I am currently trying to find the equivalant of the getHandle() call for EJB3 spec.
In the 1.1 app the handle is serialized to file, in the event that the client lost their connection to the server, the handle is deserialized and used to connect to the same session bean which will be in the same state it was last left at instead of starting from scratch.
The getHandle() is not available in the EJB3 spec, is there another equivalant of this?
I have tried serializing the remote proxy, but it didn't help.
Is there a work around for this issue.
ta.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/793769#793769]
Start a new discussion in EJB3 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130123/060e9b1c/attachment.html
More information about the jboss-dev-forums
mailing list