[jboss-svn-commits] JBL Code SVN: r30120 - in labs/jbossesb/trunk/product: rosetta/tests/src/org/jboss/soa/esb/testutils and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 12 05:07:55 EST 2009


Author: kevin.conner at jboss.com
Date: 2009-11-12 05:07:55 -0500 (Thu, 12 Nov 2009)
New Revision: 30120

Modified:
   labs/jbossesb/trunk/product/.classpath
   labs/jbossesb/trunk/product/product.properties
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/testutils/HsqldbUtil.java
Log:
Rolling back .classpath changes, JBESB-2973 already exists for this task

Modified: labs/jbossesb/trunk/product/.classpath
===================================================================
--- labs/jbossesb/trunk/product/.classpath	2009-11-12 08:52:01 UTC (rev 30119)
+++ labs/jbossesb/trunk/product/.classpath	2009-11-12 10:07:55 UTC (rev 30120)
@@ -163,9 +163,5 @@
 	<classpathentry kind="var" path="ESB_ROOT/testlib/junit-4.1.jar"/>
 	<classpathentry kind="var" path="ESB_ROOT/testlib/mockejb.jar"/>
 	<classpathentry kind="var" path="ESB_ROOT/testlib/mockito-all-1.8.0.jar"/>
-	<classpathentry kind="lib" path="build/lib/juddi-core-3.0.0.jar"/>
-	<classpathentry kind="lib" path="build/lib/commons-configuration-1.5.jar"/>
-	<classpathentry kind="lib" path="build/lib/juddi-client-3.0.0.jar"/>
-	<classpathentry kind="lib" path="build/lib/uddi-ws-3.0.0.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: labs/jbossesb/trunk/product/product.properties
===================================================================
--- labs/jbossesb/trunk/product/product.properties	2009-11-12 08:52:01 UTC (rev 30119)
+++ labs/jbossesb/trunk/product/product.properties	2009-11-12 10:07:55 UTC (rev 30120)
@@ -8,6 +8,7 @@
 # uncomment the following if you wish to use an app server installation
 # for tests instead of the included jbossesb-server
 #org.jboss.esb.server.home=<app server home>
+org.jboss.esb.server.home=/home/kevin/jbossas/jbossas5/jboss-5.1.0.GA
 
 # Uncomment all the ftp properties if you wish to override the ftp server
 #org.jboss.esb.test.ftp.hostname=<hostname:port>
@@ -17,4 +18,4 @@
 
 # Uncomment the following if you want more control over junit	 
 #org.jboss.esb.junit.haltonerror=yes	 
-#org.jboss.esb.junit.haltonfailure=yes
\ No newline at end of file
+#org.jboss.esb.junit.haltonfailure=yes

Modified: labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/testutils/HsqldbUtil.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/testutils/HsqldbUtil.java	2009-11-12 08:52:01 UTC (rev 30119)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/testutils/HsqldbUtil.java	2009-11-12 10:07:55 UTC (rev 30120)
@@ -96,6 +96,7 @@
 		if ((serverObject != null) && (serverObject instanceof Server))
 		{
 			final Server server = (Server)serverObject;
+			server.stop() ;
 			server.shutdown() ;
 		}
 	}



More information about the jboss-svn-commits mailing list