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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to