[jboss-svn-commits] JBL Code SVN: r7224 - in labs/jbosstm/trunk: ArjunaCore/arjuna/services/classes/com/arjuna/ats/arjuna/services/recovery ArjunaCore/arjuna/services/config ArjunaJTS ArjunaJTS/jts ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver ArjunaJTS/jts/services/config ArjunaJTS/services/bin/linux ArjunaJTS/services/bin/solaris ArjunaJTS/services/bin/windows ext

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 30 05:55:20 EST 2006


Author: jhalliday
Date: 2006-10-30 05:55:08 -0500 (Mon, 30 Oct 2006)
New Revision: 7224

Removed:
   labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/realpath
   labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/realpath
   labs/jbosstm/trunk/ArjunaJTS/services/bin/windows/Wrapper.dll
   labs/jbosstm/trunk/ArjunaJTS/services/bin/windows/Wrapper.exe
Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/services/classes/com/arjuna/ats/arjuna/services/recovery/RecoveryManagerService.java
   labs/jbosstm/trunk/ArjunaCore/arjuna/services/config/recoveryservice.conf
   labs/jbosstm/trunk/ArjunaJTS/build.xml
   labs/jbosstm/trunk/ArjunaJTS/jts/build.xml
   labs/jbosstm/trunk/ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver/TransactionServerService.java
   labs/jbosstm/trunk/ArjunaJTS/jts/services/config/transactionservice.conf
   labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/libwrapper.so
   labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/wrapper
   labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/libwrapper.so
   labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/wrapper
   labs/jbosstm/trunk/ext/Readme
   labs/jbosstm/trunk/ext/wrapper.jar
Log:
Upgraded service wrapper (http://wrapper.tanukisoftware.org/) from 3.0.5 to 3.2.3:
   Modified TransactionServerService.java and RecoveryManagerService.java to use the new API.
   Swapped in new wrapper.jar, .so, .dll, .exe files, deleted (obsolete?) realpath.
   Modified .conf files to use relative paths to minimise install time hassles.


Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/services/classes/com/arjuna/ats/arjuna/services/recovery/RecoveryManagerService.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/services/classes/com/arjuna/ats/arjuna/services/recovery/RecoveryManagerService.java	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/services/classes/com/arjuna/ats/arjuna/services/recovery/RecoveryManagerService.java	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2006, JBoss Inc., and others contributors as indicated 
- * by the @authors tag. All rights reserved. 
+ * Copyright 2006, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
  * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
+ * full listing of individual contributors.
  * This copyrighted material is made available to anyone wishing to use,
  * modify, copy, or redistribute it subject to the terms and conditions
  * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
  * You should have received a copy of the GNU Lesser General Public License,
  * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA  02110-1301, USA.
- * 
+ *
  * (C) 2005-2006,
  * @author JBoss Inc.
  */
@@ -23,7 +23,8 @@
 import com.arjuna.ats.internal.arjuna.recovery.*;
 import com.arjuna.ats.arjuna.common.Uid;
 
-import com.silveregg.wrapper.*;
+import org.tanukisoftware.wrapper.WrapperListener;
+import org.tanukisoftware.wrapper.WrapperManager;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
@@ -36,7 +37,7 @@
  * $Id: RecoveryManagerService.java 2342 2006-03-30 13:06:17Z  $
  */
 
-public class RecoveryManagerService implements com.silveregg.wrapper.WrapperListener
+public class RecoveryManagerService implements WrapperListener
 {
     private final static int FAILED_TO_START_RETURN_CODE = 1;
 

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/services/config/recoveryservice.conf
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/services/config/recoveryservice.conf	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/services/config/recoveryservice.conf	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 #
 # JBoss, Home of Professional Open Source
-# Copyright 2006, JBoss Inc., and others contributors as indicated 
-# by the @authors tag. All rights reserved. 
+# Copyright 2006, JBoss Inc., and others contributors as indicated
+# by the @authors tag. All rights reserved.
 # See the copyright.txt in the distribution for a
-# full listing of individual contributors. 
+# full listing of individual contributors.
 # This copyrighted material is made available to anyone wishing to use,
 # modify, copy, or redistribute it subject to the terms and conditions
 # of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
 # You should have received a copy of the GNU Lesser General Public License,
 # v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
-# 
+#
 # (C) 2005-2006,
 # @author JBoss Inc.
 #
@@ -32,17 +32,18 @@
 
 # Java Classpath (include wrapper.jar)  Add class path elements as
 #  needed starting from 1
-wrapper.java.classpath.1=$USER_INSTALL_DIR$/lib/ext/wrapper.jar
-wrapper.java.classpath.2=$USER_INSTALL_DIR$/lib/@PRODUCT_NAME at .jar
-wrapper.java.classpath.3=$USER_INSTALL_DIR$/lib/@PRODUCT_NAME at -jacorb.jar
-wrapper.java.classpath.4=$USER_INSTALL_DIR$/services/lib/@PRODUCT_NAME at -services.jar
-wrapper.java.classpath.5=$USER_INSTALL_DIR$/lib/ext/common.jar
-wrapper.java.classpath.6=$USER_INSTALL_DIR$/lib/ext/commons-logging.jar
-wrapper.java.classpath.7=$USER_INSTALL_DIR$/lib/ext/log4j-1.2.8.jar
-wrapper.java.classpath.8=$USER_INSTALL_DIR$/lib/ext/xercesImpl.jar
-wrapper.java.classpath.9=$USER_INSTALL_DIR$/lib/ext/xmlParserAPIs.jar
-wrapper.java.classpath.10=$USER_INSTALL_DIR$/services/config
-wrapper.java.classpath.11=$USER_INSTALL_DIR$/etc/
+
+wrapper.java.classpath.1=../../../lib/ext/wrapper.jar
+wrapper.java.classpath.2=../../../lib/jbossjts.jar
+wrapper.java.classpath.3=../../../lib/jbossjts-jacorb.jar
+wrapper.java.classpath.4=../../lib/jbossjts-services.jar
+wrapper.java.classpath.5=../../../lib/ext/jbossts-common.jar
+wrapper.java.classpath.6=../../../lib/ext/commons-logging.jar
+wrapper.java.classpath.7=../../../lib/ext/log4j-1.2.8.jar
+wrapper.java.classpath.8=../../../lib/ext/xercesImpl.jar
+wrapper.java.classpath.9=../../../lib/ext/xmlParserAPIs.jar
+wrapper.java.classpath.10=../../../lib/services/config
+wrapper.java.classpath.11=../../../lib/etc/
 wrapper.java.classpath.12=PUT_JACORB_HOME_HERE/lib/jacorb.jar
 wrapper.java.classpath.13=PUT_JACORB_HOME_HERE/lib/logkit-1.2.jar
 wrapper.java.classpath.14=PUT_JACORB_HOME_HERE/lib/avalon-framework-4.1.5.jar
@@ -102,13 +103,13 @@
 #  service can then be reinstalled.
 
 # Name of the service
-wrapper.ntservice.name=arjunarm
+wrapper.ntservice.name=jbossrm
 
 # Display name of the service
 wrapper.ntservice.displayname=JBoss Transaction Service - Recovery Manager
 
 # Description of the service
-wrapper.ntservice.description=The recovery manager service for JBosssTS
+wrapper.ntservice.description=The recovery manager service for JBossTS
 
 # Service dependencies.  Add dependencies as needed starting from 1
 wrapper.ntservice.dependency.1=

Modified: labs/jbosstm/trunk/ArjunaJTS/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/build.xml	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaJTS/build.xml	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 <!--
   JBoss, Home of Professional Open Source
   Copyright 2006, JBoss Inc., and individual contributors as indicated
-  by the @authors tag.  All rights reserved. 
-  See the copyright.txt in the distribution for a full listing 
+  by the @authors tag.  All rights reserved.
+  See the copyright.txt in the distribution for a full listing
   of individual contributors.
   This copyrighted material is made available to anyone wishing to use,
   modify, copy, or redistribute it subject to the terms and conditions
   of the GNU General Public License, v. 2.0.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.  See the GNU General Public License for more details.
   You should have received a copy of the GNU General Public License,
   v. 2.0 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
-  
+
   (C) 2005-2006,
   @author JBoss Inc.
 -->
@@ -71,7 +71,7 @@
 	    <fail unless="JDK_1.4">
 	      The ArjunaJTS build currently requires jdk1.4 to build.
 	    </fail>
-		
+
 		<property name="com.hp.mw.installationdirectory" location="install"/>
 		<property name="com.hp.mw.sourceid" value="unknown"/>
 		<property name="com.hp.mw.version" value="unknown"/>
@@ -300,9 +300,8 @@
 
         <mkdir dir="${com.hp.mwlabs.installationdirectory}/services/lib"/>
 
-        <copy
-                todir="${com.hp.mwlabs.installationdirectory}/services/lib"
-        >
+		<copy overwrite="true"
+                todir="${com.hp.mwlabs.installationdirectory}/services/lib">
                 <fileset dir="${com.hp.mwlabs.ts.product.services.jar.dest}">
                     <include name="*.jar"/>
                 </fileset>

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/build.xml	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/build.xml	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 <!--
   JBoss, Home of Professional Open Source
   Copyright 2006, JBoss Inc., and individual contributors as indicated
-  by the @authors tag.  All rights reserved. 
-  See the copyright.txt in the distribution for a full listing 
+  by the @authors tag.  All rights reserved.
+  See the copyright.txt in the distribution for a full listing
   of individual contributors.
   This copyrighted material is made available to anyone wishing to use,
   modify, copy, or redistribute it subject to the terms and conditions
   of the GNU General Public License, v. 2.0.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.  See the GNU General Public License for more details.
   You should have received a copy of the GNU General Public License,
   v. 2.0 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
-  
+
   (C) 2005-2006,
   @author JBoss Inc.
 -->
@@ -146,14 +146,14 @@
     <!-- Default build target -->
     <target name="com.hp.mw.ts.jts.build"
     depends="com.hp.mwlabs.jts.generateresourcebundle,com.hp.mw.ts.jts.jar, com.hp.mwlabs.ts.jts.services.jar, com.hp.mwlabs.ts.jts.tests.jar"/>
- 
+
 	<!-- Compilation targets -->
 	<target name="com.hp.mw.ts.jts.compile" depends="com.hp.mwlabs.ts.jts.idl.compile,com.hp.mwlabs.ts.jts.compile,com.hp.mwlabs.jts.generateresourcebundle">
 	</target>
 
 	<target name="com.hp.mwlabs.ts.jts.idl.compile"
 	depends="com.hp.mwlabs.ts.jts.init">
-	
+
         	<!-- Make ANT aware of user-defined task -->
 		<classpath-builder filename="${com.hp.mwlabs.classpathbuilderfilename}" inproperty="orbport.classpath"/>
 	        <taskdef name="idl-build-list" classname="com.arjuna.orbportability.common.ant.IDLBuildList" classpath="${orbport.classpath}"/>
@@ -204,7 +204,7 @@
 				<path path="${com.hp.mwlabs.ts.jts.src}"/>
 			</classpath>
 		</javac>
-		
+
         <!-- Process the properties -->
     	<property name="property.file" value="jts.properties"/>
     	<propertyfile file="${com.hp.mwlabs.ts.jts.dest}/${property.file}">
@@ -271,7 +271,7 @@
     <target name="com.hp.mwlabs.ts.jts.services.jar" depends="com.hp.mwlabs.ts.jts.services.compile" if="com.hp.mwlabs.ts.jts.services.install">
 
         <mkdir dir="${com.hp.mwlabs.ts.jts.services.destdir}"/>
-        <jar    basedir="${com.hp.mwlabs.ts.jts.services.dest}"
+		<jar    basedir="${com.hp.mwlabs.ts.jts.services.dest}"
                 jarfile="${com.hp.mwlabs.ts.jts.services.destdir}/${com.hp.mwlabs.ts.modulename}_services.jar"/>
 
     </target>

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver/TransactionServerService.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver/TransactionServerService.java	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver/TransactionServerService.java	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 /*
  * JBoss, Home of Professional Open Source
  * Copyright 2006, JBoss Inc., and individual contributors as indicated
- * by the @authors tag.  All rights reserved. 
- * See the copyright.txt in the distribution for a full listing 
+ * by the @authors tag.  All rights reserved.
+ * See the copyright.txt in the distribution for a full listing
  * of individual contributors.
  * This copyrighted material is made available to anyone wishing to use,
  * modify, copy, or redistribute it subject to the terms and conditions
  * of the GNU General Public License, v. 2.0.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  * PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  * You should have received a copy of the GNU General Public License,
  * v. 2.0 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA  02110-1301, USA.
- * 
+ *
  * (C) 2005-2006,
  * @author JBoss Inc.
  */
@@ -23,7 +23,8 @@
 import com.arjuna.ats.arjuna.common.Uid;
 import com.arjuna.ats.jts.TransactionServer;
 
-import com.silveregg.wrapper.*;
+import org.tanukisoftware.wrapper.WrapperListener;
+import org.tanukisoftware.wrapper.WrapperManager;
 
 /*
  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
@@ -36,7 +37,7 @@
  * $Id: TransactionServerService.java 2342 2006-03-30 13:06:17Z  $
  */
 
-public class TransactionServerService implements com.silveregg.wrapper.WrapperListener
+public class TransactionServerService implements WrapperListener
 {
     private final static int FAILED_TO_START_RETURN_CODE = 1;
     private final static int LICENCE_ERROR_RETURN_CODE = 2;

Modified: labs/jbosstm/trunk/ArjunaJTS/jts/services/config/transactionservice.conf
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/services/config/transactionservice.conf	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/services/config/transactionservice.conf	2006-10-30 10:55:08 UTC (rev 7224)
@@ -1,20 +1,20 @@
 #
 # JBoss, Home of Professional Open Source
 # Copyright 2006, JBoss Inc., and individual contributors as indicated
-# by the @authors tag.  All rights reserved. 
-# See the copyright.txt in the distribution for a full listing 
+# by the @authors tag.  All rights reserved.
+# See the copyright.txt in the distribution for a full listing
 # of individual contributors.
 # This copyrighted material is made available to anyone wishing to use,
 # modify, copy, or redistribute it subject to the terms and conditions
 # of the GNU General Public License, v. 2.0.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 # You should have received a copy of the GNU General Public License,
 # v. 2.0 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
-# 
+#
 # (C) 2005-2006,
 # @author JBoss Inc.
 #
@@ -32,17 +32,17 @@
 
 # Java Classpath (include wrapper.jar)  Add class path elements as
 #  needed starting from 1
-wrapper.java.classpath.1=$USER_INSTALL_DIR$/lib/ext/wrapper.jar
-wrapper.java.classpath.2=$USER_INSTALL_DIR$/lib/@PRODUCT_NAME at .jar
-wrapper.java.classpath.3=$USER_INSTALL_DIR$/lib/@PRODUCT_NAME at -jacorb.jar
-wrapper.java.classpath.4=$USER_INSTALL_DIR$/services/lib/@PRODUCT_NAME at -services.jar
-wrapper.java.classpath.5=$USER_INSTALL_DIR$/lib/ext/common.jar
-wrapper.java.classpath.6=$USER_INSTALL_DIR$/lib/ext/commons-logging.jar
-wrapper.java.classpath.7=$USER_INSTALL_DIR$/lib/ext/log4j-1.2.8.jar
-wrapper.java.classpath.8=$USER_INSTALL_DIR$/lib/ext/xercesImpl.jar
-wrapper.java.classpath.9=$USER_INSTALL_DIR$/lib/ext/xmlParserAPIs.jar
-wrapper.java.classpath.10=$USER_INSTALL_DIR$/services/config
-wrapper.java.classpath.11=$USER_INSTALL_DIR$/etc/
+wrapper.java.classpath.1=../../../lib/ext/wrapper.jar
+wrapper.java.classpath.2=../../../lib/jbossjts.jar
+wrapper.java.classpath.3=../../../lib/jbossjts-jacorb.jar
+wrapper.java.classpath.4=../../lib/jbossjts-services.jar
+wrapper.java.classpath.5=../../../lib/ext/jbossts-common.jar
+wrapper.java.classpath.6=../../../lib/ext/commons-logging.jar
+wrapper.java.classpath.7=../../../lib/ext/log4j-1.2.8.jar
+wrapper.java.classpath.8=../../../lib/ext/xercesImpl.jar
+wrapper.java.classpath.9=../../../lib/ext/xmlParserAPIs.jar
+wrapper.java.classpath.10=../../../lib/services/config
+wrapper.java.classpath.11=../../../lib/etc/
 wrapper.java.classpath.12=PUT_JACORB_HOME_HERE/lib/jacorb.jar
 wrapper.java.classpath.13=PUT_JACORB_HOME_HERE/lib/logkit-1.2.jar
 wrapper.java.classpath.14=PUT_JACORB_HOME_HERE/lib/avalon-framework-4.1.5.jar

Modified: labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/libwrapper.so
===================================================================
(Binary files differ)

Deleted: labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/realpath
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/services/bin/linux/wrapper
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/libwrapper.so
===================================================================
(Binary files differ)

Deleted: labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/realpath
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ArjunaJTS/services/bin/solaris/wrapper
===================================================================
(Binary files differ)

Deleted: labs/jbosstm/trunk/ArjunaJTS/services/bin/windows/Wrapper.dll
===================================================================
(Binary files differ)

Deleted: labs/jbosstm/trunk/ArjunaJTS/services/bin/windows/Wrapper.exe
===================================================================
(Binary files differ)

Modified: labs/jbosstm/trunk/ext/Readme
===================================================================
--- labs/jbosstm/trunk/ext/Readme	2006-10-30 10:51:35 UTC (rev 7223)
+++ labs/jbosstm/trunk/ext/Readme	2006-10-30 10:55:08 UTC (rev 7224)
@@ -34,7 +34,7 @@
 jndi.jar		JNDI
 jta-spec1_0_1.jar	JTA specification 1.0.1
 log4j-1.2.8.jar		LOG4j version 1.2.8	
-wrapper.jar		Java Service Wrapper 3.0.5
+wrapper.jar		Java Service Wrapper 3.2.3
 xalan.jar
 xercesImpl.jar		Xerces 2.3.0
 xmlParserAPIs.jar	Xerces 2.3.0

Modified: labs/jbosstm/trunk/ext/wrapper.jar
===================================================================
(Binary files differ)




More information about the jboss-svn-commits mailing list