JBossWS SVN: r9839 - stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-20 04:04:20 -0400 (Mon, 20 Apr 2009)
New Revision: 9839
Modified:
stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java
Log:
[JBWS-2612] removing AS 4x support
Modified: stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java 2009-04-20 07:50:32 UTC (rev 9838)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java 2009-04-20 08:04:20 UTC (rev 9839)
@@ -43,7 +43,7 @@
public static Test suite()
{
- final String archives = "jaxws-samples-wsse-sign-client.jar,jaxws-samples-wsse-sign-50.war" : "jaxws-samples-wsse-sign.war";
+ final String archives = "jaxws-samples-wsse-sign-client.jar,jaxws-samples-wsse-sign.war";
return new JBossWSTestSetup(SignTestCase.class, archives);
}
17 years
JBossWS SVN: r9838 - in stack/metro/trunk: modules/testsuite/metro-tests/scripts and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-20 03:50:32 -0400 (Mon, 20 Apr 2009)
New Revision: 9838
Modified:
stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-samples-jaxws.xml
stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.java
stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java
stack/metro/trunk/pom.xml
Log:
[JBWS-2612] removing AS 4x support
Modified: stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-samples-jaxws.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-samples-jaxws.xml 2009-04-20 07:37:05 UTC (rev 9837)
+++ stack/metro/trunk/modules/testsuite/metro-tests/scripts/metro-samples-jaxws.xml 2009-04-20 07:50:32 UTC (rev 9838)
@@ -59,28 +59,8 @@
<include name="wsdl/*"/>
</webinf>
<metainf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign/META-INF">
- <include name="server-*.jks"/>
<include name="services/**"/>
</metainf>
- </war>
-
- <!-- jaxws-samples-wsse-sign-50 -->
- <war
- warfile="${tests.output.dir}/test-libs/jaxws-samples-wsse-sign-50.war"
- webxml="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/samples/wsse/Service*.class"/>
- <include name="org/jboss/test/ws/jaxws/samples/wsse/jaxws/*.class"/>
- <include name="org/jboss/test/ws/jaxws/samples/wsse/RealmAuthenticator.class"/>
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign/WEB-INF">
- <include name="wsit-*.xml"/>
- <include name="jboss-web.xml"/>
- <include name="wsdl/*"/>
- </webinf>
- <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign/META-INF">
- <include name="services/**"/>
- </metainf>
<zipfileset
dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign/META-INF"
includes="server-*.jks"
@@ -105,27 +85,7 @@
<include name="org/jboss/test/ws/jaxws/samples/wsse/RealmAuthenticator.class"/>
</classes>
<webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign-encrypt/WEB-INF">
- <include name="jboss-web.xml"/>
<include name="wsit-*.xml"/>
- <include name="wsdl/*"/>
- </webinf>
- <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign-encrypt/META-INF">
- <include name="server-*.jks"/>
- <include name="services/**"/>
- </metainf>
- </war>
-
- <!-- jaxws-samples-wsse-sign-encrypt-50 -->
- <war
- warfile="${tests.output.dir}/test-libs/jaxws-samples-wsse-sign-encrypt-50.war"
- webxml="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign-encrypt/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/samples/wsse/Service*.class"/>
- <include name="org/jboss/test/ws/jaxws/samples/wsse/jaxws/*.class"/>
- <include name="org/jboss/test/ws/jaxws/samples/wsse/RealmAuthenticator.class"/>
- </classes>
- <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wsse/sign-encrypt/WEB-INF">
- <include name="wsit-*.xml"/>
<include name="jboss-web.xml"/>
<include name="wsdl/*"/>
</webinf>
Modified: stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.java
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.java 2009-04-20 07:37:05 UTC (rev 9837)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.java 2009-04-20 07:50:32 UTC (rev 9838)
@@ -29,7 +29,6 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
@@ -40,12 +39,13 @@
*/
public final class SignEncryptTestCase extends JBossWSTest
{
+
private final String serviceURL = "http://" + getServerHost() + ":8080/jaxws-samples-wsse-sign-encrypt/SecurityService";
public static Test suite()
{
- String serverJar = new JBossWSTestHelper().isTargetJBoss5OrGreater() ? "jaxws-samples-wsse-sign-encrypt-50.war" : "jaxws-samples-wsse-sign-encrypt.war";
- return new JBossWSTestSetup(SignEncryptTestCase.class, "jaxws-samples-wsse-sign-encrypt-client.jar," + serverJar);
+ final String archives = "jaxws-samples-wsse-sign-encrypt-client.jar,jaxws-samples-wsse-sign-encrypt.war";
+ return new JBossWSTestSetup(SignEncryptTestCase.class, archives);
}
public void test() throws Exception
@@ -56,4 +56,5 @@
ServiceIface proxy = (ServiceIface)service.getPort(ServiceIface.class);
assertEquals("Secure Hello World!", proxy.sayHello());
}
+
}
Modified: stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java 2009-04-20 07:37:05 UTC (rev 9837)
+++ stack/metro/trunk/modules/testsuite/metro-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/SignTestCase.java 2009-04-20 07:50:32 UTC (rev 9838)
@@ -29,7 +29,6 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
@@ -44,8 +43,8 @@
public static Test suite()
{
- String serverJar = new JBossWSTestHelper().isTargetJBoss5OrGreater() ? "jaxws-samples-wsse-sign-50.war" : "jaxws-samples-wsse-sign.war";
- return new JBossWSTestSetup(SignTestCase.class, "jaxws-samples-wsse-sign-client.jar," + serverJar);
+ final String archives = "jaxws-samples-wsse-sign-client.jar,jaxws-samples-wsse-sign-50.war" : "jaxws-samples-wsse-sign.war";
+ return new JBossWSTestSetup(SignTestCase.class, archives);
}
public void test() throws Exception
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2009-04-20 07:37:05 UTC (rev 9837)
+++ stack/metro/trunk/pom.xml 2009-04-20 07:50:32 UTC (rev 9838)
@@ -44,7 +44,7 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.10.GA</jbossws.common.version>
+ <jbossws.common.version>1.0.11-SNAPSHOT</jbossws.common.version>
<jbossws.framework.version>3.2.0-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.1.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.1.GA</jbossws.jboss423.version>
17 years
JBossWS SVN: r9837 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-20 03:37:05 -0400 (Mon, 20 Apr 2009)
New Revision: 9837
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-2612] fixing CXF pom
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-04-20 07:33:37 UTC (rev 9836)
+++ stack/cxf/trunk/pom.xml 2009-04-20 07:37:05 UTC (rev 9837)
@@ -43,7 +43,7 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.10.GA</jbossws.common.version>
+ <jbossws.common.version>1.0.11-SNAPSHOT</jbossws.common.version>
<jbossws.framework.version>3.2.0-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.1.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.1.GA</jbossws.jboss423.version>
17 years
JBossWS SVN: r9836 - in framework/trunk: testsuite/test/ant-import and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-20 03:33:37 -0400 (Mon, 20 Apr 2009)
New Revision: 9836
Removed:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.java
framework/trunk/testsuite/test/resources/jaxws/jbws1841/META-INF_4/
framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/META-INF/application.xml
Modified:
framework/trunk/pom.xml
framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml
framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1841/JBWS1841TestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/eardeployment/EarTestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecurityDomainTestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.java
Log:
[JBWS-2612] removing AS 4x support
Modified: framework/trunk/pom.xml
===================================================================
--- framework/trunk/pom.xml 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/pom.xml 2009-04-20 07:33:37 UTC (rev 9836)
@@ -24,7 +24,7 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.10.GA</jbossws.common.version>
+ <jbossws.common.version>1.0.11-SNAPSHOT</jbossws.common.version>
<jbossws.spi.version>1.1.1.GA</jbossws.spi.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jbossxb.version>1.0.0.SP1</jbossxb.version>
Modified: framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml 2009-04-20 07:33:37 UTC (rev 9836)
@@ -423,22 +423,11 @@
</ear>
<!-- jaxws-jbws1841 -->
- <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1841.jar">
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1841.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
<exclude name="org/jboss/test/ws/jaxws/jbws1841/*TestCase.class"/>
</fileset>
- <metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1841/META-INF_4">
- <include name="wsdl/*"/>
- <include name="ejb-jar.xml"/>
- <include name="jboss.xml"/>
- </metainf>
- </jar>
- <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1841-as5.jar">
- <fileset dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
- <exclude name="org/jboss/test/ws/jaxws/jbws1841/*TestCase.class"/>
- </fileset>
<metainf dir="${tests.output.dir}/test-resources/jaxws/jbws1841/META-INF">
<include name="wsdl/*"/>
<include name="ejb-jar.xml"/>
Modified: framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml 2009-04-20 07:33:37 UTC (rev 9836)
@@ -71,15 +71,6 @@
<include name="jboss-app.xml"/>
</metainf>
</jar>
- <jar jarfile="${tests.output.dir}/test-libs/jaxws-samples-eardeployment42.ear">
- <fileset dir="${tests.output.dir}/test-libs">
- <include name="jaxws-samples-eardeployment.jar"/>
- <include name="jaxws-samples-eardeployment.war"/>
- </fileset>
- <metainf dir="${tests.output.dir}/test-resources/jaxws/samples/eardeployment/META-INF">
- <include name="application.xml"/>
- </metainf>
- </jar>
<!-- jaxws-samples-exception -->
<war warfile="${tests.output.dir}/test-libs/jaxws-samples-exception.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/exception/WEB-INF/web.xml">
@@ -214,17 +205,12 @@
</metainf>
</jar>
- <!-- jaxws-samples-securityDomain -->
- <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-securityDomain.jar">
- <fileset dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.class"/>
- </fileset>
- </jar>
- <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-securityDomain-as5.jar">
- <fileset dir="${tests.output.dir}/test-classes">
- <include name="org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.class"/>
- </fileset>
- </jar>
+ <!-- jaxws-samples-securityDomain -->
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-samples-securityDomain.jar">
+ <fileset dir="${tests.output.dir}/test-classes">
+ <include name="org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.class"/>
+ </fileset>
+ </jar>
<!-- jaxws-samples-serviceref -->
<war warfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref.war" webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/WEB-INF/web.xml">
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1841/JBWS1841TestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1841/JBWS1841TestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1841/JBWS1841TestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -23,7 +23,6 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
import javax.xml.namespace.QName;
@@ -37,7 +36,6 @@
* http://jira.jboss.org/jira/browse/JBWS-1841
*
* @author Heiko.Braun(a)jboss.com
- * @since 09-Oct-2007
*/
public class JBWS1841TestCase extends JBossWSTest
{
@@ -48,8 +46,7 @@
public static Test suite()
{
- //here in the AS 5 jar we use <service-qname> that does not exist in AS 4.2.x
- return new JBossWSTestSetup(JBWS1841TestCase.class, new JBossWSTestHelper().isTargetJBoss5OrGreater() ? "jaxws-jbws1841-as5.jar" : "jaxws-jbws1841.jar");
+ return new JBossWSTestSetup(JBWS1841TestCase.class, "jaxws-jbws1841.jar");
}
protected void setUp() throws Exception
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/eardeployment/EarTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/eardeployment/EarTestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/eardeployment/EarTestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -33,7 +33,6 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
@@ -42,14 +41,13 @@
* [JBWS-1616] Verify correct bahaviour of @WebService.wsdlLocation
*
* @author Thomas.Diesler(a)jboss.org
- * @since 08-Dec-2006
+ * @author <a href="mailto:richard.opalka@jboss.org">Richard Opalka</a>
*/
public class EarTestCase extends JBossWSTest
{
public static Test suite()
{
- String earName = (new JBossWSTestHelper().isTargetJBoss5OrGreater() ? "jaxws-samples-eardeployment.ear" : "jaxws-samples-eardeployment42.ear");
- return new JBossWSTestSetup(EarTestCase.class, earName);
+ return new JBossWSTestSetup(EarTestCase.class, "jaxws-samples-eardeployment.ear");
}
public void testEJB3Endpoint() throws Exception
Deleted: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.securityDomain;
-
-import javax.annotation.security.RolesAllowed;
-import javax.ejb.Stateless;
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.jws.soap.SOAPBinding.Style;
-
-import org.jboss.ejb3.annotation.SecurityDomain;
-import org.jboss.logging.Logger;
-import org.jboss.wsf.spi.annotation.AuthMethod;
-import org.jboss.wsf.spi.annotation.TransportGuarantee;
-import org.jboss.wsf.spi.annotation.WebContext;
-
-@Stateless(name = "SecureEndpoint")
-@SOAPBinding(style = Style.RPC)
-@WebService
-(
- name = "SecureEndpoint",
- serviceName = "SecureEndpointService",
- targetNamespace = "http://org.jboss.ws/securityDomain"
-)
-@WebContext
-(
- contextRoot="/jaxws-securityDomain",
- urlPattern="/*",
- authMethod = AuthMethod.BASIC,
- transportGuarantee = TransportGuarantee.NONE,
- secureWSDLAccess = false
-)
-@SecurityDomain("JBossWS")
-@RolesAllowed("friend")
-public class SecureEndpointAS5Impl
-{
- // Provide logging
- private static Logger log = Logger.getLogger(SecureEndpointAS5Impl.class);
-
- @WebMethod
- public String echo(String input)
- {
- log.info(input);
- return input;
- }
-}
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -28,7 +28,7 @@
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;
-import org.jboss.annotation.security.SecurityDomain;
+import org.jboss.ejb3.annotation.SecurityDomain;
import org.jboss.logging.Logger;
import org.jboss.wsf.spi.annotation.AuthMethod;
import org.jboss.wsf.spi.annotation.TransportGuarantee;
@@ -44,7 +44,7 @@
)
@WebContext
(
- contextRoot="/jaxws-securityDomain",
+ contextRoot="/jaxws-securityDomain",
urlPattern="/*",
authMethod = AuthMethod.BASIC,
transportGuarantee = TransportGuarantee.NONE,
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecurityDomainTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecurityDomainTestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecurityDomainTestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -32,7 +32,6 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
@@ -41,7 +40,7 @@
* @SecurityDomain
*
* @author alessio.soldano(a)jboss.com
- * @since 04-Jun-2008
+ * @author <a href="mailto:richard.opalka@jboss.org">Richard Opalka</a>
*/
public class SecurityDomainTestCase extends JBossWSTest
{
@@ -49,7 +48,7 @@
public static Test suite()
{
- return new JBossWSTestSetup(SecurityDomainTestCase.class, new JBossWSTestHelper().isTargetJBoss5OrGreater() ? "jaxws-samples-securityDomain-as5.jar" : "jaxws-samples-securityDomain.jar");
+ return new JBossWSTestSetup(SecurityDomainTestCase.class, "jaxws-samples-securityDomain.jar");
}
private SecureEndpoint getPort() throws Exception
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -21,7 +21,6 @@
*/
package org.jboss.test.ws.jaxws.samples.serviceref;
-import java.io.File;
import java.io.InputStream;
import java.net.URL;
@@ -34,14 +33,13 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
* Test the JAXWS <service-ref>
*
* @author Thomas.Diesler(a)jboss.com
- * @since 123-Mar-2007
+ * @author <a href="mailto:richard.opalka@jboss.org">Richard Opalka</a>
*/
public class ServiceRefClientTestCase extends JBossWSTest
{
@@ -49,10 +47,7 @@
public static Test suite()
{
- String archives = "jaxws-samples-serviceref.war";
- if (new JBossWSTestHelper().isTargetJBoss5OrGreater())
- archives += ",jaxws-samples-serviceref-client.jar";
-
+ String archives = "jaxws-samples-serviceref.war,jaxws-samples-serviceref-client.jar";
return new JBossWSTestSetup(ServiceRefClientTestCase.class, archives);
}
@@ -66,9 +61,6 @@
public void testDynamicProxy() throws Exception
{
- if (isTargetJBoss5() == false)
- return;
-
URL wsdlURL = getResourceURL("jaxws/samples/serviceref/META-INF/wsdl/Endpoint.wsdl");
QName qname = new QName("http://serviceref.samples.jaxws.ws.test.jboss.org/", "EndpointService");
Service service = Service.create(wsdlURL, qname);
@@ -81,15 +73,11 @@
public void testApplicationClient() throws Exception
{
- if (isTargetJBoss5() == false)
- return;
-
InitialContext iniCtx = getInitialContext("jbossws-client");
Service service = (Service) iniCtx.lookup("java:comp/env/service2");
Endpoint port = service.getPort(Endpoint.class);
assertNotNull(port);
-
if(isIntegrationNative())
{
BindingProvider bp = (BindingProvider)port;
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -21,7 +21,6 @@
*/
package org.jboss.test.ws.jaxws.samples.serviceref;
-import java.io.File;
import java.io.InputStream;
import java.net.URL;
@@ -33,14 +32,13 @@
import org.jboss.test.ws.jaxws.samples.serviceref.EJBRemote;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
/**
- * Test the JAXRPC <service-ref>
+ * Test the JAXWS <service-ref>
*
* @author Thomas.Diesler(a)jboss.com
- * @since 23-Oct-2005
+ * @author <a href="mailto:richard.opalka@jboss.org">Richard Opalka</a>
*/
public class ServiceRefEJBTestCase extends JBossWSTest
{
@@ -48,10 +46,7 @@
public static Test suite()
{
- String archives = "jaxws-samples-serviceref.war";
- if (new JBossWSTestHelper().isTargetJBoss5OrGreater())
- archives += ",jaxws-samples-serviceref-ejb-client.jar";
-
+ final String archives = "jaxws-samples-serviceref.war,jaxws-samples-serviceref-ejb-client.jar";
return new JBossWSTestSetup(ServiceRefEJBTestCase.class, archives);
}
@@ -63,35 +58,26 @@
inputStream.close();
}
-
public void testDynamicProxy() throws Exception
{
- // JAXWS <service-ref> is only supported in EE5
- if (isTargetJBoss5())
- {
- URL wsdlURL = getResourceURL("jaxws/samples/serviceref/META-INF/wsdl/Endpoint.wsdl");
- QName qname = new QName("http://serviceref.samples.jaxws.ws.test.jboss.org/", "EndpointService");
- Service service = Service.create(wsdlURL, qname);
- Endpoint port = (Endpoint)service.getPort(Endpoint.class);
+ URL wsdlURL = getResourceURL("jaxws/samples/serviceref/META-INF/wsdl/Endpoint.wsdl");
+ QName qname = new QName("http://serviceref.samples.jaxws.ws.test.jboss.org/", "EndpointService");
+ Service service = Service.create(wsdlURL, qname);
+ Endpoint port = (Endpoint)service.getPort(Endpoint.class);
- String helloWorld = "DynamicProxy";
- Object retObj = port.echo(helloWorld);
- assertEquals(helloWorld, retObj);
- }
+ String helloWorld = "DynamicProxy";
+ Object retObj = port.echo(helloWorld);
+ assertEquals(helloWorld, retObj);
}
-
public void testEJBClient() throws Exception
{
- // JAXWS <service-ref> is only supported in EE5
- if (isTargetJBoss5())
- {
- InitialContext iniCtx = getInitialContext();
- EJBRemote ejbRemote = (EJBRemote)iniCtx.lookup("/EJBClient/remote");
+ InitialContext iniCtx = getInitialContext();
+ EJBRemote ejbRemote = (EJBRemote)iniCtx.lookup("/EJBClient/remote");
- String helloWorld = "Hello World!";
- Object retObj = ejbRemote.echo(helloWorld);
- assertEquals(helloWorld, retObj);
- }
+ String helloWorld = "Hello World!";
+ Object retObj = ejbRemote.echo(helloWorld);
+ assertEquals(helloWorld, retObj);
}
+
}
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.java 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.java 2009-04-20 07:33:37 UTC (rev 9836)
@@ -23,33 +23,29 @@
import junit.framework.Test;
import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestHelper;
import org.jboss.wsf.test.JBossWSTestSetup;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import java.io.BufferedReader;
-import java.io.File;
import java.io.InputStreamReader;
import java.io.InputStream;
import java.net.URL;
/**
- * Test the jaxws <service-ref>
+ * Test the JAXWS <service-ref>
*
* @author Thomas.Diesler(a)jboss.com
- * @since 23-Oct-2005
+ * @author <a href="mailto:richard.opalka@jboss.org">Richard Opalka</a>
*/
public class ServiceRefServletTestCase extends JBossWSTest
{
+
public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-serviceref";
public static Test suite()
{
- String archives = "jaxws-samples-serviceref.war";
- if (new JBossWSTestHelper().isTargetJBoss5OrGreater())
- archives += ",jaxws-samples-serviceref-servlet-client.war";
-
+ String archives = "jaxws-samples-serviceref.war,jaxws-samples-serviceref-servlet-client.war";
return new JBossWSTestSetup(ServiceRefServletTestCase.class, archives);
}
@@ -63,9 +59,6 @@
public void testDynamicProxy() throws Exception
{
- if (isTargetJBoss5() == false)
- return;
-
URL wsdlURL = getResourceURL("jaxws/samples/serviceref/META-INF/wsdl/Endpoint.wsdl");
QName qname = new QName("http://serviceref.samples.jaxws.ws.test.jboss.org/", "EndpointService");
Service service = Service.create(wsdlURL, qname);
@@ -78,12 +71,10 @@
public void testServletClient() throws Exception
{
- if (isTargetJBoss5() == false)
- return;
-
URL url = new URL(TARGET_ENDPOINT_ADDRESS + "-servlet-client?echo=HelloWorld");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
String retStr = br.readLine();
assertEquals("HelloWorld", retStr);
}
+
}
Deleted: framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/META-INF/application.xml
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/META-INF/application.xml 2009-04-20 06:25:40 UTC (rev 9835)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/META-INF/application.xml 2009-04-20 07:33:37 UTC (rev 9836)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- This is only needed for JBoss-4.2 deployments -->
-
-<application 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/application_1_4.xsd"
- version="1.4">
-
- <module>
- <web>
- <web-uri>jaxws-samples-eardeployment.war</web-uri>
- <context-root>earjse</context-root>
- </web>
- </module>
- <module>
- <java>jaxws-samples-eardeployment.jar</java>
- </module>
-
-</application>
\ No newline at end of file
17 years
JBossWS SVN: r9835 - common/trunk/src/main/java/org/jboss/wsf/test.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-20 02:25:40 -0400 (Mon, 20 Apr 2009)
New Revision: 9835
Modified:
common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java
common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log:
[JBWS-2612] removing AS 4x support
Modified: common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java 2009-04-15 09:48:25 UTC (rev 9834)
+++ common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTest.java 2009-04-20 06:25:40 UTC (rev 9835)
@@ -53,7 +53,7 @@
* Base class for JBossWS test cases
*
* @author Thomas.Diesler(a)jboss.org
- * @since 14-Oct-2004
+ * @author ropalka(a)redhat.com
*/
public abstract class JBossWSTest extends TestCase
{
@@ -202,11 +202,6 @@
return delegate.isTargetJBoss5();
}
- public boolean isTargetJBoss5OrGreater()
- {
- return delegate.isTargetJBoss5OrGreater();
- }
-
public boolean isTargetJBoss51()
{
return delegate.isTargetJBoss51();
@@ -217,19 +212,19 @@
return delegate.isTargetJBoss50();
}
- public boolean isTargetJBoss4()
+ public boolean isTargetJBoss6()
{
- return delegate.isTargetJBoss4();
+ return delegate.isTargetJBoss6();
}
-
- public boolean isTargetJBoss42()
+
+ public boolean isTargetJBoss61()
{
- return delegate.isTargetJBoss42();
+ return delegate.isTargetJBoss61();
}
- public boolean isTargetJBoss40()
+ public boolean isTargetJBoss60()
{
- return delegate.isTargetJBoss40();
+ return delegate.isTargetJBoss60();
}
public boolean isIntegrationNative()
Modified: common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2009-04-15 09:48:25 UTC (rev 9834)
+++ common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2009-04-20 06:25:40 UTC (rev 9835)
@@ -42,7 +42,7 @@
* A JBossWS test helper that deals with test deployment/undeployment, etc.
*
* @author Thomas.Diesler(a)jboss.org
- * @since 14-Oct-2004
+ * @author ropalka(a)redhat.com
*/
public class JBossWSTestHelper
{
@@ -95,38 +95,25 @@
return target.startsWith("jboss51");
}
- /** True, if -Djbossws.integration.target=jboss4x */
- public boolean isTargetJBoss4()
+ /** True, if -Djbossws.integration.target=jboss6x */
+ public boolean isTargetJBoss6()
{
- return isTargetJBoss42() || isTargetJBoss40();
+ return isTargetJBoss61() || isTargetJBoss60();
}
-
- /** True, if -Djbossws.integration.target=jboss42x */
- public boolean isTargetJBoss42()
+
+ /** True, if -Djbossws.integration.target=jboss60x */
+ public boolean isTargetJBoss60()
{
String target = getIntegrationTarget();
- return target.startsWith("jboss42");
+ return target.startsWith("jboss60");
}
- /** True, if -Djbossws.integration.target=jboss40x */
- public boolean isTargetJBoss40()
+ /** True, if -Djbossws.integration.target=jboss61x */
+ public boolean isTargetJBoss61()
{
String target = getIntegrationTarget();
- return target.startsWith("jboss40");
+ return target.startsWith("jboss61");
}
-
- /** True, if -Djbossws.integration.target=jboss6x */
- public boolean isTargetJBoss6()
- {
- String target = getIntegrationTarget();
- return target.startsWith("jboss6");
- }
-
- /** True, if -Djbossws.integration.target=jboss5x */
- public boolean isTargetJBoss5OrGreater()
- {
- return isTargetJBoss5() || isTargetJBoss6();
- }
public boolean isIntegrationNative()
{
@@ -236,12 +223,10 @@
jbossVersion = "jboss51";
else if (jbossVersion.startsWith("5.0"))
jbossVersion = "jboss50";
+ else if (jbossVersion.startsWith("6.1"))
+ jbossVersion = "jboss61";
else if (jbossVersion.startsWith("6.0"))
jbossVersion = "jboss60";
- else if (jbossVersion.startsWith("4.2"))
- jbossVersion = "jboss42";
- else if (jbossVersion.startsWith("4.0"))
- jbossVersion = "jboss40";
else throw new IllegalStateException("Unsupported jboss version: " + jbossVersion);
}
catch (Exception ex)
@@ -252,6 +237,7 @@
if (integrationTarget.startsWith(jbossVersion) == false)
throw new IllegalStateException("Integration target mismatch: " + integrationTarget + ".startsWith(" + jbossVersion + ")");
}
+
return integrationTarget;
}
17 years
JBossWS SVN: r9834 - in stack/cxf: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-15 05:48:25 -0400 (Wed, 15 Apr 2009)
New Revision: 9834
Added:
stack/cxf/tags/jbossws-cxf-3.1.1.GA/
Removed:
stack/cxf/branches/jbossws-cxf-3.1.1/
Log:
[JBWS-2599] Tagging jbossws-cxf-3.1.1.GA
Copied: stack/cxf/tags/jbossws-cxf-3.1.1.GA (from rev 9833, stack/cxf/branches/jbossws-cxf-3.1.1)
17 years
JBossWS SVN: r9833 - in stack/cxf/branches/jbossws-cxf-3.1.1: modules/client and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-15 05:41:57 -0400 (Wed, 15 Apr 2009)
New Revision: 9833
Modified:
stack/cxf/branches/jbossws-cxf-3.1.1/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.1/pom.xml
Log:
[JBWs-2599] Preparing for tagging
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/client/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/client/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/management/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/management/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/resources/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/resources/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/server/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/server/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/cxf-tests/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/cxf-tests/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/framework-tests/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/framework-tests/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/modules/testsuite/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/pom.xml 2009-04-15 09:17:29 UTC (rev 9832)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/pom.xml 2009-04-15 09:41:57 UTC (rev 9833)
@@ -17,7 +17,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.GA</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <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>
+ <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.1.GA</url>
</scm>
<!-- Modules -->
@@ -44,7 +44,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.0.10.GA</jbossws.common.version>
- <jbossws.framework.version>3.1.1-SNAPSHOT</jbossws.framework.version>
+ <jbossws.framework.version>3.1.1.GA</jbossws.framework.version>
<jbossws.spi.version>1.1.1.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.1.GA</jbossws.jboss423.version>
<jbossws.jboss500.version>3.1.1.GA</jbossws.jboss500.version>
17 years
JBossWS SVN: r9832 - stack/cxf/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-15 05:17:29 -0400 (Wed, 15 Apr 2009)
New Revision: 9832
Modified:
stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2599] Updating release notes
Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-04-15 09:16:48 UTC (rev 9831)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-04-15 09:17:29 UTC (rev 9832)
@@ -49,6 +49,50 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+What's new in jbossws-cxf-3.1.1.GA
+----------------------------------
+
+Bug
+
+ * [JBWS-1665] - incorrect wsdl generation
+ * [JBWS-2506] - Cannot find symbol javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter$DEFAULT
+ * [JBWS-2529] - Missing type in generated WSDL definition
+ * [JBWS-2555] - Miscellaneous issues reported by FindBugs
+ * [JBWS-2562] - There are tests failures in CXF when no internet connection is available
+ * [JBWS-2564] - Use Server MBean instead of ServerConfig to get JBoss version
+ * [JBWS-2573] - Fix JBossWS builds with Maven 2.0.10
+ * [JBWS-2581] - NPE in AbstractInvoker
+ * [JBWS-2585] - JBossWS commandline tools reference not existing log4j config
+ * [JBWS-2589] - Some deployment failures prevent re-deployment
+
+Feature Request
+
+ * [JBWS-2151] - Provide wsrunclient.sh(.bat) for Metro and CXF
+
+Task
+
+ * [JBWS-2223] - wsconsume for cxf build
+ * [JBWS-2327] - Provide tests for wsrunclient shell script
+ * [JBWS-2487] - Run TCK5 and detect issues
+ * [JBWS-2490] - JAXWS TCK5 test suite
+ * [JBWS-2524] - Sort out / remove GenericSOAPHandler duplicity
+ * [JBWS-2533] - Fix MTOM/XOP Content Type Testcase failure
+ * [JBWS-2537] - Simplify Hudson Jobs
+ * [JBWS-2538] - FastInfoset interoperability
+ * [JBWS-2553] - Enable WebServiceRef tests
+ * [JBWS-2566] - Add Maven Release plugin
+ * [JBWS-2568] - Remove AS 4.2 branch support (424 target)
+ * [JBWS-2576] - Verify dependencies on outstanding CXF issues
+ * [JBWS-2577] - Update to Apache CXF 2.2
+ * [JBWS-2583] - Upload cxf 2.2 artifacts to jboss m2 repository
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2600
+
+
+This version of JBoss Web Services - CXF is based on Apache CXF 2.2
+
What's new in jbossws-cxf-3.1.0.GA
----------------------------------
17 years
JBossWS SVN: r9831 - stack/cxf/branches/jbossws-cxf-3.1.1/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-15 05:16:48 -0400 (Wed, 15 Apr 2009)
New Revision: 9831
Modified:
stack/cxf/branches/jbossws-cxf-3.1.1/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2599] Updating release notes
Modified: stack/cxf/branches/jbossws-cxf-3.1.1/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.1/src/main/distro/ReleaseNotes.txt 2009-04-15 08:42:16 UTC (rev 9830)
+++ stack/cxf/branches/jbossws-cxf-3.1.1/src/main/distro/ReleaseNotes.txt 2009-04-15 09:16:48 UTC (rev 9831)
@@ -27,19 +27,41 @@
Bug
- TODO: enumerate
+ * [JBWS-1665] - incorrect wsdl generation
+ * [JBWS-2506] - Cannot find symbol javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter$DEFAULT
+ * [JBWS-2529] - Missing type in generated WSDL definition
+ * [JBWS-2555] - Miscellaneous issues reported by FindBugs
+ * [JBWS-2562] - There are tests failures in CXF when no internet connection is available
+ * [JBWS-2564] - Use Server MBean instead of ServerConfig to get JBoss version
+ * [JBWS-2573] - Fix JBossWS builds with Maven 2.0.10
+ * [JBWS-2581] - NPE in AbstractInvoker
+ * [JBWS-2585] - JBossWS commandline tools reference not existing log4j config
+ * [JBWS-2589] - Some deployment failures prevent re-deployment
Feature Request
- TODO: enumerate
+ * [JBWS-2151] - Provide wsrunclient.sh(.bat) for Metro and CXF
Task
- TODO: enumerate
+ * [JBWS-2223] - wsconsume for cxf build
+ * [JBWS-2327] - Provide tests for wsrunclient shell script
+ * [JBWS-2487] - Run TCK5 and detect issues
+ * [JBWS-2490] - JAXWS TCK5 test suite
+ * [JBWS-2524] - Sort out / remove GenericSOAPHandler duplicity
+ * [JBWS-2533] - Fix MTOM/XOP Content Type Testcase failure
+ * [JBWS-2537] - Simplify Hudson Jobs
+ * [JBWS-2538] - FastInfoset interoperability
+ * [JBWS-2553] - Enable WebServiceRef tests
+ * [JBWS-2566] - Add Maven Release plugin
+ * [JBWS-2568] - Remove AS 4.2 branch support (424 target)
+ * [JBWS-2576] - Verify dependencies on outstanding CXF issues
+ * [JBWS-2577] - Update to Apache CXF 2.2
+ * [JBWS-2583] - Upload cxf 2.2 artifacts to jboss m2 repository
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2600
This version of ${project.name} is based on CXF ${cxf.version}
17 years
JBossWS SVN: r9830 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-15 04:42:16 -0400 (Wed, 15 Apr 2009)
New Revision: 9830
Added:
stack/metro/tags/jbossws-metro-3.1.1.GA/
Removed:
stack/metro/branches/jbossws-metro-3.1.1/
Log:
[JBWS-2604] Tagging jbossws-metro-3.1.1.GA
Copied: stack/metro/tags/jbossws-metro-3.1.1.GA (from rev 9829, stack/metro/branches/jbossws-metro-3.1.1)
17 years