JBoss Community

getHandle() equivalant in EJB3

created by Mukhtar Patel in EJB3 Development - View the full discussion

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

Start a new discussion in EJB3 Development at Community