Hi All!
I got stuck with async feature - user manual does not get any example and I all 
my tries to continue processing in another thread was failed. This process 
always is processed in main thread  :


  |     <start-state name="start">
  |             <transition name="default" to="first" />
  |     </start-state>
  |     <state name="first" async="true">
  |             <event type="node-enter">
  |                     <script name="first-node-enter-script">
  |                             <expression>
  |       java.lang.System.out.println("IN THE FIRST STATE");           
  |       java.lang.System.out.println(java.lang.Thread.currentThread().name);
  |                             </expression>
  |                     </script>
  |             </event>
  |             <transition name="default" to="end" />          
  |     </state>
  |     <end-state name="end">
  |     </end-state>
  | 


Can somebody get me some simple example of process with async=true nodes?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926026#3926026

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926026


-------------------------------------------------------
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

Reply via email to