[jboss-user] [EJB/JBoss] - Singleton TimedObjects?
snarff
do-not-reply at jboss.com
Fri Mar 7 14:10:14 EST 2008
A singleton MDB is triggered periodically by a timer. However, the timer thread which calls the ejbTimeout method seems to run concurrently with the thread which invokes the onMessage method, which destroys the singleton character of the MDB. Is there any means to guarantee that an MDB which runs on a timer behaves as a true singleton?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134956#4134956
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134956
More information about the jboss-user
mailing list