Wednesday, 16 June
2010
Wed, 16 Jun
'10
12:41 p.m.
Author: mwringe
Date: 2010-06-16 13:41:26 -0400 (Wed, 16 Jun 2010)
New Revision: 3351
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The
tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-16 16:09:05 UTC (rev 3350)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-16 17:41:26 UTC (rev 3351)
@@ -292,7 +292,10 @@
<configuration>
<container>
<containerId>jboss51x</containerId>
- <home>${JBOSS_HOME}</home>
+ <zipUrlInstaller>
+ <url>${JBOSS_ZIP_URL}</url>
+ <installDir>${basedir}/target/servers</installDir>
+ </zipUrlInstaller>
<log>${basedir}/target/jboss51x/container.log</log>
<systemProperties>
<!-- Since the tests run on the server, we need to pass system
properties to the
Show replies by date