Author: alessio.soldano(a)jboss.com
Date: 2010-05-11 04:04:50 -0400 (Tue, 11 May 2010)
New Revision: 12201
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
stack/cxf/trunk/pom.xml
Log:
[JBWS-3018] Moving to Apache CXF 2.2.8
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml 2010-05-11
06:03:22 UTC (rev 12200)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml 2010-05-11
08:04:50 UTC (rev 12201)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry
key="org.apache.cxf.binding.corba-1">javax.wsdl.Binding=org.apache.cxf.binding.corba.wsdl.BindingType</entry>
<entry
key="org.apache.cxf.binding.corba-2">javax.wsdl.BindingOperation=org.apache.cxf.binding.corba.wsdl.OperationType</entry>
<entry
key="org.apache.cxf.binding.corba-3">javax.wsdl.Definition=org.apache.cxf.binding.corba.wsdl.TypeMappingType</entry>
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml
===================================================================
---
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2010-05-11
06:03:22 UTC (rev 12200)
+++
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2010-05-11
08:04:50 UTC (rev 12201)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry
key="UniqueBodyValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.UniqueBodyValidator</entry>
<entry
key="WrapperStyleNameCollisionValidator">org.apache.cxf.tools.wsdlto.frontend.jaxws.validator.WrapperStyleNameCollisionValidator</entry>
<entry
key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2010-05-11
06:03:22 UTC (rev 12200)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2010-05-11
08:04:50 UTC (rev 12201)
@@ -19,7 +19,7 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
+<properties>
<entry
key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
<entry
key="xml-javax.wsdl.Port">org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin</entry>
<entry
key="xml-javax.wsdl.Binding">org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin</entry>
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-05-11 06:03:22 UTC
(rev 12200)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-05-11 08:04:50 UTC
(rev 12201)
@@ -23,9 +23,6 @@
# [CXF-2006] RespectBinding feature and not understood required extensibility elements
org/jboss/test/ws/jaxws/jbws2449/**
-# [CXF-2723] Allow configuration of JaxWsClientFactoryBean during port creation
-org/jboss/test/ws/jaxws/cxf/jaxbintros/**
-
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2010-05-11 06:03:22 UTC (rev 12200)
+++ stack/cxf/trunk/pom.xml 2010-05-11 08:04:50 UTC (rev 12201)
@@ -56,7 +56,7 @@
<jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
-->
<!-- END -->
- <cxf.version>2.2.7</cxf.version>
+ <cxf.version>2.2.8</cxf.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>2.2.3</cxf.asm.version>
<fastinfoset.api.version>1.2.7</fastinfoset.api.version>
@@ -77,7 +77,7 @@
<velocity.version>1.5</velocity.version>
<xmlsec.version>1.4.3</xmlsec.version>
<wstx.version>3.2.9</wstx.version>
- <spring.version>2.5.5</spring.version>
+ <spring.version>2.5.6</spring.version>
</properties>