[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-07-11 Thread alex.gui...@jboss.com
the problem posted by zoe occurs on what seems to be a jpdl process, so let me focus on dhanush's problem first. dhanush, when you say "api mode" are you invoking methods outside the enterprise app (i.e. code not deployed inside jbpm-bpel.ear)? if you are, then your app's ENC will not contain t

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-07-02 Thread dhanushgopinath
No Guys. I am still having the Class Cast Exception. Any help is appreciated. The problem is that my process instance is never shown as ended because of this exception. thanks Dhanush View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241400#4241400 Reply to

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-06-26 Thread zoegraddy
I am also seeing the "org.jbpm.JbpmException: ejb timer entity lookup" exception but it appears to be some sort of bootstrap issue. My process definition has a decision node where one possible path goes to a task-node with a task that has a timer. The other path does not have any timers. This

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-04-09 Thread sarishjain
Were you able to resolve this error? Does anyone knows a solution to this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224792#4224792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224792 _

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-01-20 Thread dhanushgopinath
Ok. I did some more research, added in web.xml of my application this snippet | ejb/LocalTimerEntityBean | Entity | org.jbpm.ejb.LocalTimerEntityHome | org.jbpm.ejb.LocalTimerEntity | TimerEntityBean | and then added

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-01-20 Thread dhanushgopinath
Hi, I got one more additional information here: When I run the BPEL WS from SOAP-UI, the object of EntitySchedulerServiceFactory is having its timerEntityHomeJndiName as "java:comp/env/ejb/LocalTimerEntityBean" and the timerEntityHome object is populated. When I run the BPEL WS through API,