JBossWS SVN: r10963 - framework/trunk/testsuite/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-20 05:26:48 -0400 (Tue, 20 Oct 2009)
New Revision: 10963
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
Fixing hudson failures for CXF bin dist on AS 5.0.0
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-10-20 06:38:54 UTC (rev 10962)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-10-20 09:26:48 UTC (rev 10963)
@@ -190,6 +190,7 @@
<pathelement location="${jboss.server.lib}/jnpserver.jar"/>
<pathelement location="${jboss.server.lib}/jboss-ejb3-core.jar"/>
<pathelement location="${jboss.server.lib}/hibernate-core.jar"/>
+ <pathelement location="${jboss.server.lib}/servlet-api.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
15 years, 2 months
JBossWS SVN: r10962 - in stack/cxf/trunk/modules/testsuite/cxf-tests: src/test/resources/jaxws/samples/jmstransport/META-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2009-10-20 02:38:54 -0400 (Tue, 20 Oct 2009)
New Revision: 10962
Removed:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl.plugin.xml
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml
Log:
[JBWS-2660]:Removed unused files
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml 2009-10-20 02:11:19 UTC (rev 10961)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-samples-jaxws.xml 2009-10-20 06:38:54 UTC (rev 10962)
@@ -23,9 +23,6 @@
<classes dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxws/samples/jmstransport/*.class"/>
</classes>
- <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/jmstransport/META-INF/">
- <include name="wsdl.plugin.xml"/>
- </metainf>
<webinf dir="${tests.output.dir}/test-resources/jaxws/samples/jmstransport/WEB-INF">
<include name="wsdl/**"/>
<include name="jbossws-cxf.xml"/>
Deleted: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl.plugin.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl.plugin.xml 2009-10-20 02:11:19 UTC (rev 10961)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/wsdl.plugin.xml 2009-10-20 06:38:54 UTC (rev 10962)
@@ -1,29 +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 version="1.0">
- <entry key="soap-javax.wsdl.Port">org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin</entry>
- <entry key="xml-javax.wsdl.Port">org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin</entry>
- <entry key="xml-javax.wsdl.Binding">org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin</entry>
- <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>
- <entry key="jms-javax.wsdl.Port">org.apache.cxf.transport.jms.wsdl11.JmsTransportPlugin</entry>
-</properties>
\ No newline at end of file
15 years, 2 months
JBossWS SVN: r10961 - stack/cxf/trunk/modules/resources/src/main/resources/resources.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2009-10-19 22:11:19 -0400 (Mon, 19 Oct 2009)
New Revision: 10961
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
Minor fix:Format the lines for adding the spring-jms.jar and spring-tx.jar
Modified: stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2009-10-19 21:15:19 UTC (rev 10960)
+++ stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2009-10-20 02:11:19 UTC (rev 10961)
@@ -48,8 +48,8 @@
<include name="**/spring-beans.jar"/>
<include name="**/spring-context.jar"/>
<include name="**/spring-core.jar"/>
- <include name="**/spring-jms.jar"/>
- <include name="**/spring-tx.jar"/>
+ <include name="**/spring-jms.jar"/>
+ <include name="**/spring-tx.jar"/>
<include name="**/stax-api.jar"/>
<include name="**/velocity.jar"/>
<include name="**/wsdl4j.jar"/>
@@ -93,8 +93,8 @@
<include name="**/spring-beans.jar"/>
<include name="**/spring-context.jar"/>
<include name="**/spring-core.jar"/>
- <include name="**/spring-jms.jar"/>
- <include name="**/spring-tx.jar"/>
+ <include name="**/spring-jms.jar"/>
+ <include name="**/spring-tx.jar"/>
<include name="**/wsdl4j.jar"/>
<include name="**/wss4j.jar"/>
<include name="**/xml-resolver.jar"/>
15 years, 2 months
JBossWS SVN: r10960 - stack/cxf/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-19 17:15:19 -0400 (Mon, 19 Oct 2009)
New Revision: 10960
Modified:
stack/cxf/trunk/src/main/distro/build.xml
Log:
AS IL cannot be visible to client
Modified: stack/cxf/trunk/src/main/distro/build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build.xml 2009-10-19 21:15:00 UTC (rev 10959)
+++ stack/cxf/trunk/src/main/distro/build.xml 2009-10-19 21:15:19 UTC (rev 10960)
@@ -74,12 +74,11 @@
<target name="tests-init" depends="init,tests-classpath">
<path id="ws.stack.classpath">
- <fileset dir="${thirdparty.dir}"/>
+ <fileset dir="${thirdparty.dir}">
+ <exclude name="**/jbossws-jboss*.jar"/>
+ </fileset>
</path>
- <path id="tests.extra.classpath">
- </path>
-
<property name="jbossws.test.log" value="${tests.output.dir}"/>
</target>
@@ -117,4 +116,4 @@
<delete dir="${tests.output.dir}"/>
</target>
-</project>
\ No newline at end of file
+</project>
15 years, 2 months
JBossWS SVN: r10959 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-19 17:15:00 -0400 (Mon, 19 Oct 2009)
New Revision: 10959
Modified:
stack/metro/trunk/src/main/distro/build.xml
Log:
AS IL cannot be visible to client
Modified: stack/metro/trunk/src/main/distro/build.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build.xml 2009-10-19 21:14:32 UTC (rev 10958)
+++ stack/metro/trunk/src/main/distro/build.xml 2009-10-19 21:15:00 UTC (rev 10959)
@@ -74,12 +74,11 @@
<target name="tests-init" depends="init,tests-classpath">
<path id="ws.stack.classpath">
- <fileset dir="${thirdparty.dir}"/>
+ <fileset dir="${thirdparty.dir}">
+ <exclude name="**/jbossws-jboss*.jar"/>
+ </fileset>
</path>
- <path id="tests.extra.classpath">
- </path>
-
<property name="jbossws.test.log" value="${tests.output.dir}"/>
</target>
@@ -117,4 +116,4 @@
<delete dir="${tests.output.dir}"/>
</target>
-</project>
\ No newline at end of file
+</project>
15 years, 2 months
JBossWS SVN: r10958 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-19 17:14:32 -0400 (Mon, 19 Oct 2009)
New Revision: 10958
Modified:
stack/native/trunk/src/main/distro/build.xml
Log:
fixing native bindist regression - AS IL cannot be visible to client
Modified: stack/native/trunk/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/src/main/distro/build.xml 2009-10-19 21:14:08 UTC (rev 10957)
+++ stack/native/trunk/src/main/distro/build.xml 2009-10-19 21:14:32 UTC (rev 10958)
@@ -78,12 +78,11 @@
<pathelement location="${thirdparty.dir}/jbossws-native-jaxws-ext.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-native-jaxrpc.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-native-saaj.jar"/>
- <fileset dir="${thirdparty.dir}"/>
+ <fileset dir="${thirdparty.dir}">
+ <exclude name="**/jbossws-jboss*.jar"/>
+ </fileset>
</path>
- <path id="tests.extra.classpath">
- </path>
-
<property name="jbossws.test.log" value="${tests.output.dir}"/>
</target>
15 years, 2 months
JBossWS SVN: r10957 - framework/trunk/testsuite/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-19 17:14:08 -0400 (Mon, 19 Oct 2009)
New Revision: 10957
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
fixing native bindist regression - AS IL cannot be visible to client
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-10-19 16:16:11 UTC (rev 10956)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2009-10-19 21:14:08 UTC (rev 10957)
@@ -114,12 +114,10 @@
<target name="tests-classpath" depends="tests-classpath-jboss60,tests-classpath-jboss52,tests-classpath-jboss51,tests-classpath-jboss50">
<path id="tests.javac.classpath">
<path refid="ws.stack.classpath"/>
- <path refid="tests.extra.classpath"/>
<path refid="integration.target.javac.classpath"/>
</path>
<path id="tests.client.classpath">
<path refid="ws.stack.classpath"/>
- <path refid="tests.extra.classpath"/>
<path refid="integration.target.client.classpath"/>
</path>
</target>
@@ -169,8 +167,6 @@
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss500.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss501.jar"/>
<pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/log4j.jar"/>
@@ -198,9 +194,6 @@
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
<pathelement location="${tools.jar}"/>
- <!-- WS-RM backports server dependencies -->
- <pathelement location="${jboss.server.deploy}/jbossweb.sar/jbossweb.jar"/>
- <pathelement location="${jboss.server.deployers}/jbossweb.deployer/jbossweb.jar"/>
</path>
</target>
@@ -249,7 +242,6 @@
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss510.jar"/>
<pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/log4j.jar"/>
@@ -278,9 +270,6 @@
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
<pathelement location="${tools.jar}"/>
- <!-- WS-RM backports server dependencies -->
- <pathelement location="${jboss.server.deploy}/jbossweb.sar/jbossweb.jar"/>
- <pathelement location="${jboss.server.deployers}/jbossweb.deployer/jbossweb.jar"/>
</path>
</target>
@@ -329,7 +318,6 @@
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss520.jar"/>
<pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/log4j.jar"/>
@@ -358,9 +346,6 @@
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
<pathelement location="${tools.jar}"/>
- <!-- WS-RM backports server dependencies -->
- <pathelement location="${jboss.server.deploy}/jbossweb.sar/jbossweb.jar"/>
- <pathelement location="${jboss.server.deployers}/jbossweb.deployer/jbossweb.jar"/>
</path>
</target>
@@ -411,7 +396,6 @@
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss600.jar"/>
<pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/log4j.jar"/>
@@ -440,9 +424,6 @@
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
<pathelement location="${tools.jar}"/>
- <!-- WS-RM backports server dependencies -->
- <pathelement location="${jboss.server.deploy}/jbossweb.sar/jbossweb.jar"/>
- <pathelement location="${jboss.server.deployers}/jbossweb.deployer/jbossweb.jar"/>
</path>
</target>
15 years, 2 months
JBossWS SVN: r10956 - stack/cxf/trunk/modules/resources/src/main/resources/resources.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-19 12:16:11 -0400 (Mon, 19 Oct 2009)
New Revision: 10956
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
Adding jetty libs
Modified: stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2009-10-19 16:06:43 UTC (rev 10955)
+++ stack/cxf/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2009-10-19 16:16:11 UTC (rev 10956)
@@ -41,6 +41,7 @@
<include name="**/jbossws-framework.jar"/>
<include name="**/jbossws-spi.jar"/>
<include name="**/jdom.jar"/>
+ <include name="**/jetty*.jar"/>
<include name="**/neethi.jar"/>
<include name="**/saaj-api.jar"/>
<include name="**/saaj-impl.jar"/>
15 years, 2 months