Author: richard.opalka(a)jboss.com
Date: 2011-06-12 00:39:28 -0400 (Sun, 12 Jun 2011)
New Revision: 14529
Added:
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
Modified:
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3271] allow each WS stack to use its own SAAJ impl
Modified:
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml
===================================================================
---
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml 2011-06-11
18:41:29 UTC (rev 14528)
+++
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml 2011-06-12
04:39:28 UTC (rev 14529)
@@ -30,7 +30,7 @@
<dependencies>
<module name="javax.api"/>
- <module name="com.sun.xml.messaging.saaj"
services="export" export="true"/>
+ <module name="javax.xml.soap.api"/>
<module name="javax.xml.ws.api"/>
<module name="org.jboss.logging"/>
<module name="org.jboss.modules"/>
Added:
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
===================================================================
---
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
(rev 0)
+++
stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml 2011-06-12
04:39:28 UTC (rev 14529)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ JBoss, Home of Professional Open Source.
+ ~ Copyright 2011, Red Hat, Inc., and individual contributors
+ ~ as indicated by the @author tags. See the copyright.txt file 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.
+ -->
+
+<module xmlns="urn:jboss:module:1.0"
name="org.jboss.ws.saaj-impl">
+
+ <resources>
+ <!-- Insert resources here -->
+ </resources>
+
+ <dependencies>
+ <module name="org.jboss.ws.native.jbossws-native-core"/>
+ <module name="org.jboss.ws.native.jbossws-native-factories"
services="import"/>
+ </dependencies>
+
+</module>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-06-11 18:41:29 UTC (rev 14528)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-06-12 04:39:28 UTC (rev 14529)
@@ -837,11 +837,6 @@
<exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/eardeployment/WSDLPublishTestCase*</exclude>
- <!-- # [JBWS-3271] -->
-
<exclude>org/jboss/test/ws/jaxws/jbws1815/JBWS1815TestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/handlerlifecycle/HandlerLifecycleTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase*</exclude>
-
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>