Author: alessio.soldano(a)jboss.com
Date: 2011-01-27 14:07:54 -0500 (Thu, 27 Jan 2011)
New Revision: 13625
Modified:
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/extensions.xml
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/tools.service.validator.xml
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
stack/cxf/branches/JBPAPP-5764/modules/testsuite/pom.xml
stack/cxf/branches/JBPAPP-5764/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/branches/JBPAPP-5764/pom.xml
Log:
Upgrade to Apache CXF 2.2.8
Modified:
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/extensions.xml
===================================================================
---
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/extensions.xml 2011-01-27
16:28:49 UTC (rev 13624)
+++
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/extensions.xml 2011-01-27
19:07:54 UTC (rev 13625)
@@ -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/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/tools.service.validator.xml
===================================================================
---
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2011-01-27
16:28:49 UTC (rev 13624)
+++
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2011-01-27
19:07:54 UTC (rev 13625)
@@ -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/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
===================================================================
---
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2011-01-27
16:28:49 UTC (rev 13624)
+++
stack/cxf/branches/JBPAPP-5764/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2011-01-27
19:07:54 UTC (rev 13625)
@@ -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/branches/JBPAPP-5764/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/pom.xml 2011-01-27 16:28:49 UTC (rev
13624)
+++ stack/cxf/branches/JBPAPP-5764/modules/testsuite/pom.xml 2011-01-27 19:07:54 UTC (rev
13625)
@@ -17,7 +17,7 @@
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager
-Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.memory.args>-Xmx512m
-XX:MaxPermSize=256m</surefire.memory.args>
+ <surefire.memory.args>-Xmx768m
-XX:MaxPermSize=450m</surefire.memory.args>
<surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
Modified: stack/cxf/branches/JBPAPP-5764/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/branches/JBPAPP-5764/modules/testsuite/test-excludes-jboss510.txt 2011-01-27
16:28:49 UTC (rev 13624)
+++ stack/cxf/branches/JBPAPP-5764/modules/testsuite/test-excludes-jboss510.txt 2011-01-27
19:07:54 UTC (rev 13625)
@@ -8,9 +8,6 @@
# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
org/jboss/test/ws/jaxws/binding/**
-# [CXF-1516] Type inheritance with document/literal/bare
-org/jboss/test/ws/jaxws/jbws1702/**
-
# [CXF-1517] HTTP bindings for Provider
org/jboss/test/ws/jaxws/jbws1807/**
Modified: stack/cxf/branches/JBPAPP-5764/pom.xml
===================================================================
--- stack/cxf/branches/JBPAPP-5764/pom.xml 2011-01-27 16:28:49 UTC (rev 13624)
+++ stack/cxf/branches/JBPAPP-5764/pom.xml 2011-01-27 19:07:54 UTC (rev 13625)
@@ -52,7 +52,7 @@
<jbossws.jboss510.version>3.1.0-SNAPSHOT</jbossws.jboss510.version>
-->
<!-- END -->
- <cxf.version>2.2.6-patch-01</cxf.version>
+ <cxf.version>2.2.8</cxf.version>
<cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>3.1</cxf.asm.version>
Show replies by date