User development,
A new message was posted in the thread "jBPM Timer problem":
http://community.jboss.org/message/524434#524434
Author : Simone Simone
Profile :
http://community.jboss.org/people/simoj
Message:
--------------------------------------------------------------
I'm working with jBPM 3.3.1 and I'm trying to use jBPM timer.
I configured a timer on a node in my jbpm process :
<
node name=+"waitForAsync"+>
<timer duedate=+"10 seconds"+ name=+"TimeoutAsincrono"+
transition=+"asyncNotReceived"+>
<action
class=+"com.swf.fsm.action.AsyncNotReceivedHandler"+></action>
</timer>
<transition to=+"checkAsyncReceived"+></transition>
<transition to=+"node1"+
name=+"asyncNotReceived"+></transition>
</node>
I start the jbpm process from a Message Driven Bean and it starts correctly but when the
process tries to execute the node where I set the Timer, I
obtain the following error :
16:18:15,531 ERROR [GraphElement] action threw exception: ejb timer entity lookup problem
org.jbpm.JbpmException: ejb timer entity lookup problem
at
org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory.getTimerEntityHome(EntitySchedulerServiceFactory.java:45)
at
org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory.openService(EntitySchedulerServiceFactory.java:62)
.....
Caused by: javax.naming.NameNotFoundException: env not bound
....
could anyone please help me? I think to forget something in the configuration files but I
don't know where.
Thanks
Simone
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/524434#524434