From: <jbo...@li...> - 2006-05-26 14:54:26
|
Author: kev...@jb... Date: 2006-05-26 10:54:20 -0400 (Fri, 26 May 2006) New Revision: 4445 Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL Log: updated INSTALL Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL =================================================================== --- labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-26 14:52:19 UTC (rev 4444) +++ labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-26 14:54:20 UTC (rev 4445) @@ -60,7 +60,7 @@ <!-- 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 +Replace jacorb.jar in client/lib and server/all/lib with the jacorb.jar located in the jacorb directory. For each deployment of JacORB, you will need to ensure that the jacorb.implname in the jacorb.properties file is unique. @@ -76,4 +76,4 @@ (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. \ No newline at end of file +(iii) you will need a jacorb.properties file to run the distributed JTS tests. |