I have defined my timeout method with the `REQUIRES_NEW' transaction type:
@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
@Timeout
public void timeoutHandler(Timer timer) {
System.err.println("*** TIMEOUT: " + timer.getInfo() + " ***");
}
However, I keep getting these warnings in the log immediately after every
timeout:
20:47:21,873 WARN [TimerImpl] Timer was not registered with Tx, reseting
state:
[id=1target=[target=jboss.j2ee:service=EJB3,name=com.xxx.ejb.session.UsagePollingTimerBean],remaining=1546,periode=3000,in_timeout]
What is wrong here? Have I left something out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914807#3914807
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914807
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user