You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,13 @@ Hibernate tries to discover the `JtaPlatform` it should use through the use of a
76
76
If that resolution does not work, or if you wish to provide a custom implementation you will need to specify the `hibernate.transaction.jta.platform` setting.
77
77
Hibernate provides many implementations of the `JtaPlatform` contract, all with short names:
78
78
79
-
`Atomikos`:: `JtaPlatform` for Atomikos.
80
79
`JBossAS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used within the JBoss/WildFly Application Server.
81
80
`JBossTS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used standalone.
81
+
`Atomikos`:: `JtaPlatform` for Atomikos.
82
+
`GlassFish`, `Payara`:: `JtaPlatform` for GlassFish or Payara.
82
83
`Resin`:: `JtaPlatform` for the Resin Application Server.
83
84
`Weblogic`:: `JtaPlatform` for the Weblogic Application Server.
84
-
`WebSphere`:: `JtaPlatform` for older versions of the WebSphere Application Server.
85
-
`WebSphereExtended`:: `JtaPlatform` for newer versions of the WebSphere Application Server.
85
+
`WebSphere`, `WebSphereLiberty`:: `JtaPlatform` for newer versions of the WebSphere Application Server.
0 commit comments