S Root [
http://community.jboss.org/people/sroot] created the discussion
"Re: jBPM in Websphere"
To view the discussion, visit:
http://community.jboss.org/message/623010#623010
--------------------------------------------------------------
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
[
http://community.jboss.org/message/623010#623010]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]