Author: thomas.diesler(a)jboss.com
Date: 2008-03-13 13:03:49 -0400 (Thu, 13 Mar 2008)
New Revision: 5965
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/bus-extensions.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-policy.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-soap.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-xml.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/jax-ws-catalog.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/services/
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/spring.schemas
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/tools-plugin.xml
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/wsdl.plugin.xml
Modified:
stack/cxf/trunk/.classpath
stack/cxf/trunk/ant-import/build-prepare-deploy.xml
stack/cxf/trunk/ant-import/build-testsuite.xml
stack/cxf/trunk/ant-import/jbossws-deploy-macros.xml
stack/cxf/trunk/build.xml
stack/cxf/trunk/src/main/distro/ant.properties.example
stack/cxf/trunk/src/main/distro/bin-dist-build.xml
Log:
Fix cxf client configuration
Modified: stack/cxf/trunk/.classpath
===================================================================
--- stack/cxf/trunk/.classpath 2008-03-13 14:48:37 UTC (rev 5964)
+++ stack/cxf/trunk/.classpath 2008-03-13 17:03:49 UTC (rev 5965)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test-framework/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
Modified: stack/cxf/trunk/ant-import/build-prepare-deploy.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-prepare-deploy.xml 2008-03-13 14:48:37 UTC (rev
5964)
+++ stack/cxf/trunk/ant-import/build-prepare-deploy.xml 2008-03-13 17:03:49 UTC (rev
5965)
@@ -29,6 +29,7 @@
<patternset refid="jbossws.lib.endorsed.patternset"/>
<patternset refid="jbossws.server.lib.patternset"/>
<patternset refid="jbossws.service.lib.patternset"/>
+ <exclude name="cxf-${cxf.version}.jar"/>
<include name="juddi-service.sar"/>
</fileset>
<fileset dir="${cxf.output.lib.dir}">
Modified: stack/cxf/trunk/ant-import/build-testsuite.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-testsuite.xml 2008-03-13 14:48:37 UTC (rev 5964)
+++ stack/cxf/trunk/ant-import/build-testsuite.xml 2008-03-13 17:03:49 UTC (rev 5965)
@@ -26,10 +26,9 @@
<path id="ws.stack.classpath">
<pathelement
location="${int.cxf.dir}/thirdparty/jbossws-common.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/jbossws-spi.jar"/>
-
- <pathelement
location="${int.cxf.dir}/thirdparty/cxf-${cxf.version}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <pathelement location="${int.cxf.dir}/thirdparty/jaxb-api.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/jaxws-api-${cxf.jaxws.api}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/jdom-${cxf.jdom}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/neethi-${cxf.neethi}.jar"/>
@@ -38,15 +37,14 @@
<pathelement
location="${int.cxf.dir}/thirdparty/spring-beans-${cxf.spring}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/spring-context-${cxf.spring}.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/spring-core-${cxf.spring}.jar"/>
- <pathelement
location="${int.cxf.dir}/thirdparty/xml-resolver-${cxf.xml.resolver}.jar"/>
- <pathelement
location="${int.cxf.dir}/thirdparty/XmlSchema-${cxf.xmlschema}.jar"/>
-
- <pathelement location="${int.cxf.dir}/thirdparty/jaxb-api.jar"/>
<pathelement location="${int.cxf.dir}/thirdparty/wsdl4j.jar"/>
<pathelement location="${int.cxf.dir}/thirdparty/wstx.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/xml-resolver-${cxf.xml.resolver}.jar"/>
+ <pathelement
location="${int.cxf.dir}/thirdparty/XmlSchema-${cxf.xmlschema}.jar"/>
</path>
<path id="tests.extra.classpath">
+ <pathelement
location="${int.cxf.dir}/output/lib/cxf-${cxf.version}.jar"/>
<pathelement
location="${int.cxf.dir}/output/lib/jbossws-cxf-client.jar"/>
<pathelement
location="${int.cxf.dir}/thirdparty/jbossws-framework.jar"/>
<pathelement location="${int.cxf.dir}/thirdparty/jaxws-tools.jar"/>
Modified: stack/cxf/trunk/ant-import/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/trunk/ant-import/jbossws-deploy-macros.xml 2008-03-13 14:48:37 UTC (rev
5964)
+++ stack/cxf/trunk/ant-import/jbossws-deploy-macros.xml 2008-03-13 17:03:49 UTC (rev
5965)
@@ -27,6 +27,7 @@
<patternset id="jbossws.client.patternset">
<include name="**/jbossws-common.jar"/>
+ <include name="**/jbossws-cxf-client.jar"/>
<include name="**/jbossws-framework.jar"/>
<include name="**/jbossws-spi.jar"/>
<include name="**/jaxb-api.jar"/>
@@ -62,10 +63,10 @@
<patternset id="jbossws.service.lib.patternset">
<include name="**/cxf-${cxf.version}.jar"/>
- <include name="**/jbossws-cxf.jar"/>
<include name="**/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
<include
name="**/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
<include name="**/jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="**/jbossws-cxf.jar"/>
<include name="**/jdom-${cxf.jdom}.jar"/>
<include name="**/neethi-${cxf.neethi}.jar"/>
<include name="**/saaj-api-${cxf.saaj}.jar"/>
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2008-03-13 14:48:37 UTC (rev 5964)
+++ stack/cxf/trunk/build.xml 2008-03-13 17:03:49 UTC (rev 5965)
@@ -128,7 +128,6 @@
<copy todir="${cxf.output.resources.dir}">
<fileset dir="${cxf.resources.dir}">
- <include name="jbossws-cxf.jar/**"/>
<include name="jbossws-cxf.sar/**"/>
</fileset>
</copy>
@@ -156,6 +155,7 @@
<fileset dir="${cxf.output.classes.dir}">
<include name="org/jboss/wsf/stack/cxf/client/**"/>
</fileset>
+ <metainf
dir="${cxf.resources.dir}/jbossws-cxf-client.jar/META-INF"/>
</jar>
<!-- Build jbossws-context.war -->
@@ -174,7 +174,7 @@
<!-- Remove config files from cxf-${cxf.version}.jar -->
<unjar src="${thirdparty.dir}/cxf-${cxf.version}.jar"
dest="${cxf.output.lib.dir}/cxf-${cxf.version}"/>
- <jar destfile="${cxf.output.lib.dir}/cxf-${cxf.version}.jar">
+ <jar destfile="${cxf.output.lib.dir}/cxf-${cxf.version}.jar"
manifest="${cxf.output.lib.dir}/cxf-${cxf.version}/META-INF/MANIFEST.MF">
<fileset dir="${cxf.output.lib.dir}/cxf-${cxf.version}">
<exclude name="META-INF/**"/>
</fileset>
Modified: stack/cxf/trunk/src/main/distro/ant.properties.example
===================================================================
--- stack/cxf/trunk/src/main/distro/ant.properties.example 2008-03-13 14:48:37 UTC (rev
5964)
+++ stack/cxf/trunk/src/main/distro/ant.properties.example 2008-03-13 17:03:49 UTC (rev
5965)
@@ -10,7 +10,7 @@
jboss501.home=(a)jboss501.home@
# The JBoss server under test. This can be [jboss422|jboss423|jboss500|jboss501]
-jbossws.integration.target=jboss422
+jbossws.integration.target=(a)jbossws.integration.target@
# The JBoss settings
jboss.server.instance=default
Modified: stack/cxf/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-03-13 14:48:37 UTC (rev 5964)
+++ stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2008-03-13 17:03:49 UTC (rev 5965)
@@ -122,16 +122,19 @@
<pathelement location="${thirdparty.dir}/cxf-${cxf.version}.jar"/>
<pathelement
location="${thirdparty.dir}/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
<pathelement
location="${thirdparty.dir}/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
<pathelement
location="${thirdparty.dir}/jaxws-api-${cxf.jaxws.api}.jar"/>
<pathelement location="${thirdparty.dir}/jdom-${cxf.jdom}.jar"/>
<pathelement
location="${thirdparty.dir}/neethi-${cxf.neethi}.jar"/>
<pathelement
location="${thirdparty.dir}/saaj-api-${cxf.saaj}.jar"/>
<pathelement
location="${thirdparty.dir}/saaj-impl-${cxf.saaj}.jar"/>
+ <pathelement
location="${thirdparty.dir}/spring-beans-${cxf.spring}.jar"/>
+ <pathelement
location="${thirdparty.dir}/spring-context-${cxf.spring}.jar"/>
+ <pathelement
location="${thirdparty.dir}/spring-core-${cxf.spring}.jar"/>
+ <pathelement location="${thirdparty.dir}/wsdl4j.jar"/>
+ <pathelement location="${thirdparty.dir}/wstx.jar"/>
<pathelement
location="${thirdparty.dir}/xml-resolver-${cxf.xml.resolver}.jar"/>
<pathelement
location="${thirdparty.dir}/XmlSchema-${cxf.xmlschema}.jar"/>
- <pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
- <pathelement location="${thirdparty.dir}/wsdl4j.jar"/>
- <pathelement location="${thirdparty.dir}/wstx.jar"/>
</path>
<path id="tests.extra.classpath">
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/bus-extensions.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/bus-extensions.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/bus-extensions.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,66 @@
+<?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.
+-->
+<extensions
xmlns="http://cxf.apache.org/bus/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.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</name...
+ <
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">
+ <
namespace>http://apache.org/cxf/binding/http</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.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">
+ <
namespace>http://cxf.apache.org/transports/jms</namespace>
+
<
namespace>http://cxf.apache.org/transports/jms/configuration</names...
+ </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>
+ <
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>
+</extensions>
+
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/bus-extensions.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-policy.xml
===================================================================
---
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-policy.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-policy.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,78 @@
+<?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="org.apache.cxf.ws.policy.AssertionBuilderRegistry"
class="org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanQNameMap">
+ <property name="type"
value="org.apache.cxf.ws.policy.AssertionBuilder"/>
+ <property name="idsProperty"
value="knownElements"/>
+ </bean>
+ </constructor-arg>
+ </bean>
+
+ <bean class="org.apache.cxf.ws.policy.PolicyConstants"/>
+
+ <bean id="org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry"
class="org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImpl">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanQNameMap">
+ <property name="type"
value="org.apache.cxf.ws.policy.PolicyInterceptorProvider"/>
+ <property name="idsProperty"
value="assertionTypes"/>
+ </bean>
+ </constructor-arg>
+ </bean>
+
+ <bean
id="org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry"
+
class="org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanQNameMap">
+ <property name="type"
value="org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilder"/>
+ <property name="idsProperty"
value="domainExpressionTypes"/>
+ </bean>
+ </constructor-arg>
+ </bean>
+
+ <bean
class="org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder"/>
+
+ <bean id="org.apache.cxf.ws.policy.PolicyBuilder"
class="org.apache.cxf.ws.policy.PolicyBuilderImpl">
+ <property name="assertionBuilderRegistry"
ref="org.apache.cxf.ws.policy.AssertionBuilderRegistry"/>
+ </bean>
+
+ <bean id="org.apache.cxf.ws.policy.PolicyEngine"
class="org.apache.cxf.ws.policy.spring.InitializingPolicyEngine">
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean
class="org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider">
+ <constructor-arg ref="cxf"/>
+ </bean>
+
+ <bean
class="org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider">
+ <constructor-arg ref="cxf"/>
+ </bean>
+
+ <!-- MTOM Policy Support -->
+ <bean class="org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder">
+ <property name="bus" ref="cxf"/>
+ </bean>
+ <bean
class="org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider"/>
+</beans>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-policy.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-soap.xml
===================================================================
---
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-soap.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-soap.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,61 @@
+<?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.binding.soap.SoapBindingFactory"
lazy-init="true">
+ <property name="activationNamespaces">
+ <set>
+ <
value>http://schemas.xmlsoap.org/soap/</value>
+ <
value>http://schemas.xmlsoap.org/wsdl/soap/</value>
+ <
value>http://schemas.xmlsoap.org/wsdl/soap12/</value>
+ <
value>http://www.w3.org/2003/05/soap/bindings/HTTP/</value>
+ <
value>http://schemas.xmlsoap.org/wsdl/soap/http</value>
+ </set>
+ </property>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean class="org.apache.cxf.binding.soap.SoapTransportFactory"
lazy-init="true">
+ <property name="transportIds">
+ <list>
+ <
value>http://schemas.xmlsoap.org/soap/</value>
+ <
value>http://schemas.xmlsoap.org/wsdl/soap/</value>
+ <
value>http://schemas.xmlsoap.org/wsdl/soap12/</value>
+ </list>
+ </property>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.binding.soap.customEditorConfigurer"
+ class="org.springframework.beans.factory.config.CustomEditorConfigurer">
+ <property name="customEditors">
+ <map>
+ <entry key="org.apache.cxf.binding.soap.SoapVersion">
+ <bean
class="org.apache.cxf.binding.soap.SoapVersionPropertyEditor"/>
+ </entry>
+ </map>
+ </property>
+ </bean>
+</beans>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-soap.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-xml.xml
===================================================================
---
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-xml.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-xml.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,36 @@
+<?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.binding.xml.XMLBindingFactory"
lazy-init="true">
+ <property name="activationNamespaces">
+ <set>
+ <
value>http://cxf.apache.org/bindings/xformat</value>
+ <
value>http://www.w3.org/2004/08/wsdl/http</value>
+ </set>
+ </property>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+</beans>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf-extension-xml.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,118 @@
+<?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="cxf" class="org.apache.cxf.bus.CXFBusImpl"/>
+ <bean class="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor"
id="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor"/>
+ <bean class="org.apache.cxf.bus.spring.BusExtensionPostProcessor"
id="org.apache.cxf.bus.spring.BusExtensionPostProcessor"/>
+
+ <bean id="org.apache.cxf.resource.ResourceManager"
class="org.apache.cxf.bus.resource.ResourceManagerImpl">
+ <constructor-arg>
+ <list>
+ <bean
class="org.apache.cxf.resource.ClasspathResolver"/>
+ <bean
class="org.apache.cxf.resource.ClassLoaderResolver"/>
+ <bean
class="org.apache.cxf.bus.spring.BusApplicationContextResourceResolver"/>
+ </list>
+ </constructor-arg>
+ <property name="bus" ref="cxf"/>
+ </bean>
+ <bean id="org.apache.cxf.configuration.Configurer"
+ class="org.apache.cxf.configuration.spring.ConfigurerImpl">
+ </bean>
+
+ <bean id="org.apache.cxf.binding.BindingFactoryManager"
class="org.apache.cxf.binding.BindingFactoryManagerImpl">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanMap">
+ <property name="type"
value="org.apache.cxf.binding.BindingFactory"/>
+ <property name="idsProperty"
value="activationNamespaces"/>
+ </bean>
+ </constructor-arg>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.transport.DestinationFactoryManager"
class="org.apache.cxf.transport.DestinationFactoryManagerImpl">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanMap">
+ <property name="type"
value="org.apache.cxf.transport.DestinationFactory"/>
+ <property name="idsProperty"
value="transportIds"/>
+ </bean>
+ </constructor-arg>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.transport.ConduitInitiatorManager"
class="org.apache.cxf.transport.ConduitInitiatorManagerImpl">
+ <constructor-arg>
+ <bean
class="org.apache.cxf.configuration.spring.SpringBeanMap">
+ <property name="type"
value="org.apache.cxf.transport.ConduitInitiator"/>
+ <property name="idsProperty"
value="transportIds"/>
+ </bean>
+ </constructor-arg>
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.wsdl.WSDLManager"
class="org.apache.cxf.wsdl11.WSDLManagerImpl">
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.phase.PhaseManager"
class="org.apache.cxf.phase.PhaseManagerImpl">
+
+ </bean>
+
+ <bean id="org.apache.cxf.workqueue.WorkQueueManager"
class="org.apache.cxf.workqueue.WorkQueueManagerImpl">
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.buslifecycle.BusLifeCycleManager"
class="org.apache.cxf.buslifecycle.CXFBusLifeCycleManager">
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.endpoint.ServerRegistry"
class="org.apache.cxf.endpoint.ServerRegistryImpl">
+ <property name="bus" ref="cxf"/>
+ </bean>
+
+ <bean id="org.apache.cxf.endpoint.ServerLifeCycleManager"
class="org.apache.cxf.endpoint.ServerLifeCycleManagerImpl"/>
+ <bean id="org.apache.cxf.endpoint.ClientLifeCycleManager"
class="org.apache.cxf.endpoint.ClientLifeCycleManagerImpl"/>
+
+
+ <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry"
class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
+ <constructor-arg ref="cxf"/>
+ <constructor-arg>
+ <list>
+ <bean class="org.apache.cxf.transport.http.WSDLQueryHandler">
+ <constructor-arg ref="cxf"/>
+ </bean>
+ </list>
+ </constructor-arg>
+ </bean>
+
+ <bean id="org.apache.cxf.endpoint.EndpointResolverRegistry"
class="org.apache.cxf.endpoint.EndpointResolverRegistryImpl">
+ <property name="bus" ref="cxf"/>
+ </bean>
+ <bean id="org.apache.cxf.headers.HeaderManager"
class="org.apache.cxf.headers.HeaderManagerImpl">
+ <property name="bus" ref="cxf"/>
+ </bean>
+ <bean id="org.apache.cxf.catalog.OASISCatalogManager"
class="org.apache.cxf.catalog.OASISCatalogManager">
+ <property name="bus" ref="cxf"/>
+ </bean>
+</beans>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/cxf/cxf.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/jax-ws-catalog.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/jax-ws-catalog.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/jax-ws-catalog.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,22 @@
+<?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.
+-->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
prefer="system">
+ <rewriteSystem
systemIdStartString="http://www.w3.org/2005/08/addressing"
rewritePrefix="classpath:/schemas/wsdl"/>
+</catalog>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/jax-ws-catalog.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/spring.schemas
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/spring.schemas
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/spring.schemas 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,293 @@
+#
+#
+# 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/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/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
+
+#
+#
+# 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
+
+#
+#
+# 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/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
+
+
+#
+#
+# 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
Added:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/tools-plugin.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/tools-plugin.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/tools-plugin.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -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.
+-->
+<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">
+ <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>
+
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/tools-plugin.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Added: stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/wsdl.plugin.xml
(rev 0)
+++
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/wsdl.plugin.xml 2008-03-13
17:03:49 UTC (rev 5965)
@@ -0,0 +1,26 @@
+<?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>
+ <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>
+</properties>
Property changes on:
stack/cxf/trunk/src/main/resources/jbossws-cxf-client.jar/META-INF/wsdl.plugin.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF