[jboss-user] [EJB3] - @Asynchronous invocation retain session context

Nacho Estrada do-not-reply at jboss.com
Mon Apr 18 07:36:11 EDT 2011


Nacho Estrada [http://community.jboss.org/people/putopuntocom] created the discussion

"@Asynchronous invocation retain session context"

To view the discussion, visit: http://community.jboss.org/message/600639#600639

--------------------------------------------------------------
Hello,
I have this situation. A client is invoking several asynchronous stateless session bean methods returning a AsyncResult. 
The client wait for 30 secs for a response and after this calls cancel method of the Future object. 
Ok cancel it's not woking. It doen't matter becouse i don't mind about cancelling the executions of the asynchronous methods.

The problem is that the container keeps the reference to all the SessionBeans that haven't been consumed calling Future.get() causing some out of memory problems after some hours.

What i should do to avoid this? I'm planning to wait in another thread after 30 secs to the rest of the results.

Is there any way of specifing a Timeout to Asynchronous methods?

Thanks in advance,
Nacho.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/600639#600639]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110418/be78b9d6/attachment.html 


More information about the jboss-user mailing list