anonymous wrote : The issue is timers are not executed simultaneously by the scheduler i
have jobexecutor servlet entry in web.xml i am using tomcat server.
That's because they are two non-related timers. And before you ask the next question,
you cannot have them be executed at the same time since that is not supported in any way.
That only one is executed is strange. Do you have a unittest with everything embedded
(processdefinition and actionhandlers) that demonstrates the problem?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231307#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...