From: <jbo...@li...> - 2006-05-15 17:52:27
|
Author: mar...@jb... Date: 2006-05-15 13:52:24 -0400 (Mon, 15 May 2006) New Revision: 4233 Modified: labs/jbosstm/trunk/ArjunaJTS/trailmap/README.txt Log: Added important instructions. http://jira.jboss.com/jira/browse/JBTM-65 Modified: labs/jbosstm/trunk/ArjunaJTS/trailmap/README.txt =================================================================== --- labs/jbosstm/trunk/ArjunaJTS/trailmap/README.txt 2006-05-15 17:47:58 UTC (rev 4232) +++ labs/jbosstm/trunk/ArjunaJTS/trailmap/README.txt 2006-05-15 17:52:24 UTC (rev 4233) @@ -20,8 +20,11 @@ allow a better understanding of the way to use the JBossTS Programming interfaces. -To build the sources files you should follow instructins given below: +To build the sources files you should follow instructions given below: +- Download the version of JacORB from the JBossTS download page. Place this +in a directory called jacorb_2_1 in the root of your JBossTS installation, i.e., +at the same level as the trailmap directory. - Ensure you have the Ant build system installed. Ant is a Java build tool, similar to make. @@ -46,12 +49,17 @@ the jacorb (version 2.2.2) jar files From a command prompt, go (or 'cd') to the directory containing the - build.xml file (<arjunats_install_root>/trailmap) and type 'ant'. + build.xml file (<jbossjts_install_root>/trailmap) and type 'ant'. Add the generated file named arjunats-demo.jar and located under - <arjunats_install_root>/trailmap/lib in you CLASSPATH environment + <jbossjts_install_root>/trailmap/lib in you CLASSPATH environment variable. + +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 +You will need a jacorb.properties file to run the distributed JTS tests. + For each sample, refer to the appropriate trail page. Database Note: |