- 
        
- 
        2. Re: Jbpm in JBossarussel Jan 20, 2009 5:04 AM (in response to arussel)it this doc still relevant: 
 http://docs.jboss.com/jbpm/v3.2/userguide/html/persistence.html#jtatransactions
 (this part is the same as the doc included in 3.3.0.GA)
 the default conf in JBoss:
 jbpm-3.3.0.GA/jboss-4.2.2.GA/server/default/deploy/jbpm/jbpm-service.sar
 is not using it.
- 
        3. Re: Jbpm in JBosskukeltje Jan 20, 2009 9:19 AM (in response to arussel)yes, afaik it is, IF you are using more than one datasource AND want to bind to the JTA transactionmanager 
 The default installer has neither so does not use this
- 
        4. Re: Jbpm in JBossarussel Jan 20, 2009 9:32 AM (in response to arussel)so the only way to get transactional is to hook the createJbpmContext on start of the transaction and call the close on transaction commit, after to have flushed the hibernate session as being done in Seam code. 
 Otherwise hibernate will flush once the jbpmContext is closed and so call the converter code that itself will it use the wrong configuration.
 It would be nice to have it in the doc :-)
- 
        5. Re: Jbpm in JBosskukeltje Jan 20, 2009 3:03 PM (in response to arussel)so the only way to get transactional...... 
 no...
 https://jira.jboss.org/jira/browse/JBPM-1914?focusedCommentId=12442428#action_12442428
- 
        6. Re: Jbpm in JBossarussel Jan 21, 2009 11:22 AM (in response to arussel)https://jira.jboss.org/jira/browse/JBPM-1914?focusedCommentId=12442428#action_12442428 
 this has nothing to do with transaction ...
 
    