[jboss-user] [JBoss jBPM] - Enterprise Timers - Load Order
bradsdavis
do-not-reply at jboss.com
Tue Mar 3 13:28:34 EST 2009
What is the ideal way to bind to timers? When I have the following configuration for scheduler:
| <service name="scheduler">
| <factory>
| <bean name="org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory" class="org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory">
| <field name="timerEntityHomeJndiName"><string value="java:ejb/TimerEntityBean"/></field>
| </bean>
| </factory>
| </service>
|
I receive an exception related to the timer service starting up before the LocalCommandServiceHome is started.
What am I missing here?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214646#4214646
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214646
More information about the jboss-user
mailing list