[jboss-user] [jBPM Users] - Re: JobExecutorThread exception

2009-09-17 Thread jbpm_user369
Hello, thanks for your prompt reply. anonymous wrote : And if you would have analysed the the logging a little (really, just a little) you would have seen | | 250 [JbpmJobExecutor:141.29.39.58:1] ERROR org.jbpm.db.JobSession - org.hibernate.MappingException | : Named query not known:

[jboss-user] [jBPM Users] - Re: JobExecutorThread exception

2009-09-15 Thread jbpm_user369
Apparently it does not fit. Just to say that any help on this will be greatly appreciated. Thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255377#4255377 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255377

[jboss-user] [JBoss jBPM] - Jbpm, Hibernate, JPA issues

2009-07-29 Thread jbpm_user369
Hello, we are building a project using JPA for persistence and Spring for bean management. We're using Jbpm for handling the business workflow. The jbpm tables used will share the same db with the application, and the jbpm context will share the JPA session of the application. The jbpm

[jboss-user] [JBoss jBPM] - Re: node_enter event trouble

2009-07-15 Thread jbpm_user369
I must be getting blind or something to confuse a dash with an underscore... BTW what I have entered in Google was jbpm node_enter event which was useless. Thanks for your time View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243685#4243685 Reply to the post :

[jboss-user] [JBoss jBPM] - node_enter event trouble

2009-07-14 Thread jbpm_user369
Hi all, I have the following in my process definition: state name=Forward call | event type=node_enter | action class=com.sample.action.MyActionHandler/ | /event | transition to=join2/transition | /state However, when the node_enter event is triggered