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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...