[jbossws-commits] JBossWS SVN: r4831 - in stack/native/trunk/src/test: java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2 and 15 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Oct 20 13:06:28 EDT 2007


Author: richard.opalka at jboss.com
Date: 2007-10-20 13:06:27 -0400 (Sat, 20 Oct 2007)
New Revision: 4831

Added:
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
Removed:
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
Modified:
   stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java
   stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml
   stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
Log:
[JBWS-1762] adding new JAX-RPC based scenarios to test matrix

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,63 @@
+/*
+ * 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.jaxrpc.jbws1762;
+
+import java.io.File;
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface;
+import org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl;
+import org.jboss.ws.core.jaxrpc.client.ServiceImpl;
+import org.jboss.wsf.test.JBossWSTest;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public abstract class AbstractEJB2Test extends JBossWSTest
+{
+   private EJB2Iface ejb2Proxy;
+   
+   public void setUp() throws Exception
+   {
+      super.setUp();
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+      URL mappingURL = new File("resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml").toURL();
+      QName serviceName = new QName("http://org.jboss.test.webservice/jbws1762", "EJB2Bean");
+      
+      ServiceFactoryImpl factory = new ServiceFactoryImpl();
+      ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL);
+      ejb2Proxy = (EJB2Iface)service.getPort(EJB2Iface.class);
+   }
+   
+   protected abstract String getWSDLLocation();
+   
+   public void testEJB2() throws Exception
+   {
+      assertEquals(ejb2Proxy.echo("Hello!"), "Hello!");
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -41,24 +41,18 @@
  */
 public abstract class AbstractPOJOTest extends JBossWSTest
 {
-   private String pojoTargetNS = "http://org.jboss.test.ws/jbws1762";
-   private String pojoServiceName = "POJOBean";
    private POJOIface pojoProxy;
 
    public void setUp() throws Exception
    {
       super.setUp();
-      
-      if (pojoProxy == null)
-      {
-         ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
-         URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
-         URL mappingURL = new File("resources/jaxrpc/jbws1762/WEB-INF/jaxrpc-mapping.xml").toURL();
-         QName serviceName = new QName(pojoTargetNS, pojoServiceName);
+      ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+      URL mappingURL = new File("resources/jaxrpc/jbws1762/WEB-INF/jaxrpc-mapping.xml").toURL();
+      QName serviceName = new QName("http://org.jboss.test.ws/jbws1762", "POJOBean");
          
-         Service service = factory.createService(wsdlURL, serviceName, mappingURL);
-         pojoProxy = (POJOIface)service.getPort(POJOIface.class);
-      }
+      Service service = factory.createService(wsdlURL, serviceName, mappingURL);
+      pojoProxy = (POJOIface)service.getPort(POJOIface.class);
    }
    
    protected abstract String getWSDLLocation();

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.ear");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-exploded-jar/EJB2Bean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractPOJOTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractPOJOTest
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.ear");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-exploded-war/POJOBean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-exploded.jar");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-exploded-jar/EJB2Bean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.exploded_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.ear");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-packaged-jar/EJB2Bean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractPOJOTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractPOJOTest
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.ear");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-packaged-war/POJOBean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_ear_pojo;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,47 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxrpc.jbws1762.AbstractEJB2Test;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration1TestCase extends AbstractEJB2Test
+{
+   public static Test suite() throws Exception
+   {
+      return new JBossWSTestSetup(Iteration1TestCase.class, "jaxrpc-jbws1762-packaged.jar");
+   }
+   
+   public String getWSDLLocation()
+   {
+      return "jaxrpc-jbws1762-packaged-jar/EJB2Bean?wsdl";
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration1TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,31 @@
+/*
+ * 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.jaxrpc.jbws1762.packaged_jar_ejb2;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class Iteration3TestCase extends  Iteration2TestCase {}
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,60 @@
+/*
+ * 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.jaxrpc.jbws1762.services;
+
+import javax.ejb.SessionBean;
+import javax.ejb.SessionContext;
+
+/**
+ * EJB2 bean
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public class EJB2Bean implements SessionBean, EJB2Iface
+{
+   public String echo(String msg)
+   {
+      return msg;
+   }
+
+   public void setSessionContext(SessionContext ctx) 
+   {
+   }
+
+   public void ejbCreate() 
+   {
+   }
+
+   public void ejbRemove() 
+   {
+   }
+
+   public void ejbActivate()
+   {
+   }
+
+   public void ejbPassivate() 
+   {
+   }
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java	                        (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,37 @@
+/*
+ * 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.jaxrpc.jbws1762.services;
+
+import java.rmi.Remote;
+import java.rmi.RemoteException;
+
+/**
+ * EJB2 interface
+ *
+ * @author richard.opalka at jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public interface EJB2Iface extends Remote
+{
+   String echo(String msg) throws RemoteException;
+}


Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ejb-jar
+   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/ejb-jar_2_1.xsd"
+   version="2.1">
+   <enterprise-beans>
+      <session>
+         <ejb-name>EJB2Bean</ejb-name>
+         <service-endpoint>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint>
+         <ejb-class>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Bean</ejb-class>
+         <session-type>Stateless</session-type>
+         <transaction-type>Bean</transaction-type> 
+      </session>
+   </enterprise-beans>
+</ejb-jar>
+


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?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>
+      <ejb>jaxrpc-jbws1762-exploded.jar</ejb>
+   </module>
+   <module>
+      <web>
+         <web-uri>jaxrpc-jbws1762-exploded.war</web-uri>
+         <context-root>jaxrpc-jbws1762-exploded-war</context-root>
+      </web>
+   </module>
+</application>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
+<jboss>
+   <webservices>
+      <context-root>/jaxrpc-jbws1762-exploded-jar</context-root>
+   </webservices>
+</jboss>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- this file was generated using wstools -->
+<java-wsdl-mapping version='1.1' 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://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
+ <package-mapping>
+  <package-type>org.jboss.test.ws.jaxrpc.jbws1762.services</package-type>
+  <namespaceURI>http://org.jboss.test.webservice/jbws1762/types</namespaceURI>
+ </package-mapping>
+ <service-interface-mapping>
+  <service-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Bean</service-interface>
+  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.webservice/jbws1762'>serviceNS:EJB2Bean</wsdl-service-name>
+  <port-mapping>
+   <port-name>EJB2IfacePort</port-name>
+   <java-port-name>EJB2IfacePort</java-port-name>
+  </port-mapping>
+ </service-interface-mapping>
+ <service-endpoint-interface-mapping>
+  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint-interface>
+  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.webservice/jbws1762'>portTypeNS:EJB2Iface</wsdl-port-type>
+  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.webservice/jbws1762'>bindingNS:EJB2IfaceBinding</wsdl-binding>
+  <service-endpoint-method-mapping>
+   <java-method-name>echo</java-method-name>
+   <wsdl-operation>echo</wsdl-operation>
+   <method-param-parts-mapping>
+    <param-position>0</param-position>
+    <param-type>java.lang.String</param-type>
+    <wsdl-message-mapping>
+     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.webservice/jbws1762'>wsdlMsgNS:EJB2Iface_echo</wsdl-message>
+     <wsdl-message-part-name>String_1</wsdl-message-part-name>
+     <parameter-mode>IN</parameter-mode>
+    </wsdl-message-mapping>
+   </method-param-parts-mapping>
+   <wsdl-return-value-mapping>
+    <method-return-value>java.lang.String</method-return-value>
+    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.webservice/jbws1762'>wsdlMsgNS:EJB2Iface_echoResponse</wsdl-message>
+    <wsdl-message-part-name>result</wsdl-message-part-name>
+   </wsdl-return-value-mapping>
+  </service-endpoint-method-mapping>
+ </service-endpoint-interface-mapping>
+</java-wsdl-mapping>
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Modified: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,4 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <server>
 </server>
\ No newline at end of file

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?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>
+      <ejb>jaxrpc-jbws1762-packaged.jar</ejb>
+   </module>
+   <module>
+      <web>
+         <web-uri>jaxrpc-jbws1762-packaged.war</web-uri>
+         <context-root>jaxrpc-jbws1762-packaged-war</context-root>
+      </web>
+   </module>
+</application>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
+<jboss>
+   <webservices>
+      <context-root>/jaxrpc-jbws1762-packaged-jar</context-root>
+   </webservices>
+</jboss>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,16 @@
+<!-- this file was generated using wstools -->
+<webservices version='1.1' 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://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
+ <webservice-description>
+  <webservice-description-name>EJB2Bean</webservice-description-name>
+  <wsdl-file>META-INF/wsdl/EJB2Bean.wsdl</wsdl-file>
+  <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+  <port-component>
+   <port-component-name>EJB2IfacePort</port-component-name>
+   <wsdl-port xmlns:portNS='http://org.jboss.test.webservice/jbws1762'>portNS:EJB2IfacePort</wsdl-port>
+   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface</service-endpoint-interface>
+   <service-impl-bean>
+    <ejb-link>EJB2Bean</ejb-link>
+   </service-impl-bean>
+  </port-component>
+ </webservice-description>
+</webservices>
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file was generated using wstools -->
+<definitions name='EJB2Bean' targetNamespace='http://org.jboss.test.webservice/jbws1762' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.webservice/jbws1762' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <types/>
+ <message name='EJB2Iface_echo'>
+  <part name='String_1' type='xsd:string'/>
+ </message>
+ <message name='EJB2Iface_echoResponse'>
+  <part name='result' type='xsd:string'/>
+ </message>
+ <portType name='EJB2Iface'>
+  <operation name='echo' parameterOrder='String_1'>
+   <input message='tns:EJB2Iface_echo'/>
+   <output message='tns:EJB2Iface_echoResponse'/>
+  </operation>
+ </portType>
+ <binding name='EJB2IfaceBinding' type='tns:EJB2Iface'>
+  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
+  <operation name='echo'>
+   <soap:operation soapAction=''/>
+   <input>
+    <soap:body namespace='http://org.jboss.test.webservice/jbws1762' use='literal'/>
+   </input>
+   <output>
+    <soap:body namespace='http://org.jboss.test.webservice/jbws1762' use='literal'/>
+   </output>
+  </operation>
+ </binding>
+ <service name='EJB2Bean'>
+  <port binding='tns:EJB2IfaceBinding' name='EJB2IfacePort'>
+   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
+  </port>
+ </service>
+</definitions>
\ No newline at end of file


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  wstools -cp classes -dest ./WEB-INF -config wstools-config-for-ejb2.xml
+-->
+<configuration
+   xmlns="http://www.jboss.org/jbossws-tools" 
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+   <java-wsdl>
+      <service name="EJB2Bean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.EJB2Iface" style="rpc"/>
+      <namespaces target-namespace="http://org.jboss.test.webservice/jbws1762" type-namespace="http://org.jboss.test.webservice/jbws1762/types"/>
+      <mapping file="jaxrpc-mapping.xml"/>
+      <webservices ejb-link="EJB2Bean"/>
+   </java-wsdl>  
+</configuration>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml	                        (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  wstools -cp classes -dest ./WEB-INF -config wstools-config-for-pojo.xml
+-->
+<configuration
+   xmlns="http://www.jboss.org/jbossws-tools"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+   <java-wsdl>
+      <service name="POJOBean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.POJOIface" style="rpc"/>
+      <namespaces target-namespace="http://org.jboss.test.ws/jbws1762" type-namespace="http://org.jboss.test.ws/jbws1762/types"/>
+      <mapping file="jaxrpc-mapping.xml"/>
+      <webservices servlet-link="POJOBean"/>
+   </java-wsdl>
+</configuration>


Property changes on: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Deleted: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  wstools -cp classes -dest ./WEB-INF -config wstools-config.xml
--->
-<configuration
-   xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-      <service name="POJOBean" endpoint="org.jboss.test.ws.jaxrpc.jbws1762.services.POJOIface" style="rpc"/>
-      <namespaces target-namespace="http://org.jboss.test.ws/jbws1762" type-namespace="http://org.jboss.test.ws/jbws1762/types"/>
-      <mapping file="jaxrpc-mapping.xml"/>
-      <webservices servlet-link="POJOBean"/>
-   </java-wsdl>
-</configuration>

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/application.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,19 +1,15 @@
 <?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>
       <ejb>jaxws-jbws1762-exploded.jar</ejb>
    </module>
-
    <module>
       <web>
          <web-uri>jaxws-jbws1762-exploded.war</web-uri>
          <context-root>jaxws-jbws1762-exploded</context-root>
       </web>
    </module>
-
 </application>

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/exploded/jboss-app.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,9 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-app
-    PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
-    "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
-      
+<!DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
 <jboss-app>
-  <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-exploded.ear</loader-repository>
+   <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-exploded.ear</loader-repository>
 </jboss-app>
\ No newline at end of file

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/jboss-service.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,4 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <server>
 </server>
\ No newline at end of file

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/application.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,19 +1,15 @@
 <?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>
       <ejb>jaxws-jbws1762-packaged.jar</ejb>
    </module>
-
    <module>
       <web>
          <web-uri>jaxws-jbws1762-packaged.war</web-uri>
          <context-root>jaxws-jbws1762-packaged</context-root>
       </web>
    </module>
-
 </application>

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/META-INF/packaged/jboss-app.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,9 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-app
-    PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
-    "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
-      
+<!DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
 <jboss-app>
-  <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-packaged.ear</loader-repository>
+   <loader-repository>jbossws.jbws1762:domain=jaxws-jbws1762-packaged.ear</loader-repository>
 </jboss-app>
\ No newline at end of file

Modified: stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml	2007-10-20 13:43:52 UTC (rev 4830)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml	2007-10-20 17:06:27 UTC (rev 4831)
@@ -1,18 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>POJOBean</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.jbws1762.services.POJOBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>POJOBean</servlet-name>
-    <url-pattern>/POJOBean</url-pattern>
-  </servlet-mapping>
-
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+   version="2.4">
+   <servlet>
+      <servlet-name>POJOBean</servlet-name>
+      <servlet-class>org.jboss.test.ws.jaxws.jbws1762.services.POJOBean</servlet-class>
+   </servlet>
+   <servlet-mapping>
+      <servlet-name>POJOBean</servlet-name>
+      <url-pattern>/POJOBean</url-pattern>
+   </servlet-mapping>
 </web-app>




More information about the jbossws-commits mailing list