I have the same problem, and I use junit for testing. and I use :

       final int SECONDS_TO_WAIT = 30000;  //30 seconds
        try {
            Thread.sleep(SECONDS_TO_WAIT);
        } catch (InterruptedException e) { 
            e.printStackTrace();
        }

to simulate the waiting period. and the expected transition didn't happen. :(

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128974
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to