From: <jbo...@li...> - 2006-05-15 17:34:32
|
Author: mar...@jb... Date: 2006-05-15 13:34:24 -0400 (Mon, 15 May 2006) New Revision: 4231 Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL Log: Added rules on editing jbossjts-properties.xml and jacorb_properties files. Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL =================================================================== --- labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-15 15:19:14 UTC (rev 4230) +++ labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-15 17:34:24 UTC (rev 4231) @@ -26,6 +26,9 @@ - copy the following configuration file from the JBossJTS installation into the server/XXX/conf directory of the JBoss 4.0.3 SP1 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/all/conf/jboss-service.xml file and replace the jboss:service=TransactionManager mbean declaration with the following @@ -57,5 +60,10 @@ <!-- JBoss TS interceptor --> <initializer>com.arjuna.ats.jts.orbspecific.jacorb.interceptors.interposition.InterpositionORBInitializerImpl</initializer> +Replace jacorb.jar in client/lib and server/all/lib with the jacorb.jar located http://labs.jboss.com/file-access/default/members/jbosstm/downloads/4.2/binary/jacorb_2_2_1_patch.zip + +For each deployment of JacORB, you will need to ensure that the jacorb.implname in the jacorb.properties +file is unique. + The application server will now be configured to use the JBossJTS transaction manager instead of the JBoss Transaction Manager. |