I create a process definition on the fly from my code. This is not done using xml, i add new node, state and other elements to the process.
I also have a process-state element. The sub process defined has a timer (create timer and cancel timer event). When saving the process instance I created from master process, the timers of my sub process are not saved. As far as I debugged the code, It's because there are transientInstances of modules (in this case the scheduler) which receive the timers. When saving the process instance, only timers of the master process are saved, not of the sub process. My process executes up to the create timer action in the sub process, and then stops, because no timer is recognized by the scheduler. Do I understand things wrong or is there another way to handle that? Thanks Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909765#3909765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909765 ------------------------------------------------------- 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
