JBossWS SVN: r11070 - stack/cxf/trunk/modules/testsuite/cxf-tests/scripts.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2009-10-29 23:47:24 -0400 (Thu, 29 Oct 2009)
New Revision: 11070
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
Log:
To fix the build; Notice I changed the format of this file and recover it
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2009-10-29 14:35:01 UTC (rev 11069)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2009-10-30 03:47:24 UTC (rev 11070)
@@ -8,95 +8,111 @@
<project>
- <description>JBossWS test archive builder</description>
+ <description>JBossWS test archive builder</description>
- <!-- ============================================================================== -->
- <!-- Building -->
- <!-- -->
- <!-- Where to create your tests -->
- <!-- http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#4144172 -->
- <!-- -->
- <!-- ============================================================================== -->
+ <!-- ============================================================================== -->
+ <!-- Building -->
+ <!-- -->
+ <!-- Where to create your tests -->
+ <!-- http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#4144172 -->
+ <!-- -->
+ <!-- ============================================================================== -->
- <target name="build-jars-jaxws" description="Build the deployments.">
+ <target name="build-jars-jaxws" description="Build the deployments.">
- <mkdir dir="${tests.output.dir}/test-libs" />
+ <mkdir dir="${tests.output.dir}/test-libs"/>
- <!-- jaxws-aegis -->
- <war warfile="${tests.output.dir}/test-libs/jaxws-aegis.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisGroupQuery.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisGroupQueryImpl.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/Member.class" />
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/WEB-INF/">
- <include name="jbossws-cxf.xml" />
- </webinf>
- </war>
+ <!-- jaxws-aegis -->
+ <war
+ warfile="${tests.output.dir}/test-libs/jaxws-aegis.war"
+ webxml="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisGroupQuery.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisGroupQueryImpl.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/Member.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/WEB-INF/">
+ <include name="jbossws-cxf.xml"/>
+ </webinf>
+ </war>
+
+ <war
+ warfile="${tests.output.dir}/test-libs/jaxws-aegis-annotation.war"
+ webxml="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/annotation/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisAnnotationGroupQuery.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisAnnotationGroupQueryImpl.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/aegis/Member.class"/>
+ </classes>
+ </war>
- <war warfile="${tests.output.dir}/test-libs/jaxws-aegis-annotation.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/annotation/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisAnnotationGroupQuery.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisAnnotationGroupQueryImpl.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/aegis/Member.class" />
- </classes>
- </war>
+ <!-- jaxws-cxf-descriptor -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-descriptor.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/descriptor/DescriptorEndpointImpl.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF">
+ <include name="jbossws-cxf.xml"/>
+ </webinf>
+ </war>
- <!-- jaxws-cxf-descriptor -->
- <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-descriptor.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/descriptor/DescriptorEndpointImpl.class" />
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF">
- <include name="jbossws-cxf.xml" />
- </webinf>
- </war>
+ <!-- jaxws-cxf-interop-wstrust10-client -->
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-cxf-interop-wstrust10-client.jar">
+ <metainf dir="${tests.output.dir}/test-resources/jaxws/cxf/interop/wstrust10/META-INF">
+ <include name="**/*" />
+ </metainf>
+ </jar>
+
+ <!-- jaxws-cxf-jaxbintros -->
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-cxf-jaxbintros.jar">
+ <fileset dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/jaxbintros/Endpoint.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/jaxbintros/EndpointBean.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/jaxbintros/UserType.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/test-resources/jaxws/cxf/jaxbintros/META-INF">
+ <include name="**/*" />
+ </metainf>
+ </jar>
- <!-- jaxws-cxf-interop-wstrust10-client -->
- <jar destfile="${tests.output.dir}/test-libs/jaxws-cxf-interop-wstrust10-client.jar">
- <metainf dir="${tests.output.dir}/test-resources/jaxws/cxf/interop/wstrust10/META-INF">
- <include name="**/*" />
- </metainf>
- </jar>
+ <!-- jaxws-cxf-management -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-management.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/management/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/management/HelloWorldImpl.class" />
+ <include name="org/jboss/test/ws/jaxws/cxf/management/HelloWorld.class"/>
+ </classes>
+ </war>
- <!-- jaxws-cxf-management -->
- <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-management.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/management/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/management/HelloWorldImpl.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/management/HelloWorld.class"/>
- </classes>
- </war>
-
- <!-- jaxws-cxf-wsrm-basic-doc -->
- <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-doc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpointImpl.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpoint.class" />
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF">
- <include name="jbossws-cxf.xml" />
- </webinf>
- </war>
+ <!-- jaxws-cxf-wsrm-basic-doc -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-doc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpointImpl.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocEndpoint.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-doc/WEB-INF">
+ <include name="jbossws-cxf.xml"/>
+ </webinf>
+ </war>
- <!-- jaxws-cxf-wsrm-basic-rpc -->
- <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-rpc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpointImpl.class" />
- <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpoint.class" />
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF">
- <include name="jbossws-cxf.xml" />
- </webinf>
- </war>
+ <!-- jaxws-cxf-wsrm-basic-rpc -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-rpc.war" webxml="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpointImpl.class"/>
+ <include name="org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCEndpoint.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF">
+ <include name="jbossws-cxf.xml"/>
+ </webinf>
+ </war>
- <!-- jaxws-cxf-wsrm-basic-client -->
- <jar destfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-client.jar">
- <metainf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/">
- <include name="cxf.xml" />
- </metainf>
- </jar>
- <!-- Please add alphabetically -->
+ <!-- jaxws-cxf-wsrm-basic-client -->
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-cxf-wsrm-basic-client.jar">
+ <metainf dir="${tests.output.dir}/test-resources/jaxws/cxf/wsrm/">
+ <include name="cxf.xml" />
+ </metainf>
+ </jar>
+ <!-- Please add alphabetically -->
- </target>
+ </target>
</project>
15 years, 1 month
Download from here
by Devon Schepens
Hello jbossws-commits,
Best regards,
Devon Schepens
jbossws-commits(a)lists.jboss.org
15 years, 1 month
JBossWS SVN: r11069 - stack/native/branches/jbossws-native-3.1.2.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-29 10:35:01 -0400 (Thu, 29 Oct 2009)
New Revision: 11069
Modified:
stack/native/branches/jbossws-native-3.1.2/pom.xml
Log:
[JBPAPP-2996] fixing issue
Modified: stack/native/branches/jbossws-native-3.1.2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/pom.xml 2009-10-29 14:34:15 UTC (rev 11068)
+++ stack/native/branches/jbossws-native-3.1.2/pom.xml 2009-10-29 14:35:01 UTC (rev 11069)
@@ -64,7 +64,7 @@
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.GA</jboss.jaxbintros.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
- <jboss.remoting.version>2.5.0.SP2</jboss.remoting.version>
+ <jboss.remoting.version>2.5.2</jboss.remoting.version>
<jboss.jaxr.version>1.2.1.GA</jboss.jaxr.version>
<apache.scout.version>0.7rc2</apache.scout.version>
<juddi.version>0.9RC4</juddi.version>
15 years, 1 month
JBossWS SVN: r11068 - stack/native/branches/jbossws-native-3.1.2.SP4.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-29 10:34:15 -0400 (Thu, 29 Oct 2009)
New Revision: 11068
Modified:
stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml
Log:
[JBPAPP-2996] fixing issue
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml 2009-10-29 13:21:23 UTC (rev 11067)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml 2009-10-29 14:34:15 UTC (rev 11068)
@@ -64,7 +64,7 @@
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.GA</jboss.jaxbintros.version>
<jboss.logging.version>2.1.0.GA</jboss.logging.version>
- <jboss.remoting.version>2.5.1</jboss.remoting.version>
+ <jboss.remoting.version>2.5.2</jboss.remoting.version>
<jboss.jaxr.version>2.0.1</jboss.jaxr.version>
<apache.scout.version>1.1.1</apache.scout.version>
<juddi.version>2.0.1</juddi.version>
15 years, 1 month
JBossWS SVN: r11067 - in framework/branches/jbossws-framework-3.1.2/testsuite/test: java/org/jboss/test/ws/jaxws and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-29 09:21:23 -0400 (Thu, 29 Oct 2009)
New Revision: 11067
Added:
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/
framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/
framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml
Removed:
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java
framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/
framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml
Modified:
framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-jars-jaxws.xml
Log:
[JBPAPP-3002] backporting test suite
Modified: framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-jars-jaxws.xml 2009-10-29 13:14:52 UTC (rev 11066)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/ant-import/build-jars-jaxws.xml 2009-10-29 13:21:23 UTC (rev 11067)
@@ -729,6 +729,18 @@
</webinf>
</war>
+ <!-- jaxws-jbws2630 -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2630-service.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2630/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/jbws2630/Endpoint*.class"/>
+ </classes>
+ </war>
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws2630.jar">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxws-jbws2630-service.war"/>
+ </fileset>
+ </jar>
+
<!-- jaxws-jbws2634 -->
<jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws2634.jar">
<fileset dir="${tests.output.dir}/test-classes">
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630 (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630)
Deleted: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java 2009-10-29 13:14:52 UTC (rev 11066)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2009, 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.test.ws.jaxws.jbws2630;
-
-import java.rmi.Remote;
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-/**
- *
- * @author alessio.soldano(a)jboss.com
- * @since 05-Aug-2009
- */
-@WebService(targetNamespace = "http://org.jboss/test/ws/jbws2630")
-@SOAPBinding(style = SOAPBinding.Style.RPC)
-public interface Endpoint extends Remote
-{
-
- @WebMethod
- public String echo(String s);
-
-}
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java)
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -0,0 +1,43 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import java.rmi.Remote;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 05-Aug-2009
+ */
+@WebService(targetNamespace = "http://org.jboss/test/ws/jbws2630")
+@SOAPBinding(style = SOAPBinding.Style.RPC)
+public interface Endpoint extends Remote
+{
+
+ @WebMethod
+ public String echo(String s);
+
+}
Deleted: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java 2009-10-29 13:14:52 UTC (rev 11066)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -1,38 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2009, 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.test.ws.jaxws.jbws2630;
-
-import javax.jws.WebService;
-
-/**
-*
-* @author alessio.soldano(a)jboss.com
-* @since 05-Aug-2009
-*/
-@WebService(serviceName = "EndpointService", targetNamespace = "http://org.jboss/test/ws/jbws2630", endpointInterface = "org.jboss.test.ws.jaxws.jbws2630.Endpoint")
-public class EndpointImpl implements Endpoint
-{
- public String echo(String s)
- {
- return s;
- }
-}
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java)
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -0,0 +1,38 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import javax.jws.WebService;
+
+/**
+*
+* @author alessio.soldano(a)jboss.com
+* @since 05-Aug-2009
+*/
+@WebService(serviceName = "EndpointService", targetNamespace = "http://org.jboss/test/ws/jbws2630", endpointInterface = "org.jboss.test.ws.jaxws.jbws2630.Endpoint")
+public class EndpointImpl implements Endpoint
+{
+ public String echo(String s)
+ {
+ return s;
+ }
+}
Deleted: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java 2009-10-29 13:14:52 UTC (rev 11066)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -1,97 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2009, 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.test.ws.jaxws.jbws2630;
-
-import java.io.BufferedReader;
-import java.io.InputStreamReader;
-import java.net.URL;
-
-import javax.management.MBeanServerConnection;
-import javax.management.ObjectName;
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-import javax.wsdl.Definition;
-import javax.wsdl.factory.WSDLFactory;
-import javax.wsdl.xml.WSDLReader;
-
-import junit.framework.Test;
-
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * [JBWS-2630]
- *
- * Tests a valid endpoint address is shown in context servlet when
- * deploying a jar file containing a war file with the endpoint.
- *
- * @author alessio.soldano(a)jboss.com
- * @since 05-Aug-2009
- */
-public class JBWS2630TestCase extends JBossWSTest
-{
- private String endpointAddress = "http://" + this.getServerHost() + ":8080/jaxws-jbws2630-jaxws-jbws2630-service/Endpoint";
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS2630TestCase.class, "jaxws-jbws2630.jar");
- }
-
- public void testJMXConsole() throws Exception
- {
- MBeanServerConnection server = getServer();
- ObjectName oname = new ObjectName("jboss.ws:context=jaxws-jbws2630-jaxws-jbws2630-service,endpoint=Endpoint");
- /* @Address attribute not available in EAP5
- String address = (String)server.getAttribute(oname, "Address");
- assertEquals(new URL(endpointAddress).getPath(), new URL(address).getPath());
- */
- assertNotNull(server.getAttribute(oname, "StartTime"));
- }
-
- public void testWSDL() throws Exception
- {
- URL wsdlURL = new URL(endpointAddress + "?wsdl");
- Definition wsdl = getWSDLDefinition(wsdlURL.toExternalForm());
-
- assertNotNull("Unable to get WSDL", wsdl);
- }
-
- public void testEndpoint() throws Exception
- {
- URL url = new URL(endpointAddress + "?wsdl");
- QName serviceName = new QName("http://org.jboss/test/ws/jbws2630", "EndpointService");
- Service service = Service.create(url, serviceName);
- Endpoint port = service.getPort(Endpoint.class);
- String s = "Hi";
- assertEquals(s, port.echo(s));
- }
-
- private Definition getWSDLDefinition(String wsdlLocation) throws Exception
- {
- WSDLFactory wsdlFactory = WSDLFactory.newInstance();
- WSDLReader wsdlReader = wsdlFactory.newWSDLReader();
-
- Definition definition = wsdlReader.readWSDL(null, wsdlLocation);
- return definition;
- }
-
-}
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java)
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java 2009-10-29 13:21:23 UTC (rev 11067)
@@ -0,0 +1,97 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import java.io.BufferedReader;
+import java.io.InputStreamReader;
+import java.net.URL;
+
+import javax.management.MBeanServerConnection;
+import javax.management.ObjectName;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.wsdl.Definition;
+import javax.wsdl.factory.WSDLFactory;
+import javax.wsdl.xml.WSDLReader;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-2630]
+ *
+ * Tests a valid endpoint address is shown in context servlet when
+ * deploying a jar file containing a war file with the endpoint.
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 05-Aug-2009
+ */
+public class JBWS2630TestCase extends JBossWSTest
+{
+ private String endpointAddress = "http://" + this.getServerHost() + ":8080/jaxws-jbws2630-jaxws-jbws2630-service/Endpoint";
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2630TestCase.class, "jaxws-jbws2630.jar");
+ }
+
+ public void testJMXConsole() throws Exception
+ {
+ MBeanServerConnection server = getServer();
+ ObjectName oname = new ObjectName("jboss.ws:context=jaxws-jbws2630-jaxws-jbws2630-service,endpoint=Endpoint");
+ /* @Address attribute not available in EAP5
+ String address = (String)server.getAttribute(oname, "Address");
+ assertEquals(new URL(endpointAddress).getPath(), new URL(address).getPath());
+ */
+ assertNotNull(server.getAttribute(oname, "StartTime"));
+ }
+
+ public void testWSDL() throws Exception
+ {
+ URL wsdlURL = new URL(endpointAddress + "?wsdl");
+ Definition wsdl = getWSDLDefinition(wsdlURL.toExternalForm());
+
+ assertNotNull("Unable to get WSDL", wsdl);
+ }
+
+ public void testEndpoint() throws Exception
+ {
+ URL url = new URL(endpointAddress + "?wsdl");
+ QName serviceName = new QName("http://org.jboss/test/ws/jbws2630", "EndpointService");
+ Service service = Service.create(url, serviceName);
+ Endpoint port = service.getPort(Endpoint.class);
+ String s = "Hi";
+ assertEquals(s, port.echo(s));
+ }
+
+ private Definition getWSDLDefinition(String wsdlLocation) throws Exception
+ {
+ WSDLFactory wsdlFactory = WSDLFactory.newInstance();
+ WSDLReader wsdlReader = wsdlFactory.newWSDLReader();
+
+ Definition definition = wsdlReader.readWSDL(null, wsdlLocation);
+ return definition;
+ }
+
+}
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630 (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630)
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF)
Deleted: framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml 2009-10-29 13:14:52 UTC (rev 11066)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml 2009-10-29 13:21:23 UTC (rev 11067)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-
- <servlet>
- <servlet-name>Endpoint</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws2630.EndpointImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Endpoint</servlet-name>
- <url-pattern>/Endpoint</url-pattern>
- </servlet-mapping>
-
-</web-app>
\ No newline at end of file
Copied: framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml (from rev 11066, framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml)
===================================================================
--- framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml (rev 0)
+++ framework/branches/jbossws-framework-3.1.2/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml 2009-10-29 13:21:23 UTC (rev 11067)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <servlet>
+ <servlet-name>Endpoint</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws2630.EndpointImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Endpoint</servlet-name>
+ <url-pattern>/Endpoint</url-pattern>
+ </servlet-mapping>
+
+</web-app>
\ No newline at end of file
15 years, 1 month
JBossWS SVN: r11066 - in framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test: java/org/jboss/test/ws/jaxws and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-29 09:14:52 -0400 (Thu, 29 Oct 2009)
New Revision: 11066
Added:
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml
Modified:
framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/ant-import/build-jars-jaxws.xml
Log:
[JBPAPP-3002] backporting test suite
Modified: framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/ant-import/build-jars-jaxws.xml 2009-10-29 08:11:52 UTC (rev 11065)
+++ framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/ant-import/build-jars-jaxws.xml 2009-10-29 13:14:52 UTC (rev 11066)
@@ -729,6 +729,18 @@
</webinf>
</war>
+ <!-- jaxws-jbws2630 -->
+ <war warfile="${tests.output.dir}/test-libs/jaxws-jbws2630-service.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws2630/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/jbws2630/Endpoint*.class"/>
+ </classes>
+ </war>
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws2630.jar">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxws-jbws2630-service.war"/>
+ </fileset>
+ </jar>
+
<!-- jaxws-jbws2634 -->
<jar jarfile="${tests.output.dir}/test-libs/jaxws-jbws2634.jar">
<fileset dir="${tests.output.dir}/test-classes">
Added: framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/Endpoint.java 2009-10-29 13:14:52 UTC (rev 11066)
@@ -0,0 +1,43 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import java.rmi.Remote;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 05-Aug-2009
+ */
+@WebService(targetNamespace = "http://org.jboss/test/ws/jbws2630")
+@SOAPBinding(style = SOAPBinding.Style.RPC)
+public interface Endpoint extends Remote
+{
+
+ @WebMethod
+ public String echo(String s);
+
+}
Added: framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/EndpointImpl.java 2009-10-29 13:14:52 UTC (rev 11066)
@@ -0,0 +1,38 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import javax.jws.WebService;
+
+/**
+*
+* @author alessio.soldano(a)jboss.com
+* @since 05-Aug-2009
+*/
+@WebService(serviceName = "EndpointService", targetNamespace = "http://org.jboss/test/ws/jbws2630", endpointInterface = "org.jboss.test.ws.jaxws.jbws2630.Endpoint")
+public class EndpointImpl implements Endpoint
+{
+ public String echo(String s)
+ {
+ return s;
+ }
+}
Added: framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java (rev 0)
+++ framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2630/JBWS2630TestCase.java 2009-10-29 13:14:52 UTC (rev 11066)
@@ -0,0 +1,97 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, 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.test.ws.jaxws.jbws2630;
+
+import java.io.BufferedReader;
+import java.io.InputStreamReader;
+import java.net.URL;
+
+import javax.management.MBeanServerConnection;
+import javax.management.ObjectName;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.wsdl.Definition;
+import javax.wsdl.factory.WSDLFactory;
+import javax.wsdl.xml.WSDLReader;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-2630]
+ *
+ * Tests a valid endpoint address is shown in context servlet when
+ * deploying a jar file containing a war file with the endpoint.
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 05-Aug-2009
+ */
+public class JBWS2630TestCase extends JBossWSTest
+{
+ private String endpointAddress = "http://" + this.getServerHost() + ":8080/jaxws-jbws2630-jaxws-jbws2630-service/Endpoint";
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2630TestCase.class, "jaxws-jbws2630.jar");
+ }
+
+ public void testJMXConsole() throws Exception
+ {
+ MBeanServerConnection server = getServer();
+ ObjectName oname = new ObjectName("jboss.ws:context=jaxws-jbws2630-jaxws-jbws2630-service,endpoint=Endpoint");
+ /* @Address attribute not available in EAP5
+ String address = (String)server.getAttribute(oname, "Address");
+ assertEquals(new URL(endpointAddress).getPath(), new URL(address).getPath());
+ */
+ assertNotNull(server.getAttribute(oname, "StartTime"));
+ }
+
+ public void testWSDL() throws Exception
+ {
+ URL wsdlURL = new URL(endpointAddress + "?wsdl");
+ Definition wsdl = getWSDLDefinition(wsdlURL.toExternalForm());
+
+ assertNotNull("Unable to get WSDL", wsdl);
+ }
+
+ public void testEndpoint() throws Exception
+ {
+ URL url = new URL(endpointAddress + "?wsdl");
+ QName serviceName = new QName("http://org.jboss/test/ws/jbws2630", "EndpointService");
+ Service service = Service.create(url, serviceName);
+ Endpoint port = service.getPort(Endpoint.class);
+ String s = "Hi";
+ assertEquals(s, port.echo(s));
+ }
+
+ private Definition getWSDLDefinition(String wsdlLocation) throws Exception
+ {
+ WSDLFactory wsdlFactory = WSDLFactory.newInstance();
+ WSDLReader wsdlReader = wsdlFactory.newWSDLReader();
+
+ Definition definition = wsdlReader.readWSDL(null, wsdlLocation);
+ return definition;
+ }
+
+}
Added: framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml (rev 0)
+++ framework/branches/jbossws-framework-3.1.2.SP5/testsuite/test/resources/jaxws/jbws2630/WEB-INF/web.xml 2009-10-29 13:14:52 UTC (rev 11066)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <servlet>
+ <servlet-name>Endpoint</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws2630.EndpointImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Endpoint</servlet-name>
+ <url-pattern>/Endpoint</url-pattern>
+ </servlet-mapping>
+
+</web-app>
\ No newline at end of file
15 years, 1 month
JBossWS SVN: r11065 - in stack/native/branches/jbossws-native-3.1.2.SP4: modules/client and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-29 04:11:52 -0400 (Thu, 29 Oct 2009)
New Revision: 11065
Modified:
stack/native/branches/jbossws-native-3.1.2.SP4/modules/client/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/management/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml
Log:
Fixing poms
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/client/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/client/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/core/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/core/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxrpc/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxrpc/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws-ext/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/jaxws-ext/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/management/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/management/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/resources/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/resources/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/saaj/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/saaj/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/framework-tests/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/framework-tests/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/native-tests/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/native-tests/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/modules/testsuite/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
+++ stack/native/branches/jbossws-native-3.1.2.SP4/pom.xml 2009-10-29 08:11:52 UTC (rev 11065)
@@ -17,7 +17,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.1.2.SP3</version>
+ <version>3.1.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbos...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/branches/jbossws-na...</url>
</scm>
<!-- Modules -->
@@ -48,7 +48,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.1.0.SP2</jbossws.common.version>
- <jbossws.framework.version>3.1.2.SP4</jbossws.framework.version>
+ <jbossws.framework.version>3.1.2-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.2.SP1</jbossws.spi.version>
<!-- [JBWS-2505] -->
<!-- START -->
15 years, 1 month
JBossWS SVN: r11064 - in stack/cxf/branches/jbossws-cxf-3.1.2.SP3: modules/client and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-29 04:05:30 -0400 (Thu, 29 Oct 2009)
New Revision: 11064
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml
Log:
Fixing poms
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -17,7 +17,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-3....</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-3.1.2...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cx...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-3...</url>
</scm>
<!-- Modules -->
@@ -44,7 +44,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.1.0.SP2</jbossws.common.version>
- <jbossws.framework.version>3.1.2.SP4</jbossws.framework.version>
+ <jbossws.framework.version>3.1.2-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.2.SP1</jbossws.spi.version>
<!-- JBWS-2505 -->
<!-- START -->
15 years, 1 month
JBossWS SVN: r11063 - stack/cxf/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-29 04:00:09 -0400 (Thu, 29 Oct 2009)
New Revision: 11063
Added:
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/
Log:
Creating 3.1.2.SP3 cxf stack branch from 3.1.2.SP2 tag in order to fix recently found issues for EAP5.0.0
Copied: stack/cxf/branches/jbossws-cxf-3.1.2.SP3 (from rev 11062, stack/cxf/tags/jbossws-cxf-3.1.2.SP2)
15 years, 1 month