This content has been marked as final.
Show 4 replies
-
1. Re: jbpm config under jta?
Ronald van Kuijk Jul 26, 2009 8:37 AM (in response to Elhanan Maayan)Have you tried any of this:
http://www.google.nl/search?q=jbpm+jta+spring
or
http://www.google.nl/search?q=jbpm+jta
Oh, and trying 3.2.6SP1 is always a good option. Sometimes things get fixed ;-) -
2. Re: jbpm config under jta?
Anees ur-Rehman Jul 27, 2009 4:00 AM (in response to Elhanan Maayan)You can pass the Session of Spring to the Session of jBPM which will replace the session of hibernate associated with jBPM.
In this way you can use the manage the transaction from your Spring session rather than jBPM Transaction.
Regards
Anees-ur-Rehman -
3. Re: jbpm config under jta?
Elhanan Maayan Jul 27, 2009 5:13 AM (in response to Elhanan Maayan)how can i do that? both sessions have different hbm files?
also the same session, assume the same connection, with if the workflow schema will be in another schema, and many applications willl access it. -
4. Re: jbpm config under jta?
Elhanan Maayan Jul 27, 2009 12:02 PM (in response to Elhanan Maayan)btw i should add that it begins a new transaction whenever it enters automatic node. not a task node