JBossWS SVN: r8133 - in stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126: ant-import-tests and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-08-25 10:51:39 -0400 (Mon, 25 Aug 2008)
New Revision: 8133
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/.classpath
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/ant-import-tests/build-jars-jaxws.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info42.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/version.properties
Log:
[JBPAPP-1126] context-root in jboss.xml is ignored.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/.classpath
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/.classpath 2008-08-25 12:06:38 UTC (rev 8132)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/.classpath 2008-08-25 14:51:39 UTC (rev 8133)
@@ -3,6 +3,7 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="output/tests/wsconsume/java"/>
<classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="src" path="src/test-framework/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="thirdparty/activation.jar"/>
<classpathentry kind="lib" path="thirdparty/getopt.jar"/>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/ant-import-tests/build-jars-jaxws.xml 2008-08-25 12:06:38 UTC (rev 8132)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/ant-import-tests/build-jars-jaxws.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -425,6 +425,24 @@
</webinf>
</war>
+ <!-- jaxws-jbws1813 -->
+ <jar destfile="${tests.output.dir}/libs/jaxws-jbws1813.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxws/jbws1813/META-INF">
+ <include name="jboss.xml"/>
+ </metainf>
+ </jar>
+ <jar destfile="${tests.output.dir}/libs/jaxws-jbws1813.ear">
+ <fileset dir="${tests.output.dir}/libs">
+ <include name="jaxws-jbws1813.jar"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxws/jbws1813/META-INF">
+ <include name="application.xml"/>
+ </metainf>
+ </jar>
+
<!-- jaxws-jbws1854 -->
<war destfile="${tests.output.dir}/libs/jaxws-jbws1854.war" webxml="${tests.output.dir}/resources/jaxws/jbws1854/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info.xml 2008-08-25 12:06:38 UTC (rev 8132)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -14,10 +14,13 @@
<artifact id="jbossws-core-scripts.zip"/>
<import componentref="jboss/jbossws-common">
- <compatible version="@jbossws-common@"/>
+ <compatible version="1.0.0.GA"/>
+ <compatible version="1.0.0.GA-brew"/>
+ <compatible version="1.0.0.GA_CP01-brew"/>
</import>
<import componentref="jboss/jbossws-framework">
- <compatible version="@jbossws-framework@"/>
+ <compatible version="2.0.1.GA"/>
+ <compatible version="2.0.1.GA-brew"/>
</import>
<import componentref="jboss/jbossws-spi">
<compatible version="@jbossws-spi@"/>
@@ -32,16 +35,17 @@
<compatible version="@ibm-wsdl4j@-brew"/>
</import>
<import componentref="jbpm/bpel">
- <compatible version="@jbpm-bpel@"/>
+ <compatible version="1.1.0.Beta5"/>
+ <compatible version="1.1.0.GA"/>
</import>
<import componentref="stax-api">
<compatible version="@stax-api@"/>
</import>
<import componentref="sun-jaxb">
- <compatible version="@sun-jaxb@"/>
+ <compatible version="2.1.4-brew"/>
</import>
<import componentref="sun-jaxws">
- <compatible version="@sun-jaxws@"/>
+ <compatible version="2.1.1-brew"/>
</import>
<import componentref="woodstox">
<compatible version="@woodstox@"/>
@@ -49,6 +53,7 @@
</import>
<import componentref="wscommons-policy">
<compatible version="@wscommons-policy@"/>
+ <compatible version="1.0-brew"/>
</import>
<export>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info42.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info42.xml 2008-08-25 12:06:38 UTC (rev 8132)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/main/etc/component-info42.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -10,14 +10,25 @@
<import componentref="jboss/jbossws">
<compatible version="@repository.id@"/>
</import>
+
<import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb-jboss42@"/>
- <compatible version="@jboss-jbossxb-jboss42@-brew"/>
+ <compatible version="1.0.0.SP1"/>
+ <compatible version="1.0.0.SP1-brew"/>
+ <compatible version="1.0.0.SP3-brew"/>
</import>
<import componentref="jboss/remoting">
- <compatible version="@jboss-remoting-jboss42@"/>
- <compatible version="@jboss-remoting-jboss42@-brew"/>
+ <compatible version="2.2.2.GA_CP01-brew"/>
+ <compatible version="2.2.2.GA_CP02-brew"/>
+ <compatible version="2.2.2.SP1"/>
+ <compatible version="2.2.2.SP1-brew"/>
+ <compatible version="2.2.2.SP1.patch01-brew"/>
+ <compatible version="2.2.2.SP4-brew"/>
+ <compatible version="2.2.2.SP5-brew"/>
+ <compatible version="2.2.2.SP7-brew"/>
+ <compatible version="2.2.2.SP8-brew"/>
+ <compatible version="2.2.2.SP9-brew"/>
</import>
+
<export>
</export>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813 (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java 2008-08-14 16:25:00 UTC (rev 8107)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -1,40 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt 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.jbws1813;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.jws.soap.SOAPBinding.Style;
-
-@WebService(name = "Endpoint", targetNamespace = "http://org.jboss.ws/jbws1813")
-@SOAPBinding(style = Style.RPC)
-public interface Endpoint
-{
-
- @WebMethod
- @WebResult(targetNamespace = "http://org.jboss.ws/jbws1813", partName = "return")
- public String echo(@WebParam(name = "arg0", partName = "arg0") String arg0);
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/Endpoint.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -0,0 +1,40 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt 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.jbws1813;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.jws.soap.SOAPBinding.Style;
+
+@WebService(name = "Endpoint", targetNamespace = "http://org.jboss.ws/jbws1813")
+@SOAPBinding(style = Style.RPC)
+public interface Endpoint
+{
+
+ @WebMethod
+ @WebResult(targetNamespace = "http://org.jboss.ws/jbws1813", partName = "return")
+ public String echo(@WebParam(name = "arg0", partName = "arg0") String arg0);
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java 2008-08-14 16:25:00 UTC (rev 8107)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt 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.jbws1813;
-
-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.logging.Logger;
-import org.jboss.wsf.spi.annotation.WebContext;
-
-@WebService(name = "Endpoint", serviceName = "EndpointService", targetNamespace = "http://org.jboss.ws/jbws1813")
-@Stateless(name = "Endpoint")
-@SOAPBinding(style = Style.RPC)
-@WebContext(urlPattern="/*")
-public class EndpointImpl
-{
- // Provide logging
- private static Logger log = Logger.getLogger(EndpointImpl.class);
-
- @WebMethod
- public String echo(String input)
- {
- log.info(input);
- return input;
- }
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/EndpointImpl.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -0,0 +1,48 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt 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.jbws1813;
+
+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.logging.Logger;
+import org.jboss.wsf.spi.annotation.WebContext;
+
+@WebService(name = "Endpoint", serviceName = "EndpointService", targetNamespace = "http://org.jboss.ws/jbws1813")
+@Stateless(name = "Endpoint")
+@SOAPBinding(style = Style.RPC)
+@WebContext(urlPattern="/*")
+public class EndpointImpl
+{
+ // Provide logging
+ private static Logger log = Logger.getLogger(EndpointImpl.class);
+
+ @WebMethod
+ public String echo(String input)
+ {
+ log.info(input);
+ return input;
+ }
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java 2008-08-14 16:25:00 UTC (rev 8107)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt 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.jbws1813;
-
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-
-import junit.framework.Test;
-
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * context-root in jboss.xml is ignored
- *
- * http://jira.jboss.org/jira/browse/JBWS-1813
- *
- * @author Thomas.Diesler(a)jboss.com
- * @since 09-Oct-2007
- */
-public class JBWS1813TestCase extends JBossWSTest
-{
- public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/test-context";
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS1813TestCase.class, "jaxws-jbws1813.ear");
- }
-
- public void testPositive() throws Exception
- {
- if ( isTargetJBoss40() )
- {
- System.out.println("FIXME [JBWS-1813] context-root in jboss.xml is ignored");
- return;
- }
-
- URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
- QName serviceName = new QName("http://org.jboss.ws/jbws1813", "EndpointService");
- Endpoint port = Service.create(wsdlURL, serviceName).getPort(Endpoint.class);
-
- String retObj = port.echo("Hello");
- assertEquals("Hello", retObj);
- }
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/java/org/jboss/test/ws/jaxws/jbws1813/JBWS1813TestCase.java 2008-08-25 14:51:39 UTC (rev 8133)
@@ -0,0 +1,66 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt 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.jbws1813;
+
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * context-root in jboss.xml is ignored
+ *
+ * http://jira.jboss.org/jira/browse/JBWS-1813
+ *
+ * @author Thomas.Diesler(a)jboss.com
+ * @since 09-Oct-2007
+ */
+public class JBWS1813TestCase extends JBossWSTest
+{
+ public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/test-context";
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1813TestCase.class, "jaxws-jbws1813.ear");
+ }
+
+ public void testPositive() throws Exception
+ {
+ if ( isTargetJBoss40() )
+ {
+ System.out.println("FIXME [JBWS-1813] context-root in jboss.xml is ignored");
+ return;
+ }
+
+ URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
+ QName serviceName = new QName("http://org.jboss.ws/jbws1813", "EndpointService");
+ Endpoint port = Service.create(wsdlURL, serviceName).getPort(Endpoint.class);
+
+ String retObj = port.echo("Hello");
+ assertEquals("Hello", retObj);
+ }
+}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813 (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/META-INF)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/META-INF/application.xml 2008-08-14 16:25:00 UTC (rev 8107)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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>
- <java>jaxws-jbws1813.jar</java>
- </module>
-
-</application>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/META-INF/application.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/application.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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>
+ <java>jaxws-jbws1813.jar</java>
+ </module>
+
+</application>
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml 2008-08-14 16:25:00 UTC (rev 8107)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
-
-<jboss>
-
- <webservices>
- <context-root>/test-context</context-root>
- </webservices>
-</jboss>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml (from rev 8107, stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/src/test/resources/jaxws/jbws1813/META-INF/jboss.xml 2008-08-25 14:51:39 UTC (rev 8133)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
+
+<jboss>
+
+ <webservices>
+ <context-root>/test-context</context-root>
+ </webservices>
+</jboss>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/version.properties 2008-08-25 12:06:38 UTC (rev 8132)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/version.properties 2008-08-25 14:51:39 UTC (rev 8133)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.SP2_CP03
-repository.id=2.0.1.SP2_CP03
+version.id=2.0.1.SP2_CP03_JBPAPP-1126
+repository.id=2.0.1.SP2_CP03_JBPAPP-1126
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
@@ -24,7 +24,7 @@
wscommons-policy=1.0
# Dependend integration projects
-jbossws-spi=1.0.0.GA
+jbossws-spi=1.0.0.GA_JBPAPP-1126
jbossws-common=1.0.0.GA_CP01
jbossws-framework=2.0.1.GA
jbossws-jboss40=2.0.1.GA
16 years, 4 months
JBossWS SVN: r8132 - in spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126: src/main/java/org/jboss/wsf/spi/annotation and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-08-25 08:06:38 -0400 (Mon, 25 Aug 2008)
New Revision: 8132
Added:
spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/src/main/java/org/jboss/wsf/spi/annotation/WebContextImpl.java
Modified:
spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/version.properties
Log:
[JBPAPP-1126] context-root in jboss.xml is ignored.
Copied: spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/src/main/java/org/jboss/wsf/spi/annotation/WebContextImpl.java (from rev 8106, spi/branches/jbossws-spi-1.0.0.GA_CP/src/main/java/org/jboss/wsf/spi/annotation/WebContextImpl.java)
===================================================================
--- spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/src/main/java/org/jboss/wsf/spi/annotation/WebContextImpl.java (rev 0)
+++ spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/src/main/java/org/jboss/wsf/spi/annotation/WebContextImpl.java 2008-08-25 12:06:38 UTC (rev 8132)
@@ -0,0 +1,153 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.wsf.spi.annotation;
+
+import java.lang.annotation.Annotation;
+
+/**
+ * Represents a {@link org.jboss.wsf.spi.annotation.WebContext} annotation
+ * and reflects the annotation defult values. <br>
+ * This implementation is used to provide a meta data representation (descriptor overrides) for the jboss EJB3 project.
+ *
+ * @author Heiko.Braun(a)jboss.com
+ */
+public class WebContextImpl implements WebContext
+{
+ private String contextRoot = "";
+ private String authmethod = "";
+ private String[] virtualHosts = new String[] {};
+ private String urlpattern = "";
+ private String transportGuarantee = "";
+ private boolean securedWsdl = false;
+
+ /**
+ * The contextRoot element specifies the context root that the web service endpoint is deployed to.
+ * If it is not specified it will be derived from the deployment short name.
+ *
+ * Applies to server side port components only.
+ */
+ public String contextRoot()
+ {
+ return this.contextRoot;
+ };
+
+
+ public void setContextRoot(String contextRoot)
+ {
+ this.contextRoot = contextRoot;
+ }
+
+ /**
+ * The virtual hosts that the web service endpoint is deployed to.
+ *
+ * Applies to server side port components only.
+ */
+ public String[] virtualHosts(){
+ return virtualHosts;
+ };
+
+
+ public void setVirtualHosts(String[] virtualHosts)
+ {
+ this.virtualHosts = virtualHosts;
+ }
+
+ /**
+ * Relative path that is appended to the contextRoot to form fully qualified
+ * endpoint address for the web service endpoint.
+ *
+ * Applies to server side port components only.
+ */
+ public String urlPattern() {
+ return urlpattern;
+ };
+
+
+ public void setUrlpattern(String urlpattern)
+ {
+ this.urlpattern = urlpattern;
+ }
+
+ /**
+ * The authMethod is used to configure the authentication mechanism for the web service.
+ * As a prerequisite to gaining access to any web service which are protected by an authorization
+ * constraint, a user must have authenticated using the configured mechanism.
+ *
+ * Legal values for this element are "BASIC", or "CLIENT-CERT".
+ */
+ public String authMethod()
+ {
+ return authmethod;
+ };
+
+
+ public void setAuthmethod(String authmethod)
+ {
+ this.authmethod = authmethod;
+ }
+
+ /**
+ * The transportGuarantee specifies that the communication
+ * between client and server should be NONE, INTEGRAL, or
+ * CONFIDENTIAL. NONE means that the application does not require any
+ * transport guarantees. A value of INTEGRAL means that the application
+ * requires that the data sent between the client and server be sent in
+ * such a way that it can't be changed in transit. CONFIDENTIAL means
+ * that the application requires that the data be transmitted in a
+ * fashion that prevents other entities from observing the contents of
+ * the transmission. In most cases, the presence of the INTEGRAL or
+ * CONFIDENTIAL flag will indicate that the use of SSL is required.
+ */
+ public String transportGuarantee()
+ {
+ return transportGuarantee;
+ };
+
+
+ public void setTransportGuarantee(String transportGuarantee)
+ {
+ this.transportGuarantee = transportGuarantee;
+ }
+
+ /**
+ * A secure endpoint does not secure wsdl access by default.
+ * Explicitly setting secureWSDLAccess overrides this behaviour.
+ *
+ * Protect access to WSDL. See http://jira.jboss.org/jira/browse/JBWS-723
+ */
+ public boolean secureWSDLAccess()
+ {
+ return securedWsdl;
+ };
+
+
+ public void setSecuredWsdl(boolean securedWsdl)
+ {
+ this.securedWsdl = securedWsdl;
+ }
+
+ public Class<? extends Annotation> annotationType()
+ {
+ return WebContext.class;
+ }
+
+}
Modified: spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/version.properties
===================================================================
--- spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/version.properties 2008-08-25 11:58:20 UTC (rev 8131)
+++ spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/version.properties 2008-08-25 12:06:38 UTC (rev 8132)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.GA
-repository.id=1.0.0.GA
+version.id=1.0.0.GA_JBPAPP-1126
+repository.id=1.0.0.GA_JBPAPP-1126
implementation.title=JBoss Web Services - SPI
implementation.url=http://www.jboss.org/products/jbossws
16 years, 4 months
JBossWS SVN: r8131 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-08-25 07:58:20 -0400 (Mon, 25 Aug 2008)
New Revision: 8131
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126/
Log:
Branch for JBPAPP-1126
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1126 (from rev 8130, stack/native/tags/jbossws-native-2.0.1.SP2_CP03)
16 years, 4 months
JBossWS SVN: r8130 - spi/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-08-25 07:56:19 -0400 (Mon, 25 Aug 2008)
New Revision: 8130
Added:
spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126/
Log:
Branch for JBPAPP-1126
Copied: spi/branches/jbossws-spi-1.0.0.GA_JBPAPP-1126 (from rev 8129, spi/tags/jbossws-spi-1.0.0.GA)
16 years, 4 months
JBossWS SVN: r8129 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-25 07:55:30 -0400 (Mon, 25 Aug 2008)
New Revision: 8129
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBAS-5673] Excluding webserviceref client testcase
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 11:54:34 UTC (rev 8128)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 11:55:30 UTC (rev 8129)
@@ -108,3 +108,6 @@
# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
org/jboss/test/ws/jaxws/jbws1178/**
+
+# [JBAS-5673] Metadata processing needs to be redone
+org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefServletTestCase.*
16 years, 4 months
JBossWS SVN: r8128 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-25 07:54:34 -0400 (Mon, 25 Aug 2008)
New Revision: 8128
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBAS-5673] Excluding webserviceref client testcase
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 11:51:23 UTC (rev 8127)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 11:54:34 UTC (rev 8128)
@@ -43,3 +43,6 @@
# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBAS-5673] Metadata processing needs to be redone
+org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefServletTestCase.*
16 years, 4 months
JBossWS SVN: r8127 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-25 07:51:23 -0400 (Mon, 25 Aug 2008)
New Revision: 8127
Modified:
stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBAS-5673] Excluding webserviceref client testcase
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 09:01:43 UTC (rev 8126)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-08-25 11:51:23 UTC (rev 8127)
@@ -21,3 +21,6 @@
# [JBWS-2217] Fix BPEL samples before AS50 goes final
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
+
+# [JBAS-5673] Metadata processing needs to be redone
+org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefServletTestCase.*
16 years, 4 months
JBossWS SVN: r8126 - in stack/native/trunk/modules/testsuite/native-tests: src/test/java/org/jboss/test/ws/jaxws/jbws2285 and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-25 05:01:43 -0400 (Mon, 25 Aug 2008)
New Revision: 8126
Added:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/server-handlers.xml
Removed:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2285/WEB-INF/server-handlers.xml
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/EndpointImpl.java
Log:
[JBWS-2285] Fixing test for AS5 classloader
Modified: stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml 2008-08-22 14:06:07 UTC (rev 8125)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml 2008-08-25 09:01:43 UTC (rev 8126)
@@ -368,10 +368,10 @@
<classes dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxws/jbws2285/*.class"/>
<exclude name="org/jboss/test/ws/jaxws/jbws2285/JBWS2285TestCase.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws2285/server-handlers.xml"/>
</classes>
<webinf dir="${tests.output.dir}/test-resources/jaxws/jbws2285/WEB-INF">
<include name="jboss-web.xml"/>
- <include name="server-handlers.xml"/>
</webinf>
</war>
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/EndpointImpl.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/EndpointImpl.java 2008-08-22 14:06:07 UTC (rev 8125)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/EndpointImpl.java 2008-08-25 09:01:43 UTC (rev 8126)
@@ -31,7 +31,7 @@
* @since 19th August 2008
*/
@WebService(name = "Endpoint", targetNamespace = "http://ws.jboss.org/jbws2285", endpointInterface = "org.jboss.test.ws.jaxws.jbws2285.Endpoint")
-@HandlerChain(file = "WEB-INF/server-handlers.xml")
+@HandlerChain(file = "server-handlers.xml")
public class EndpointImpl implements Endpoint
{
Copied: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/server-handlers.xml (from rev 8125, stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2285/WEB-INF/server-handlers.xml)
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/server-handlers.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2285/server-handlers.xml 2008-08-25 09:01:43 UTC (rev 8126)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<handler-chains xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ns1="http://org.jboss.ws/jaxws/samples/logicalhandler"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee javaee_web_services_1_2.xsd">
+
+ <handler-chain>
+ <handler>
+ <handler-name> LogicalServerHandler </handler-name>
+ <handler-class> org.jboss.test.ws.jaxws.jbws2285.LogicalHandler </handler-class>
+ </handler>
+ </handler-chain>
+
+</handler-chains>
\ No newline at end of file
Deleted: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2285/WEB-INF/server-handlers.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2285/WEB-INF/server-handlers.xml 2008-08-22 14:06:07 UTC (rev 8125)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2285/WEB-INF/server-handlers.xml 2008-08-25 09:01:43 UTC (rev 8126)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<handler-chains xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ns1="http://org.jboss.ws/jaxws/samples/logicalhandler"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee javaee_web_services_1_2.xsd">
-
- <handler-chain>
- <handler>
- <handler-name> LogicalServerHandler </handler-name>
- <handler-class> org.jboss.test.ws.jaxws.jbws2285.LogicalHandler </handler-class>
- </handler>
- </handler-chain>
-
-</handler-chains>
\ No newline at end of file
16 years, 4 months
JBossWS SVN: r8125 - in stack/metro/trunk: modules/client and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-22 10:06:07 -0400 (Fri, 22 Aug 2008)
New Revision: 8125
Modified:
stack/metro/trunk/modules/client/pom.xml
stack/metro/trunk/modules/server/pom.xml
stack/metro/trunk/pom.xml
Log:
Fixing dependencieFixing dependencies
Modified: stack/metro/trunk/modules/client/pom.xml
===================================================================
--- stack/metro/trunk/modules/client/pom.xml 2008-08-22 12:28:38 UTC (rev 8124)
+++ stack/metro/trunk/modules/client/pom.xml 2008-08-22 14:06:07 UTC (rev 8125)
@@ -81,6 +81,14 @@
<groupId>jboss.common</groupId>
<artifactId>jboss-common</artifactId>
</dependency>
+
+ <!-- transitive dependencies -->
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </dependency>
+
+
</dependencies>
<build>
Modified: stack/metro/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/trunk/modules/server/pom.xml 2008-08-22 12:28:38 UTC (rev 8124)
+++ stack/metro/trunk/modules/server/pom.xml 2008-08-22 14:06:07 UTC (rev 8125)
@@ -113,7 +113,7 @@
<artifactId>servlet-api</artifactId>
</dependency>
- <!-- transitve dependencies -->
+ <!-- transitive dependencies -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-08-22 12:28:38 UTC (rev 8124)
+++ stack/metro/trunk/pom.xml 2008-08-22 14:06:07 UTC (rev 8125)
@@ -268,7 +268,7 @@
<scope>provided</scope>
</dependency>
- <!-- transitve dependencies -->
+ <!-- transitive dependencies -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
16 years, 4 months
JBossWS SVN: r8124 - in stack/native/trunk: modules/core and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-22 08:28:38 -0400 (Fri, 22 Aug 2008)
New Revision: 8124
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/pom.xml
Log:
Fixing dependencies
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-08-20 09:40:09 UTC (rev 8123)
+++ stack/native/trunk/modules/core/pom.xml 2008-08-22 12:28:38 UTC (rev 8124)
@@ -110,17 +110,15 @@
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-08-20 09:40:09 UTC (rev 8123)
+++ stack/native/trunk/pom.xml 2008-08-22 12:28:38 UTC (rev 8124)
@@ -253,7 +253,7 @@
</exclusions>
</dependency>
- <!-- transitve dependencies -->
+ <!-- transitive dependencies -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@@ -288,6 +288,10 @@
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
16 years, 4 months