[jboss-svn-commits] JBL Code SVN: r7364 - in labs/jbosstm/trunk: . ArjunaJTA ArjunaJTS jboss jboss/JBoss_4_0_3_SP1 jboss/JBoss_4_0_4_GA

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 3 10:06:29 EST 2006


Author: kevin.conner at jboss.com
Date: 2006-11-03 10:06:07 -0500 (Fri, 03 Nov 2006)
New Revision: 7364

Added:
   labs/jbosstm/trunk/jboss/
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/INSTALL
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-aspect-library.jar
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-hibernate.jar
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-iiop.jar
   labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss.jar
   labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/
   labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/INSTALL
   labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss-aspect-library.jar
   labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss.jar
Modified:
   labs/jbosstm/trunk/ArjunaJTA/INSTALL
   labs/jbosstm/trunk/ArjunaJTS/INSTALL
   labs/jbosstm/trunk/build.xml
Log:
Add modified JBoss libraries: JBTM-166

Modified: labs/jbosstm/trunk/ArjunaJTA/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/INSTALL	2006-11-03 14:58:35 UTC (rev 7363)
+++ labs/jbosstm/trunk/ArjunaJTA/INSTALL	2006-11-03 15:06:07 UTC (rev 7364)
@@ -1,28 +1,22 @@
-Installing JBossJTA into JBoss 4.0.3SP1
----------------------------------------
+Installing JBossJTA into JBoss 4.0.3SP1, 4.0.4GA and 4.0.5GA
+------------------------------------------------------------
 
-The installation of JBossJTA into JBoss 4.0.3SP1 is currently a manual process.
+The installation of JBossJTA into JBoss AS is currently a manual process.
 We hope to release an installer in the near future that will automate this
 process.
 
 The following steps are required
 
- - download the tar or zip version of JBoss 4.0.3SP1
+ - download the tar or zip version of the application server
  - extract the distribution into an installation directory
 
  - copy the following jars from the JBossJTA installation into the
-   server/XXX/lib directory of the JBoss 4.0.3 SP1 installation
+   server/XXX/lib directory of the application server installation
    - lib/jbossjta.jar
    - lib/jbossjta-integration.jar
    - lib/ext/jbossts-common.jar
-   - jboss/jboss.jar
-   - jboss/jboss-hibernate.jar
- - copy the following jar from the JBossJTA installation into the
-   server/XXX/deploy/jboss-aop.deployer directory of the JBoss 4.0.3 SP1
-   installation
-   - jboss/jboss-aspect-library.jar
  - copy the following configuration file from the JBossJTA installation into
-   the server/XXX/conf directory of the JBoss 4.0.3 SP1 installation
+   the server/XXX/conf directory of the application server installation
    - etc/jbossjta-properties.xml
  - edit the server/XXX/conf/jboss-service.xml file and replace the
    jboss:service=TransactionManager mbean declaration with the following
@@ -32,5 +26,15 @@
       <attribute name="TransactionTimeout">300</attribute>
    </mbean>
 
+Application Server Library Modifications
+----------------------------------------
+
+The JBoss 4.0.3SP1 and 4.0.4GA application servers require some modified
+librarires before JBossJTA can be used as a replacement.  These are detailed
+in the appropriate subdirectory of the jboss directory within this installation.
+
+No modifications are required if you are running JBoss 4.0.5GA or a cumulative
+patch for JBoss 4.0.4GA.
+
 The application server will now be configured to use the JBossJTA transaction
 manager instead of the JBoss Transaction Manager.

Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/INSTALL	2006-11-03 14:58:35 UTC (rev 7363)
+++ labs/jbosstm/trunk/ArjunaJTS/INSTALL	2006-11-03 15:06:07 UTC (rev 7364)
@@ -1,34 +1,31 @@
-Installing JBossJTS into JBoss 4.0.3SP1
----------------------------------------
+Installing JBossJTS into JBoss 4.0.3SP1, 4.0.4GA and 4.0.5GA
+------------------------------------------------------------
 
-The installation of JBossJTS into JBoss 4.0.3SP1 is currently a manual process.
+The installation of JBossJTS into JBoss AS is currently a manual process.
 We hope to release an installer in the near future that will automate this
 process.
 
 The following steps are required
 
- - download the tar or zip version of JBoss 4.0.3SP1
+ - download the tar or zip version of the application server
  - extract the distribution into an installation directory
 
  - copy the following jars from the JBossJTS installation into the
-   server/XXX/lib directory of the JBoss 4.0.3 SP1 installation
+   server/XXX/lib directory of the application server installation
    - lib/jbossjts.jar
    - lib/jbossjts-jacorb.jar
    - lib/jbossjts-integration.jar
    - lib/ext/jbossts-common.jar
-   - jboss/jboss.jar
-   - jboss/jboss-iiop.jar
-   - jboss/jboss-hibernate.jar
- - copy the following jar from the JBossJTS installation into the
-   server/XXX/deploy/jboss-aop.deployer directory of the JBoss 4.0.3 SP1
-   installation
-   - jboss/jboss-aspect-library.jar
  - copy the following configuration file from the JBossJTS installation into
-   the server/XXX/conf directory of the JBoss 4.0.3 SP1 installation
+   the server/XXX/conf directory of the application server installation
    - etc/jbossjts-properties.xml
-   - edit the properties file to remove either the arjunacore XARecoveryModule or the jts
-   XARecoveryModule, depending upon whether you are using JTS or local JTA, respectively.
-   
+ - edit the server/default/conf/jbossjts-properties.xml file and remove the
+   recovery extension property containing the value
+   "com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule"
+ - edit the server/all/conf/jbossjts-properties.xml file and remove the
+   recovery extension property containing the value
+   "com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule"
+
  - Edit the server/all/conf/jboss-service.xml file and replace the
    jboss:service=TransactionManager mbean declaration with the following
 
@@ -67,9 +64,22 @@
 For each deployment of JacORB, you will need to ensure that the jacorb.implname in the jacorb.properties
 file is unique.
 
+Application Server Library Modifications
+----------------------------------------
+
+The JBoss 4.0.3SP1 and 4.0.4GA application servers require some modified
+librarires before JBossJTA can be used as a replacement.  These are detailed
+in the appropriate subdirectory of the jboss directory within this installation.
+
+No modifications are required if you are running JBoss 4.0.5GA or a cumulative
+patch for JBoss 4.0.4GA.
+
 The application server will now be configured to use the JBossJTS transaction
 manager instead of the JBoss Transaction Manager.
 
+Web Services Transactions
+-------------------------
+
 For the Web Services Transactions component (also known as the XML Transaction Service, or XTS),
 in order to create a stand-alone coordinator:
 
@@ -93,7 +103,7 @@
 
 	    <property
 	    name="com.arjuna.mw.wst.ba.terminatorURL"
-	    value="http://@hostname@:@port@/xts/soap/BusinessActivityTerminatorParticipant"/>
+	    value="http://@hostname@:@port@/xts/soap/TerminatorParticipant"/>
 
 where hostname and port are replaced with the appropriate values.
 
@@ -103,15 +113,11 @@
 We recommend that you run through the XTS trailmap in order to understand how to build and use
 transaction-aware Web Services, before deciding whether or not to use a stand-alone coordinator service.
 
-Note, the following issues exist with the trailmap shipped with JBossTS (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=82879):
+Note, the following issues exist with the XTS trailmap shipped with JBossTS
 
-(i) it talks about ArjunaTS and the arjunats-properties.xml file. This was the old name for JBossTS. The
-new properties file is the jbossjts-properties.xml.
+(i) The XTS trailmap demo application generates warning messages on the
+application server console if it is run in JBoss 4.0.4GA or 4.0.5GA.  These
+warnings do not affect the funtionality of the demo application.
 
-(ii) when running the local JTS transactions part of the trailmap, you will need to start
-the recovery manager: java com.arjuna.ats.arjuna.recovery.RecoveryManager -test
-
-(iii) you will need a jacorb.properties file to run the distributed JTS tests.
-
-(iv) the XTS trailmap talks about webMethods deployments. Obviously it is intended to be deployed
-with JBossAS 4.0.3SP1 as well!
\ No newline at end of file
+The warning is:
+  [JSR109ServerMetaDataBuilder] Cannot obtain SEI mapping for:

Modified: labs/jbosstm/trunk/build.xml
===================================================================
--- labs/jbosstm/trunk/build.xml	2006-11-03 14:58:35 UTC (rev 7363)
+++ labs/jbosstm/trunk/build.xml	2006-11-03 15:06:07 UTC (rev 7364)
@@ -32,6 +32,8 @@
    <property name="integration.dir" location="atsintegration"/>
 	
    <property name="jboss.eula" location="JBossORG-EULA.txt"/>
+   <property name="jboss.libdir" location="jboss"/>
+   <property name="jboss.install.libdir" location="${com.hp.mw.installationdirectory}/jboss"/>
 
    <available property="jts.present" file="${jts.dir}" type="dir"/>
 
@@ -92,6 +94,9 @@
 
    <target name="install_integration">
       <ant dir="${integration.dir}" target="install"/>
+      <copy todir="${jboss.install.libdir}">
+         <fileset dir="${jboss.libdir}"/>
+      </copy>
    </target>
 
    <target name="build_jts" depends="init_jts, init, build_jta">

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/INSTALL
===================================================================
--- labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/INSTALL	2006-11-03 14:58:35 UTC (rev 7363)
+++ labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/INSTALL	2006-11-03 15:06:07 UTC (rev 7364)
@@ -0,0 +1,17 @@
+Installing JBossJTS into JBoss 4.0.3SP1
+---------------------------------------
+
+A number of files within the JBoss 4.0.3SP1 application server must be updated 
+JBossJTS can successfully run.
+
+The following steps are required
+
+ - copy the following jars into the server/XXX/lib directory of the
+   JBoss 4.0.3 SP1 installation
+   - jboss/jboss.jar
+   - jboss/jboss-iiop.jar
+   - jboss/jboss-hibernate.jar
+ - copy the following jar into the server/XXX/deploy/jboss-aop.deployer
+   directory of the JBoss 4.0.3 SP1 installation
+   installation
+   - jboss/jboss-aspect-library.jar


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/INSTALL
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-aspect-library.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-aspect-library.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-hibernate.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-hibernate.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-iiop.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss-iiop.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_3_SP1/jboss.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/INSTALL
===================================================================
--- labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/INSTALL	2006-11-03 14:58:35 UTC (rev 7363)
+++ labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/INSTALL	2006-11-03 15:06:07 UTC (rev 7364)
@@ -0,0 +1,15 @@
+Installing JBossJTS into JBoss 4.0.4GA
+--------------------------------------
+
+A number of files within the JBoss 4.0.4GA application server must be updated 
+JBossJTS can successfully run.
+
+The following steps are required
+
+ - copy the following jar into the server/XXX/lib directory of the
+   JBoss 4.0.3 SP1 installation
+   - jboss/jboss.jar
+ - copy the following jar into the server/XXX/deploy/jboss-aop.deployer
+   directory of the JBoss 4.0.3 SP1 installation
+   installation
+   - jboss/jboss-aspect-library.jar


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/INSTALL
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss-aspect-library.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss-aspect-library.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss.jar
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/trunk/jboss/JBoss_4_0_4_GA/jboss.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-svn-commits mailing list