Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: JBPM and WebLogic - someone with success?"
To view the discussion, visit:
http://community.jboss.org/message/645000#645000
--------------------------------------------------------------
Thomas, seems like transaction manager can't be obtained with out of the box
mechanism, what you could try is to set transaction manager in environment in the same way
as for JUnit tests:
* use initial context look up if you know JNDI name where transaction manager is bound to
on WebLogic
* use
http://docs.oracle.com/cd/E11035_01/wls100/javadocs/weblogic/transaction/...
TransactionHelper class from WebLogic to obtain it
BTW, can you find following log entry just after exception that you shared with us:
JTA TransactionManager found at fallback JNDI location
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/645000#645000]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]