[jbossws-commits] JBossWS SVN: r16703 - stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Sep 10 05:07:07 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-09-10 05:07:07 -0400 (Mon, 10 Sep 2012)
New Revision: 16703

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml
Log:
Endorse jaxws-api.jar


Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2012-09-10 08:56:21 UTC (rev 16702)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2012-09-10 09:07:07 UTC (rev 16703)
@@ -62,6 +62,7 @@
   
   <patternset id="jbossws.lib.endorsed.patternset">
     <include name="**/jaxb-api.jar"/>
+    <include name="**/jaxws-api.jar"/> <!-- Required due to JDK7 shipping with JAXWS 2.2, while we need JAXWS 2.1 API level on EAP 5.x -->
     <include name="**/jbossws-cxf-factories.jar"/>
   </patternset>
   

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml	2012-09-10 08:56:21 UTC (rev 16702)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-installer-macros.xml	2012-09-10 09:07:07 UTC (rev 16703)
@@ -56,6 +56,7 @@
   
   <patternset id="jbossws.lib.endorsed.patternset">
     <include name="**/jbossws-cxf-factories.jar"/>
+    <include name="**/jaxws-api.jar"/> <!-- Required due to JDK7 shipping with JAXWS 2.2, while we need JAXWS 2.1 API level on EAP 5.x -->
   </patternset>
   
   <patternset id="jbossws.server.lib.patternset">



More information about the jbossws-commits mailing list