I had a look into the code and it seems that the exception is only throwen when there was a regular-long-running-conversation active while a method annotated with @StartTask or @BeginTask is called. The problem went away when I called a dummy @End annotated method right before the @StartTask or @BeginTask annotated methods. My question now: would it be possible (or even make sense for that matter) to add the "join" property to the Task* annotations? Or maybe something like @StartTask(forceNew=true) to not to join the current conversation but to gracefully clean all active conversations up and create a brand new one?
TIA, Thorsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936947#3936947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936947 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
