[jbossws-commits] JBossWS SVN: r15592 - in shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test: java/org/jboss/test/ws/jaxws and 4 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 3 09:27:56 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-02-03 09:27:55 -0500 (Fri, 03 Feb 2012)
New Revision: 15592

Added:
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml
Removed:
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml
Modified:
   shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/ant-import/build-jars-jaxws.xml
Log:
Synch with trunk, not released yet (svn merge -r 15569:HEAD https://svn.jboss.org/repos/jbossws/shared-testsuite/trunk .)


Modified: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/ant-import/build-jars-jaxws.xml
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/ant-import/build-jars-jaxws.xml	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/ant-import/build-jars-jaxws.xml	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1122,6 +1122,16 @@
             </classes>
         </war>
 
+        <!-- jaxws-as3581 -->
+        <war warfile="${tests.output.dir}/test-libs/jaxws-as3581.war" webxml="${tests.output.dir}/test-resources/jaxws/as3581/WEB-INF/web.xml">
+            <classes dir="${tests.output.dir}/test-classes">
+                <include name="org/jboss/test/ws/jaxws/as3581/EndpointImpl.class"/>
+                <include name="org/jboss/test/ws/jaxws/as3581/EndpointIface.class"/>
+                <include name="org/jboss/test/ws/jaxws/as3581/EndpointImpl2.class"/>
+                <include name="org/jboss/test/ws/jaxws/as3581/EndpointIface2.class"/>
+            </classes>
+        </war>
+
                 <!-- jaxws-jbws3367 -->
                 <war warfile="${tests.output.dir}/test-libs/jaxws-jbws3367-usecase1.war" webxml="${tests.output.dir}/test-resources/jaxws/jbws3367/WEB-INF/web.xml">
                         <classes dir="${tests.output.dir}/test-classes">

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,65 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2012, Red Hat, Inc., 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.as3581;
-
-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;
-
-/**
- * [AS7-3581] Tests manual JNDI lookup in @Oneway annotated method.
- *
- * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
- */
-public class AS3581TestCase extends JBossWSTest
-{
-
-   public static Test suite()
-   {
-      return new JBossWSTestSetup(AS3581TestCase.class, "jaxws-as3581.war");
-   }
-
-   public void testEndpoint() throws Exception
-   {
-      // test one-way scenario
-      final QName serviceName = new QName("org.jboss.test.ws.jaxws.as3581", "SimpleService");
-      final URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-as3581/SimpleService?wsdl");
-      final Service service = Service.create(wsdlURL, serviceName);
-      final EndpointIface port = service.getPort(EndpointIface.class);
-      port.doit();
-      // test req-resp scenario
-      final QName serviceName2 = new QName("org.jboss.test.ws.jaxws.as3581", "SimpleService2");
-      final URL wsdlURL2 = new URL("http://" + getServerHost() + ":8080/jaxws-as3581/SimpleService2?wsdl");
-      final Service service2 = Service.create(wsdlURL2, serviceName2);
-      final EndpointIface2 port2 = service2.getPort(EndpointIface2.class);
-      final String oneWayLookupString = port2.getString();
-      assertEquals("Ahoj", oneWayLookupString);
-   }
-
-}

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java (from rev 15591, shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/AS3581TestCase.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,65 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, Red Hat, Inc., 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.as3581;
+
+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;
+
+/**
+ * [AS7-3581] Tests manual JNDI lookup in @Oneway annotated method.
+ *
+ * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
+ */
+public class AS3581TestCase extends JBossWSTest
+{
+
+   public static Test suite()
+   {
+      return new JBossWSTestSetup(AS3581TestCase.class, "jaxws-as3581.war");
+   }
+
+   public void testEndpoint() throws Exception
+   {
+      // test one-way scenario
+      final QName serviceName = new QName("org.jboss.test.ws.jaxws.as3581", "SimpleService");
+      final URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-as3581/SimpleService?wsdl");
+      final Service service = Service.create(wsdlURL, serviceName);
+      final EndpointIface port = service.getPort(EndpointIface.class);
+      port.doit();
+      // test req-resp scenario
+      final QName serviceName2 = new QName("org.jboss.test.ws.jaxws.as3581", "SimpleService2");
+      final URL wsdlURL2 = new URL("http://" + getServerHost() + ":8080/jaxws-as3581/SimpleService2?wsdl");
+      final Service service2 = Service.create(wsdlURL2, serviceName2);
+      final EndpointIface2 port2 = service2.getPort(EndpointIface2.class);
+      final String oneWayLookupString = port2.getString();
+      assertEquals("Ahoj", oneWayLookupString);
+   }
+
+}

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,40 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2012, Red Hat, Inc., 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.as3581;
-
-import javax.jws.Oneway;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-/**
- * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
- */
- at WebService
- at SOAPBinding
-public interface EndpointIface
-{
-
-    @Oneway
-    void doit();
-
-}

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java (from rev 15591, shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,40 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, Red Hat, Inc., 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.as3581;
+
+import javax.jws.Oneway;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
+ */
+ at WebService
+ at SOAPBinding
+public interface EndpointIface
+{
+
+    @Oneway
+    void doit();
+
+}

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2012, Red Hat, Inc., 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.as3581;
-
-import javax.jws.Oneway;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-/**
- * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
- */
- at WebService
- at SOAPBinding
-public interface EndpointIface2
-{
-
-    String getString();
-
-}

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java (from rev 15591, shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointIface2.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,39 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, Red Hat, Inc., 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.as3581;
+
+import javax.jws.Oneway;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
+ */
+ at WebService
+ at SOAPBinding
+public interface EndpointIface2
+{
+
+    String getString();
+
+}

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,61 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2012, Red Hat, Inc., 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.as3581;
-
-import javax.jws.Oneway;
-import javax.jws.WebService;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-/**
- * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
- */
- at WebService(
-   endpointInterface = "org.jboss.test.ws.jaxws.as3581.EndpointIface",
-   targetNamespace = "org.jboss.test.ws.jaxws.as3581",
-   serviceName = "SimpleService"
-)
-public class EndpointImpl
-{
-
-    static String value;
-    static RuntimeException ex;
-
-    @Oneway
-    public void doit()
-    {
-        try
-        {
-            value = (String)(new InitialContext().lookup("java:comp/env/message"));
-            if (!"Ahoj".equals(value))
-            {
-                ex = new RuntimeException("JNDI lookup in @Oneway method failed");
-            }
-        }
-        catch (final NamingException e)
-        {
-            ex = new RuntimeException("JNDI lookup in @Oneway method failed", e);
-        }
-    }
-
-}

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java (from rev 15591, shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,61 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, Red Hat, Inc., 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.as3581;
+
+import javax.jws.Oneway;
+import javax.jws.WebService;
+import javax.naming.InitialContext;
+import javax.naming.NamingException;
+
+/**
+ * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
+ */
+ at WebService(
+   endpointInterface = "org.jboss.test.ws.jaxws.as3581.EndpointIface",
+   targetNamespace = "org.jboss.test.ws.jaxws.as3581",
+   serviceName = "SimpleService"
+)
+public class EndpointImpl
+{
+
+    static String value;
+    static RuntimeException ex;
+
+    @Oneway
+    public void doit()
+    {
+        try
+        {
+            value = (String)(new InitialContext().lookup("java:comp/env/message"));
+            if (!"Ahoj".equals(value))
+            {
+                ex = new RuntimeException("JNDI lookup in @Oneway method failed");
+            }
+        }
+        catch (final NamingException e)
+        {
+            ex = new RuntimeException("JNDI lookup in @Oneway method failed", e);
+        }
+    }
+
+}

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,47 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2012, Red Hat, Inc., 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.as3581;
-
-import javax.jws.Oneway;
-import javax.jws.WebService;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-/**
- * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
- */
- at WebService(
-   endpointInterface = "org.jboss.test.ws.jaxws.as3581.EndpointIface2",
-   targetNamespace = "org.jboss.test.ws.jaxws.as3581",
-   serviceName = "SimpleService2"
-)
-public class EndpointImpl2
-{
-
-    public String getString()
-    {
-        if (EndpointImpl.ex != null) throw EndpointImpl.ex;
-        return EndpointImpl.value;
-    }
-
-}

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java (from rev 15591, shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/java/org/jboss/test/ws/jaxws/as3581/EndpointImpl2.java	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2012, Red Hat, Inc., 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.as3581;
+
+import javax.jws.Oneway;
+import javax.jws.WebService;
+import javax.naming.InitialContext;
+import javax.naming.NamingException;
+
+/**
+ * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
+ */
+ at WebService(
+   endpointInterface = "org.jboss.test.ws.jaxws.as3581.EndpointIface2",
+   targetNamespace = "org.jboss.test.ws.jaxws.as3581",
+   serviceName = "SimpleService2"
+)
+public class EndpointImpl2
+{
+
+    public String getString()
+    {
+        if (EndpointImpl.ex != null) throw EndpointImpl.ex;
+        return EndpointImpl.value;
+    }
+
+}

Deleted: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml	2012-02-03 14:21:52 UTC (rev 15591)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml	2012-02-03 14:27:55 UTC (rev 15592)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="3.0"
-         xmlns="http://java.sun.com/xml/ns/javaee"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
-         metadata-complete="false">
-    <servlet>
-        <servlet-name>TestService</servlet-name>
-        <servlet-class>org.jboss.test.ws.jaxws.as3581.EndpointImpl</servlet-class>
-    </servlet>
-    <servlet>
-        <servlet-name>TestService2</servlet-name>
-        <servlet-class>org.jboss.test.ws.jaxws.as3581.EndpointImpl2</servlet-class>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>TestService</servlet-name>
-        <url-pattern>/SimpleService</url-pattern>
-    </servlet-mapping>
-    <servlet-mapping>
-        <servlet-name>TestService2</servlet-name>
-        <url-pattern>/SimpleService2</url-pattern>
-    </servlet-mapping>
-    <env-entry>
-        <env-entry-name>message</env-entry-name>
-        <env-entry-type>java.lang.String</env-entry-type>
-        <env-entry-value>Ahoj</env-entry-value>
-    </env-entry>
-</web-app>
\ No newline at end of file

Copied: shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml (from rev 15591, shared-testsuite/trunk/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml)
===================================================================
--- shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml	                        (rev 0)
+++ shared-testsuite/tags/jbossws-shared-testsuite-4.0.1.GA/testsuite/src/test/resources/jaxws/as3581/WEB-INF/web.xml	2012-02-03 14:27:55 UTC (rev 15592)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="3.0"
+         xmlns="http://java.sun.com/xml/ns/javaee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
+         metadata-complete="false">
+    <servlet>
+        <servlet-name>TestService</servlet-name>
+        <servlet-class>org.jboss.test.ws.jaxws.as3581.EndpointImpl</servlet-class>
+    </servlet>
+    <servlet>
+        <servlet-name>TestService2</servlet-name>
+        <servlet-class>org.jboss.test.ws.jaxws.as3581.EndpointImpl2</servlet-class>
+    </servlet>
+    <servlet-mapping>
+        <servlet-name>TestService</servlet-name>
+        <url-pattern>/SimpleService</url-pattern>
+    </servlet-mapping>
+    <servlet-mapping>
+        <servlet-name>TestService2</servlet-name>
+        <url-pattern>/SimpleService2</url-pattern>
+    </servlet-mapping>
+    <env-entry>
+        <env-entry-name>message</env-entry-name>
+        <env-entry-type>java.lang.String</env-entry-type>
+        <env-entry-value>Ahoj</env-entry-value>
+    </env-entry>
+</web-app>
\ No newline at end of file



More information about the jbossws-commits mailing list