[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-11 Thread saraswati.santanu
I dont see a transaction manager bean defined in your spring application context xml. Is it there? If it is not then you need to define one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265051#4265051 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-11 Thread quanmie
"saraswati.santanu" wrote : I dont see a transaction manager bean defined in your spring application context xml. Is it there? If it is not then you need to define one. have a HibernateTransactionManager in applicationContext.xml View the original post : http://www.jboss.org/index.html?mod

[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-11 Thread quanmie
"saraswati.santanu" wrote : I dont see a transaction manager bean defined in your spring application context xml. Is it there? If it is not then you need to define one. bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager"> /bean have a HibernateTr

[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-12 Thread saraswati.santanu
In that case I do not see a problem with your jbpm.cfg.xml file. It seems you are using jbpm4.0 version. There the execute method of EnvironmentInterceptor looks a bit different from the later versions. However things should work even with that. | public T execute(Command command) { |

[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-13 Thread quanmie
thanks a lot . I changed jbpm4.0 to 4.2 and its works well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265449#4265449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265449 ___