anonymous wrote : I used the same approach when I worked on a BPML engine few years ago (graph oriented programming), but the loops (while, until) had inner stacks, so the maximum inner stack size was equal to the number of activities the loop had. Eventually pushed the process instances (BPML allows call) for an eventual compensation! Exactly! I was thinking of a way to make the call stack return to the loop condition node when it "detected" a token was reentering. Transient variables would do the trick, but the approach you propose seems compelling. I'll try it.
anonymous wrote : Ever since I try to avoid it, and use good old Knuth techniques Blame Tom here ;-) anonymous wrote : I will hit you soon with another suite of issues I found with BPEL implementation, hope you don't mind Absolutely not :-) On the contrary, thanks for taking the time to report the issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921984#3921984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921984 ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
