Greetings. I have a stateful session bean that I wish to set a timeout value for (e.g. if the user goes away to write a novel I want it to eventually timeout). I am also doing the appropriate remove at the end of the transaction sequence.
Not sure where to set this in JBOSS. I've been using Jrun recently and they have an ejb-jar.xml specific to Jrun (alongside the std one) which is as follows... | <jrun-ejb-jar> | <enterprise-beans> | <!-- AffidavitFacade is a stateful session bean--> | <session> | <ejb-name>AffidavitFacade</ejb-name> | <jndi-name>AffidavitFacade</jndi-name> | <timeout>1800</timeout> | </session> | </enterprise-beans> | </jrun-ejb-jar> | Is there somewhere in JBOSS I can define something similar - or is it a global setting (not for the specific EJB as above)(which would be OK). Using Jboss 3.2.3 accessing Oracle8, client coming in via Tomcat. Thanks gurus! Rob View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833846#3833846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833846 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
