]
George Gastaldi updated FORGE-621:
----------------------------------
Assignee: Luca Masini
Support Weblogic 12c as a container in the Persistence plugin
-------------------------------------------------------------
Key: FORGE-621
URL:
https://issues.jboss.org/browse/FORGE-621
Project: Forge
Issue Type: Bug
Components: Builtin Plugins, Java EE APIs
Affects Versions: 1.0.6.Final
Reporter: Luca Masini
Assignee: Luca Masini
Labels: hibernate_persistance_layer, weblogic
Fix For: 1.1.4.Final
Attachments: JPAContainer.java, WebLogic12cContainer.java
When running in an App Server that is not JBoss we need to configure the
"hibernate.transaction.jta.platform" to bind the JTA resource to the current
EntityManager. For instance, using WebLogic 12c:
<property name="hibernate.transaction.jta.platform"
value="org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform" />
I think that a new parameter is needed on the persistence setup command.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: