Author: richard.opalka(a)jboss.com
Date: 2011-06-12 00:40:25 -0400 (Sun, 12 Jun 2011)
New Revision: 14530
Added:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml
Log:
[JBWS-3271] allow each WS stack to use its own SAAJ impl
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml
===================================================================
---
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml 2011-06-12
04:39:28 UTC (rev 14529)
+++
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/api/main/module.xml 2011-06-12
04:40:25 UTC (rev 14530)
@@ -30,9 +30,10 @@
<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"/>
</dependencies>
+
</module>
Added:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
===================================================================
---
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml
(rev 0)
+++
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/saaj-impl/main/module.xml 2011-06-12
04:40:25 UTC (rev 14530)
@@ -0,0 +1,35 @@
+<?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="com.sun.xml.messaging.saaj"
services="import"/>
+ </dependencies>
+
+</module>