JBossWS SVN: r9188 - in stack/cxf/trunk: eclipse and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-02 05:04:21 -0500 (Mon, 02 Feb 2009)
New Revision: 9188
Modified:
stack/cxf/trunk/eclipse/CXF.userlibraries
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/pom.xml
Log:
fix regression
Modified: stack/cxf/trunk/eclipse/CXF.userlibraries
===================================================================
--- stack/cxf/trunk/eclipse/CXF.userlibraries 2009-02-02 09:39:39 UTC (rev 9187)
+++ stack/cxf/trunk/eclipse/CXF.userlibraries 2009-02-02 10:04:21 UTC (rev 9188)
@@ -58,6 +58,10 @@
source = "$M2_REPOSITORY_HOME/org/apache/cxf/cxf-rt-bindings-coloc/2.1.3/cxf-rt-bindings-coloc-2.1.3-sources.jar"
/>
<archive
+ path = "$M2_REPOSITORY_HOME/org/apache/cxf/cxf-rt-bindings-corba/2.1.3/cxf-rt-bindings-corba-2.1.3.jar"
+ source = "$M2_REPOSITORY_HOME/org/apache/cxf/cxf-rt-bindings-corba/2.1.3/cxf-rt-bindings-corba-2.1.3-sources.jar"
+ />
+ <archive
path = "$M2_REPOSITORY_HOME/org/apache/cxf/cxf-rt-frontend-jaxws/2.1.3/cxf-rt-frontend-jaxws-2.1.3.jar"
source = "$M2_REPOSITORY_HOME/org/apache/cxf/cxf-rt-frontend-jaxws/2.1.3/cxf-rt-frontend-jaxws-2.1.3-sources.jar"
/>
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2009-02-02 09:39:39 UTC (rev 9187)
+++ stack/cxf/trunk/modules/client/pom.xml 2009-02-02 10:04:21 UTC (rev 9188)
@@ -49,6 +49,10 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-bindings-corba</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
</dependency>
<dependency>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2009-02-02 09:39:39 UTC (rev 9187)
+++ stack/cxf/trunk/modules/server/pom.xml 2009-02-02 10:04:21 UTC (rev 9188)
@@ -71,6 +71,10 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-bindings-corba</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
</dependency>
<dependency>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-02-02 09:39:39 UTC (rev 9187)
+++ stack/cxf/trunk/pom.xml 2009-02-02 10:04:21 UTC (rev 9188)
@@ -226,6 +226,11 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-bindings-corba</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
</dependency>
15 years, 10 months
JBossWS SVN: r9187 - in stack/cxf/trunk/modules: client/src/main/resources/META-INF/cxf and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-02 04:39:39 -0500 (Mon, 02 Feb 2009)
New Revision: 9187
Added:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-addr.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-binding.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-jetty.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jms.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-local.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-object-binding.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-rm.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-soap.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-xml.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-servlet.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.fixml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/aegisTypes.xsd
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-addr.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-binding.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jms.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-local.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-object-binding.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-rm.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-soap.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-xml.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-servlet.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.fixml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/java2wsbeans.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/NOTICE
stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.extension
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers
stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.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/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.extension
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml
Log:
sync with CXF 2.1.3
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/NOTICE
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/NOTICE 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/NOTICE 2009-02-02 09:39:39 UTC (rev 9187)
@@ -4,674 +4,39 @@
// ------------------------------------------------------------------
Apache CXF
-Copyright 2006-2007 Apache Software Foundation
+Copyright 2006-2008 The Apache Software Foundation
This product includes software developed at
-Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (http://www.apache.org/).
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java API for XML-Based Web Services (JAX-WS API) (javax.xml.ws:jaxws-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'an unknown organization'
-- AOP alliance (aopalliance:aopalliance:jar:1.0) (http://aopalliance.sourceforge.net)
-License: Public Domain
-- StAX Utilities (net.java.dev.stax-utils:stax-utils:jar:20060502:compile) (http://stax-utils.dev.java.net/stax-utils)
-License: BSD (https://stax-utils.dev.java.net/source/browse/*checkout*/stax-utils/LICENSE)
-- StAX API (stax:stax-api:jar:1.0.1) (http://stax.codehaus.org/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- WSDL4J (wsdl4j:wsdl4j:jar:1.6.1) (http://sf.net/projects/wsdl4j)
-License: CPL (http://www.opensource.org/licenses/cpl1.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Envoi Solutions LLC' (http://www.envoisolutions.com/)
-- Java Rest Annotations (org.codehaus.jra:jra:jar:1.0-alpha-4) (http://jra.codehaus.org)
-License: The Apache Software License, Version 2.0 (http://jra.codehaus.org/License)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org)
-- XML APIs (xml-apis:xml-apis:jar:1.3.02:compile) (http://xml.apache.org/commons/#external/xml-apis)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java API for XML-Based Web Services (JAX-WS API) (javax.xml.ws:jaxws-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun JAXB Reference Implementation Tools (com.sun.xml.bind:jaxb-xjc:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ Reference Implementation (com.sun.xml.messaging.saaj:saaj-impl:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ API (javax.xml.soap:saaj-api:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'Codehaus' (http://www.codehaus.org)
-- jaxen (jaxen:jaxen:jar:1.1) (http://jaxen.codehaus.org/)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org)
-- Apache WSS4J (wss4j:wss4j:jar:1.5.1:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache Xalan-Java (xalan:xalan:jar:2.7.0:runtime)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XML Security (xml-security:xmlsec:jar:1.3.0:runtime)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Activation 1.1 (org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-activation_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Validator (org.apache.cxf:cxf-tools-validator:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo Core (org.apache.cxf:cxf-tools-wsdlto-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo JAXWS Frontend (org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Validator (org.apache.cxf:cxf-tools-validator:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo Core (org.apache.cxf:cxf-tools-wsdlto-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'an unknown organization'
-- AOP alliance (aopalliance:aopalliance:jar:1.0) (http://aopalliance.sourceforge.net)
-License: Public Domain
-- StAX Utilities (net.java.dev.stax-utils:stax-utils:jar:20060502:compile) (http://stax-utils.dev.java.net/stax-utils)
-License: BSD (https://stax-utils.dev.java.net/source/browse/*checkout*/stax-utils/LICENSE)
-- Rhino (rhino:js:jar:1.6R5) (http://www.mozilla.org/rhino/)
-License: Mozilla Public License version 1.1 (http://www.mozilla.org/MPL/MPL-1.1.html)
-- StAX API (stax:stax-api:jar:1.0.1) (http://stax.codehaus.org/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- WSDL4J (wsdl4j:wsdl4j:jar:1.6.1) (http://sf.net/projects/wsdl4j)
-License: CPL (http://www.opensource.org/licenses/cpl1.0.txt)
-
This product also includes schemas and specification developed by:
-- the W3C consortium (http://www.w3c.org)
-(http://www.w3.org/XML/1998/namespace)
+ - the W3C consortium (http://www.w3c.org)
+ (http://www.w3.org/XML/1998/namespace)
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun JAXB Reference Implementation Tools (com.sun.xml.bind:jaxb-xjc:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ API (javax.xml.soap:saaj-api:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java API for XML-Based Web Services (JAX-WS API) (javax.xml.ws:jaxws-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
+This product also includes WS-* schemas developed by International
+ Business Machines Corporation, Microsoft Corporation, BEA Systems,
+ TIBCO Software, SAP AG, Sonic Software, and VeriSign
+ (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd)
+ (http://schemas.xmlsoap.org/ws/2004/08/addressing/)
+ (http://schemas.xmlsoap.org/wsdl/http)
+ (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd)
+ (http://www.w3.org/2005/08/addressing/ws-addr.xsd)
-This product includes/uses software(s) developed by 'jdom.org' (http://www.jdom.org)
-- JDOM (jdom:jdom:jar:1.0:compile)
-License: Modified Apache Software License (licenses/jdom.txt)
+Java classes (source and binary) under org.apache.cxf.jaxws.javaee
+are generated from schema available here:
+(http://java.sun.com/xml/ns/javaee/javaee_5.xsd)
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime HTTP Transport (org.apache.cxf:cxf-rt-transports-http:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+Portions of the file cxf-utils.js derives from code marked:
+This code was written by Tyler Akins and has been placed in the
+public domain. It would be nice if you left this header intact.
+Base64 code from Tyler Akins -- http://rumkin.com
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Activation 1.1 (org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-activation_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JavaMail 1.4 (org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JavaMail 1.4 (org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JMS 1.1 (org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-jms_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Spring Framework' (http://www.springframework.org/)
-- Spring Framework: Beans (org.springframework:spring-beans:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Spring Framework: Context (org.springframework:spring-context:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Spring Framework: Core (org.springframework:spring-core:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'ObjectWeb' (http://www.objectweb.org/)
-- ASM Core (asm:asm:jar:2.2.3) (http://asm.objectweb.org/asm)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Management (org.apache.cxf:cxf-rt-management:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Mort Bay Consulting' (http://www.mortbay.com)
-- Jetty Server (org.mortbay.jetty:jetty:jar:6.1.5) (http://jetty.mortbay.org)
-License: Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-- Jetty Utilities (org.mortbay.jetty:jetty-util:jar:6.1.5) (http://jetty.mortbay.org)
-License: Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Validator (org.apache.cxf:cxf-tools-validator:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://jakarta.apache.org)
-- Lang (commons-lang:commons-lang:jar:2.1) (http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/)
-License: The Apache Software License, Version 2.0 (/LICENSE.txt)
-- Logging (commons-logging:commons-logging:jar:1.1) (http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/)
-License: The Apache Software License, Version 2.0 (/LICENSE.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Colocated Binding (org.apache.cxf:cxf-rt-bindings-coloc:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime HTTP Binding (org.apache.cxf:cxf-rt-bindings-http:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Object Binding (org.apache.cxf:cxf-rt-bindings-object:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime XML Binding (org.apache.cxf:cxf-rt-bindings-xml:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Aegis Databinding (org.apache.cxf:cxf-rt-databinding-aegis:jar:2.0.3-incubator) (http://cwiki.apache.org/confluence/display/CXF/Index)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAX-WS Frontend (org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JavaScript Frontend (org.apache.cxf:cxf-rt-frontend-js:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Simple Frontend (org.apache.cxf:cxf-rt-frontend-simple:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Management (org.apache.cxf:cxf-rt-management:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime HTTP Transport (org.apache.cxf:cxf-rt-transports-http:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime HTTP Jetty Transport (org.apache.cxf:cxf-rt-transports-http-jetty:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JMS Transport (org.apache.cxf:cxf-rt-transports-jms:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Local Transport (org.apache.cxf:cxf-rt-transports-local:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime WS Addressing (org.apache.cxf:cxf-rt-ws-addr:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime WS Policy (org.apache.cxf:cxf-rt-ws-policy:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime WS Reliable Messaging (org.apache.cxf:cxf-rt-ws-rm:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime WS Security (org.apache.cxf:cxf-rt-ws-security:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools JavaTo Core (org.apache.cxf:cxf-tools-java2wsdl:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo Misctools (org.apache.cxf:cxf-tools-misctools:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Validator (org.apache.cxf:cxf-tools-validator:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo Core (org.apache.cxf:cxf-tools-wsdlto-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo JAXB Databinding (org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools WSDLTo JAXWS Frontend (org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF XJC Default Value Plugin (org.apache.cxf:cxf-xjc-dv:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF XJC toString Plugin (org.apache.cxf:cxf-xjc-ts:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Simple Frontend (org.apache.cxf:cxf-rt-frontend-simple:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun JAXB Reference Implementation Tools (com.sun.xml.bind:jaxb-xjc:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ API (javax.xml.soap:saaj-api:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-Apache CXF
-Copyright 2006-2007 The Apache Software Foundation
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Local Transport (org.apache.cxf:cxf-rt-transports-local:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Codehaus' (http://www.codehaus.org/)
-- Woodstox (org.codehaus.woodstox:wstx-asl:jar:3.2.1) (http://woodstox.codehaus.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun JAXB Reference Implementation Tools (com.sun.xml.bind:jaxb-xjc:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'an unknown organization'
-- AOP alliance (aopalliance:aopalliance:jar:1.0) (http://aopalliance.sourceforge.net)
-License: Public Domain
-- Rhino (rhino:js:jar:1.6R5) (http://www.mozilla.org/rhino/)
-License: Mozilla Public License version 1.1 (http://www.mozilla.org/MPL/MPL-1.1.html)
-- StAX API (stax:stax-api:jar:1.0.1) (http://stax.codehaus.org/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- WSDL4J (wsdl4j:wsdl4j:jar:1.6.1) (http://sf.net/projects/wsdl4j)
-License: CPL (http://www.opensource.org/licenses/cpl1.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Activation 1.1 (org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-activation_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JavaMail 1.4 (org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Servlet 2.5 (org.apache.geronimo.specs:geronimo-servlet_2.5_spec:jar:1.1-M1) (http://geronimo.apache.org/specs/geronimo-servlet_2.5_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Legion of the Bouncy Castle' (http://www.bouncycastle.org)
-- Bouncy Castle Crypto APIs for Java (bouncycastle:bcprov-jdk14:jar:136:runtime) (http://www.bouncycastle.org/java.html/bcprov-jdk14)
-License: Bouncy Castle License (http://www.bouncycastle.org/licence.html)
-
-This product includes/uses software(s) developed by 'Spring Framework' (http://www.springframework.org/)
-- Spring Framework: Beans (org.springframework:spring-beans:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Spring Framework: Context (org.springframework:spring-context:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Spring Framework: Core (org.springframework:spring-core:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Spring Framework: Web (org.springframework:spring-web:jar:2.0.6) (http://www.springframework.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org/)
-- XmlSchema (org.apache.ws.commons.schema:XmlSchema:jar:1.3.2) (http://ws.apache.org/commons/XmlSchema)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XML Commons Resolver Component (xml-resolver:xml-resolver:jar:1.2) (http://xml.apache.org/commons/components/resolver/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org)
-- Apache Ant (ant:ant:jar:1.6.5:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org/)
-- XmlSchema (org.apache.ws.commons.schema:XmlSchema:jar:1.3.2) (http://ws.apache.org/commons/XmlSchema)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XML Commons Resolver Component (xml-resolver:xml-resolver:jar:1.2) (http://xml.apache.org/commons/components/resolver/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XMLBeans main classes (xmlbeans:xbean:jar:2.2.0) (http://xmlbeans.apache.org)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Local Transport (org.apache.cxf:cxf-rt-transports-local:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime XML Binding (org.apache.cxf:cxf-rt-bindings-xml:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAX-WS Frontend (org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Simple Frontend (org.apache.cxf:cxf-rt-frontend-simple:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime HTTP Transport (org.apache.cxf:cxf-rt-transports-http:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'an unknown organization'
-- AOP alliance (aopalliance:aopalliance:jar:1.0) (http://aopalliance.sourceforge.net)
-License: Public Domain
-- StAX API (stax:stax-api:jar:1.0.1) (http://stax.codehaus.org/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- WSDL4J (wsdl4j:wsdl4j:jar:1.6.1) (http://sf.net/projects/wsdl4j)
-License: CPL (http://www.opensource.org/licenses/cpl1.0.txt)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ Reference Implementation (com.sun.xml.messaging.saaj:saaj-impl:jar:1.3:runtime)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ API (javax.xml.soap:saaj-api:jar:1.3:runtime)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org)
-- Apache WSS4J (wss4j:wss4j:jar:1.5.1:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache Xalan-Java (xalan:xalan:jar:2.7.0:runtime)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XML APIs (xml-apis:xml-apis:jar:1.3.02:compile) (http://xml.apache.org/commons/#external/xml-apis)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- XML Security (xml-security:xmlsec:jar:1.3.0:runtime)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Activation 1.1 (org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-activation_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JavaMail 1.4 (org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.0-M1) (http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- JMS 1.1 (org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-jms_1.1_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Servlet 2.5 (org.apache.geronimo.specs:geronimo-servlet_2.5_spec:jar:1.1-M1) (http://geronimo.apache.org/specs/geronimo-servlet_2.5_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'QOS.ch' (http://www.qos.ch)
-- SLF4J API Module (org.slf4j:slf4j-api:jar:1.3.1) (http://www.slf4j.org)
-- SLF4J JDK14 Binding (org.slf4j:slf4j-jdk14:jar:1.3.1) (http://www.slf4j.org)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://www.apache.org)
-- Log4j (log4j:log4j:jar:1.2.14) (http://logging.apache.org/log4j/docs/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Annotation 1.0 (org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1) (http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Web Services Metadata 2.0 (org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.1) (http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
The product contains code (StaxBuilder.java) that is
-Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
-All rights reserved.
-See the NOTICE.jdom file for additional information
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+ See the NOTICE.jdom file for additional information
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime WS Addressing (org.apache.cxf:cxf-rt-ws-addr:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+This Product also includes software developed by David Heinemeier Hansson.
+(http://dev.rubyonrails.org/browser/trunk/activesupport/lib/active_support/inflections.rb)
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime SOAP Binding (org.apache.cxf:cxf-rt-bindings-soap:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime XML Binding (org.apache.cxf:cxf-rt-bindings-xml:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime JAXB DataBinding (org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Simple Frontend (org.apache.cxf:cxf-rt-frontend-simple:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Local Transport (org.apache.cxf:cxf-rt-transports-local:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Command Line Tools Common (org.apache.cxf:cxf-tools-common:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-This product includes/uses software(s) developed by 'Sun Microsystems' (http://www.sun.com/)
-- Sun JAXB Reference Implementation Runtime (com.sun.xml.bind:jaxb-impl:jar:2.0.5:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun JAXB Reference Implementation Tools (com.sun.xml.bind:jaxb-xjc:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ Reference Implementation (com.sun.xml.messaging.saaj:saaj-impl:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java Architecture for XML Binding (JAXB API) (javax.xml.bind:jaxb-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Sun SAAJ API (javax.xml.soap:saaj-api:jar:1.3:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-- Java API for XML-Based Web Services (JAX-WS API) (javax.xml.ws:jaxws-api:jar:2.0:compile)
-License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 (http://www.sun.com/cddl/cddl.html)
-
-This product includes/uses software(s) developed by 'Apache Software Foundation' (http://jakarta.apache.org/)
-- Velocity (velocity:velocity:jar:1.4) (http://jakarta.apache.org/velocity/)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Velocity (velocity:velocity-dep:jar:1.4) (http://jakarta.apache.org/velocity/)
-
-This product includes/uses software(s) developed by 'The Apache Software Foundation' (http://www.apache.org/)
-- Apache CXF API (org.apache.cxf:cxf-api:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Schemas (org.apache.cxf:cxf-common-schemas:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF/cxf-common-schemas)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Common Utilities (org.apache.cxf:cxf-common-utilities:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Apache CXF Runtime Core (org.apache.cxf:cxf-rt-core:jar:2.0.3-incubator) (http://cwiki.apache.org/CXF)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- Neethi (org.apache.neethi:neethi:jar:2.0.2:compile)
-License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -18,133 +18,43 @@
under the License.
-->
<extensions xmlns="http://cxf.apache.org/bus/extension">
-
- <!-- Copied from CXF-SOURCES/rt/management/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
- interface="org.apache.cxf.management.InstrumentationManager"
- />
-
- <!-- Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.wsdl11.WSDLManagerImpl"
- interface="org.apache.cxf.wsdl.WSDLManager"
- />
- <extension
- class="org.apache.cxf.phase.PhaseManagerImpl"
- interface="org.apache.cxf.phase.PhaseManager"
- />
- <extension
- class="org.apache.cxf.workqueue.WorkQueueManagerImpl"
- interface="org.apache.cxf.workqueue.WorkQueueManager"
- />
- <extension
- class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager"
- interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"
- />
- <extension
- class="org.apache.cxf.endpoint.ServerRegistryImpl"
- interface="org.apache.cxf.endpoint.ServerRegistry"
- />
- <extension
- class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"
- interface="org.apache.cxf.transports.http.QueryHandlerRegistry"
- />
- <extension
- class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl"
- interface="org.apache.cxf.endpoint.EndpointResolverRegistry"
- />
- <extension
- class="org.apache.cxf.headers.HeaderManagerImpl"
- interface="org.apache.cxf.headers.HeaderManager"
- />
- <extension
- class="org.apache.cxf.catalog.OASISCatalogManager"
- interface="org.apache.cxf.catalog.OASISCatalogManager"
- />
-
- <!-- Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.object.ObjectBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/binding/object/</namespace>
+ <!-- <extension class="org.apache.cxf.binding.BindingFactoryManagerImpl"-->
+ <!-- interface="org.apache.cxf.binding.BindingFactoryManager"/>-->
+ <!-- <extension class="org.apache.cxf.transport.DestinationFactoryManagerImpl"-->
+ <!-- interface="org.apache.cxf.transport.DestinationFactoryManager"/>-->
+ <!-- <extension class="org.apache.cxf.transport.ConduitInitiatorManagerImpl"-->
+ <!-- interface="org.apache.cxf.transport.ConduitInitiatorManager"/>-->
+ <extension class="org.apache.cxf.wsdl11.WSDLManagerImpl" interface="org.apache.cxf.wsdl.WSDLManager" />
+ <extension class="org.apache.cxf.phase.PhaseManagerImpl" interface="org.apache.cxf.phase.PhaseManager" />
+ <extension class="org.apache.cxf.workqueue.WorkQueueManagerImpl" interface="org.apache.cxf.workqueue.WorkQueueManager" />
+ <extension class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager" interface="org.apache.cxf.buslifecycle.BusLifeCycleManager" />
+ <extension class="org.apache.cxf.endpoint.ServerRegistryImpl" interface="org.apache.cxf.endpoint.ServerRegistry" />
+ <extension class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl" interface="org.apache.cxf.transports.http.QueryHandlerRegistry" />
+ <extension class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl" interface="org.apache.cxf.endpoint.EndpointResolverRegistry" />
+ <extension class="org.apache.cxf.headers.HeaderManagerImpl" interface="org.apache.cxf.headers.HeaderManager" />
+ <extension class="org.apache.cxf.catalog.OASISCatalogManager" interface="org.apache.cxf.catalog.OASISCatalogManager" />
+ <extension class="org.apache.cxf.binding.corba.CorbaBindingFactory" deferred="true">
+ <namespace>http://cxf.apache.org/bindings/corba</namespace>
+ <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
</extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.soap.SoapBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
+ <extension class="org.apache.cxf.binding.soap.SoapBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
<namespace>http://schemas.xmlsoap.org/soap/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
<namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
</extension>
-
- <extension
- class="org.apache.cxf.binding.soap.SoapTransportFactory"
- interface="org.apache.cxf.transport.DestinationFactory"
- deferred="true"
- >
+ <extension class="org.apache.cxf.binding.soap.SoapTransportFactory" interface="org.apache.cxf.transport.DestinationFactory" deferred="true">
<namespace>http://schemas.xmlsoap.org/soap/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.jbi.JBIBindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/bindings/jbi</namespace>
- <namespace>http://java.sun.com/xml/ns/jbi/binding/service+engine</namespace>
</extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.corba.CorbaBindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/bindings/corba</namespace>
- <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/http/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.http.HttpBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://apache.org/cxf/binding/http</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.xml.XMLBindingFactory"
- deferred="true"
- >
+ <extension class="org.apache.cxf.binding.xml.XMLBindingFactory" deferred="true">
<namespace>http://cxf.apache.org/bindings/xformat</namespace>
- <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
+ <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
</extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.jms.JMSTransportFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/transports/jms</namespace>
- <namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
- deferred="true"
- >
+ <extension class="org.apache.cxf.management.jmx.InstrumentationManagerImpl" interface="org.apache.cxf.management.InstrumentationManager" />
+ <extension class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory" deferred="true">
<namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
<namespace>http://schemas.xmlsoap.org/soap/http</namespace>
<namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
@@ -152,23 +62,18 @@
<namespace>http://cxf.apache.org/transports/http/configuration</namespace>
<namespace>http://cxf.apache.org/bindings/xformat</namespace>
</extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.jbi.JBITransportFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/transports/jbi</namespace>
- <namespace>http://cxf.apache.org/transports/jbi/configuration</namespace>
+ <extension class="org.apache.cxf.transport.jms.JMSTransportFactory" deferred="true">
+ <namespace>http://cxf.apache.org/transports/jms</namespace>
+ <namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
</extension>
-
- <!-- Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
+ <extension class="org.apache.cxf.binding.object.ObjectBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://cxf.apache.org/binding/object/</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.http.HttpBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://apache.org/cxf/binding/http</namespace>
+ </extension>
+ <extension class="org.apache.cxf.jaxrs.JAXRSBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
<namespace>http://apache.org/cxf/binding/jaxrs</namespace>
</extension>
-
</extensions>
+
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/aegisTypes.xsd 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:aegisTypes="http://cxf.apache.org/aegisTypes"
+ targetNamespace="http://cxf.apache.org/aegisTypes">
+
+ <xs:simpleType name="char">
+ <xs:restriction base="xs:short" >
+ <xs:minInclusive value="0"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+</xs:schema>
\ No newline at end of file
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-addr.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-addr.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.xml (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-corba.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:foo="http://cxf.apache.org/configuration/foo"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean id="org.apache.cxf.binding.corba.CorbaBindingFactory"
+ class="org.apache.cxf.binding.corba.CorbaBindingFactory" lazy-init="true">
+ <property name="bus" ref="cxf"/>
+ <property name="activationNamespaces">
+ <set>
+ <value>http://cxf.apache.org/bindings/corba</value>
+ <value>http://schemas.apache.org/yoko/bindings/corba</value>
+ </set>
+ </property>
+ <property name="transportIds">
+ <list>
+ <value>http://cxf.apache.org/bindings/corba</value>
+ <value>http://schemas.apache.org/yoko/bindings/corba</value>
+ </list>
+ </property>
+ </bean>
+
+ <bean class="org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister" lazy-init="false"/>
+
+</beans>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-jetty.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http-jetty.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-http.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -27,6 +27,9 @@
id="org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder"/>
<bean class="org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder"
id="org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder"/>
+ <bean class="org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider"
+ id="org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider"/>
+
<bean class="org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory"
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.xml (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-javascript-client.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean class="org.apache.cxf.javascript.JavascriptQueryHandlerRegistry"
+ id="org.apache.cxf.javascript.JavascriptQueryHandlerRegistry"
+ init-method="register"
+ >
+ <constructor-arg ref="cxf"/>
+ </bean>
+</beans>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.xml (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxrs-binding.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:foo="http://cxf.apache.org/configuration/foo"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ id="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ lazy-init="true">
+ <property name="activationNamespaces">
+ <set>
+ <value>http://apache.org/cxf/binding/jaxrs</value>
+ </set>
+ </property>
+ <property name="bus" ref="cxf"/>
+ </bean>
+</beans>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jaxws.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -27,5 +27,7 @@
<bean class="org.apache.cxf.jaxws.context.WebServiceContextResourceResolver"
id="org.apache.cxf.jaxws.context.WebServiceContextResourceResolver" lazy-init="false"/>
<bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl"
- id="org.apache.cxf.jaxws.context.WebServiceContextImpl"/>
+ id="org.apache.cxf.jaxws.context.WebServiceContextImpl" lazy-init="true"/>
+ <bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl"
+ id="javax.xml.ws.WebServiceContext" lazy-init="true"/>
</beans>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jms.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jms.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-local.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-local.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-management.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -23,7 +23,7 @@
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
- <bean id="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
+ <bean id="org.apache.cxf.management.InstrumentationManager"
class="org.apache.cxf.management.jmx.InstrumentationManagerImpl">
<property name="bus" ref="cxf"/>
<property name="enabled" value="false"/>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-object-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-object-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-policy.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -29,6 +29,7 @@
<property name="idsProperty" value="knownElements"/>
</bean>
</constructor-arg>
+ <property name="bus" ref="cxf"/>
</bean>
<bean class="org.apache.cxf.ws.policy.PolicyConstants"
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-rm.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-rm.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-soap.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-soap.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-xml.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-xml.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-servlet.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-servlet.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.extension
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.extension 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.extension 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,13 +1,16 @@
+META-INF/cxf/cxf-extension-corba.xml
META-INF/cxf/cxf-extension-jaxws.xml
-META-INF/cxf/cxf-extension-rm.xml
+META-INF/cxf/cxf-extension-soap.xml
+META-INF/cxf/cxf-extension-xml.xml
META-INF/cxf/cxf-extension-addr.xml
+META-INF/cxf/cxf-extension-javascript-client.xml
+META-INF/cxf/cxf-extension-local.xml
+META-INF/cxf/cxf-extension-http.xml
+META-INF/cxf/cxf-extension-management.xml
+META-INF/cxf/cxf-extension-http-jetty.xml
+META-INF/cxf/cxf-extension-jms.xml
META-INF/cxf/cxf-extension-object-binding.xml
-META-INF/cxf/cxf-extension-http-jetty.xml
-META-INF/cxf/cxf-extension-http.xml
META-INF/cxf/cxf-extension-http-binding.xml
-META-INF/cxf/cxf-extension-xml.xml
+META-INF/cxf/cxf-extension-jaxrs-binding.xml
META-INF/cxf/cxf-extension-policy.xml
-META-INF/cxf/cxf-extension-jms.xml
-META-INF/cxf/cxf-extension-local.xml
-META-INF/cxf/cxf-extension-management.xml
-META-INF/cxf/cxf-extension-soap.xml
+META-INF/cxf/cxf-extension-rm.xml
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -24,6 +24,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl"/>
+ <bean id="org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor" class="org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor"/>
<bean id="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor" class="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor"/>
<bean id="org.apache.cxf.bus.spring.BusExtensionPostProcessor" class="org.apache.cxf.bus.spring.BusExtensionPostProcessor"/>
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/java2wsbeans.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+<bean id='JaxwsServiceBuilderBean' class='org.apache.cxf.jaxws.JaxwsServiceBuilder' scope="prototype" />
+<bean id='SimpleServiceBuilderBean' class='org.apache.cxf.simple.SimpleServiceBuilder' scope="prototype" />
+
+<bean id='JaxbDatabindingBean' class="org.apache.cxf.jaxb.JAXBDataBinding" scope="prototype"/>
+<bean id='AegisDatabindingBean' class="org.apache.cxf.aegis.databinding.AegisDatabinding" scope="prototype" />
+
+
+</beans>
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 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,37 +19,24 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/extensions.xml -->
+<properties version="1.0">
<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>
<entry key="org.apache.cxf.binding.corba-4">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.AddressType</entry>
<entry key="org.apache.cxf.binding.corba-5">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.PolicyType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/extensions.xml -->
<entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
+ <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
<entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
<entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
<entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
<entry key="org.apache.cxf.transport.jms-4">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientConfig</entry>
<entry key="org.apache.cxf.transport.jms-5">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerConfig</entry>
<entry key="org.apache.cxf.transport.jms-6">javax.wsdl.Port=org.apache.cxf.transport.jms.SessionPoolType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.transport.jbi">javax.wsdl.Port=org.apache.cxf.transports.jbi.AddressType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
- <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
- <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
-
</properties>
+
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1 @@
+org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
\ No newline at end of file
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers 2009-02-02 09:39:39 UTC (rev 9187)
@@ -18,55 +18,263 @@
# under the License.
#
#
+http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
+http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-#####
-# Commands used to generate this file:
#
-# cd $CXF_213_SOURCES
-# touch ~/spring.handlers
-# find -type f -name spring.handlers | awk ' { print "echo \\# Copied from "$1" >> ~/spring.handlers && cat "$1" >> ~/spring.handlers"; } ' | /bin/bash -
#
-#####
-
-# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.handlers
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/ws/addressing=org.apache.cxf.ws.addressing.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-#Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
-http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-
-# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
-http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.handlers
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/coloc/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.handlers
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
+http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas 2009-02-02 09:39:39 UTC (rev 9187)
@@ -18,68 +18,299 @@
# under the License.
#
#
+http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
+http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
+
+http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
+
-#####
-# Commands used to generate this file:
#
-# cd $CXF_213_SOURCES
-# touch ~/spring.schemas
-# find -type f -name spring.schemas | awk ' { print "echo \\# Copied from "$1" >> ~/spring.schemas && cat "$1" >> ~/spring.schemas"; } ' | /bin/bash -
#
-#####
-
-# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
-http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
-http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
-
-# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.schemas
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
+http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
-# Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.schemas
-http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
-http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
-http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
-http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
-http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
-# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
+http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.schemas
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd
-# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
-
-# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
-http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-
-# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
-
-# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
-http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
-
-# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.schemas
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
+http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
+http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
+http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
+http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
-# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
-
-# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
-
-# Copied from CXF-SOURCES/common/common/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
-
-# Copied from CXF-SOURCES/common/schemas/src/main/resources/META-INF/spring.schemas
-http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
-http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
-http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
+http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
+http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,56 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
-->
<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
-
- <!-- Copied from CXF-SOURCES/rt/databinding/xmlbeans/src/main/resources/META-INF/tools-plugin.xml -->
- <databinding
- name="xmlbeans"
- package="org.apache.cxf.xmlbeans.tools"
- profile="XMLBeansToolingDataBinding"
- />
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
- <databinding
- name="jaxb"
- package="org.apache.cxf.tools.wsdlto.databinding.jaxb"
- profile="JAXBDataBinding"
- />
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml -->
- <frontend
- name="jaxws"
- package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
- profile="JAXWSProfile"
- >
- <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
- <processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
- <builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
+ <frontend name="jaxws" package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
+ <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml" />
+ <processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor" />
+ <builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11" />
<generators package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
- <generator name="AntGenerator"/>
- <generator name="ClientGenerator"/>
- <generator name="FaultGenerator"/>
- <generator name="ImplGenerator"/>
- <generator name="SEIGenerator"/>
- <generator name="ServerGenerator"/>
- <generator name="ServiceGenerator"/>
+ <generator name="AntGenerator" />
+ <generator name="ClientGenerator" />
+ <generator name="FaultGenerator" />
+ <generator name="ImplGenerator" />
+ <generator name="SEIGenerator" />
+ <generator name="ServerGenerator" />
+ <generator name="ServiceGenerator" />
</generators>
</frontend>
-
+ <databinding name="jaxb" package="org.apache.cxf.tools.wsdlto.databinding.jaxb" profile="JAXBDataBinding" />
+ <databinding name="xmlbeans" package="org.apache.cxf.xmlbeans.tools" profile="XMLBeansToolingDataBinding" />
</plugin>
+
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 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -16,16 +16,12 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
- <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>
-
-</properties>
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties version="1.0">
+ <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>
+</properties>
+
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 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,21 +19,12 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/wsdl.plugin.xml -->
+<properties version="1.0">
<entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/wsdl.plugin.xml -->
<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>
<entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
<entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/wsdl.plugin.xml -->
<entry key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/wsdl.plugin.xml -->
- <entry key="jbi-javax.wsdl.Port">org.apache.cxf.transport.jbi.wsdl11.JBITransportPlugin</entry>
-
</properties>
+
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -7,168 +7,73 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<extensions xmlns="http://cxf.apache.org/bus/extension">
-
- <!-- Copied from CXF-SOURCES/rt/management/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
- interface="org.apache.cxf.management.InstrumentationManager"
- />
-
- <!-- Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.wsdl11.WSDLManagerImpl"
- interface="org.apache.cxf.wsdl.WSDLManager"
- />
- <extension
- class="org.apache.cxf.phase.PhaseManagerImpl"
- interface="org.apache.cxf.phase.PhaseManager"
- />
- <extension
- class="org.apache.cxf.workqueue.WorkQueueManagerImpl"
- interface="org.apache.cxf.workqueue.WorkQueueManager"
- />
- <extension
- class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager"
- interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"
- />
- <extension
- class="org.apache.cxf.endpoint.ServerRegistryImpl"
- interface="org.apache.cxf.endpoint.ServerRegistry"
- />
- <extension
- class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"
- interface="org.apache.cxf.transports.http.QueryHandlerRegistry"
- />
- <extension
- class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl"
- interface="org.apache.cxf.endpoint.EndpointResolverRegistry"
- />
- <extension
- class="org.apache.cxf.headers.HeaderManagerImpl"
- interface="org.apache.cxf.headers.HeaderManager"
- />
- <extension
- class="org.apache.cxf.catalog.OASISCatalogManager"
- interface="org.apache.cxf.catalog.OASISCatalogManager"
- />
-
- <!-- Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.object.ObjectBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/binding/object/</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.soap.SoapBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
- <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
- </extension>
-
- <extension
- class="org.apache.cxf.binding.soap.SoapTransportFactory"
- interface="org.apache.cxf.transport.DestinationFactory"
- deferred="true"
- >
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.jbi.JBIBindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/bindings/jbi</namespace>
- <namespace>http://java.sun.com/xml/ns/jbi/binding/service+engine</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.corba.CorbaBindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/bindings/corba</namespace>
- <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/http/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.http.HttpBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://apache.org/cxf/binding/http</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.binding.xml.XMLBindingFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/bindings/xformat</namespace>
- <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.jms.JMSTransportFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/transports/jms</namespace>
- <namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
- deferred="true"
- >
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
- <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
- <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
- <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
- <namespace>http://cxf.apache.org/bindings/xformat</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.transport.jbi.JBITransportFactory"
- deferred="true"
- >
- <namespace>http://cxf.apache.org/transports/jbi</namespace>
- <namespace>http://cxf.apache.org/transports/jbi/configuration</namespace>
- </extension>
-
- <!-- Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/cxf/bus-extensions.xml -->
- <extension
- class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
- interface="org.apache.cxf.binding.BindingFactory"
- deferred="true"
- >
- <namespace>http://apache.org/cxf/binding/jaxrs</namespace>
- </extension>
-
-</extensions>
+-->
+<extensions xmlns="http://cxf.apache.org/bus/extension">
+ <!-- <extension class="org.apache.cxf.binding.BindingFactoryManagerImpl"-->
+ <!-- interface="org.apache.cxf.binding.BindingFactoryManager"/>-->
+ <!-- <extension class="org.apache.cxf.transport.DestinationFactoryManagerImpl"-->
+ <!-- interface="org.apache.cxf.transport.DestinationFactoryManager"/>-->
+ <!-- <extension class="org.apache.cxf.transport.ConduitInitiatorManagerImpl"-->
+ <!-- interface="org.apache.cxf.transport.ConduitInitiatorManager"/>-->
+ <extension class="org.apache.cxf.wsdl11.WSDLManagerImpl" interface="org.apache.cxf.wsdl.WSDLManager" />
+ <extension class="org.apache.cxf.phase.PhaseManagerImpl" interface="org.apache.cxf.phase.PhaseManager" />
+ <extension class="org.apache.cxf.workqueue.WorkQueueManagerImpl" interface="org.apache.cxf.workqueue.WorkQueueManager" />
+ <extension class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager" interface="org.apache.cxf.buslifecycle.BusLifeCycleManager" />
+ <extension class="org.apache.cxf.endpoint.ServerRegistryImpl" interface="org.apache.cxf.endpoint.ServerRegistry" />
+ <extension class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl" interface="org.apache.cxf.transports.http.QueryHandlerRegistry" />
+ <extension class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl" interface="org.apache.cxf.endpoint.EndpointResolverRegistry" />
+ <extension class="org.apache.cxf.headers.HeaderManagerImpl" interface="org.apache.cxf.headers.HeaderManager" />
+ <extension class="org.apache.cxf.catalog.OASISCatalogManager" interface="org.apache.cxf.catalog.OASISCatalogManager" />
+ <extension class="org.apache.cxf.binding.corba.CorbaBindingFactory" deferred="true">
+ <namespace>http://cxf.apache.org/bindings/corba</namespace>
+ <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.soap.SoapBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.soap.SoapTransportFactory" interface="org.apache.cxf.transport.DestinationFactory" deferred="true">
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.xml.XMLBindingFactory" deferred="true">
+ <namespace>http://cxf.apache.org/bindings/xformat</namespace>
+ <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
+ </extension>
+ <extension class="org.apache.cxf.management.jmx.InstrumentationManagerImpl" interface="org.apache.cxf.management.InstrumentationManager" />
+ <extension class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory" deferred="true">
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
+ <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
+ <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
+ <namespace>http://cxf.apache.org/bindings/xformat</namespace>
+ </extension>
+ <extension class="org.apache.cxf.transport.jms.JMSTransportFactory" deferred="true">
+ <namespace>http://cxf.apache.org/transports/jms</namespace>
+ <namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.object.ObjectBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://cxf.apache.org/binding/object/</namespace>
+ </extension>
+ <extension class="org.apache.cxf.binding.http.HttpBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://apache.org/cxf/binding/http</namespace>
+ </extension>
+ <extension class="org.apache.cxf.jaxrs.JAXRSBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+ <namespace>http://apache.org/cxf/binding/jaxrs</namespace>
+ </extension>
+</extensions>
+
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/aegisTypes.xsd
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/aegisTypes.xsd (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/aegisTypes.xsd 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:aegisTypes="http://cxf.apache.org/aegisTypes"
+ targetNamespace="http://cxf.apache.org/aegisTypes">
+
+ <xs:simpleType name="char">
+ <xs:restriction base="xs:short" >
+ <xs:minInclusive value="0"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+</xs:schema>
\ No newline at end of file
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-addr.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-addr.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-corba.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:foo="http://cxf.apache.org/configuration/foo"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean id="org.apache.cxf.binding.corba.CorbaBindingFactory"
+ class="org.apache.cxf.binding.corba.CorbaBindingFactory" lazy-init="true">
+ <property name="bus" ref="cxf"/>
+ <property name="activationNamespaces">
+ <set>
+ <value>http://cxf.apache.org/bindings/corba</value>
+ <value>http://schemas.apache.org/yoko/bindings/corba</value>
+ </set>
+ </property>
+ <property name="transportIds">
+ <list>
+ <value>http://cxf.apache.org/bindings/corba</value>
+ <value>http://schemas.apache.org/yoko/bindings/corba</value>
+ </list>
+ </property>
+ </bean>
+
+ <bean class="org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister" lazy-init="false"/>
+
+</beans>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http-jetty.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:foo="http://cxf.apache.org/configuration/foo"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <import resource="classpath:META-INF/cxf/cxf-extension-http.xml" />
+
+ <bean class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
+ id="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
+ lazy-init="false"
+ depends-on="org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory">
+ <property name="bus" ref="cxf"/>
+ <property name="transportIds">
+ <list>
+ <value>http://schemas.xmlsoap.org/soap/http</value>
+ <value>http://schemas.xmlsoap.org/wsdl/http/</value>
+ <value>http://schemas.xmlsoap.org/wsdl/soap/http</value>
+ <value>http://www.w3.org/2003/05/soap/bindings/HTTP/</value>
+ <value>http://cxf.apache.org/transports/http/configuration</value>
+ <value>http://cxf.apache.org/bindings/xformat</value>
+ </list>
+ </property>
+ </bean>
+
+</beans>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-http.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -27,6 +27,9 @@
id="org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder"/>
<bean class="org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder"
id="org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder"/>
+ <bean class="org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider"
+ id="org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider"/>
+
<bean class="org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory"
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-javascript-client.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean class="org.apache.cxf.javascript.JavascriptQueryHandlerRegistry"
+ id="org.apache.cxf.javascript.JavascriptQueryHandlerRegistry"
+ init-method="register"
+ >
+ <constructor-arg ref="cxf"/>
+ </bean>
+</beans>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxrs-binding.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:foo="http://cxf.apache.org/configuration/foo"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+ <bean class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ id="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ lazy-init="true">
+ <property name="activationNamespaces">
+ <set>
+ <value>http://apache.org/cxf/binding/jaxrs</value>
+ </set>
+ </property>
+ <property name="bus" ref="cxf"/>
+ </bean>
+</beans>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jaxws.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -27,5 +27,7 @@
<bean class="org.apache.cxf.jaxws.context.WebServiceContextResourceResolver"
id="org.apache.cxf.jaxws.context.WebServiceContextResourceResolver" lazy-init="false"/>
<bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl"
- id="org.apache.cxf.jaxws.context.WebServiceContextImpl"/>
+ id="org.apache.cxf.jaxws.context.WebServiceContextImpl" lazy-init="true"/>
+ <bean class="org.apache.cxf.jaxws.context.WebServiceContextImpl"
+ id="javax.xml.ws.WebServiceContext" lazy-init="true"/>
</beans>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jms.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-jms.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-local.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-local.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-management.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -23,7 +23,7 @@
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
- <bean id="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
+ <bean id="org.apache.cxf.management.InstrumentationManager"
class="org.apache.cxf.management.jmx.InstrumentationManagerImpl">
<property name="bus" ref="cxf"/>
<property name="enabled" value="false"/>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-object-binding.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-object-binding.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-policy.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -29,6 +29,7 @@
<property name="idsProperty" value="knownElements"/>
</bean>
</constructor-arg>
+ <property name="bus" ref="cxf"/>
</bean>
<bean class="org.apache.cxf.ws.policy.PolicyConstants"
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-rm.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-rm.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-soap.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-soap.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-xml.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-extension-xml.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-servlet.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf-servlet.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.extension
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.extension 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.extension 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,14 +1,16 @@
+META-INF/cxf/cxf-extension-corba.xml
META-INF/cxf/cxf-extension-jaxws.xml
-META-INF/cxf/cxf-extension-rm.xml
+META-INF/cxf/cxf-extension-soap.xml
+META-INF/cxf/cxf-extension-xml.xml
META-INF/cxf/cxf-extension-addr.xml
-META-INF/cxf/cxf-extension-http-tomcat.xml
+META-INF/cxf/cxf-extension-javascript-client.xml
+META-INF/cxf/cxf-extension-local.xml
+META-INF/cxf/cxf-extension-http.xml
+META-INF/cxf/cxf-extension-management.xml
+META-INF/cxf/cxf-extension-http-jetty.xml
+META-INF/cxf/cxf-extension-jms.xml
META-INF/cxf/cxf-extension-object-binding.xml
-META-INF/cxf/cxf-extension-http.xml
META-INF/cxf/cxf-extension-http-binding.xml
-META-INF/cxf/cxf-extension-xml.xml
+META-INF/cxf/cxf-extension-jaxrs-binding.xml
META-INF/cxf/cxf-extension-policy.xml
-META-INF/cxf/cxf-extension-jms.xml
-META-INF/cxf/cxf-extension-local.xml
-META-INF/cxf/cxf-extension-management.xml
-META-INF/cxf/cxf-extension-soap.xml
-META-INF/cxf/cxf-extension-jbossws.xml
\ No newline at end of file
+META-INF/cxf/cxf-extension-rm.xml
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.fixml
===================================================================
(Binary files differ)
Property changes on: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.fixml
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/cxf.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -24,6 +24,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl"/>
+ <bean id="org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor" class="org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor"/>
<bean id="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor" class="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor"/>
<bean id="org.apache.cxf.bus.spring.BusExtensionPostProcessor" class="org.apache.cxf.bus.spring.BusExtensionPostProcessor"/>
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/java2wsbeans.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/java2wsbeans.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/cxf/java2wsbeans.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+<bean id='JaxwsServiceBuilderBean' class='org.apache.cxf.jaxws.JaxwsServiceBuilder' scope="prototype" />
+<bean id='SimpleServiceBuilderBean' class='org.apache.cxf.simple.SimpleServiceBuilder' scope="prototype" />
+
+<bean id='JaxbDatabindingBean' class="org.apache.cxf.jaxb.JAXBDataBinding" scope="prototype"/>
+<bean id='AegisDatabindingBean' class="org.apache.cxf.aegis.databinding.AegisDatabinding" scope="prototype" />
+
+
+</beans>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -7,49 +7,36 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/extensions.xml -->
- <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>
- <entry key="org.apache.cxf.binding.corba-4">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.AddressType</entry>
- <entry key="org.apache.cxf.binding.corba-5">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.PolicyType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
- <entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
- <entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
- <entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
- <entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
- <entry key="org.apache.cxf.transport.jms-4">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientConfig</entry>
- <entry key="org.apache.cxf.transport.jms-5">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerConfig</entry>
- <entry key="org.apache.cxf.transport.jms-6">javax.wsdl.Port=org.apache.cxf.transport.jms.SessionPoolType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.transport.jbi">javax.wsdl.Port=org.apache.cxf.transports.jbi.AddressType</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/cxf/extensions.xml -->
- <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
- <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
- <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
-
-</properties>
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties version="1.0">
+ <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>
+ <entry key="org.apache.cxf.binding.corba-4">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.AddressType</entry>
+ <entry key="org.apache.cxf.binding.corba-5">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.PolicyType</entry>
+ <entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+ <entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+ <entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
+ <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
+ <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
+ <entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
+ <entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
+ <entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
+ <entry key="org.apache.cxf.transport.jms-4">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-5">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-6">javax.wsdl.Port=org.apache.cxf.transport.jms.SessionPoolType</entry>
+</properties>
+
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/javax.ws.rs.ext.RuntimeDelegate (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/javax.ws.rs.ext.RuntimeDelegate 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1 @@
+org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
\ No newline at end of file
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl 2009-02-02 09:39:39 UTC (rev 9187)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.cxf.tools.CXFConsumerFactoryImpl
\ No newline at end of file
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers 2009-02-02 09:39:39 UTC (rev 9187)
@@ -18,55 +18,263 @@
# under the License.
#
#
+http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
+http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-#####
-# Commands used to generate this file:
#
-# cd $CXF_213_SOURCES
-# touch ~/spring.handlers
-# find -type f -name spring.handlers | awk ' { print "echo \\# Copied from "$1" >> ~/spring.handlers && cat "$1" >> ~/spring.handlers"; } ' | /bin/bash -
#
-#####
-
-# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.handlers
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/ws/addressing=org.apache.cxf.ws.addressing.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-#Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
-http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-
-# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
-http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.handlers
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/bindings/coloc/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.handlers
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
+http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
-
-# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.handlers
-http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas 2009-02-02 09:39:39 UTC (rev 9187)
@@ -18,68 +18,299 @@
# under the License.
#
#
+http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
+http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
+
+http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
+
-#####
-# Commands used to generate this file:
#
-# cd $CXF_213_SOURCES
-# touch ~/spring.schemas
-# find -type f -name spring.schemas | awk ' { print "echo \\# Copied from "$1" >> ~/spring.schemas && cat "$1" >> ~/spring.schemas"; } ' | /bin/bash -
#
-#####
-
-# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
-http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
-http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
-
-# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.schemas
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
+http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
-# Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.schemas
-http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
-http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
-http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
-http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
-http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
-# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
+http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.schemas
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd
-# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
-
-# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
-http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-
-# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
-
-# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
-http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
-
-# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.schemas
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
http\://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
+http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
+http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
+http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
+http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
-# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
-
-# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
-
-# Copied from CXF-SOURCES/common/common/src/main/resources/META-INF/spring.schemas
-http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
-
-# Copied from CXF-SOURCES/common/schemas/src/main/resources/META-INF/spring.schemas
-http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
-http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
-http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
+http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
+http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,56 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
-
- <!-- Copied from CXF-SOURCES/rt/databinding/xmlbeans/src/main/resources/META-INF/tools-plugin.xml -->
- <databinding
- name="xmlbeans"
- package="org.apache.cxf.xmlbeans.tools"
- profile="XMLBeansToolingDataBinding"
- />
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
- <databinding
- name="jaxb"
- package="org.apache.cxf.tools.wsdlto.databinding.jaxb"
- profile="JAXBDataBinding"
- />
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml -->
- <frontend
- name="jaxws"
- package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
- profile="JAXWSProfile"
- >
- <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
- <processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
- <builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
- <generators package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
- <generator name="AntGenerator"/>
- <generator name="ClientGenerator"/>
- <generator name="FaultGenerator"/>
- <generator name="ImplGenerator"/>
- <generator name="SEIGenerator"/>
- <generator name="ServerGenerator"/>
- <generator name="ServiceGenerator"/>
- </generators>
- </frontend>
-
-</plugin>
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
+ <frontend name="jaxws" package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
+ <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml" />
+ <processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor" />
+ <builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11" />
+ <generators package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
+ <generator name="AntGenerator" />
+ <generator name="ClientGenerator" />
+ <generator name="FaultGenerator" />
+ <generator name="ImplGenerator" />
+ <generator name="SEIGenerator" />
+ <generator name="ServerGenerator" />
+ <generator name="ServiceGenerator" />
+ </generators>
+ </frontend>
+ <databinding name="jaxb" package="org.apache.cxf.tools.wsdlto.databinding.jaxb" profile="JAXBDataBinding" />
+ <databinding name="xmlbeans" package="org.apache.cxf.xmlbeans.tools" profile="XMLBeansToolingDataBinding" />
+</plugin>
+
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -16,16 +16,12 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
- <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>
-
-</properties>
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties version="1.0">
+ <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>
+</properties>
+
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml 2009-02-02 09:25:50 UTC (rev 9186)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml 2009-02-02 09:39:39 UTC (rev 9187)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,21 +19,12 @@
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/wsdl.plugin.xml -->
+<properties version="1.0">
<entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/wsdl.plugin.xml -->
<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>
<entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
<entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/wsdl.plugin.xml -->
<entry key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
-
- <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/wsdl.plugin.xml -->
- <entry key="jbi-javax.wsdl.Port">org.apache.cxf.transport.jbi.wsdl11.JBITransportPlugin</entry>
-
</properties>
+
15 years, 10 months
JBossWS SVN: r9186 - stack/cxf/trunk/modules/client/src/main/resources/META-INF.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-02 04:25:50 -0500 (Mon, 02 Feb 2009)
New Revision: 9186
Added:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml
Removed:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
Log:
refactoring config name
Deleted: stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml 2009-02-02 09:24:27 UTC (rev 9185)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml 2009-02-02 09:25:50 UTC (rev 9186)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
- <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>
-
-</properties>
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-02 09:24:27 UTC (rev 9185)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-02 09:25:50 UTC (rev 9186)
@@ -19,6 +19,13 @@
-->
<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
+ <!-- Copied from CXF-SOURCES/rt/databinding/xmlbeans/src/main/resources/META-INF/tools-plugin.xml -->
+ <databinding
+ name="xmlbeans"
+ package="org.apache.cxf.xmlbeans.tools"
+ profile="XMLBeansToolingDataBinding"
+ />
+
<!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
<databinding
name="jaxb"
Added: 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 (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools.service.validator.xml 2009-02-02 09:25:50 UTC (rev 9186)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
+ <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
+ <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>
+
+</properties>
15 years, 10 months
JBossWS SVN: r9185 - stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-02 04:24:27 -0500 (Mon, 02 Feb 2009)
New Revision: 9185
Added:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
Removed:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
Log:
refactoring config name
Deleted: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-02 09:03:35 UTC (rev 9184)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-02 09:24:27 UTC (rev 9185)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties>
-
- <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
-
- <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
- <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>
-
-</properties>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02 09:03:35 UTC (rev 9184)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02 09:24:27 UTC (rev 9185)
@@ -19,6 +19,13 @@
-->
<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
+ <!-- Copied from CXF-SOURCES/rt/databinding/xmlbeans/src/main/resources/META-INF/tools-plugin.xml -->
+ <databinding
+ name="xmlbeans"
+ package="org.apache.cxf.xmlbeans.tools"
+ profile="XMLBeansToolingDataBinding"
+ />
+
<!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
<databinding
name="jaxb"
Added: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml (rev 0)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools.service.validator.xml 2009-02-02 09:24:27 UTC (rev 9185)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
+ <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
+ <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>
+
+</properties>
15 years, 10 months
JBossWS SVN: r9184 - in stack/cxf/trunk/modules: server/src/main/resources/jbossws-cxf.sar/META-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-02-02 04:03:35 -0500 (Mon, 02 Feb 2009)
New Revision: 9184
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers
stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas
stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml
Log:
sync configs and prop files with CXF 2.1.3 release
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/bus-extensions.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,65 +1,174 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
-->
<extensions xmlns="http://cxf.apache.org/bus/extension">
- <extension class="org.apache.cxf.binding.object.ObjectBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/management/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
+ interface="org.apache.cxf.management.InstrumentationManager"
+ />
+
+ <!-- Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.wsdl11.WSDLManagerImpl"
+ interface="org.apache.cxf.wsdl.WSDLManager"
+ />
+ <extension
+ class="org.apache.cxf.phase.PhaseManagerImpl"
+ interface="org.apache.cxf.phase.PhaseManager"
+ />
+ <extension
+ class="org.apache.cxf.workqueue.WorkQueueManagerImpl"
+ interface="org.apache.cxf.workqueue.WorkQueueManager"
+ />
+ <extension
+ class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager"
+ interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"
+ />
+ <extension
+ class="org.apache.cxf.endpoint.ServerRegistryImpl"
+ interface="org.apache.cxf.endpoint.ServerRegistry"
+ />
+ <extension
+ class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"
+ interface="org.apache.cxf.transports.http.QueryHandlerRegistry"
+ />
+ <extension
+ class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl"
+ interface="org.apache.cxf.endpoint.EndpointResolverRegistry"
+ />
+ <extension
+ class="org.apache.cxf.headers.HeaderManagerImpl"
+ interface="org.apache.cxf.headers.HeaderManager"
+ />
+ <extension
+ class="org.apache.cxf.catalog.OASISCatalogManager"
+ interface="org.apache.cxf.catalog.OASISCatalogManager"
+ />
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.object.ObjectBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/binding/object/</namespace>
</extension>
- <extension class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.soap.SoapBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
- <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
- <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
- <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
- <namespace>http://cxf.apache.org/bindings/xformat</namespace>
</extension>
- <extension class="org.apache.cxf.binding.http.HttpBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+
+ <extension
+ class="org.apache.cxf.binding.soap.SoapTransportFactory"
+ interface="org.apache.cxf.transport.DestinationFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.jbi.JBIBindingFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/bindings/jbi</namespace>
+ <namespace>http://java.sun.com/xml/ns/jbi/binding/service+engine</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.corba.CorbaBindingFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/bindings/corba</namespace>
+ <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/http/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.http.HttpBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
<namespace>http://apache.org/cxf/binding/http</namespace>
</extension>
- <extension class="org.apache.cxf.binding.xml.XMLBindingFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.xml.XMLBindingFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/bindings/xformat</namespace>
- <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
+ <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
</extension>
- <extension class="org.apache.cxf.wsdl11.WSDLManagerImpl" interface="org.apache.cxf.wsdl.WSDLManager"/>
- <extension class="org.apache.cxf.phase.PhaseManagerImpl" interface="org.apache.cxf.phase.PhaseManager"/>
- <extension class="org.apache.cxf.workqueue.WorkQueueManagerImpl" interface="org.apache.cxf.workqueue.WorkQueueManager"/>
- <extension class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager" interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"/>
- <extension class="org.apache.cxf.endpoint.ServerRegistryImpl" interface="org.apache.cxf.endpoint.ServerRegistry"/>
- <extension class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl" interface="org.apache.cxf.transports.http.QueryHandlerRegistry"/>
- <extension class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl" interface="org.apache.cxf.endpoint.EndpointResolverRegistry"/>
- <extension class="org.apache.cxf.headers.HeaderManagerImpl" interface="org.apache.cxf.headers.HeaderManager"/>
- <extension class="org.apache.cxf.catalog.OASISCatalogManager" interface="org.apache.cxf.catalog.OASISCatalogManager"/>
- <extension class="org.apache.cxf.transport.jms.JMSTransportFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.jms.JMSTransportFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/transports/jms</namespace>
<namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
</extension>
- <extension class="org.apache.cxf.management.jmx.InstrumentationManagerImpl" interface="org.apache.cxf.management.InstrumentationManager"/>
- <extension class="org.apache.cxf.binding.soap.SoapBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
<namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
+ <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
+ <namespace>http://cxf.apache.org/bindings/xformat</namespace>
</extension>
- <extension class="org.apache.cxf.binding.soap.SoapTransportFactory" interface="org.apache.cxf.transport.DestinationFactory" deferred="true">
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.jbi.JBITransportFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/transports/jbi</namespace>
+ <namespace>http://cxf.apache.org/transports/jbi/configuration</namespace>
</extension>
-</extensions>
\ No newline at end of file
+
+ <!-- Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
+ <namespace>http://apache.org/cxf/binding/jaxrs</namespace>
+ </extension>
+
+</extensions>
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 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,32 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-<properties version="1.0">
- <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
- <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
- <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
+<properties>
+
+ <!-- Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/extensions.xml -->
+ <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>
+ <entry key="org.apache.cxf.binding.corba-4">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.AddressType</entry>
+ <entry key="org.apache.cxf.binding.corba-5">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.PolicyType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/extensions.xml -->
<entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/extensions.xml -->
<entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
<entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
<entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
-</properties>
\ No newline at end of file
+ <entry key="org.apache.cxf.transport.jms-4">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-5">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-6">javax.wsdl.Port=org.apache.cxf.transport.jms.SessionPoolType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.transport.jbi">javax.wsdl.Port=org.apache.cxf.transports.jbi.AddressType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
+
+</properties>
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/service.validator.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,6 +18,14 @@
under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
<properties>
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
+ <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
+ <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>
+
</properties>
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.handlers 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,242 +18,55 @@
# under the License.
#
#
-http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+
+#####
+# Commands used to generate this file:
#
+# cd $CXF_213_SOURCES
+# touch ~/spring.handlers
+# find -type f -name spring.handlers | awk ' { print "echo \\# Copied from "$1" >> ~/spring.handlers && cat "$1" >> ~/spring.handlers"; } ' | /bin/bash -
#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+#####
+
+# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+
+# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/ws/addressing=org.apache.cxf.ws.addressing.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
-http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+#Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
+http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+
+# Copied from CXF-SOURCES/rt/bindings/coloc/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/spring.schemas 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,276 +18,68 @@
# under the License.
#
#
-http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
-http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
-http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
+
+#####
+# Commands used to generate this file:
#
+# cd $CXF_213_SOURCES
+# touch ~/spring.schemas
+# find -type f -name spring.schemas | awk ' { print "echo \\# Copied from "$1" >> ~/spring.schemas && cat "$1" >> ~/spring.schemas"; } ' | /bin/bash -
#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schema/bindings/object.xsd=org/apache/cxf/binding/soap/spring/object.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
+#####
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
-http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
+# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
+http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
+http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
-http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
-http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
-http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
-http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.schemas
+http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
+http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
+http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
+http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
+http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+
+# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.schemas
http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
-http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
-http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
-
-http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
-
+# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.schemas
http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
+
+# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
+http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
+
+# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
+
+# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
+http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
+
+# Copied from CXF-SOURCES/common/common/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
+
+# Copied from CXF-SOURCES/common/schemas/src/main/resources/META-INF/spring.schemas
+http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
+http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
+http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
Modified: stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/tools-plugin.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,25 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
-->
<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
- <databinding name="jaxb" package="org.apache.cxf.tools.wsdlto.databinding.jaxb" profile="JAXBDataBinding"/>
- <frontend name="jaxws" package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
+ <databinding
+ name="jaxb"
+ package="org.apache.cxf.tools.wsdlto.databinding.jaxb"
+ profile="JAXBDataBinding"
+ />
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml -->
+ <frontend
+ name="jaxws"
+ package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
+ profile="JAXWSProfile"
+ >
<container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
<processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
<builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
@@ -33,4 +45,5 @@
<generator name="ServiceGenerator"/>
</generators>
</frontend>
-</plugin>
\ No newline at end of file
+
+</plugin>
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 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/wsdl.plugin.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -18,9 +18,22 @@
under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
<properties>
- <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>
- <entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
- <entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <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>
+ <entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+ <entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="jbi-javax.wsdl.Port">org.apache.cxf.transport.jbi.wsdl11.JBITransportPlugin</entry>
+
</properties>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/bus-extensions.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,65 +1,174 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
-->
<extensions xmlns="http://cxf.apache.org/bus/extension">
- <extension class="org.apache.cxf.binding.object.ObjectBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/management/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.management.jmx.InstrumentationManagerImpl"
+ interface="org.apache.cxf.management.InstrumentationManager"
+ />
+
+ <!-- Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.wsdl11.WSDLManagerImpl"
+ interface="org.apache.cxf.wsdl.WSDLManager"
+ />
+ <extension
+ class="org.apache.cxf.phase.PhaseManagerImpl"
+ interface="org.apache.cxf.phase.PhaseManager"
+ />
+ <extension
+ class="org.apache.cxf.workqueue.WorkQueueManagerImpl"
+ interface="org.apache.cxf.workqueue.WorkQueueManager"
+ />
+ <extension
+ class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager"
+ interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"
+ />
+ <extension
+ class="org.apache.cxf.endpoint.ServerRegistryImpl"
+ interface="org.apache.cxf.endpoint.ServerRegistry"
+ />
+ <extension
+ class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"
+ interface="org.apache.cxf.transports.http.QueryHandlerRegistry"
+ />
+ <extension
+ class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl"
+ interface="org.apache.cxf.endpoint.EndpointResolverRegistry"
+ />
+ <extension
+ class="org.apache.cxf.headers.HeaderManagerImpl"
+ interface="org.apache.cxf.headers.HeaderManager"
+ />
+ <extension
+ class="org.apache.cxf.catalog.OASISCatalogManager"
+ interface="org.apache.cxf.catalog.OASISCatalogManager"
+ />
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.object.ObjectBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/binding/object/</namespace>
</extension>
- <extension class="org.jboss.wsf.stack.cxf.transport.TomcatHTTPTransportFactory" interface="org.apache.cxf.transport.DestinationFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.soap.SoapBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
<namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
- <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
- <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
- <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
- <namespace>http://cxf.apache.org/bindings/xformat</namespace>
</extension>
- <extension class="org.apache.cxf.binding.http.HttpBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
+
+ <extension
+ class="org.apache.cxf.binding.soap.SoapTransportFactory"
+ interface="org.apache.cxf.transport.DestinationFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.jbi.JBIBindingFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/bindings/jbi</namespace>
+ <namespace>http://java.sun.com/xml/ns/jbi/binding/service+engine</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.corba.CorbaBindingFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/bindings/corba</namespace>
+ <namespace>http://schemas.apache.org/yoko/bindings/corba</namespace>
+ </extension>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/http/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.http.HttpBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
<namespace>http://apache.org/cxf/binding/http</namespace>
</extension>
- <extension class="org.apache.cxf.binding.xml.XMLBindingFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.binding.xml.XMLBindingFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/bindings/xformat</namespace>
- <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
+ <namespace>http://www.w3.org/2004/08/wsdl/http</namespace>
</extension>
- <extension class="org.apache.cxf.wsdl11.WSDLManagerImpl" interface="org.apache.cxf.wsdl.WSDLManager"/>
- <extension class="org.apache.cxf.phase.PhaseManagerImpl" interface="org.apache.cxf.phase.PhaseManager"/>
- <extension class="org.apache.cxf.workqueue.WorkQueueManagerImpl" interface="org.apache.cxf.workqueue.WorkQueueManager"/>
- <extension class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager" interface="org.apache.cxf.buslifecycle.BusLifeCycleManager"/>
- <extension class="org.apache.cxf.endpoint.ServerRegistryImpl" interface="org.apache.cxf.endpoint.ServerRegistry"/>
- <extension class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl" interface="org.apache.cxf.transports.http.QueryHandlerRegistry"/>
- <extension class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl" interface="org.apache.cxf.endpoint.EndpointResolverRegistry"/>
- <extension class="org.apache.cxf.headers.HeaderManagerImpl" interface="org.apache.cxf.headers.HeaderManager"/>
- <extension class="org.apache.cxf.catalog.OASISCatalogManager" interface="org.apache.cxf.catalog.OASISCatalogManager"/>
- <extension class="org.apache.cxf.transport.jms.JMSTransportFactory" deferred="true">
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.jms.JMSTransportFactory"
+ deferred="true"
+ >
<namespace>http://cxf.apache.org/transports/jms</namespace>
<namespace>http://cxf.apache.org/transports/jms/configuration</namespace>
</extension>
- <extension class="org.apache.cxf.management.jmx.InstrumentationManagerImpl" interface="org.apache.cxf.management.InstrumentationManager"/>
- <extension class="org.apache.cxf.binding.soap.SoapBindingFactory" interface="org.apache.cxf.binding.BindingFactory" deferred="true">
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"
+ deferred="true"
+ >
+ <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
<namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
+ <namespace>http://schemas.xmlsoap.org/wsdl/http/</namespace>
+ <namespace>http://cxf.apache.org/transports/http/configuration</namespace>
+ <namespace>http://cxf.apache.org/bindings/xformat</namespace>
</extension>
- <extension class="org.apache.cxf.binding.soap.SoapTransportFactory" interface="org.apache.cxf.transport.DestinationFactory" deferred="true">
- <namespace>http://schemas.xmlsoap.org/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap/</namespace>
- <namespace>http://schemas.xmlsoap.org/wsdl/soap12/</namespace>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.transport.jbi.JBITransportFactory"
+ deferred="true"
+ >
+ <namespace>http://cxf.apache.org/transports/jbi</namespace>
+ <namespace>http://cxf.apache.org/transports/jbi/configuration</namespace>
</extension>
+
+ <!-- Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/cxf/bus-extensions.xml -->
+ <extension
+ class="org.apache.cxf.jaxrs.JAXRSBindingFactory"
+ interface="org.apache.cxf.binding.BindingFactory"
+ deferred="true"
+ >
+ <namespace>http://apache.org/cxf/binding/jaxrs</namespace>
+ </extension>
+
</extensions>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/extensions.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -7,27 +7,49 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
-
-<properties version="1.0">
- <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
- <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
- <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.xmlsoap.schemas.wsdl.http.AddressType</entry>
- <entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
- <entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
- <entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
- <entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
- <entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
- <entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
-</properties>
-
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+
+ <!-- Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.ws.addressing-1">javax.wsdl.Binding=org.apache.cxf.ws.addressing.wsdl.UsingAddressing</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/corba/src/main/resources/META-INF/cxf/extensions.xml -->
+ <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>
+ <entry key="org.apache.cxf.binding.corba-4">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.AddressType</entry>
+ <entry key="org.apache.cxf.binding.corba-5">javax.wsdl.Port=org.apache.cxf.binding.corba.wsdl.PolicyType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+ <entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+ <entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.transport.jms-1">javax.wsdl.Port=org.apache.cxf.transport.jms.AddressType</entry>
+ <entry key="org.apache.cxf.transport.jms-2">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientBehaviorPolicyType</entry>
+ <entry key="org.apache.cxf.transport.jms-3">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerBehaviorPolicyType</entry>
+ <entry key="org.apache.cxf.transport.jms-4">javax.wsdl.Port=org.apache.cxf.transport.jms.ClientConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-5">javax.wsdl.Port=org.apache.cxf.transport.jms.ServerConfig</entry>
+ <entry key="org.apache.cxf.transport.jms-6">javax.wsdl.Port=org.apache.cxf.transport.jms.SessionPoolType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.transport.jbi">javax.wsdl.Port=org.apache.cxf.transports.jbi.AddressType</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/cxf/extensions.xml -->
+ <entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
+ <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
+
+</properties>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/service.validator.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,6 +18,14 @@
under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
<properties>
- <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/tools.service.validator.xml -->
+ <entry key="XMLFormatValidator">org.apache.cxf.binding.xml.XMLFormatValidator</entry>
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools.service.validator.xml -->
+ <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>
+
</properties>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.handlers 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,242 +18,55 @@
# under the License.
#
#
-http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+
+#####
+# Commands used to generate this file:
#
+# cd $CXF_213_SOURCES
+# touch ~/spring.handlers
+# find -type f -name spring.handlers | awk ' { print "echo \\# Copied from "$1" >> ~/spring.handlers && cat "$1" >> ~/spring.handlers"; } ' | /bin/bash -
#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+#####
+
+# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+
+# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/ws/addressing=org.apache.cxf.ws.addressing.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
-http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+#Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler
+http\://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
+http\://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler
http\://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+
+# Copied from CXF-SOURCES/rt/bindings/coloc/src/main/resources/META-INF/spring.handlers
http\://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+
+# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.handlers
+http\://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/spring.schemas 2009-02-02 09:03:35 UTC (rev 9184)
@@ -18,276 +18,68 @@
# under the License.
#
#
-http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
-http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
-http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
+
+#####
+# Commands used to generate this file:
#
+# cd $CXF_213_SOURCES
+# touch ~/spring.schemas
+# find -type f -name spring.schemas | awk ' { print "echo \\# Copied from "$1" >> ~/spring.schemas && cat "$1" >> ~/spring.schemas"; } ' | /bin/bash -
#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schema/bindings/object.xsd=org/apache/cxf/binding/soap/spring/object.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
+#####
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
-http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
+# Copied from CXF-SOURCES/rt/ws/rm/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd
+http\://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd
+http\://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
-http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
-http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
-http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
-http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
-http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+# Copied from CXF-SOURCES/rt/ws/addr/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/ws/policy/src/main/resources/META-INF/spring.schemas
+http\://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd
+http\://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd
+http\://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd
+http\://www.w3.org/2001/xml.xsd=schemas/xml.xsd
+http\://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd
+
+# Copied from CXF-SOURCES/rt/core/src/main/resources/META-INF/spring.schemas
http\://cxf.apache.org/schemas/core.xsd=schemas/core.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
-http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
-http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
-http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
-http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
-
-http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
-
+# Copied from CXF-SOURCES/rt/bindings/object/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#
+# Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/spring.schemas
http\://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd
+
+# Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd
+http\://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd
+
+# Copied from CXF-SOURCES/rt/transports/http-jetty/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd
+
+# Copied from CXF-SOURCES/rt/transports/http/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd
+http\://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/jaxrs/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/jaxws/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd
+
+# Copied from CXF-SOURCES/rt/frontend/simple/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd
+
+# Copied from CXF-SOURCES/common/common/src/main/resources/META-INF/spring.schemas
+http\://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd
+
+# Copied from CXF-SOURCES/common/schemas/src/main/resources/META-INF/spring.schemas
+http\://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd
+http\://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd
+http\://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd
+http\://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/tools-plugin.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -1,25 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
-->
<plugin xmlns="http://cxf.apache.org/tools/plugin" name="default" version="" provider="cxf.apache.org">
- <databinding name="jaxb" package="org.apache.cxf.tools.wsdlto.databinding.jaxb" profile="JAXBDataBinding"/>
- <frontend name="jaxws" package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml -->
+ <databinding
+ name="jaxb"
+ package="org.apache.cxf.tools.wsdlto.databinding.jaxb"
+ profile="JAXBDataBinding"
+ />
+
+ <!-- Copied from CXF-SOURCES/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml -->
+ <frontend
+ name="jaxws"
+ package="org.apache.cxf.tools.wsdlto.frontend.jaxws"
+ profile="JAXWSProfile"
+ >
<container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
<processor name="WSDLToJavaProcessor" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
<builder name="JAXWSDefinitionBuilder" package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
@@ -33,4 +45,5 @@
<generator name="ServiceGenerator"/>
</generators>
</frontend>
+
</plugin>
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml 2009-02-01 05:01:49 UTC (rev 9183)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf.sar/META-INF/wsdl.plugin.xml 2009-02-02 09:03:35 UTC (rev 9184)
@@ -7,9 +7,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -18,9 +18,22 @@
under the License.
-->
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
<properties>
- <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>
- <entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
- <entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/soap/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/bindings/xml/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <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>
+ <entry key="xml-javax.wsdl.BindingInput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+ <entry key="xml-javax.wsdl.BindingOutput">org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jms/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
+
+ <!-- Copied from CXF-SOURCES/rt/transports/jbi/src/main/resources/META-INF/wsdl.plugin.xml -->
+ <entry key="jbi-javax.wsdl.Port">org.apache.cxf.transport.jbi.wsdl11.JBITransportPlugin</entry>
+
</properties>
15 years, 10 months
JBossWS SVN: r9183 - stack/native/trunk/modules/core/src/main/java/org/jboss/ws/tools/io.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-01 00:01:49 -0500 (Sun, 01 Feb 2009)
New Revision: 9183
Removed:
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java
Log:
Moving NullPrintStream to common
Deleted: stack/native/trunk/modules/core/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java
===================================================================
--- stack/native/trunk/modules/core/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java 2009-02-01 04:58:11 UTC (rev 9182)
+++ stack/native/trunk/modules/core/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java 2009-02-01 05:01:49 UTC (rev 9183)
@@ -1,224 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, 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.
- */
-package org.jboss.ws.tools.io;
-
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.PrintStream;
-import java.util.Locale;
-
-/**
- * Print stream singleton that does nothing
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 12, 2007
- */
-public final class NullPrintStream extends PrintStream
-{
-
- private static final PrintStream instance = new NullPrintStream();
-
- public static PrintStream getInstance()
- {
- return instance;
- }
-
- private NullPrintStream()
- {
- super(new ByteArrayOutputStream());
- }
-
- @Override
- public PrintStream append(char c)
- {
- return this;
- }
-
- @Override
- public PrintStream append(CharSequence csq, int start, int end)
- {
- return this;
- }
-
- @Override
- public PrintStream append(CharSequence csq)
- {
- return this;
- }
-
- @Override
- public boolean checkError()
- {
- return false;
- }
-
- @Override
- public void close()
- {
- }
-
- @Override
- public void flush()
- {
- }
-
- @Override
- public PrintStream format(Locale l, String format, Object... args)
- {
- return this;
- }
-
- @Override
- public PrintStream format(String format, Object... args)
- {
- return this;
- }
-
- @Override
- public void print(boolean b)
- {
- }
-
- @Override
- public void print(char c)
- {
- }
-
- @Override
- public void print(char[] s)
- {
- }
-
- @Override
- public void print(double d)
- {
- }
-
- @Override
- public void print(float f)
- {
- }
-
- @Override
- public void print(int i)
- {
- }
-
- @Override
- public void print(long l)
- {
- }
-
- @Override
- public void print(Object obj)
- {
- }
-
- @Override
- public void print(String s)
- {
- }
-
- @Override
- public PrintStream printf(Locale l, String format, Object... args)
- {
- return this;
- }
-
- @Override
- public PrintStream printf(String format, Object... args)
- {
- return this;
- }
-
- @Override
- public void println()
- {
- }
-
- @Override
- public void println(boolean x)
- {
- }
-
- @Override
- public void println(char x)
- {
- }
-
- @Override
- public void println(char[] x)
- {
- }
-
- @Override
- public void println(double x)
- {
- }
-
- @Override
- public void println(float x)
- {
- }
-
- @Override
- public void println(int x)
- {
- }
-
- @Override
- public void println(long x)
- {
- }
-
- @Override
- public void println(Object x)
- {
- }
-
- @Override
- public void println(String x)
- {
- }
-
- @Override
- protected void setError()
- {
- }
-
- @Override
- public void write(byte[] buf, int off, int len)
- {
- }
-
- @Override
- public void write(int b)
- {
- }
-
- @Override
- public void write(byte[] b) throws IOException
- {
- }
-
-}
15 years, 10 months
JBossWS SVN: r9182 - in common/trunk/src/main/java/org/jboss/ws/tools: io and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-01-31 23:58:11 -0500 (Sat, 31 Jan 2009)
New Revision: 9182
Added:
common/trunk/src/main/java/org/jboss/ws/tools/io/
common/trunk/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java
Log:
Moving NullPrintStream to common
Added: common/trunk/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java
===================================================================
--- common/trunk/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java (rev 0)
+++ common/trunk/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java 2009-02-01 04:58:11 UTC (rev 9182)
@@ -0,0 +1,224 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, 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.
+ */
+package org.jboss.ws.tools.io;
+
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.io.PrintStream;
+import java.util.Locale;
+
+/**
+ * Print stream singleton that does nothing
+ *
+ * @author richard.opalka(a)jboss.com
+ *
+ * @since Oct 12, 2007
+ */
+public final class NullPrintStream extends PrintStream
+{
+
+ private static final PrintStream instance = new NullPrintStream();
+
+ public static PrintStream getInstance()
+ {
+ return instance;
+ }
+
+ private NullPrintStream()
+ {
+ super(new ByteArrayOutputStream());
+ }
+
+ @Override
+ public PrintStream append(char c)
+ {
+ return this;
+ }
+
+ @Override
+ public PrintStream append(CharSequence csq, int start, int end)
+ {
+ return this;
+ }
+
+ @Override
+ public PrintStream append(CharSequence csq)
+ {
+ return this;
+ }
+
+ @Override
+ public boolean checkError()
+ {
+ return false;
+ }
+
+ @Override
+ public void close()
+ {
+ }
+
+ @Override
+ public void flush()
+ {
+ }
+
+ @Override
+ public PrintStream format(Locale l, String format, Object... args)
+ {
+ return this;
+ }
+
+ @Override
+ public PrintStream format(String format, Object... args)
+ {
+ return this;
+ }
+
+ @Override
+ public void print(boolean b)
+ {
+ }
+
+ @Override
+ public void print(char c)
+ {
+ }
+
+ @Override
+ public void print(char[] s)
+ {
+ }
+
+ @Override
+ public void print(double d)
+ {
+ }
+
+ @Override
+ public void print(float f)
+ {
+ }
+
+ @Override
+ public void print(int i)
+ {
+ }
+
+ @Override
+ public void print(long l)
+ {
+ }
+
+ @Override
+ public void print(Object obj)
+ {
+ }
+
+ @Override
+ public void print(String s)
+ {
+ }
+
+ @Override
+ public PrintStream printf(Locale l, String format, Object... args)
+ {
+ return this;
+ }
+
+ @Override
+ public PrintStream printf(String format, Object... args)
+ {
+ return this;
+ }
+
+ @Override
+ public void println()
+ {
+ }
+
+ @Override
+ public void println(boolean x)
+ {
+ }
+
+ @Override
+ public void println(char x)
+ {
+ }
+
+ @Override
+ public void println(char[] x)
+ {
+ }
+
+ @Override
+ public void println(double x)
+ {
+ }
+
+ @Override
+ public void println(float x)
+ {
+ }
+
+ @Override
+ public void println(int x)
+ {
+ }
+
+ @Override
+ public void println(long x)
+ {
+ }
+
+ @Override
+ public void println(Object x)
+ {
+ }
+
+ @Override
+ public void println(String x)
+ {
+ }
+
+ @Override
+ protected void setError()
+ {
+ }
+
+ @Override
+ public void write(byte[] buf, int off, int len)
+ {
+ }
+
+ @Override
+ public void write(int b)
+ {
+ }
+
+ @Override
+ public void write(byte[] b) throws IOException
+ {
+ }
+
+}
Property changes on: common/trunk/src/main/java/org/jboss/ws/tools/io/NullPrintStream.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
15 years, 10 months
JBossWS SVN: r9181 - stack/cxf/trunk/modules/client/src/main/resources/META-INF.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-01-31 23:24:55 -0500 (Sat, 31 Jan 2009)
New Revision: 9181
Modified:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml
Log:
Get rid of java.lang.ClassNotFoundException: org.xmlsoap.schemas.wsdl.http.AddressType
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 2009-02-01 03:48:00 UTC (rev 9180)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/extensions.xml 2009-02-01 04:24:55 UTC (rev 9181)
@@ -22,7 +22,7 @@
<properties version="1.0">
<entry key="org.apache.cxf.transports.http-1">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPClientPolicy</entry>
<entry key="org.apache.cxf.transports.http-2">javax.wsdl.Port=org.apache.cxf.transports.http.configuration.HTTPServerPolicy</entry>
- <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.xmlsoap.schemas.wsdl.http.AddressType</entry>
+ <entry key="org.apache.cxf.transports.http-3">javax.wsdl.Port=org.apache.cxf.wsdl.http.AddressType</entry>
<entry key="org.apache.cxf.bindings.xml-1">javax.wsdl.BindingInput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-2">javax.wsdl.BindingOutput=org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
<entry key="org.apache.cxf.bindings.xml-3">javax.wsdl.Binding=org.apache.cxf.bindings.xformat.XMLFormatBinding</entry>
15 years, 10 months
JBossWS SVN: r9180 - in stack/cxf/trunk/modules: client/src/main/java/org/jboss/wsf/stack/cxf/tools and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-01-31 22:48:00 -0500 (Sat, 31 Jan 2009)
New Revision: 9180
Added:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerFactoryImpl.java
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java
stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.bat
stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.sh
Log:
[JBWS-1774] CXF WSContractConsumer, first cut
Added: stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerFactoryImpl.java
===================================================================
--- stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerFactoryImpl.java (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerFactoryImpl.java 2009-02-01 03:48:00 UTC (rev 9180)
@@ -0,0 +1,39 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, 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.
+ */
+package org.jboss.wsf.stack.cxf.tools;
+
+import org.jboss.wsf.spi.tools.WSContractConsumer;
+import org.jboss.wsf.spi.tools.WSContractConsumerFactory;
+
+/**
+ * A WSContractConsumerFactory for CXF stack
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 01-Feb-2009
+ */
+public class CXFConsumerFactoryImpl implements WSContractConsumerFactory
+{
+ public WSContractConsumer createConsumer()
+ {
+ return new CXFConsumerImpl();
+ }
+}
Property changes on: stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerFactoryImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java
===================================================================
--- stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java 2009-02-01 03:48:00 UTC (rev 9180)
@@ -0,0 +1,239 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, 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.
+ */
+package org.jboss.wsf.stack.cxf.tools;
+
+import java.io.File;
+import java.io.PrintStream;
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.apache.cxf.tools.common.ToolContext;
+import org.apache.cxf.tools.wsdlto.WSDLToJava;
+import org.jboss.ws.tools.io.NullPrintStream;
+import org.jboss.wsf.spi.tools.WSContractConsumer;
+
+/**
+ * A WSContractConsumer for CXF stack
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 01-Feb-2009
+ */
+public class CXFConsumerImpl extends WSContractConsumer
+{
+ private List<File> bindingFiles = null;
+ private File catalog = null;
+ private boolean extension;
+ private boolean generateSource = false;
+ private File outputDir = new File("output");
+ private File sourceDir = null;
+ private String targetPackage = null;
+ private PrintStream messageStream = null;
+ private String wsdlLocation = null;
+ private List<String> additionalCompilerClassPath = new ArrayList<String>();
+ private String target = null;
+ private boolean nocompile = false;
+
+ @Override
+ public void setBindingFiles(List<File> bindingFiles)
+ {
+ this.bindingFiles = bindingFiles;
+ }
+
+ @Override
+ public void setCatalog(File catalog)
+ {
+ this.catalog = catalog;
+ }
+
+ @Override
+ public void setExtension(boolean extension)
+ {
+ this.extension = extension;
+ }
+
+ @Override
+ public void setGenerateSource(boolean generateSource)
+ {
+ this.generateSource = generateSource;
+ }
+
+ @Override
+ public void setMessageStream(PrintStream messageStream)
+ {
+ this.messageStream = messageStream;
+ }
+
+ @Override
+ public void setOutputDirectory(File directory)
+ {
+ outputDir = directory;
+ }
+
+ @Override
+ public void setSourceDirectory(File directory)
+ {
+ sourceDir = directory;
+ }
+
+ @Override
+ public void setTargetPackage(String targetPackage)
+ {
+ this.targetPackage = targetPackage;
+ }
+
+ @Override
+ public void setWsdlLocation(String wsdlLocation)
+ {
+ this.wsdlLocation = wsdlLocation;
+ }
+
+ public void setAdditionalCompilerClassPath(List<String> additionalCompilerClassPath)
+ {
+ this.additionalCompilerClassPath = additionalCompilerClassPath;
+ }
+
+ @Override
+ public void setTarget(String target)
+ {
+ this.target = target;
+ }
+
+ @Override
+ public void setNoCompile(boolean nocompile)
+ {
+ this.nocompile = nocompile;
+ }
+
+ @Override
+ public void consume(URL wsdl)
+ {
+ List<String> args = new ArrayList<String>();
+ if (bindingFiles != null)
+ {
+ for (File file : bindingFiles)
+ {
+ args.add("-b");
+ args.add(file.getAbsolutePath());
+
+ }
+ }
+
+ if (catalog != null)
+ {
+ args.add("-catalog");
+ args.add(catalog.getAbsolutePath());
+ }
+
+ if (extension)
+ {
+ messageStream.println("TODO! Cheek SOAP 1.2 extension");
+ }
+
+ if (!nocompile)
+ {
+ args.add("-compile");
+ }
+
+ if (generateSource && sourceDir == null)
+ {
+ sourceDir = outputDir;
+ }
+
+ if (sourceDir != null)
+ {
+ if (!sourceDir.exists() && !sourceDir.mkdirs())
+ throw new IllegalStateException("Could not make directory: " + sourceDir.getName());
+
+ args.add("-d");
+ args.add(sourceDir.getAbsolutePath());
+ }
+
+ if (targetPackage != null)
+ {
+ args.add("-p");
+ args.add(targetPackage);
+ }
+
+ if (wsdlLocation != null)
+ {
+ args.add("-wsdlLocation");
+ args.add(wsdlLocation);
+ }
+
+ PrintStream stream = messageStream;
+ if (stream != null)
+ {
+ args.add("-verbose");
+ }
+ else
+ {
+ stream = NullPrintStream.getInstance();
+ }
+
+ if (!outputDir.exists() && !outputDir.mkdirs())
+ throw new IllegalStateException("Could not make directory: " + outputDir.getName());
+
+ // Always add the output directory and the wsdl location
+ args.add("-classdir");
+ args.add(outputDir.getAbsolutePath());
+
+ // Always set the target
+ if (target != null)
+ {
+ messageStream.println("WSConsume (CXF) does not allow to setup the JAX-WS specification target, using JAX-WS 2.1.");
+ }
+
+ // finally the WSDL file
+ args.add(wsdl.toString());
+
+ // See WsimportTool#compileGeneratedClasses()
+ if (!additionalCompilerClassPath.isEmpty())
+ {
+ StringBuffer javaCP = new StringBuffer();
+ for (String s : additionalCompilerClassPath)
+ {
+ javaCP.append(s).append(File.pathSeparator);
+ }
+ System.setProperty("java.class.path", javaCP.toString());
+ }
+
+
+ WSDLToJava w2j = new WSDLToJava(args.toArray(new String[0]));
+ try
+ {
+ w2j.run(new ToolContext());
+ }
+ catch (Throwable t)
+ {
+ if (messageStream != null)
+ {
+ messageStream.println("Failed to invoke WSDLToJava");
+ t.printStackTrace(messageStream);
+ }
+ else
+ {
+ t.printStackTrace();
+ }
+ }
+ }
+}
Property changes on: stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl
===================================================================
--- stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl (rev 0)
+++ stack/cxf/trunk/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl 2009-02-01 03:48:00 UTC (rev 9180)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.cxf.tools.CXFConsumerFactoryImpl
\ No newline at end of file
Modified: stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.bat
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.bat 2009-01-30 16:43:57 UTC (rev 9179)
+++ stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.bat 2009-02-01 03:48:00 UTC (rev 9180)
@@ -50,7 +50,27 @@
set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/stax-ex.jar
rem stack specific libs
-set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-metro-client.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-cxf-client.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/commons-collections.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/commons-lang.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-api.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-common-utilities.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-bindings-xml.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-core.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-management.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-bindings-soap.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-transports-jms.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-rt-transports-http.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-tools-common.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-tools-validator.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-tools-wsdlto-core.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-tools-wsdlto-databinding-jaxb.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/cxf-tools-wsdlto-frontend-jaxws.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/geronimo-ws-metadata_2.0_spec.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxws-api.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/velocity.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/XmlSchema.jar
+set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar
rem Execute the JVM
"%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -Dlog4j.configuration=wstools-log4j.xml -classpath "%WSCONSUME_CLASSPATH%" org.jboss.wsf.spi.tools.cmd.WSConsume %*
Modified: stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.sh
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.sh 2009-01-30 16:43:57 UTC (rev 9179)
+++ stack/cxf/trunk/modules/resources/src/main/resources/bin/wsconsume.sh 2009-02-01 03:48:00 UTC (rev 9180)
@@ -84,7 +84,27 @@
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/stax-ex.jar"
# Stack specific dependencies
-WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-metro-client.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-cxf-client.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/commons-collections.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/commons-lang.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-api.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-common-utilities.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-bindings-xml.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-core.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-management.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-bindings-soap.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-transports-jms.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-rt-transports-http.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-tools-common.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-tools-validator.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-tools-wsdlto-core.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-tools-wsdlto-databinding-jaxb.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/cxf-tools-wsdlto-frontend-jaxws.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/geronimo-ws-metadata_2.0_spec.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jaxws-api.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/velocity.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/XmlSchema.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/wsdl4j.jar"
###
# Execute the JVM
15 years, 10 months