[jboss-user] [JBoss jBPM] - Re: Timer not firing - why ???

ArnoldH do-not-reply at jboss.com
Tue Feb 12 20:11:35 EST 2008


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



More information about the jboss-user mailing list