JBossWS SVN: r6756 - in stack/metro/branches/tdiesler/trunk: modules/wsit and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-29 14:56:16 -0400 (Tue, 29 Apr 2008)
New Revision: 6756
Modified:
stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
stack/metro/branches/tdiesler/trunk/pom.xml
stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml
stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
deploy-jboss422, ok
Modified: stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml 2008-04-29 17:17:10 UTC (rev 6755)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml 2008-04-29 18:56:16 UTC (rev 6756)
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <name>JBoss Web Services - Stack Metro WSIT</name>
+ <name>JBoss Web Services - Stack Metro Interoperability</name>
<artifactId>jbossws-metro-wsit</artifactId>
<packaging>pom</packaging>
Modified: stack/metro/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/pom.xml 2008-04-29 17:17:10 UTC (rev 6755)
+++ stack/metro/branches/tdiesler/trunk/pom.xml 2008-04-29 18:56:16 UTC (rev 6756)
@@ -11,68 +11,6 @@
<!-- $Id$ -->
-<!--
- The JBossWS project is organised like this
-
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~+
- Target Container: | AS-5.0 | | AS-4.2 | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- Container Integration: | jbossws-jboss50 | | jbossws-jboss42 | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | |
- WS Framework: | jbossws-spi, jbossws-framework, jbossws-common | | |
- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS Stack Integration: | jbossws-native | | jbossws-metro | | jbossws-cxf | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS Stack: | jbossws-core | | Sun Metro | | Apache CXF | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS-* Extensions: +~+ +~+ +~+ +~+ +~+ +~+ | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- +~+ +~+ +~+ +~+ +~+ +~+ +~~~~+
- JAXWS Testsuite
-
-
- Typically you would build, deploy, test one of the WS stacks against one of the supported target containers.
- Here we explain first the manual procedure. Further down you find instruction on how to do this using our
- automated Hudson QA environment.
-
- Working with JBossWS
- ~~~~~~~~~~~~~~~~~~~~
-
- To run the general JAXWS samples against our web service stack on JBoss-5.0 you would run the sequence below.
- This is also the required sequence before any SVN commit. If one of the tests fails, please complain loudly.
-
- ant deploy-jboss500
- mvn -Ptestsuite,jboss500 test
-
- Working with the Hudson QA environment
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- The Hudson QA environment helps you to test any supported stack against any supported target container.
- To setup Hudson on your local box, you would run
-
- cd framework/trunk/hudson
- ant hudson-setup
- ant hudson-start
-
- When you hit http://localhost:8180/hudson you should be able to
-
- 1. login
- 2. build a target container
- 3. run a testsuite against the target container
-
- Publicly, Hudson is available at http://jbws.dyndns.org:8180/hudson/
-
- Have fun + good luck
- The JBossWS Team
--->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -96,6 +34,7 @@
<module>modules/management</module>
<module>modules/server</module>
<module>modules/client</module>
+ <module>modules/wsit</module>
</modules>
<!-- Properties -->
Modified: stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-04-29 17:17:10 UTC (rev 6755)
+++ stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-04-29 18:56:16 UTC (rev 6756)
@@ -32,11 +32,11 @@
<include name="**/jaxws-tools.jar"/>
<include name="**/jaxws-rt.jar"/>
<include name="**/jaxws-api.jar"/>
- <include name="**/jboss-wsit-rt.jar"/>
- <include name="**/jboss-wsit-tools.jar"/>
<include name="**/jbossws-common.jar"/>
<include name="**/jbossws-framework.jar"/>
<include name="**/jbossws-metro-client.jar"/>
+ <include name="**/jbossws-metro-wsit-rt.jar"/>
+ <include name="**/jbossws-metro-wsit-tools.jar"/>
<include name="**/jbossws-spi.jar"/>
<include name="**/streambuffer.jar"/>
<include name="**/stax-api.jar"/>
@@ -81,9 +81,9 @@
<include name="**/jaxws-local-transport.jar"/>
<include name="**/jaxws-rt.jar"/>
<include name="**/jaxws-tools.jar"/>
- <include name="**/jboss-wsit-rt.jar"/>
- <include name="**/jboss-wsit-tools.jar"/>
<include name="**/jbossws-metro-server.jar"/>
+ <include name="**/jbossws-metro-wsit-rt.jar"/>
+ <include name="**/jbossws-metro-wsit-tools.jar"/>
<include name="**/jsr181-api.jar"/>
<include name="**/jsr173_api.jar"/>
<include name="**/jsr250-api.jar"/>
Modified: stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-04-29 17:17:10 UTC (rev 6755)
+++ stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-04-29 18:56:16 UTC (rev 6756)
@@ -85,7 +85,6 @@
<include>*:sjsxp:jar</include>
<include>*:stax-api:jar</include>
<include>*:stax-ex:jar</include>
- <!--include>*:stax-utils:jar</include-->
<include>*:streambuffer:jar</include>
<include>*:txnannprocessor:jar</include>
<include>*:wsdl4j:jar</include>
@@ -115,6 +114,20 @@
<unpack>false</unpack>
</binaries>
</moduleSet>
+ <!--
+ Does not work with maven-2.0.9
+ This should include the output from module wsit
+ <moduleSet>
+ <includes>
+ <include>*:jbossws-metro-wsit:jar:*</include>
+ </includes>
+ <binaries>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>${module.artifactId}-${module.classifier}.${module.extension}</outputFileNameMapping>
+ <includeDependencies>false</includeDependencies>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet-->
</moduleSets>
<!-- resources -->
@@ -128,4 +141,17 @@
</fileSet>
</fileSets>
+ <!-- This should be a moduleSet - see above -->
+ <files>
+ <file>
+ <outputDirectory>lib</outputDirectory>
+ <source>modules/wsit/target/jbossws-metro-wsit-${project.version}-rt.jar</source>
+ <destName>jbossws-metro-wsit-rt.jar</destName>
+ </file>
+ <file>
+ <outputDirectory>lib</outputDirectory>
+ <source>modules/wsit/target/jbossws-metro-wsit-${project.version}-tools.jar</source>
+ <destName>jbossws-metro-wsit-tools.jar</destName>
+ </file>
+ </files>
</assembly>
\ No newline at end of file
17 years, 12 months
JBossWS SVN: r6755 - stack/cxf/trunk/modules/testsuite/framework-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-04-29 13:17:10 -0400 (Tue, 29 Apr 2008)
New Revision: 6755
Modified:
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2161] updating excludes
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 15:50:21 UTC (rev 6754)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 17:17:10 UTC (rev 6755)
@@ -98,7 +98,6 @@
<!-- EJB3/Injection excludes -->
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
<!-- [JBWS-1178] Multiple virtual host and soap:address problem -->
<exclude>org/jboss/test/ws/jaxws/jbws1178/**</exclude>
@@ -152,7 +151,6 @@
<!-- [CXF-1515] Bad Enumeration value 'extension restriction' -->
<exclude>org/jboss/test/ws/jaxws/jbws1505/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1845/**</exclude>
<!-- [JBWS-2115] EJB client vehicle not sufficiently isolated -->
<exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
@@ -215,7 +213,6 @@
<!-- EJB3/Injection excludes -->
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
<!-- [JBWS-1178] Multiple virtual host and soap:address problem -->
<exclude>org/jboss/test/ws/jaxws/jbws1178/**</exclude>
@@ -269,7 +266,6 @@
<!-- [CXF-1515] Bad Enumeration value 'extension restriction' -->
<exclude>org/jboss/test/ws/jaxws/jbws1505/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1845/**</exclude>
<!-- [JBWS-2115] EJB client vehicle not sufficiently isolated -->
<exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
17 years, 12 months
JBossWS SVN: r6754 - in framework/trunk/hudson/hudson-home/jobs: CXF-Core-AS-4.2.3 and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-04-29 11:50:21 -0400 (Tue, 29 Apr 2008)
New Revision: 6754
Modified:
framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.1/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.1/config.xml
Log:
we have to clean tests before execution - otherwise modified excludes won't be applied
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.2/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.3/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-4.2.3/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.0/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.0/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.1/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Core-AS-5.0.1/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.2/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-4.2.3/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.0/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
Modified: framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.1/config.xml 2008-04-29 14:47:50 UTC (rev 6753)
+++ framework/trunk/hudson/hudson-home/jobs/CXF-Integration-AS-5.0.1/config.xml 2008-04-29 15:50:21 UTC (rev 6754)
@@ -44,7 +44,7 @@
#
# execute tests
#
-mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase test 2>&1 | tee $WORKSPACE/tests.log
+mvn $ENVIRONMENT -Ptestsuite,$JBOSS_TARGET -Dtest=jaxws/samples/**/*TestCase clean test 2>&1 | tee $WORKSPACE/tests.log
cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u
#
17 years, 12 months
JBossWS SVN: r6753 - in stack/native/trunk/src/main: java/org/jboss/ws/tools/ant and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-04-29 10:47:50 -0400 (Tue, 29 Apr 2008)
New Revision: 6753
Removed:
stack/native/trunk/src/main/distro/eclipse.project
stack/native/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java
Modified:
stack/native/trunk/src/main/distro/bin-dist-project-gen.xml
Log:
Moving Ant FixPathTask to common + using it in the project generator build
Modified: stack/native/trunk/src/main/distro/bin-dist-project-gen.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-project-gen.xml 2008-04-29 14:29:10 UTC (rev 6752)
+++ stack/native/trunk/src/main/distro/bin-dist-project-gen.xml 2008-04-29 14:47:50 UTC (rev 6753)
@@ -24,11 +24,11 @@
</filterset>
<path id="jbws-ant.path">
- <pathelement location="${thirdparty.dir}/jbossws-core.jar" />
<pathelement location="${thirdparty.dir}/jbossws-common.jar" />
</path>
<taskdef name="pathFixer" classname="org.jboss.ws.tools.ant.FixPathTask" classpathref="jbws-ant.path"/>
<taskdef name="eclipseClasspathGenerator" classname="org.jboss.ws.tools.ant.EclipseClasspathTask" classpathref="jbws-ant.path"/>
+ <taskdef name="eclipseProjectGenerator" classname="org.jboss.ws.tools.ant.EclipseProjectTask" classpathref="jbws-ant.path"/>
<taskdef name="pathWriter" classname="org.jboss.ws.tools.ant.PathWriterTask" classpathref="jbws-ant.path"/>
</target>
@@ -106,9 +106,6 @@
<copy tofile="${project.home}/build.xml" file="${basedir}/build/user-project-build.xml">
<filterset refid="project"/>
</copy>
- <copy tofile="${project.home}/.project" file="${basedir}/build/eclipse.project">
- <filterset refid="project"/>
- </copy>
<copy tofile="${project.home}/build.properties" file="${basedir}/user-project.properties"/>
<path id="project.classpath">
<path refid="integration.target.javac.classpath" />
@@ -120,6 +117,7 @@
<pathelement location="${jboss.client}/jbossws-client.jar"/>
</path>
<eclipseClasspathGenerator pathId="project.classpath" outputFile="${project.home}/.classpath" srcPath="src/main/java" srcOutput="bin/main" />
+ <eclipseProjectGenerator projectName="${project.name}" outputFile="${project.home}/.project" />
<pathWriter pathId="project.classpath" outputFile="${project.home}/libraries.xml" variables="project.jboss.home" />
</target>
Deleted: stack/native/trunk/src/main/distro/eclipse.project
===================================================================
--- stack/native/trunk/src/main/distro/eclipse.project 2008-04-29 14:29:10 UTC (rev 6752)
+++ stack/native/trunk/src/main/distro/eclipse.project 2008-04-29 14:47:50 UTC (rev 6753)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>@projectName@</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Deleted: stack/native/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java
===================================================================
--- stack/native/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java 2008-04-29 14:29:10 UTC (rev 6752)
+++ stack/native/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java 2008-04-29 14:47:50 UTC (rev 6753)
@@ -1,46 +0,0 @@
-/*
- * 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.ws.tools.ant;
-
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.Task;
-
-public class FixPathTask extends Task
-{
- private String propertyName;
-
- @Override
- public void execute() throws BuildException
- {
- String path = getProject().getProperty(propertyName);
-
- if (path != null)
- {
- getProject().setProperty(propertyName, path.replace('\\', '/'));
- }
- }
-
- public void setProperty(String propertyName)
- {
- this.propertyName = propertyName;
- }
-}
17 years, 12 months
JBossWS SVN: r6752 - common/trunk/src/main/java/org/jboss/ws/tools/ant.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-04-29 10:29:10 -0400 (Tue, 29 Apr 2008)
New Revision: 6752
Added:
common/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java
Modified:
common/trunk/src/main/java/org/jboss/ws/tools/ant/EclipseProjectTask.java
Log:
Moving Ant FixPathTask to common + adding parameter to the Ant EclipseProjectTask
Modified: common/trunk/src/main/java/org/jboss/ws/tools/ant/EclipseProjectTask.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/tools/ant/EclipseProjectTask.java 2008-04-29 14:11:21 UTC (rev 6751)
+++ common/trunk/src/main/java/org/jboss/ws/tools/ant/EclipseProjectTask.java 2008-04-29 14:29:10 UTC (rev 6752)
@@ -39,6 +39,7 @@
public class EclipseProjectTask extends Task
{
private String projectName;
+ private String outputFile;
@Override
public void execute() throws BuildException
@@ -47,7 +48,12 @@
{
StringBuffer sb = new StringBuffer();
generateContent(sb);
- BufferedWriter out = new BufferedWriter(new FileWriter(new File(getProject().getBaseDir(), ".project")));
+ File file;
+ if (outputFile != null)
+ file = new File(outputFile);
+ else
+ file = new File(getProject().getBaseDir(), ".project");
+ BufferedWriter out = new BufferedWriter(new FileWriter(file));
out.write(sb.toString());
out.close();
}
@@ -84,4 +90,9 @@
{
this.projectName = projectName;
}
+
+ public void setOutputFile(String outputFile)
+ {
+ this.outputFile = outputFile;
+ }
}
Added: common/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java (rev 0)
+++ common/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java 2008-04-29 14:29:10 UTC (rev 6752)
@@ -0,0 +1,48 @@
+/*
+ * 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.ws.tools.ant;
+
+//$Id$
+
+import org.apache.tools.ant.BuildException;
+import org.apache.tools.ant.Task;
+
+public class FixPathTask extends Task
+{
+ private String propertyName;
+
+ @Override
+ public void execute() throws BuildException
+ {
+ String path = getProject().getProperty(propertyName);
+
+ if (path != null)
+ {
+ getProject().setProperty(propertyName, path.replace('\\', '/'));
+ }
+ }
+
+ public void setProperty(String propertyName)
+ {
+ this.propertyName = propertyName;
+ }
+}
Property changes on: common/trunk/src/main/java/org/jboss/ws/tools/ant/FixPathTask.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 12 months
JBossWS SVN: r6751 - in stack/metro/branches/tdiesler/trunk/modules/wsit: src/main and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-29 10:11:21 -0400 (Tue, 29 Apr 2008)
New Revision: 6751
Added:
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/services/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/services/com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-tools.xml
Modified:
stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml
Log:
Modified: stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml 2008-04-29 13:42:32 UTC (rev 6750)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml 2008-04-29 14:11:21 UTC (rev 6751)
@@ -31,13 +31,16 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
+ <finalName>${project.build.finalName}</finalName>
<appendAssemblyId>true</appendAssemblyId>
<descriptors>
<descriptor>src/main/scripts/assembly-wsit-rt.xml</descriptor>
+ <descriptor>src/main/scripts/assembly-wsit-tools.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
+ <id>jbossws-metro-wsit</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
Added: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/services/com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/services/com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler (rev 0)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/etc/META-INF/services/com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler 2008-04-29 14:11:21 UTC (rev 6751)
@@ -0,0 +1,2 @@
+com.sun.tools.ws.policy.jaxws.PolicyExtensionHandler
+
Modified: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml 2008-04-29 13:42:32 UTC (rev 6750)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml 2008-04-29 14:11:21 UTC (rev 6751)
@@ -1,7 +1,7 @@
<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
- <id>wsit-rt</id>
+ <id>rt</id>
<formats>
<format>jar</format>
</formats>
@@ -15,7 +15,25 @@
<includes>
<include>*:wsit-rt:jar</include>
</includes>
+ <unpackOptions>
+ <excludes>
+ <exclude>WEB-INF/**</exclude>
+ </excludes>
+ </unpackOptions>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>/wsdl</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:wsit-rt:jar</include>
+ </includes>
+ <unpackOptions>
+ <includes>
+ <include>WEB-INF/**</include>
+ </includes>
+ </unpackOptions>
+ </dependencySet>
</dependencySets>
</assembly>
\ No newline at end of file
Added: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-tools.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-tools.xml (rev 0)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-tools.xml 2008-04-29 14:11:21 UTC (rev 6751)
@@ -0,0 +1,30 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+
+ <id>tools</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:wsit-tools:jar</include>
+ </includes>
+ </dependencySet>
+ </dependencySets>
+ <fileSets>
+ <fileSet>
+ <outputDirectory>/</outputDirectory>
+ <directory>src/main/etc</directory>
+ <includes>
+ <include>META-INF/services/**</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+
+</assembly>
\ No newline at end of file
Property changes on: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-tools.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 12 months
JBossWS SVN: r6750 - in stack/metro/branches/tdiesler/trunk: modules and 8 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-29 09:42:32 -0400 (Tue, 29 Apr 2008)
New Revision: 6750
Added:
stack/metro/branches/tdiesler/trunk/modules/wsit/
stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
stack/metro/branches/tdiesler/trunk/modules/wsit/src/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/
stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml
Modified:
stack/metro/branches/tdiesler/trunk/
stack/metro/branches/tdiesler/trunk/modules/client/pom.xml
stack/metro/branches/tdiesler/trunk/modules/server/pom.xml
stack/metro/branches/tdiesler/trunk/pom.xml
stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml
stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Property changes on: stack/metro/branches/tdiesler/trunk
___________________________________________________________________
Name: svn:ignore
- .settings
target
ant.properties
+ .settings
target
ant.properties
target.properties
Modified: stack/metro/branches/tdiesler/trunk/modules/client/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/client/pom.xml 2008-04-29 12:49:18 UTC (rev 6749)
+++ stack/metro/branches/tdiesler/trunk/modules/client/pom.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -31,7 +31,31 @@
<!-- Metro dependencies -->
<dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.ws</groupId>
+ <artifactId>http</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-local-transport</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr173_api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
</dependency>
<dependency>
@@ -39,9 +63,29 @@
<artifactId>jaxws-tools</artifactId>
</dependency>
<dependency>
- <groupId>javax.jws</groupId>
- <artifactId>jsr181-api</artifactId>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>txnannprocessor</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmldsig</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xws-security</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ </dependency>
<!-- jboss provided -->
<dependency>
Modified: stack/metro/branches/tdiesler/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-29 12:49:18 UTC (rev 6749)
+++ stack/metro/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -52,13 +52,61 @@
<!-- Metro dependencies -->
<dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.ws</groupId>
+ <artifactId>http</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-local-transport</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr173_api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>txnannprocessor</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmldsig</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xws-security</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ </dependency>
<!-- jboss provided -->
<dependency>
Property changes on: stack/metro/branches/tdiesler/trunk/modules/wsit
___________________________________________________________________
Name: svn:ignore
+ target
Added: stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml (rev 0)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -0,0 +1,51 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Metro WSIT</name>
+ <artifactId>jbossws-metro-wsit</artifactId>
+ <packaging>pom</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-metro</artifactId>
+ <version>3.0.2-SNAPSHOT</version>
+ </parent>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>wsit-rt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>wsit-tools</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <appendAssemblyId>true</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-wsit-rt.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Property changes on: stack/metro/branches/tdiesler/trunk/modules/wsit/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml (rev 0)
+++ stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -0,0 +1,21 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+
+ <id>wsit-rt</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:wsit-rt:jar</include>
+ </includes>
+ </dependencySet>
+ </dependencySets>
+
+</assembly>
\ No newline at end of file
Property changes on: stack/metro/branches/tdiesler/trunk/modules/wsit/src/main/scripts/assembly-wsit-rt.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/metro/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/pom.xml 2008-04-29 12:49:18 UTC (rev 6749)
+++ stack/metro/branches/tdiesler/trunk/pom.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -112,7 +112,10 @@
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jaxrpc.api.version>1.1</jaxrpc.api.version>
<juddi.service.version>1.2.0.GA</juddi.service.version>
+ <sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
+ <sun.wsit.version>1.1</sun.wsit.version>
+ <woodstox.version>3.1.1</woodstox.version>
</properties>
<!-- DependencyManagement -->
@@ -218,12 +221,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.jws</groupId>
- <artifactId>jsr181-api</artifactId>
- <version>1.0-MR1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
@@ -232,17 +229,85 @@
<!-- Metro dependencies -->
<dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>${sun.fastinfoset.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.ws</groupId>
+ <artifactId>http</artifactId>
+ <version>${sun.jaxws.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-local-transport</artifactId>
+ <version>${sun.jaxws.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr173_api</artifactId>
+ <version>${sun.jaxws.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>${sun.jaxws.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>${sun.jaxws.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>${sun.jaxws.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
<version>${sun.jaxws.version}</version>
- <scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>wsit-rt</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>wsit-tools</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>txnannprocessor</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmldsig</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>xws-security</artifactId>
+ <version>${sun.wsit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml</groupId>
+ <artifactId>jaxrpc-api</artifactId>
+ <version>${jaxrpc.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-lgpl</artifactId>
+ <version>${woodstox.version}</version>
+ </dependency>
<!-- jboss provided -->
<dependency>
Modified: stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-04-29 12:49:18 UTC (rev 6749)
+++ stack/metro/branches/tdiesler/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -26,10 +26,6 @@
</patternset>
<patternset id="jbossws.client.patternset">
- <include name="**/jbossws-common.jar"/>
- <include name="**/jbossws-framework.jar"/>
- <include name="**/jbossws-metro-client.jar"/>
- <include name="**/jbossws-spi.jar"/>
<include name="**/jaxb-api.jar"/>
<include name="**/jaxb-impl.jar"/>
<include name="**/jaxb-xjc.jar"/>
@@ -38,6 +34,10 @@
<include name="**/jaxws-api.jar"/>
<include name="**/jboss-wsit-rt.jar"/>
<include name="**/jboss-wsit-tools.jar"/>
+ <include name="**/jbossws-common.jar"/>
+ <include name="**/jbossws-framework.jar"/>
+ <include name="**/jbossws-metro-client.jar"/>
+ <include name="**/jbossws-spi.jar"/>
<include name="**/streambuffer.jar"/>
<include name="**/stax-api.jar"/>
<include name="**/stax-ex.jar"/>
@@ -83,7 +83,7 @@
<include name="**/jaxws-tools.jar"/>
<include name="**/jboss-wsit-rt.jar"/>
<include name="**/jboss-wsit-tools.jar"/>
- <include name="**/jbossws-metro.jar"/>
+ <include name="**/jbossws-metro-server.jar"/>
<include name="**/jsr181-api.jar"/>
<include name="**/jsr173_api.jar"/>
<include name="**/jsr250-api.jar"/>
@@ -108,12 +108,12 @@
<!-- ================================================================== -->
<macrodef name="macro-deploy-jbossws-bin">
- <attribute name="thirdpartydir"/>
+ <attribute name="artifactsdir"/>
<attribute name="targetdir"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
+ <fileset dir="@{artifactsdir}/bin">
<patternset refid="jbossws.bin.patternset"/>
</fileset>
</copy>
@@ -155,49 +155,6 @@
</macrodef>
<!-- ================================================================== -->
- <!-- Deploy Deployers -->
- <!-- ================================================================== -->
-
- <macrodef name="macro-deploy-jbossws-deployers50">
- <attribute name="thirdpartydir"/>
- <attribute name="targetdir"/>
- <attribute name="jbossid"/>
- <sequential>
- <mkdir dir="@{targetdir}"/>
- <copy todir="@{targetdir}" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-common.jar"/>
- <include name="**/jbossws-framework.jar"/>
- <include name="**/jbossws-(a){jbossid}.jar"/>
- </fileset>
- </copy>
- <copy todir="@{targetdir}/META-INF" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-deployer-beans.xml"/>
- </fileset>
- </copy>
- </sequential>
- </macrodef>
-
- <!-- ================================================================== -->
- <!-- Deploy Deploy -->
- <!-- ================================================================== -->
-
- <macrodef name="macro-deploy-jbossws-deploy50">
- <attribute name="thirdpartydir"/>
- <attribute name="targetdir"/>
- <attribute name="jbossid"/>
- <sequential>
- <mkdir dir="@{targetdir}"/>
- <copy todir="@{targetdir}" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-(a){jbossid}-container.jar"/>
- </fileset>
- </copy>
- </sequential>
- </macrodef>
-
- <!-- ================================================================== -->
<!-- Deploy Lib Endorsed -->
<!-- ================================================================== -->
@@ -255,6 +212,7 @@
<macrodef name="macro-deploy-jbossws-server-lib50">
<attribute name="thirdpartydir"/>
<attribute name="targetdir"/>
+ <attribute name="jbossid"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true" overwrite="true">
@@ -269,65 +227,104 @@
<!-- Deploy JBossWS Service -->
<!-- ================================================================== -->
- <macrodef name="macro-deploy-jbossws-metro42-sar">
- <attribute name="thirdpartydir"/>
- <attribute name="resourcesdir"/>
+ <macrodef name="macro-deploy-jbossws-sar42">
+ <attribute name="artifactsdir"/>
<attribute name="targetdir"/>
<attribute name="jbossid"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true">
- <fileset dir="@{thirdpartydir}">
+ <fileset dir="@{artifactsdir}/lib">
<patternset refid="jbossws.service.lib.patternset"/>
- <include name="**/jbossws-deploy.conf"/>
<include name="**/jaxb-api.jar"/>
<include name="**/jaxb-impl.jar"/>
<include name="**/stax-api.jar"/>
<include name="**/wstx.jar"/>
</fileset>
</copy>
- <unzip dest="@{targetdir}/jbossws-context.war">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-context.war"/>
+ <unzip dest="@{targetdir}/jbossws-management.war">
+ <fileset dir="@{artifactsdir}/lib">
+ <include name="**/jbossws-metro-management.war"/>
</fileset>
</unzip>
- <copy todir="@{targetdir}/jbossws.beans/META-INF" flatten="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-(a){jbossid}-beans.xml"/>
+ <copy todir="@{targetdir}/jbossws.beans">
+ <fileset dir="@{artifactsdir}/resources/jbossws-(a){jbossid}/jbossws.beans">
+ <include name="META-INF/**"/>
</fileset>
</copy>
- <move file="@{targetdir}/jbossws.beans/META-INF/jbossws-(a){jbossid}-beans.xml" tofile="@{targetdir}/jbossws.beans/META-INF/jboss-beans.xml"/>
- <copy todir="@{targetdir}/META-INF" flatten="true" overwrite="true">
- <fileset dir="@{resourcesdir}/jbossws-(a){jbossid}/jbossws-jboss42.sar/META-INF"/>
+ <copy todir="@{targetdir}/META-INF">
+ <fileset dir="@{artifactsdir}/resources/jbossws-(a){jbossid}/jbossws-jboss42.sar/META-INF"/>
</copy>
</sequential>
</macrodef>
- <macrodef name="macro-deploy-jbossws-metro50-sar">
- <attribute name="thirdpartydir"/>
+ <macrodef name="macro-deploy-jbossws-sar50">
+ <attribute name="artifactsdir"/>
<attribute name="targetdir"/>
<attribute name="jbossid"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
+ <fileset dir="@{artifactsdir}/lib">
<patternset refid="jbossws.service.lib.patternset"/>
- <include name="**/jbossws-deploy.conf"/>
</fileset>
</copy>
- <unzip dest="@{targetdir}/jbossws-context.war" overwrite="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-context.war"/>
+ <unzip dest="@{targetdir}/jbossws-management.war">
+ <fileset dir="@{artifactsdir}/lib">
+ <include name="**/jbossws-metro-management.war"/>
</fileset>
</unzip>
- <copy todir="@{targetdir}/META-INF" flatten="true" overwrite="true">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-(a){jbossid}-beans.xml"/>
+ <copy todir="@{targetdir}">
+ <fileset dir="@{artifactsdir}/resources/jbossws-(a){jbossid}/jbossws.beans">
+ <include name="META-INF/**"/>
</fileset>
</copy>
</sequential>
</macrodef>
+ <!-- ================================================================== -->
+ <!-- Deploy Deployers -->
+ <!-- ================================================================== -->
+
+ <macrodef name="macro-deploy-jbossws-deployers50">
+ <attribute name="artifactsdir"/>
+ <attribute name="targetdir"/>
+ <attribute name="jbossid"/>
+ <sequential>
+ <mkdir dir="@{targetdir}"/>
+ <copy todir="@{targetdir}" flatten="true" overwrite="true">
+ <fileset dir="@{artifactsdir}/lib">
+ <include name="**/jbossws-common.jar"/>
+ <include name="**/jbossws-framework.jar"/>
+ <include name="**/jbossws-(a){jbossid}.jar"/>
+ </fileset>
+ </copy>
+ <copy todir="@{targetdir}/META-INF" flatten="true" overwrite="true">
+ <fileset dir="@{artifactsdir}/resources/jbossws-@{jbossid}">
+ <include name="**/jbossws-deployer-beans.xml"/>
+ </fileset>
+ </copy>
+ </sequential>
+ </macrodef>
+
+ <!-- ================================================================== -->
+ <!-- Deploy Deploy -->
+ <!-- ================================================================== -->
+
+ <macrodef name="macro-deploy-jbossws-deploy50">
+ <attribute name="thirdpartydir"/>
+ <attribute name="targetdir"/>
+ <attribute name="jbossid"/>
+ <sequential>
+ <mkdir dir="@{targetdir}"/>
+ <copy todir="@{targetdir}" flatten="true" overwrite="true">
+ <fileset dir="@{thirdpartydir}">
+ <include name="**/jbossws-(a){jbossid}-container.jar"/>
+ </fileset>
+ </copy>
+ </sequential>
+ </macrodef>
+
<!-- ================================================================== -->
<!-- Deploy JBossWS -->
<!-- ================================================================== -->
@@ -336,22 +333,21 @@
<available classname="java.io.Console" property="HAVE_JDK_1.6"/>
<target name="deploy-jbossws-metro42" depends="deploy-jbossws-endorsed">
- <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-client targetdir="${installserver}/../../client" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
- <macro-deploy-jbossws-lib42 targetdir="${installserver}/../../lib" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-server-lib42 targetdir="${installserver}/lib" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
- <macro-deploy-jbossws-metro42-sar targetdir="${installserver}/deploy/jbossws.sar" thirdpartydir="${thirdpartydir}" resourcesdir="${resourcesdir}"
- jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin" artifactsdir="${artifactsdir}"/>
+ <macro-deploy-jbossws-client targetdir="${installserver}/../../client" thirdpartydir="${artifactsdir}/lib" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-lib42 targetdir="${installserver}/../../lib" thirdpartydir="${artifactsdir}/lib"/>
+ <macro-deploy-jbossws-server-lib42 targetdir="${installserver}/lib" thirdpartydir="${artifactsdir}/lib" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-sar42 targetdir="${installserver}/deploy/jbossws.sar" artifactsdir="${artifactsdir}" jbossid="${jbossid}"/>
</target>
<target name="deploy-jbossws-metro50" depends="deploy-jbossws-endorsed">
- <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-client targetdir="${installserver}/../../client" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
- <macro-deploy-jbossws-lib50 targetdir="${installserver}/../../lib" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-server-lib50 targetdir="${installserver}/lib" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-metro50-sar targetdir="${installserver}/deploy/jbossws.sar" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
- <macro-deploy-jbossws-deployers50 targetdir="${installserver}/deployers/jbossws.deployer/" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
- <macro-deploy-jbossws-deploy50 targetdir="${installserver}/deploy" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-bin targetdir="${installserver}/../../bin" artifactsdir="${artifactsdir}"/>
+ <macro-deploy-jbossws-client targetdir="${installserver}/../../client" thirdpartydir="${artifactsdir}/lib" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-lib50 targetdir="${installserver}/../../lib" thirdpartydir="${artifactsdir}/lib"/>
+ <macro-deploy-jbossws-server-lib50 targetdir="${installserver}/lib" thirdpartydir="${artifactsdir}/lib" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-sar50 targetdir="${installserver}/deploy/jbossws.sar" artifactsdir="${artifactsdir}" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-deployers50 targetdir="${installserver}/deployers/jbossws.deployer/" artifactsdir="${artifactsdir}" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-deploy50 targetdir="${installserver}/deploy" thirdpartydir="${artifactsdir}/lib" jbossid="${jbossid}"/>
</target>
<target name="deploy-jbossws-endorsed" if="HAVE_JDK_1.6">
Modified: stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-04-29 12:49:18 UTC (rev 6749)
+++ stack/metro/branches/tdiesler/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-04-29 13:42:32 UTC (rev 6750)
@@ -69,15 +69,13 @@
<include>*:jaxb-impl:jar</include>
<include>*:jaxb-xjc:jar</include>
<include>*:jaxrpc-api:jar</include>
+ <include>*:jaxws-api:jar</include>
<include>*:jaxws-local-transport:jar</include>
<include>*:jaxws-rt:jar</include>
<include>*:jaxws-tools:jar</include>
- <include>*:jaxws-api:jar</include>
- <include>*:jboss-wsit-rt:jar</include>
- <include>*:jboss-wsit-tools:jar</include>
- <include>*:streambuffer:jar</include>
- <include>*:stax-api:jar</include>
- <include>*:stax-ex:jar</include>
+ <include>*:jbossws-common:jar</include>
+ <include>*:jbossws-framework:jar</include>
+ <include>*:jbossws-spi:jar</include>
<include>*:jsr181-api:jar</include>
<include>*:jsr173_api:jar</include>
<include>*:jsr250-api:jar</include>
@@ -87,16 +85,22 @@
<include>*:sjsxp:jar</include>
<include>*:stax-api:jar</include>
<include>*:stax-ex:jar</include>
- <include>*:stax-utils:jar</include>
+ <!--include>*:stax-utils:jar</include-->
<include>*:streambuffer:jar</include>
<include>*:txnannprocessor:jar</include>
<include>*:wsdl4j:jar</include>
- <include>*:wstx:jar</include>
<include>*:xmldsig:jar</include>
<include>*:xmlsec:jar</include>
<include>*:xws-security:jar</include>
</includes>
</dependencySet>
+ <dependencySet>
+ <outputFileNameMapping>wstx.jar</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <includes>
+ <include>*:wstx-lgpl:jar</include>
+ </includes>
+ </dependencySet>
</dependencySets>
</binaries>
</moduleSet>
17 years, 12 months
JBossWS SVN: r6749 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-29 08:49:18 -0400 (Tue, 29 Apr 2008)
New Revision: 6749
Modified:
stack/metro/trunk/build.xml
Log:
remove condition on compile resources
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2008-04-29 12:02:33 UTC (rev 6748)
+++ stack/metro/trunk/build.xml 2008-04-29 12:49:18 UTC (rev 6749)
@@ -100,7 +100,7 @@
<!-- Compile resource files -->
<!-- Compile resource files -->
- <target name="compile42-resources" if="jbossws.integration.jboss42">
+ <target name="compile42-resources">
<unzip dest="${stack.output.dir}/resources/jbossws-jboss422" src="${thirdparty.dir}/jbossws-jboss422-resources.zip"/>
<unzip dest="${stack.output.dir}/resources/jbossws-jboss423" src="${thirdparty.dir}/jbossws-jboss423-resources.zip"/>
@@ -129,7 +129,7 @@
</target>
- <target name="compile50-resources" if="jbossws.integration.jboss50">
+ <target name="compile50-resources">
<unzip dest="${stack.output.resources.dir}/jbossws-jboss500" src="${thirdparty.dir}/jbossws-jboss500-resources.zip"/>
<unzip dest="${stack.output.resources.dir}/jbossws-jboss501" src="${thirdparty.dir}/jbossws-jboss501-resources.zip"/>
17 years, 12 months
JBossWS SVN: r6748 - stack/cxf/trunk/modules/testsuite/framework-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-04-29 08:02:33 -0400 (Tue, 29 Apr 2008)
New Revision: 6748
Modified:
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2161] excluding tests for AS 422 too
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 11:53:17 UTC (rev 6747)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 12:02:33 UTC (rev 6748)
@@ -124,6 +124,10 @@
<!-- [CXF-1253] CXF does not respect @HandlerChain on client SEI -->
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*</exclude>
+ <!-- [JBWS-2161] Investigate why LogicalHandlerJAXBTestCase and HandlerChainTestCase tests fail -->
+ <exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*</exclude>
+
<!-- [CXF-1510] Cannot handle anonymous bare requests -->
<exclude>org/jboss/test/ws/jaxws/anonymous/**</exclude>
17 years, 12 months
JBossWS SVN: r6747 - stack/cxf/trunk/modules/testsuite/framework-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-04-29 07:53:17 -0400 (Tue, 29 Apr 2008)
New Revision: 6747
Modified:
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2161] excluding tests from execution
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 11:08:57 UTC (rev 6746)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-04-29 11:53:17 UTC (rev 6747)
@@ -237,6 +237,10 @@
<!-- [CXF-1253] CXF does not respect @HandlerChain on client SEI -->
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*</exclude>
+ <!-- [JBWS-2161] Investigate why LogicalHandlerJAXBTestCase and HandlerChainTestCase tests fail -->
+ <exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*</exclude>
+
<!-- [CXF-1510] Cannot handle anonymous bare requests -->
<exclude>org/jboss/test/ws/jaxws/anonymous/**</exclude>
@@ -349,6 +353,10 @@
<!-- [CXF-1253] CXF does not respect @HandlerChain on client SEI -->
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*</exclude>
+ <!-- [JBWS-2161] Investigate why LogicalHandlerJAXBTestCase and HandlerChainTestCase tests fail -->
+ <exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*</exclude>
+
<!-- [JBWS-2107] Resolve dependency on @SecurityDomain -->
<exclude>org/jboss/test/ws/jaxws/webserviceref/Secure**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1840/**</exclude>
@@ -415,9 +423,6 @@
<!-- [JBWS-2120] @WebWservice does not work with class isolation -->
<exclude>org/jboss/test/ws/jaxws/jbws1556/**</exclude>
-
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/wsrm/**</exclude>
</testExcludes>
</configuration>
</plugin>
@@ -476,6 +481,10 @@
<!-- [CXF-1253] CXF does not respect @HandlerChain on client SEI -->
<exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*</exclude>
+ <!-- [JBWS-2161] Investigate why LogicalHandlerJAXBTestCase and HandlerChainTestCase tests fail -->
+ <exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*</exclude>
+
<!-- TODO: Fix classpath to ClientLauncher -->
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
@@ -545,17 +554,6 @@
<!-- [JBAS-5359] mapped-name is required for context of deployment -->
<exclude>org/jboss/test/ws/console/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1611/**</exclude>
-
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/wsrm/**</exclude>
-
- <!-- [EJBTHREE-1323] ClassNotFoundException: org.jboss.ejb3.tx.TxInterceptorFactory - ->
- <exclude>org/jboss/test/ws/jaxws/samples/advanced/retail/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/context/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/eardeployment/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/swaref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/webservice/**</exclude-->
</testExcludes>
</configuration>
</plugin>
17 years, 12 months