A stateless session bean needs to access a remote server through its provided API. However sometimes the remote API call may take a few minutes to return. To allow the system to scale(there may be many clients access the same bean concurrently), we need to figure out a way to log/notify the event and let the container to 'passivate' the bean instance and put it back to the pool after 30 seconds waiting. Any help is highly appreciated!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879425#3879425 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879425 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
