JBossWS SVN: r4197 - legacy/branches.
by jbossws-commits@lists.jboss.org
Author: palin
Date: 2007-08-03 15:55:20 -0400 (Fri, 03 Aug 2007)
New Revision: 4197
Removed:
legacy/branches/JBWS-515/
Log:
Removing useless branch
17 years, 4 months
JBossWS SVN: r4196 - legacy and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 12:18:30 -0400 (Fri, 03 Aug 2007)
New Revision: 4196
Added:
legacy/branches/
Removed:
branches/
Log:
Move branches to legacy
Copied: legacy/branches (from rev 4195, branches)
17 years, 4 months
JBossWS SVN: r4195 - branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 12:17:22 -0400 (Fri, 03 Aug 2007)
New Revision: 4195
Removed:
branches/jbossws-2.0.backup/
Log:
remove backup
17 years, 4 months
JBossWS SVN: r4194 - in framework/trunk/hudson/hudson-home: jobs/Core-Tests-AS-4.2-JDK6 and 8 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 12:07:00 -0400 (Fri, 03 Aug 2007)
New Revision: 4194
Modified:
framework/trunk/hudson/hudson-home/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
Fix hudson for metro, cxf
Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -7,24 +7,12 @@
<h2>JBossWS-(a)version.id@ QA Environment</h2>
<table>
- <tr><th align=left>JBossWS:</th><td>@hudson.framework.url@</td></tr>
- </table>
- <p/>
-
- <b>Web Service Stack</b>
- <p/>
-
- <table>
- <tr><th align=left>Native:</th><td>@hudson.native.url@</td></tr>
- <tr><th align=left>Metro:</th><td>@hudson.metro.url@</td></tr>
- <tr><th align=left>CXF:</th><td>@hudson.cxf.url@</td></tr>
- </table>
- <p/>
-
- <b>Target Container</b>
- <p/>
-
- <table>
+ <tr><th align=left>Framework:</th><td>@hudson.framework.url@</td></tr>
+ <tr><td colspan=2></td></tr>
+ <tr><th align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr>
+ <tr><th align=left>Stack-Metro:</th><td>@hudson.metro.url@</td></tr>
+ <tr><th align=left>Stack-CXF:</th><td>@hudson.cxf.url@</td></tr>
+ <tr><td colspan=2></td></tr>
<tr><th align=left>@hudson.jboss50.build@</th><td>-r(a)hudson.jboss50.rev@ @hudson.jboss50.url@</td></tr>
<tr><th align=left>@hudson.jboss42.build@</th><td>-r(a)hudson.jboss42.rev@ @hudson.jboss42.url@</td></tr>
<tr><th align=left>@hudson.jboss40.build@</th><td>-r(a)hudson.jboss40.rev@ @hudson.jboss40.url@</td></tr>
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -23,7 +23,7 @@
exit 1
else
JAVA_HOME="@jdk6.home@"
- cp $JBWSDIR/build/build.conf.example $JBWSDIR/build/build.conf
+ cp $STACKDIR/build/build.conf.example $STACKDIR/build/build.conf
fi
#
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/sunri/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
+ <testResults>stack-metro/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url@</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/sunri/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
+ <testResults>stack-metro/output/jbossws-sunri-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url@</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/xfire/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url@</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -25,7 +25,7 @@
#
# Build distro
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/xfire/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/jbossws-xfire-@version.id(a)/tests/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -75,8 +75,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url@</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build sunri
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/sunri/output/tests/reports/*.xml</testResults>
+ <testResults>stack-metro/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url@</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-metro
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build sunri-jboss50
#
-cd $JBWSDIR/integration/sunri
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/sunri/output/tests/reports/*.xml</testResults>
+ <testResults>stack-metro/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.metro.url@</remote>
- <local>stack-native</local>
+ <local>stack-metro</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build xfire
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/xfire/output/tests/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url@</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03 15:47:41 UTC (rev 4193)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03 16:07:00 UTC (rev 4194)
@@ -10,7 +10,7 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
-STACKDIR=$WORKSPACE/stack-native
+STACKDIR=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -23,7 +23,7 @@
#
# Build xfire
#
-cd $JBWSDIR/integration/xfire
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
@@ -55,7 +55,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/integration/xfire/output/tests/reports/*.xml</testResults>
+ <testResults>stack-cxf/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -67,8 +67,12 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
<remote>@hudson.cxf.url@</remote>
- <local>stack-native</local>
+ <local>stack-cxf</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
17 years, 4 months
JBossWS SVN: r4193 - container/jboss40/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 11:47:41 -0400 (Fri, 03 Aug 2007)
New Revision: 4193
Modified:
container/jboss40/trunk/.classpath
Log:
Fix eclipse classpath
Modified: container/jboss40/trunk/.classpath
===================================================================
--- container/jboss40/trunk/.classpath 2007-08-03 15:25:44 UTC (rev 4192)
+++ container/jboss40/trunk/.classpath 2007-08-03 15:47:41 UTC (rev 4193)
@@ -3,10 +3,8 @@
<classpathentry excluding="org/jboss/wsf/container/jboss42/jms/" kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-4.0.x"/>
- <classpathentry combineaccessrules="false" kind="src" path="/jbossws-core"/>
<classpathentry combineaccessrules="false" kind="src" path="/spi"/>
<classpathentry combineaccessrules="false" kind="src" path="/common"/>
- <classpathentry combineaccessrules="false" kind="src" path="/container-jboss42"/>
<classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
<classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
<classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
17 years, 4 months
JBossWS SVN: r4192 - in framework/trunk: ant-import and 22 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 11:25:44 -0400 (Fri, 03 Aug 2007)
New Revision: 4192
Modified:
framework/trunk/ant-import/build-hudson.xml
framework/trunk/ant.properties.example
framework/trunk/hudson/hudson-home/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
Log:
Fix hudson for native
Modified: framework/trunk/ant-import/build-hudson.xml
===================================================================
--- framework/trunk/ant-import/build-hudson.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/ant-import/build-hudson.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -82,17 +82,13 @@
description="Setup the Hudson QA environment">
<!-- get the svn url -->
- <exec dir="${framework.dir}/.." executable="svn" failonerror="true" output="${framework.dir}/output/svn-info.xml">
+ <exec dir="${framework.dir}" executable="svn" failonerror="true" output="${framework.dir}/output/svn-info.xml">
<arg line="info"/>
<arg line="--xml"/>
</exec>
<xmlproperty file="${framework.dir}/output/svn-info.xml"/>
- <property name="svn.url" value="${info.entry.url}"/>
+ <property name="hudson.framework.url" value="${info.entry.url}"/>
- <exec executable="dirname" outputproperty="svn.basedir.local">
- <arg value="${basedir}"/>
- </exec>
-
<!-- Configure Hudson -->
<copy todir="${hudson.home}" overwrite="true">
<fileset dir="${framework.dir}/hudson/hudson-home">
@@ -101,8 +97,7 @@
<include name="*.xml"/>
</fileset>
<filterset>
- <filter token="svn.basedir.local" value="${svn.basedir.local}"/>
- <filter token="svn.url" value="${svn.url}"/>
+ <filter token="hudson.framework.url" value="${hudson.framework.url}"/>
<filter token="hudson.home" value="${hudson.home}"/>
<filtersfile file="${framework.dir}/version.properties"/>
<filtersfile file="${framework.dir}/ant.properties"/>
Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/ant.properties.example 2007-08-03 15:25:44 UTC (rev 4192)
@@ -3,6 +3,9 @@
#
# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
+# The JBoss settings
+jboss.bind.address=localhost
+
# JBoss Repository
#jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
jboss.repository=http://repository.jboss.org
@@ -16,6 +19,10 @@
hudson.admin.port=8150
hudson.http.port=8180
+hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/trunk
+hudson.metro.url=https://svn.jboss.org/repos/jbossws/stack/metro/trunk
+hudson.cxf.url=https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
+
hudson.jboss50.url=https://svn.jboss.org/repos/jbossas/trunk
hudson.jboss50.build=jboss-5.0.0.Beta3
hudson.jboss50.rev=HEAD
Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -7,10 +7,20 @@
<h2>JBossWS-(a)version.id@ QA Environment</h2>
<table>
- <tr><th align=left>SVN:</th><td>@svn.url@</td></tr>
+ <tr><th align=left>JBossWS:</th><td>@hudson.framework.url@</td></tr>
</table>
<p/>
+ <b>Web Service Stack</b>
+ <p/>
+
+ <table>
+ <tr><th align=left>Native:</th><td>@hudson.native.url@</td></tr>
+ <tr><th align=left>Metro:</th><td>@hudson.metro.url@</td></tr>
+ <tr><th align=left>CXF:</th><td>@hudson.cxf.url@</td></tr>
+ </table>
+ <p/>
+
<b>Target Container</b>
<p/>
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=AS-Tests-AS-4.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/JBossAS-4.0/build/output/(a)hudson.jboss40.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40"
@@ -17,12 +18,12 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# build/deploy jbossws-native
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 clean jars
ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE deploy-jboss40
@@ -30,13 +31,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -62,7 +63,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -80,9 +81,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=AS-Tests-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
ant $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -61,7 +62,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -79,9 +80,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=AS-Tests-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
ant $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -61,7 +62,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -79,9 +80,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=JBWS-CoreTests-AS-4.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/JBossAS-4.0/build/output/@hudson.jboss40.build(a)-ejb3
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss40
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=JBWS-CoreTests-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2-JDK6/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=JBWS-CoreTests-AS-4.2-JDK6
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -28,25 +29,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -59,13 +60,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -77,9 +78,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=JBWS-CoreTests-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# deploy to jboss
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-Native-AS-4.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -20,12 +21,12 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -38,13 +39,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -57,7 +58,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -75,9 +76,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-Native-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -20,12 +21,12 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -38,13 +39,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -57,7 +58,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -75,9 +76,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-Native-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -20,12 +21,12 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean build-bin-dist
@@ -38,13 +39,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -57,7 +58,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -75,9 +76,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-SunRI-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -19,7 +20,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
@@ -37,13 +38,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -56,7 +57,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -74,8 +75,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.metro.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-SunRI-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -19,7 +20,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
@@ -37,13 +38,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -56,7 +57,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -74,8 +75,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.metro.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-XFire-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -19,7 +20,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
@@ -37,13 +38,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -56,7 +57,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -74,8 +75,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Distro-XFire-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS50_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
JBOSS42_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
@@ -19,7 +20,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build distro
@@ -37,13 +38,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -56,7 +57,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -74,8 +75,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-Native-AS-4.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/JBossAS-4.0/build/output/@hudson.jboss40.build(a)-ejb3
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss40 -Djboss40.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build jbws-jboss40
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss40
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-Native-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build jbws-jboss42
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss42
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-Native-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -17,25 +18,25 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build deploy-jboss50
#
-cd $JBWSDIR/jbossws-core
+cd $STACKDIR
cp ant.properties.example ant.properties
./build.sh $ENVIRONMENT clean deploy-jboss50
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,13 +49,13 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
- <testResults>jbossws/jbossws-core/output/tests/reports/*.xml</testResults>
+ <testResults>stack-native/output/tests/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients@</recipients>
@@ -66,9 +67,13 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.framework.url@</remote>
+ <local>framework</local>
</hudson.scm.SubversionSCM-ModuleLocation>
+ <hudson.scm.SubversionSCM-ModuleLocation>
+ <remote>@hudson.native.url@</remote>
+ <local>stack-native</local>
+ </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-SunRI-AS-4.2
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -17,7 +18,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build sunri
@@ -29,13 +30,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,7 +49,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -66,8 +67,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.metro.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-SunRI-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -17,7 +18,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build sunri-jboss50
@@ -29,13 +30,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,7 +49,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -66,8 +67,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.metro.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-XFire-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2/workspace/JBossAS-4.2/build/output/(a)hudson.jboss42.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss42 -Djboss42.home=$JBOSS_INSTANCE"
@@ -17,7 +18,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build xfire
@@ -29,13 +30,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,7 +49,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -66,8 +67,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03 15:15:29 UTC (rev 4191)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml 2007-08-03 15:25:44 UTC (rev 4192)
@@ -9,7 +9,8 @@
MODULE=Integration-XFire-AS-5.0
WORKSPACE=`pwd`
-JBWSDIR=$WORKSPACE/jbossws
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKDIR=$WORKSPACE/stack-native
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/JBossAS-5.0/build/output/(a)hudson.jboss50.build@
ENVIRONMENT="-Dforce.thirdparty.get=true -Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE"
@@ -17,7 +18,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
# Build xfire
@@ -29,13 +30,13 @@
#
# start jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
# Was it successfully started?
-$JBWSDIR/build/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
if [ -e $WORKSPACE/spider.failed ]; then
tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance(a)/log/server.log
- $JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+ $FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
exit 1
fi
@@ -48,7 +49,7 @@
#
# stop jbossas
#
-$JBWSDIR/build/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
</command>
</hudson.tasks.Shell>
</builders>
@@ -66,8 +67,8 @@
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@svn.url@</remote>
- <local>jbossws</local>
+ <remote>@hudson.cxf.url@</remote>
+ <local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
17 years, 4 months
JBossWS SVN: r4191 - in stack: cxf/trunk/ant-import and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 11:15:29 -0400 (Fri, 03 Aug 2007)
New Revision: 4191
Removed:
stack/cxf/trunk/IntegrationIssues.txt
Modified:
stack/cxf/trunk/ant-import/build-thirdparty.xml
stack/cxf/trunk/build.bat
stack/cxf/trunk/build.sh
stack/cxf/trunk/version.properties
stack/metro/trunk/ant-import/build-thirdparty.xml
stack/metro/trunk/build.bat
stack/metro/trunk/build.sh
stack/metro/trunk/version.properties
stack/native/trunk/build.bat
stack/native/trunk/build.sh
Log:
Fix local ant installation
Deleted: stack/cxf/trunk/IntegrationIssues.txt
===================================================================
--- stack/cxf/trunk/IntegrationIssues.txt 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/cxf/trunk/IntegrationIssues.txt 2007-08-03 15:15:29 UTC (rev 4191)
@@ -1,11 +0,0 @@
-# $Id$
-
-* WSServletContextListener is final and loads sun-jaxws.xml from context classloader.
-We need to provide sun-jaxws.xml dynamically.
-
-* WSServletException is package protected
-
-* WSServlet is final
-
-* WSServletDelegate is final
-
Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:15:29 UTC (rev 4191)
@@ -81,7 +81,7 @@
<checksum file="${int.xfire.dir}/version.properties" fileext=".md5"/>
</target>
- <target name="thirdparty-classpath" depends="thirdparty-init">
+ <target name="thirdparty-classpath" depends="thirdparty-get">
<path id="xfire.integration.classpath">
<!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar -->
Modified: stack/cxf/trunk/build.bat
===================================================================
--- stack/cxf/trunk/build.bat 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/cxf/trunk/build.bat 2007-08-03 15:15:29 UTC (rev 4191)
@@ -40,7 +40,7 @@
REM with some WIN32 systems.
REM ******************************************************
-set NAMES=build\tools;build\tools\ant;build\tools\apache\ant
+set NAMES=tools\ant
set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
REM ******************************************************
Modified: stack/cxf/trunk/build.sh
===================================================================
--- stack/cxf/trunk/build.sh 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/cxf/trunk/build.sh 2007-08-03 15:15:29 UTC (rev 4191)
@@ -24,14 +24,7 @@
#USE_JDK6=true
# the default search path for ant
-ANT_SEARCH_PATH="\
- tools
- tools/ant \
- tools/apache/ant \
- ant \
- ../build/tools/ant \
- ../../build/tools/ant \
- ../../../build/tools/ant "
+ANT_SEARCH_PATH="tools/ant"
# the default build file name
ANT_BUILD_FILE="build.xml"
@@ -99,7 +92,7 @@
#
main() {
# if there is a build config file. then source it
- maybe_source "$DIRNAME/build.conf" "../build/build.conf" "../../build/build.conf" "../../../build/build.conf"
+ maybe_source "$DIRNAME/build.conf"
# Increase the maximum file descriptors if we can
if [ $cygwin = "false" ]; then
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/cxf/trunk/version.properties 2007-08-03 15:15:29 UTC (rev 4191)
@@ -18,4 +18,8 @@
jboss-javaee=5.0.0-SNAPSHOT
jboss-jaxr=1.2.0.GA
jboss-security-spi=2.0.0.Beta
+stax-api=1.0
+sun-jaxb=2.1.4
+sun-servlet=2.5
+woodstox=3.1.1
Modified: stack/metro/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/metro/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/metro/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:15:29 UTC (rev 4191)
@@ -80,7 +80,7 @@
<checksum file="${int.sunri.dir}/version.properties" fileext=".md5"/>
</target>
- <target name="thirdparty-classpath" depends="thirdparty-init">
+ <target name="thirdparty-classpath" depends="thirdparty-get">
<!-- The compile classpath for jboss50 integration -->
<path id="sunri.integration.classpath">
Modified: stack/metro/trunk/build.bat
===================================================================
--- stack/metro/trunk/build.bat 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/metro/trunk/build.bat 2007-08-03 15:15:29 UTC (rev 4191)
@@ -40,7 +40,7 @@
REM with some WIN32 systems.
REM ******************************************************
-set NAMES=build\tools;build\tools\ant;build\tools\apache\ant
+set NAMES=tools\ant
set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
REM ******************************************************
Modified: stack/metro/trunk/build.sh
===================================================================
--- stack/metro/trunk/build.sh 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/metro/trunk/build.sh 2007-08-03 15:15:29 UTC (rev 4191)
@@ -24,14 +24,7 @@
#USE_JDK6=true
# the default search path for ant
-ANT_SEARCH_PATH="\
- tools
- tools/ant \
- tools/apache/ant \
- ant \
- ../build/tools/ant \
- ../../build/tools/ant \
- ../../../build/tools/ant "
+ANT_SEARCH_PATH="tools/ant"
# the default build file name
ANT_BUILD_FILE="build.xml"
@@ -99,7 +92,7 @@
#
main() {
# if there is a build config file. then source it
- maybe_source "$DIRNAME/build.conf" "../build/build.conf" "../../build/build.conf" "../../../build/build.conf"
+ maybe_source "$DIRNAME/build.conf"
# Increase the maximum file descriptors if we can
if [ $cygwin = "false" ]; then
Modified: stack/metro/trunk/version.properties
===================================================================
--- stack/metro/trunk/version.properties 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/metro/trunk/version.properties 2007-08-03 15:15:29 UTC (rev 4191)
@@ -13,7 +13,10 @@
jboss-common-core=2.0.2.GA
jboss-common-logging-spi=2.0.2.GA
jboss-javaee=5.0.0-SNAPSHOT
+jboss-jaxr=1.2.0.GA
jboss-security-spi=2.0.0.Beta
+sun-jaxb=2.1.4
sun-jaxws=2.1.1
sun-servlet=2.5
ibm-wsdl4j=1.6.2
+woodstox=3.1.1
Modified: stack/native/trunk/build.bat
===================================================================
--- stack/native/trunk/build.bat 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/native/trunk/build.bat 2007-08-03 15:15:29 UTC (rev 4191)
@@ -40,7 +40,7 @@
REM with some WIN32 systems.
REM ******************************************************
-set NAMES=build\tools;build\tools\ant;build\tools\apache\ant
+set NAMES=tools\ant
set SUBFOLDERS=..;..\..;..\..\..;..\..\..\..
REM ******************************************************
Modified: stack/native/trunk/build.sh
===================================================================
--- stack/native/trunk/build.sh 2007-08-03 15:12:45 UTC (rev 4190)
+++ stack/native/trunk/build.sh 2007-08-03 15:15:29 UTC (rev 4191)
@@ -24,14 +24,7 @@
#USE_JDK6=true
# the default search path for ant
-ANT_SEARCH_PATH="\
- tools
- tools/ant \
- tools/apache/ant \
- ant \
- ../build/tools/ant \
- ../../build/tools/ant \
- ../../../build/tools/ant "
+ANT_SEARCH_PATH="tools/ant"
# the default build file name
ANT_BUILD_FILE="build.xml"
@@ -99,7 +92,7 @@
#
main() {
# if there is a build config file. then source it
- maybe_source "$DIRNAME/build.conf" "../build/build.conf" "../../build/build.conf" "../../../build/build.conf"
+ maybe_source "$DIRNAME/build.conf"
# Increase the maximum file descriptors if we can
if [ $cygwin = "false" ]; then
17 years, 4 months
JBossWS SVN: r4190 - in stack/native/trunk: ant-import and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-08-03 11:12:45 -0400 (Fri, 03 Aug 2007)
New Revision: 4190
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassA.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassB.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassC.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperB.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperC.java
stack/native/trunk/src/test/resources/jaxws/jbws1702/
stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/
stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/jboss-web.xml
stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/web.xml
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
stack/native/trunk/ant-import/build-thirdparty.xml
stack/native/trunk/jbossws-core.iml
stack/native/trunk/version.properties
Log:
JBWS-1702, first cut. Works with wrapped, still bare needs to be tested
Modified: stack/native/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/native/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:05:21 UTC (rev 4189)
+++ stack/native/trunk/ant-import/build-thirdparty.xml 2007-08-03 15:12:45 UTC (rev 4190)
@@ -45,6 +45,7 @@
description="Gets the thirdparty libraries">
<mkdir dir="${thirdparty.dir}"/>
+ <get src="${jboss.repository}/junit/${junit}/lib/junit.jar" dest="${thirdparty.dir}/junit.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar" dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework.jar" dest="${thirdparty.dir}/jbossws-framework.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-scripts.zip" dest="${thirdparty.dir}/jbossws-framework-scripts.zip" usetimestamp="true" verbose="true"/>
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-03 15:05:21 UTC (rev 4189)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-03 15:12:45 UTC (rev 4190)
@@ -333,7 +333,15 @@
</classes>
</war>
- <!-- jaxws namespace -->
+ <!-- jaxws-jbws1702 -->
+ <war destfile="${tests.output.dir}/libs/jaxws-jbws1702.war" webxml="${tests.output.dir}/resources/jaxws/jbws1702/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1702/**/*.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxws/jbws1702/WEB-INF"/>
+ </war>
+
+ <!-- jaxws namespace -->
<war warfile="${tests.output.dir}/libs/jaxws-namespace.war" webxml="${tests.output.dir}/resources/jaxws/namespace/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/namespace/EndpointBean.class"/>
Modified: stack/native/trunk/jbossws-core.iml
===================================================================
--- stack/native/trunk/jbossws-core.iml 2007-08-03 15:05:21 UTC (rev 4189)
+++ stack/native/trunk/jbossws-core.iml 2007-08-03 15:12:45 UTC (rev 4190)
@@ -515,6 +515,34 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="sunri-sources" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/thirdparty/jbossws-common.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/thirdparty/junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/thirdparty/jbossws-spi.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="framework" />
<orderEntryProperties />
</component>
</module>
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,74 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import junit.framework.Test;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+import org.jboss.test.ws.jaxws.jbws1702.types.ResponseWrapperB;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import java.net.URL;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class JBWS1702TestCase extends JBossWSTest
+{
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1702TestCase.class, "jaxws-jbws1702.war");
+ }
+
+ public void testInheritanceBare() throws Exception
+ {
+ System.out.println("FIXME: [JBWS-1702]: Type inheritance on Doclit/Bare");
+ /*Service service = Service.create(
+ new URL("http://"+getServerHost()+":8080/jbws1702/SampleWSWithDocument_Bare?wsdl"),
+ new QName("http://jbws1702.jaxws.ws.test.jboss.org/", "SampleWSWithDocument_BareService")
+ );
+
+ SampleWSBareSEI port = service.getPort(SampleWSBareSEI.class);
+ ResponseWrapperB wrapper = port.getClassCAsClassB();
+ ClassB b = wrapper.getData();
+ assertTrue("Should be an instance of ClassC, but was " + b, (b instanceof ClassC));
+ */
+ }
+
+ public void testInheritanceWrapped() throws Exception
+ {
+ Service service = Service.create(
+ new URL("http://"+getServerHost()+":8080/jbws1702/SampleWSWithDocument_Wrapped?wsdl"),
+ new QName("http://jbws1702.jaxws.ws.test.jboss.org/", "SampleWSWithDocument_WrappedService")
+ );
+
+ SampleWSWrappedSEI port = service.getPort(SampleWSWrappedSEI.class);
+ ClassB b = port.getClassCAsClassB();
+ assertTrue("Should be an instance of ClassC, but was " + b, (b instanceof ClassC));
+ }
+
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,42 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ResponseWrapperB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ResponseWrapperC;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService
+public interface SampleWSBareSEI
+{
+ @WebMethod()
+ ResponseWrapperB getClassCAsClassB();
+
+ @WebMethod()
+ ResponseWrapperC getClassC();
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSBareSEI.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,81 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ResponseWrapperB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+import org.jboss.test.ws.jaxws.jbws1702.types.ResponseWrapperC;
+
+import javax.jws.soap.SOAPBinding;
+import javax.jws.WebService;
+import javax.jws.WebMethod;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1702.SampleWSBareSEI")
+@SOAPBinding(
+ style = SOAPBinding.Style.DOCUMENT,
+ use = SOAPBinding.Use.LITERAL,
+ parameterStyle = SOAPBinding.ParameterStyle.BARE
+)
+public class SampleWSWithDocument_Bare implements SampleWSBareSEI
+{
+
+ /**
+ * Creates a new instance of SampleWSWithDocument_Bare
+ */
+ public SampleWSWithDocument_Bare() {
+ }
+
+ /**
+ * In .NET Client (C#) only the content information of ClassB is being submitted. (--> propC is unknown)
+ */
+ @WebMethod()
+ public ResponseWrapperB getClassCAsClassB() {
+ ClassC classC= new ClassC();
+ classC.setPropA("propA");
+ classC.setPropB("propB");
+ classC.setPropC("propC");
+
+ ResponseWrapperB resp = new ResponseWrapperB();
+ resp.setData(classC);
+ return resp;
+ }
+
+ /**
+ * Method that make ClassC available for all clients using this web service.
+ */
+ @WebMethod()
+ public ResponseWrapperC getClassC() {
+ ClassC data = (ClassC) getClassCAsClassB().getData();
+ ResponseWrapperC resp = new ResponseWrapperC();
+ resp.setData(data);
+ return resp;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,73 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassB;
+
+import javax.jws.WebService;
+import javax.jws.WebMethod;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1702.SampleWSWrappedSEI")
+@SOAPBinding( style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED )
+public class SampleWSWithDocument_Wrapped implements SampleWSWrappedSEI
+{
+
+ /**
+ * Creates a new instance of SampleWSWithDocument_Wrapped
+ */
+ public SampleWSWithDocument_Wrapped() {
+ }
+
+ /**
+ * In .NET Client (C#) only the content information of ClassB is being submitted. (--> propC is unknown)
+ */
+ @WebMethod()
+ public ClassB getClassCAsClassB() {
+ ClassC classC= new ClassC();
+ classC.setPropA("propA");
+ classC.setPropB("propB");
+ classC.setPropC("propC");
+ return classC;
+ }
+
+ /**
+ * Method that make ClassC available for all clients using this web service.
+ * !! Is there another possibility to make inherited classes available? In J2EE4 styled endpoints you could
+ * declare additional Classes in a seperate xml descriptor file. !!
+ */
+ @WebMethod()
+ public ClassC getClassC() {
+ return new ClassC();
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,74 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+
+import javax.jws.WebService;
+import javax.jws.WebMethod;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+
+@WebService()
+@SOAPBinding( style = SOAPBinding.Style.RPC, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.BARE )
+public class SampleWSWithRPC_Bare
+{
+
+ /**
+ * Creates a new instance of SampleWSWithDocument_Wrapped
+ */
+ public SampleWSWithRPC_Bare() {
+ }
+
+ /**
+ * In .NET Client (C#) the follow error occurs:
+ * "The specified type was not recognized: name='classC', namespace='', at <return xmlns=''>."
+ */
+ @WebMethod()
+ public ClassB getClassCAsClassB() {
+ ClassC classC= new ClassC();
+ classC.setPropA("propA");
+ classC.setPropB("propB");
+ classC.setPropC("propC");
+ return classC;
+ }
+
+ /**
+ * Method that make ClassC available for all clients using this web service.
+ * !! Is there another possibility to make inherited classes available? In J2EE4 styled endpoints you could
+ * declare additional Classes in a seperate xml descriptor file. !!
+ */
+ @WebMethod()
+ public ClassC getClassC() {
+ return new ClassC();
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,42 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService
+public interface SampleWSWrappedSEI
+{
+ @WebMethod()
+ ClassB getClassCAsClassB();
+
+ @WebMethod()
+ ClassC getClassC();
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassA.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassA.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassA.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,54 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702.types;
+
+import javax.xml.bind.annotation.XmlSeeAlso;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+(a)XmlSeeAlso({ClassB.class, ClassC.class})
+public class ClassA
+{
+
+ private String propA;
+
+ /**
+ * Creates a new instance of ClassA
+ */
+ public ClassA() {
+ }
+
+ public String getPropA() {
+ return propA;
+ }
+
+ public void setPropA(String propA) {
+ this.propA = propA;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassA.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassB.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassB.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassB.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,53 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702.types;
+
+import javax.xml.bind.annotation.XmlSeeAlso;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+(a)XmlSeeAlso({ClassC.class})
+public class ClassB extends ClassA {
+
+ private String propB;
+
+ /**
+ * Creates a new instance of ClassB
+ */
+ public ClassB() {
+ }
+
+ public String getPropB() {
+ return propB;
+ }
+
+ public void setPropB(String propB) {
+ this.propB = propB;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassB.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassC.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassC.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassC.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,52 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702.types;
+
+import javax.xml.bind.annotation.XmlSeeAlso;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+public class ClassC extends ClassB {
+
+ private String propC;
+
+ /**
+ * Creates a new instance of ClassC
+ */
+ public ClassC() {
+ }
+
+ public String getPropC() {
+ return propC;
+ }
+
+ public void setPropC(String propC) {
+ this.propC = propC;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ClassC.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperB.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperB.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperB.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,57 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702.types;
+
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlElement;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+(a)XmlAccessorType(XmlAccessType.PROPERTY)
+@XmlType(name = "ResponseWrapperB", namespace="http://mstrauch.examples.ws/", propOrder = { "data" })
+public class ResponseWrapperB
+{
+
+
+ private ClassB _data;
+
+ public ResponseWrapperB() {
+ }
+
+ @XmlElement(namespace="http://mstrauch.examples.ws/", required = true)
+ public ClassB getData() {
+ return _data;
+ }
+
+ public void setData(ClassB data) {
+ this._data = data;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperB.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperC.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperC.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperC.java 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,56 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702.types;
+
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlElement;
+
+/**
+ *
+ *
+ * <p>Copyright: Copyright (c) 2006</p>
+ * <p>Organisation: Marabu EDV</p>
+ * @author strauch
+ * @version 1.0
+ */
+(a)XmlAccessorType(XmlAccessType.PROPERTY)
+@XmlType(name = "ResponseWrapperC", namespace="http://mstrauch.examples.ws/", propOrder = { "data" })
+public class ResponseWrapperC
+{
+
+ private ClassC _data;
+
+ public ResponseWrapperC() {
+ }
+
+ @XmlElement(namespace="http://mstrauch.examples.ws/", required = true)
+ public ClassC getData() {
+ return _data;
+ }
+
+ public void setData(ClassC data) {
+ this._data = data;
+ }
+
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/types/ResponseWrapperC.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/jboss-web.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/jboss-web.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/jboss-web.xml 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+ <security-domain flushOnSessionInvalidation="false"/>
+ <context-root>/jbws1702</context-root>
+</jboss-web>
Property changes on: stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/web.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/web.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/web.xml 2007-08-03 15:12:45 UTC (rev 4190)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <servlet>
+ <servlet-name>SampleWSWithDocument_Wrapped</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1702.SampleWSWithDocument_Wrapped</servlet-class>
+ </servlet>
+ <servlet>
+ <servlet-name>SampleWSWithDocument_Bare</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1702.SampleWSWithDocument_Bare</servlet-class>
+ </servlet>
+ <servlet>
+ <servlet-name>SampleWSWithRPC_Bare</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1702.SampleWSWithRPC_Bare</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>SampleWSWithDocument_Wrapped</servlet-name>
+ <url-pattern>/SampleWSWithDocument_Wrapped</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>SampleWSWithDocument_Bare</servlet-name>
+ <url-pattern>/SampleWSWithDocument_Bare</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>SampleWSWithRPC_Bare</servlet-name>
+ <url-pattern>/SampleWSWithRPC_Bare</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Property changes on: stack/native/trunk/src/test/resources/jaxws/jbws1702/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/version.properties
===================================================================
--- stack/native/trunk/version.properties 2007-08-03 15:05:21 UTC (rev 4189)
+++ stack/native/trunk/version.properties 2007-08-03 15:12:45 UTC (rev 4190)
@@ -6,6 +6,7 @@
ibm-wsdl4j=1.6.2
javassist=3.5.0.CR1
jbpm-bpel=1.1.0.Beta5
+jboss-common-core=2.0.2.GA
jbossws-common=2.0.1.CR1
jbossws-framework=2.0.1.CR1
jbossws-spi=2.0.1.CR1
17 years, 4 months
JBossWS SVN: r4189 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 11:05:21 -0400 (Fri, 03 Aug 2007)
New Revision: 4189
Added:
stack/cxf/trunk/tools/
Log:
Copy ant
Copied: stack/cxf/trunk/tools (from rev 4188, stack/native/trunk/tools)
17 years, 4 months
JBossWS SVN: r4188 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 11:05:04 -0400 (Fri, 03 Aug 2007)
New Revision: 4188
Added:
stack/metro/trunk/tools/
Log:
Copy ant
Copied: stack/metro/trunk/tools (from rev 4187, stack/native/trunk/tools)
17 years, 4 months