JBoss Community

Re: jBPM in Websphere

created by S Root in jBPM - View the full discussion

It's been a month since you asked but short answer to the question is yes, it works, Bitronix is not required. I'm using WAS7 with Oracle 10G.

 

TransactionManager TM =

new WebSphereTransactionManagerLookup().getTransactionManager(new

java.util.Properties());

 

and then in your persistence.xml:

 

<

property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WebSphereTransactionManagerLookup"

/>

 

an then



Reply to this message by going to Community

Start a new discussion in jBPM at Community