[jboss-user] [JBoss jBPM] - Re: Specifying jbpm config xml file

cpob do-not-reply at jboss.com
Mon Oct 2 09:18:35 EDT 2006


Interesting, I ran into a similar, but still different issue.

http://jira.jboss.com/jira/browse/JBPM-680

I saw that one of the tests was creating the scheduler thread w/ the default constructor, and:
anonymous wrote : Changing lines 146 and 185 from:
  |     new SchedulerThread().executeTimers();
  | to:
  |     new SchedulerThread( jbpmConfiguration ).executeTimers(); 

Perhaps your 'getSchedulerThread' method is doing a default constructor creation? 

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

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



More information about the jboss-user mailing list