diff --git a/documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc b/documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc index 84d649a26f34..23a743125f30 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc @@ -77,18 +77,9 @@ If that resolution does not work, or if you wish to provide a custom implementat Hibernate provides many implementations of the `JtaPlatform` contract, all with short names: `Atomikos`:: `JtaPlatform` for Atomikos. -`Borland`:: `JtaPlatform` for the Borland Enterprise Server. -`Bitronix`:: `JtaPlatform` for Bitronix. `JBossAS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used within the JBoss/WildFly Application Server. `JBossTS`:: `JtaPlatform` for Arjuna/JBossTransactions/Narayana when used standalone. -`JOnAS`:: `JtaPlatform` for JOTM when used within JOnAS. -`JOTM`:: `JtaPlatform` for JOTM when used standalone. -`JRun4`:: `JtaPlatform` for the JRun 4 Application Server. -`OC4J`:: `JtaPlatform` for Oracle's OC4J container. -`Orion`:: `JtaPlatform` for the Orion Application Server. `Resin`:: `JtaPlatform` for the Resin Application Server. -`SapNetWeaver`:: `JtaPlatform` for the SAP NetWeaver Application Server. -`SunOne`:: `JtaPlatform` for the SunOne Application Server. `Weblogic`:: `JtaPlatform` for the Weblogic Application Server. `WebSphere`:: `JtaPlatform` for older versions of the WebSphere Application Server. `WebSphereExtended`:: `JtaPlatform` for newer versions of the WebSphere Application Server.