I think there should be a transition with the same name as defined in the 
transition attribute so something like


  |         <state name="activity-1">
  |             <timer
  |                     name="timer_activity-1"
  |                     duedate="5 seconds"
  |                     transition="to-activity-2">
  |                     <script>
  |                             <expression>
  |                                     <![CDATA[
  |                                     System.out.println("*** TIMER FIRED 
!!!");
  |                                     ]]>
  |                             </expression>
  |                     </script>
  |             </timer>
  |             <transition name="to-activity-2" to="activity-2" />
  |             <transition name="to-activity-3" to="activity-3" />
  |     </state>
  | 
  | 

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to