Skip to content

Commit 067341a

Browse files
committed
HHH-18964 update JtaPlatforms in doc
1 parent 85bdefe commit 067341a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Hibernate tries to discover the `JtaPlatform` it should use through the use of a
7676
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.
7777
Hibernate provides many implementations of the `JtaPlatform` contract, all with short names:
7878

79-
`Atomikos`:: `JtaPlatform` for Atomikos.
8079
`JBossAS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used within the JBoss/WildFly Application Server.
8180
`JBossTS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used standalone.
81+
`Atomikos`:: `JtaPlatform` for Atomikos.
82+
`GlassFish`, `Payara`:: `JtaPlatform` for GlassFish or Payara.
8283
`Resin`:: `JtaPlatform` for the Resin Application Server.
8384
`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.
8686

8787
[[transactions-api]]
8888
=== Hibernate Transaction API

0 commit comments

Comments
 (0)