JBossWS SVN: r4989 - in stack/native/branches/jbossws-native-2.0.2: src/test/java/org/jboss/test/ws/jaxrpc/jbws1762 and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-11-05 13:33:05 -0500 (Mon, 05 Nov 2007)
New Revision: 4989
Added:
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
Modified:
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxrpc.xml
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
Log:
Fix JBWS-1762 regression
Modified: stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 18:33:05 UTC (rev 4989)
@@ -2549,6 +2549,26 @@
</jar>
<!-- jaxrpc-jbws1762 -->
+ <jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF">
+ <include name="webservices.xml"/>
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="ejb-jar.xml"/>
+ <include name="wsdl/**"/>
+ </metainf>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged">
+ <include name="jboss.xml"/>
+ </metainf>
+ </jar>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <unjar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar/META-INF" file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml"
+ overwrite="true"/>
+
<war warfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" webxml="${tests.output.dir}/resources/jaxrpc/jbws1762/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxrpc/jbws1762/services/POJOIface.class"/>
@@ -2563,6 +2583,25 @@
</war>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
<unwar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+
+ <ear jarfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.ear" appxml="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml">
+ <fileset dir="${tests.output.dir}/libs">
+ <include name="jaxrpc-jbws1762-packaged.jar"/>
+ <include name="jaxrpc-jbws1762-packaged.war"/>
+ </fileset>
+ </ear>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <copy file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml" todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+ </copy>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ </copy>
+
<jar jarfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.sar">
<fileset dir="${tests.output.dir}/libs">
<include name="jaxrpc-jbws1762-packaged.war"/>
@@ -2573,7 +2612,7 @@
</jar>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar"/>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF"/>
- <copy file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml" todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF" file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml"/>
<unwar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/jaxrpc-jbws1762-exploded.war"/>
<!-- jaxrpc-jbws1792 -->
Added: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractEJB2Test.java 2007-11-05 18:33:05 UTC (rev 4989)
@@ -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(a)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!");
+ }
+}
Modified: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java 2007-11-05 18:33:05 UTC (rev 4989)
@@ -42,6 +42,6 @@
public String getWSDLLocation()
{
- return "jaxrpc-jbws1762-exploded-war/POJOBean?wsdl";
+ return "jaxrpc-jbws1762/POJOBean?wsdl";
}
}
Modified: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java 2007-11-05 18:33:05 UTC (rev 4989)
@@ -42,6 +42,6 @@
public String getWSDLLocation()
{
- return "jaxrpc-jbws1762-packaged-war/POJOBean?wsdl";
+ return "jaxrpc-jbws1762/POJOBean?wsdl";
}
}
Added: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.java 2007-11-05 18:33:05 UTC (rev 4989)
@@ -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(a)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()
+ {
+ }
+}
Added: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.java 2007-11-05 18:33:05 UTC (rev 4989)
@@ -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(a)jboss.com
+ *
+ * @since Oct 20, 2007
+ */
+public interface EJB2Iface extends Remote
+{
+ String echo(String msg) throws RemoteException;
+}
Modified: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml 2007-11-05 18:33:05 UTC (rev 4989)
@@ -9,7 +9,7 @@
<module>
<web>
<web-uri>jaxrpc-jbws1762-exploded.war</web-uri>
- <context-root>jaxrpc-jbws1762-exploded-war</context-root>
+ <context-root>jaxrpc-jbws1762</context-root>
</web>
</module>
</application>
Modified: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml 2007-11-05 18:33:05 UTC (rev 4989)
@@ -9,7 +9,7 @@
<module>
<web>
<web-uri>jaxrpc-jbws1762-packaged.war</web-uri>
- <context-root>jaxrpc-jbws1762-packaged-war</context-root>
+ <context-root>jaxrpc-jbws1762</context-root>
</web>
</module>
</application>
Modified: stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-11-05 18:30:16 UTC (rev 4988)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-11-05 18:33:05 UTC (rev 4989)
@@ -17,6 +17,10 @@
org/jboss/test/ws/jaxws/jbws1762/packaged_ear_ejb3/**
org/jboss/test/ws/jaxws/jbws1762/packaged_ear_pojo/**
+# [JBAS-4940] Deployment.types not propagated
+org/jboss/test/ws/jaxws/jbws1762/exploded_jar_ejb3/**
+org/jboss/test/ws/jaxws/jbws1762/packaged_jar_ejb3/**
+
# [JBAS-4890] EJBAccessException: Caller unauthorized
org/jboss/test/ws/jaxws/samples/context/**
17 years, 2 months
JBossWS SVN: r4988 - in stack/native/trunk: src/test/java/org/jboss/test/ws/jaxrpc/jbws1762 and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-11-05 13:30:16 -0500 (Mon, 05 Nov 2007)
New Revision: 4988
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml
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/exploded_ear_pojo/Iteration1TestCase.java
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/jaxws/jbws1762/AbstractEJB3Test.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
stack/native/trunk/src/test/resources/test-excludes-jboss500.txt
Log:
Fix JBWS-1762 regression
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 18:30:16 UTC (rev 4988)
@@ -2549,6 +2549,26 @@
</jar>
<!-- jaxrpc-jbws1762 -->
+ <jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Iface.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/jbws1762/services/EJB2Bean.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF">
+ <include name="webservices.xml"/>
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="ejb-jar.xml"/>
+ <include name="wsdl/**"/>
+ </metainf>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged">
+ <include name="jboss.xml"/>
+ </metainf>
+ </jar>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <unjar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.jar" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar/META-INF" file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml"
+ overwrite="true"/>
+
<war warfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" webxml="${tests.output.dir}/resources/jaxrpc/jbws1762/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxrpc/jbws1762/services/POJOIface.class"/>
@@ -2563,6 +2583,25 @@
</war>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
<unwar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+
+ <ear jarfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.ear" appxml="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml">
+ <fileset dir="${tests.output.dir}/libs">
+ <include name="jaxrpc-jbws1762-packaged.jar"/>
+ <include name="jaxrpc-jbws1762-packaged.war"/>
+ </fileset>
+ </ear>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <copy file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml" todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/META-INF"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.war">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.war"/>
+ </copy>
+ <mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.ear/jaxrpc-jbws1762-exploded.jar">
+ <fileset dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.jar"/>
+ </copy>
+
<jar jarfile="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.sar">
<fileset dir="${tests.output.dir}/libs">
<include name="jaxrpc-jbws1762-packaged.war"/>
@@ -2573,7 +2612,7 @@
</jar>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar"/>
<mkdir dir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF"/>
- <copy file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml" todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF"/>
+ <copy todir="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/META-INF" file="${tests.output.dir}/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml"/>
<unwar src="${tests.output.dir}/libs/jaxrpc-jbws1762-packaged.war" dest="${tests.output.dir}/libs/jaxrpc-jbws1762-exploded.sar/jaxrpc-jbws1762-exploded.war"/>
<!-- jaxrpc-jbws1792 -->
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-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/AbstractPOJOTest.java 2007-11-05 18:30:16 UTC (rev 4988)
@@ -41,18 +41,24 @@
*/
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();
- 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");
+
+ 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);
- 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();
Modified: 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 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration1TestCase.java 2007-11-05 18:30:16 UTC (rev 4988)
@@ -42,6 +42,6 @@
public String getWSDLLocation()
{
- return "jaxrpc-jbws1762-exploded-war/POJOBean?wsdl";
+ return "jaxrpc-jbws1762/POJOBean?wsdl";
}
}
Modified: 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 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration1TestCase.java 2007-11-05 18:30:16 UTC (rev 4988)
@@ -42,6 +42,6 @@
public String getWSDLLocation()
{
- return "jaxrpc-jbws1762-packaged-war/POJOBean?wsdl";
+ return "jaxrpc-jbws1762/POJOBean?wsdl";
}
}
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractEJB3Test.java 2007-11-05 18:30:16 UTC (rev 4988)
@@ -46,11 +46,15 @@
public void setUp() throws Exception
{
super.setUp();
- QName serviceName = new QName(ejb3TargetNS, ejb3ServiceName);
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+
+ if (ejb3Proxy == null)
+ {
+ QName serviceName = new QName(ejb3TargetNS, ejb3ServiceName);
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
- Service service = Service.create(wsdlURL, serviceName);
- ejb3Proxy = service.getPort(EJB3Iface.class);
+ Service service = Service.create(wsdlURL, serviceName);
+ ejb3Proxy = service.getPort(EJB3Iface.class);
+ }
}
protected abstract String getWSDLLocation();
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/AbstractPOJOTest.java 2007-11-05 18:30:16 UTC (rev 4988)
@@ -33,7 +33,6 @@
* [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
*
* @author richard.opalka(a)jboss.com
- * @author heiko.braun(a)jboss.com
*
* @since Oct 17, 2007
*/
@@ -47,11 +46,15 @@
protected void setUp() throws Exception
{
super.setUp();
- QName serviceName = new QName(pojoTargetNS, pojoServiceName);
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
- Service service = Service.create(wsdlURL, serviceName);
- pojoProxy = (POJOIface)service.getPort(POJOIface.class);
+ if (pojoProxy == null)
+ {
+ QName serviceName = new QName(pojoTargetNS, pojoServiceName);
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" + getWSDLLocation());
+
+ Service service = Service.create(wsdlURL, serviceName);
+ pojoProxy = (POJOIface)service.getPort(POJOIface.class);
+ }
}
protected abstract String getWSDLLocation();
Modified: 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 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml 2007-11-05 18:30:16 UTC (rev 4988)
@@ -9,7 +9,7 @@
<module>
<web>
<web-uri>jaxrpc-jbws1762-exploded.war</web-uri>
- <context-root>jaxrpc-jbws1762-exploded-war</context-root>
+ <context-root>jaxrpc-jbws1762</context-root>
</web>
</module>
</application>
Modified: 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 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml 2007-11-05 18:30:16 UTC (rev 4988)
@@ -9,7 +9,7 @@
<module>
<web>
<web-uri>jaxrpc-jbws1762-packaged.war</web-uri>
- <context-root>jaxrpc-jbws1762-packaged-war</context-root>
+ <context-root>jaxrpc-jbws1762</context-root>
</web>
</module>
</application>
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss500.txt 2007-11-05 13:37:39 UTC (rev 4987)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss500.txt 2007-11-05 18:30:16 UTC (rev 4988)
@@ -17,6 +17,10 @@
org/jboss/test/ws/jaxws/jbws1762/packaged_ear_ejb3/**
org/jboss/test/ws/jaxws/jbws1762/packaged_ear_pojo/**
+# [JBAS-4940] Deployment.types not propagated
+org/jboss/test/ws/jaxws/jbws1762/exploded_jar_ejb3/**
+org/jboss/test/ws/jaxws/jbws1762/packaged_jar_ejb3/**
+
# [JBAS-4890] EJBAccessException: Caller unauthorized
org/jboss/test/ws/jaxws/samples/context/**
17 years, 2 months
JBossWS SVN: r4987 - in stack/native/branches/jbossws-native-2.0.2/src/test: java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2 and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-11-05 08:37:39 -0500 (Mon, 05 Nov 2007)
New Revision: 4987
Added:
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
Removed:
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java
stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
Log:
sync jbws1762 with trunk
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2 (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2 (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2 (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2 (from rev 4983, stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2)
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.2/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 2007-11-05 12:11:52 UTC (rev 4983)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java 2007-11-05 13:37:39 UTC (rev 4987)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/ejb-jar.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
+
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/application.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/exploded/jboss.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/jaxrpc-mapping.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/application.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/packaged/jboss.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/webservices.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/META-INF/wsdl/EJB2Bean.wsdl 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-ejb2.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
Added: stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxrpc/jbws1762/wstools-config-for-pojo.xml 2007-11-05 13:37:39 UTC (rev 4987)
@@ -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>
17 years, 2 months
JBossWS SVN: r4986 - in stack/native/trunk/src/test/resources/jaxrpc/jbws1762: META-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-11-05 08:35:20 -0500 (Mon, 05 Nov 2007)
New Revision: 4986
Added:
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
Modified:
stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml
Log:
sync jbws1762 with branch
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-11-05 13:19:25 UTC (rev 4985)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/META-INF/jboss-service.xml 2007-11-05 13:35:20 UTC (rev 4986)
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<server>
</server>
\ No newline at end of file
Added: stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml
===================================================================
--- stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxrpc/jbws1762/wstools-config.xml 2007-11-05 13:35:20 UTC (rev 4986)
@@ -0,0 +1,15 @@
+<?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>
17 years, 2 months
JBossWS SVN: r4985 - in stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762: exploded_ear_pojo and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-11-05 08:19:25 -0500 (Mon, 05 Nov 2007)
New Revision: 4985
Removed:
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/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/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/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/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/Iteration2TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java
Log:
Delete Iteration2, Iteration3 test cases
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_ejb2/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_ear_pojo/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/exploded_jar_ejb2/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.exploded_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_ejb2/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_ear_pojo/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_ear_pojo;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration2TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration2TestCase extends Iteration1TestCase {}
\ No newline at end of file
Deleted: 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 2007-11-05 13:05:23 UTC (rev 4984)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1762/packaged_jar_ejb2/Iteration3TestCase.java 2007-11-05 13:19:25 UTC (rev 4985)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1762.packaged_jar_ejb2;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author richard.opalka(a)jboss.com
- *
- * @since Oct 20, 2007
- */
-public class Iteration3TestCase extends Iteration2TestCase {}
\ No newline at end of file
17 years, 2 months
JBossWS SVN: r4984 - common/trunk/src/main/java/org/jboss/wsf/common.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-11-05 08:05:23 -0500 (Mon, 05 Nov 2007)
New Revision: 4984
Modified:
common/trunk/src/main/java/org/jboss/wsf/common/DOMUtils.java
Log:
merging ropalka branch to trunk
Modified: common/trunk/src/main/java/org/jboss/wsf/common/DOMUtils.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/common/DOMUtils.java 2007-11-05 12:11:52 UTC (rev 4983)
+++ common/trunk/src/main/java/org/jboss/wsf/common/DOMUtils.java 2007-11-05 13:05:23 UTC (rev 4984)
@@ -28,9 +28,10 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
-import java.util.ArrayList;
+import java.util.LinkedList;
import java.util.HashMap;
import java.util.Iterator;
+import java.util.List;
import java.util.Map;
import javax.xml.namespace.QName;
@@ -69,10 +70,10 @@
private static Logger log = Logger.getLogger(DOMUtils.class);
// All elements created by the same thread are created by the same builder and belong to the same doc
- private static ThreadLocal documentThreadLocal = new ThreadLocal();
- private static ThreadLocal builderThreadLocal = new ThreadLocal()
+ private static ThreadLocal<Document> documentThreadLocal = new ThreadLocal<Document>();
+ private static ThreadLocal<DocumentBuilder> builderThreadLocal = new ThreadLocal<DocumentBuilder>()
{
- protected Object initialValue()
+ protected DocumentBuilder initialValue()
{
try
{
@@ -118,12 +119,11 @@
{
}
- /** Initialise the the DocumentBuilder
+ /** Initialize the DocumentBuilder
*/
public static DocumentBuilder getDocumentBuilder()
{
- DocumentBuilder builder = (DocumentBuilder)builderThreadLocal.get();
- return builder;
+ return builderThreadLocal.get();
}
/** Parse the given XML string and return the root Element
@@ -147,13 +147,11 @@
{
try
{
- Document doc = getDocumentBuilder().parse(xmlStream);
- Element root = doc.getDocumentElement();
- return root;
+ return getDocumentBuilder().parse(xmlStream).getDocumentElement();
}
- catch (SAXException e)
+ catch (SAXException se)
{
- throw new IOException(e.toString());
+ throw new IOException(se.toString());
}
}
@@ -163,13 +161,11 @@
{
try
{
- Document doc = getDocumentBuilder().parse(source);
- Element root = doc.getDocumentElement();
- return root;
+ return getDocumentBuilder().parse(source).getDocumentElement();
}
- catch (SAXException e)
+ catch (SAXException se)
{
- throw new IOException(e.toString());
+ throw new IOException(se.toString());
}
}
@@ -401,6 +397,24 @@
}
}
+ /** True if the node has text child elements only
+ */
+ public static boolean hasTextChildNodesOnly(Node node)
+ {
+ NodeList nodeList = node.getChildNodes();
+ if (nodeList.getLength() == 0)
+ return false;
+
+ for (int i = 0; i < nodeList.getLength(); i++)
+ {
+ Node acksToChildNode = nodeList.item(i);
+ if (acksToChildNode.getNodeType() != Node.TEXT_NODE)
+ return false;
+ }
+
+ return true;
+ }
+
/** True if the node has child elements
*/
public static boolean hasChildElements(Node node)
@@ -417,15 +431,15 @@
/** Gets child elements
*/
- public static Iterator getChildElements(Node node)
+ public static Iterator<Element> getChildElements(Node node)
{
- ArrayList list = new ArrayList();
+ List<Element> list = new LinkedList<Element>();
NodeList nlist = node.getChildNodes();
for (int i = 0; i < nlist.getLength(); i++)
{
Node child = nlist.item(i);
if (child.getNodeType() == Node.ELEMENT_NODE)
- list.add(child);
+ list.add((Element)child);
}
return list.iterator();
}
@@ -494,10 +508,20 @@
{
return getChildElementsIntern(node, nodeName);
}
-
- private static Iterator getChildElementsIntern(Node node, QName nodeName)
+
+ public static List<Element> getChildElementsAsList(Node node, String nodeName)
{
- ArrayList list = new ArrayList();
+ return getChildElementsAsListIntern(node, new QName(nodeName));
+ }
+
+ public static List<Element> getChildElementsAsList(Node node, QName nodeName)
+ {
+ return getChildElementsAsListIntern(node, nodeName);
+ }
+
+ private static List<Element> getChildElementsAsListIntern(Node node, QName nodeName)
+ {
+ List<Element> list = new LinkedList<Element>();
NodeList nlist = node.getChildNodes();
for (int i = 0; i < nlist.getLength(); i++)
{
@@ -506,7 +530,7 @@
{
if (nodeName == null)
{
- list.add(child);
+ list.add((Element)child);
}
else
{
@@ -521,14 +545,19 @@
}
if (qname.equals(nodeName))
{
- list.add(child);
+ list.add((Element)child);
}
}
}
}
- return list.iterator();
+ return list;
}
+ private static Iterator getChildElementsIntern(Node node, QName nodeName)
+ {
+ return getChildElementsAsListIntern(node, nodeName).iterator();
+ }
+
/** Gets parent element or null if there is none
*/
public static Element getParentElement(Node node)
@@ -540,7 +569,7 @@
/** Get the owner document that is associated with the current thread */
public static Document getOwnerDocument()
{
- Document doc = (Document)documentThreadLocal.get();
+ Document doc = documentThreadLocal.get();
if (doc == null)
{
doc = getDocumentBuilder().newDocument();
17 years, 2 months
JBossWS SVN: r4983 - stack/native/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-11-05 07:11:52 -0500 (Mon, 05 Nov 2007)
New Revision: 4983
Removed:
stack/native/branches/dlofthouse/SOA-46/
Log:
No longer required.
17 years, 2 months
JBossWS SVN: r4982 - in stack/native/branches/jbossws-native-2.0.1.CP: src/main/java/org/jboss/ws/metadata/config/binding and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-11-05 07:10:55 -0500 (Mon, 05 Nov 2007)
New Revision: 4982
Added:
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml
Removed:
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl
stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml
Modified:
stack/native/branches/jbossws-native-2.0.1.CP/ant-import-tests/build-jars-jaxrpc.xml
stack/native/branches/jbossws-native-2.0.1.CP/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
Log:
[SOA-46] init-param for handler defined in jaxrpc-config not processed.
Modified: stack/native/branches/jbossws-native-2.0.1.CP/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 12:09:24 UTC (rev 4981)
+++ stack/native/branches/jbossws-native-2.0.1.CP/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -2548,6 +2548,34 @@
</metainf>
</jar>
+ <!-- jaxrpc-jbws1792 -->
+ <war warfile="${tests.output.dir}/libs/jaxrpc-jbws1792.war" webxml="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF">
+ <include name="webservices.xml"/>
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="custom-endpoint-config.xml"/>
+ <include name="wsdl/**"/>
+ </webinf>
+ </war>
+ <jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1792-client.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jbws1792/TestEndpoint.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/META-INF">
+ <include name="application-client.xml"/>
+ <include name="jboss-client.xml"/>
+ </metainf>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF">
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="wsdl/**"/>
+ </metainf>
+ </jar>
+
<!-- jaxrpc-marshall-doclit.war -->
<war warfile="${tests.output.dir}/libs/jaxrpc-marshall-doclit.war" webxml="${tests.output.dir}/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Modified: stack/native/branches/jbossws-native-2.0.1.CP/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-11-05 12:09:24 UTC (rev 4981)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -145,6 +145,24 @@
}
/**
+ * Called when parsing of a new element started.
+ */
+ public Object newChild(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
+ {
+ if ("init-param".equals(localName))
+ return new UnifiedInitParamMetaData();
+ else return null;
+ }
+
+ /**
+ * Called when parsing character is complete.
+ */
+ public void addChild(UnifiedHandlerMetaData handler, UnifiedInitParamMetaData param, UnmarshallingContext navigator, String namespaceURI, String localName)
+ {
+ handler.addInitParam(param);
+ }
+
+ /**
* Called when a new simple child element with text value was read from the XML content.
*/
public void setValue(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792 (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792)
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,68 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, 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.jbws1792;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * @see http://jira.jboss.com/jira/browse/JBWS-1792
- *
- * init-param for handler defined in jaxrpc-config not processed
- *
- * @author darran.lofthouse(a)jboss.com
- * @since Aug 22, 2007
- */
-public class JBWS1792TestCase extends JBossWSTest
-{
- private static TestEndpoint port;
-
- public static Test suite() throws Exception
- {
- return new JBossWSTestSetup(JBWS1792TestCase.class, "jaxrpc-jbws1792.war, jaxrpc-jbws1792-client.jar");
- }
-
- public void setUp() throws Exception
- {
- super.setUp();
- if (port == null)
- {
- InitialContext iniCtx = getInitialContext();
- Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
- port = (TestEndpoint)service.getPort(TestEndpoint.class);
- }
- }
-
- public void testCall() throws Exception
- {
- final String message = "Hello!!";
-
- String response = port.echoMessage(message);
-
- assertEquals(message, response);
- }
-}
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/JBWS1792TestCase.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,68 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2007, 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.jbws1792;
+
+import javax.naming.InitialContext;
+import javax.xml.rpc.Service;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * @see http://jira.jboss.com/jira/browse/JBWS-1792
+ *
+ * init-param for handler defined in jaxrpc-config not processed
+ *
+ * @author darran.lofthouse(a)jboss.com
+ * @since Aug 22, 2007
+ */
+public class JBWS1792TestCase extends JBossWSTest
+{
+ private static TestEndpoint port;
+
+ public static Test suite() throws Exception
+ {
+ return new JBossWSTestSetup(JBWS1792TestCase.class, "jaxrpc-jbws1792.war, jaxrpc-jbws1792-client.jar");
+ }
+
+ public void setUp() throws Exception
+ {
+ super.setUp();
+ if (port == null)
+ {
+ InitialContext iniCtx = getInitialContext();
+ Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
+ port = (TestEndpoint)service.getPort(TestEndpoint.class);
+ }
+ }
+
+ public void testCall() throws Exception
+ {
+ final String message = "Hello!!";
+
+ String response = port.echoMessage(message);
+
+ assertEquals(message, response);
+ }
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, 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.jbws1792;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author darran.lofthouse(a)jboss.com
- * @since Aug 22, 2007
- */
-public interface TestEndpoint extends Remote
-{
-
- public String echoMessage(final String message) throws RemoteException;
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,36 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2007, 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.jbws1792;
+
+import java.rmi.Remote;
+import java.rmi.RemoteException;
+
+/**
+ * @author darran.lofthouse(a)jboss.com
+ * @since Aug 22, 2007
+ */
+public interface TestEndpoint extends Remote
+{
+
+ public String echoMessage(final String message) throws RemoteException;
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, 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.jbws1792;
-
-/**
- * @author darran.lofthouse(a)jboss.com
- * @since Aug 22, 2007
- */
-public class TestEndpointImpl implements TestEndpoint
-{
-
- /**
- * @see org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint#echoMessage(java.lang.String)
- */
- public String echoMessage(final String message)
- {
- return message;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,39 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2007, 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.jbws1792;
+
+/**
+ * @author darran.lofthouse(a)jboss.com
+ * @since Aug 22, 2007
+ */
+public class TestEndpointImpl implements TestEndpoint
+{
+
+ /**
+ * @see org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint#echoMessage(java.lang.String)
+ */
+ public String echoMessage(final String message)
+ {
+ return message;
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,55 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, 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.jbws1792;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.HandlerInfo;
-
-/**
- * @author darran.lofthouse(a)jboss.com
- * @since Aug 22, 2007
- */
-public class TestHandler extends GenericHandler
-{
-
- public void init(final HandlerInfo config)
- {
- super.init(config);
-
- Object value = config.getHandlerConfig().get("TestParameter");
-
- if ("TestValue".equals(value) == false)
- {
- throw new RuntimeException("Expected parameter not set expected-[TestParameter=TestValue] actual-[TestParameter=" + value + "].");
- }
- }
-
- /**
- * @see javax.xml.rpc.handler.GenericHandler#getHeaders()
- */
- public QName[] getHeaders()
- {
- return null;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.java 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,55 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2007, 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.jbws1792;
+
+import javax.xml.namespace.QName;
+import javax.xml.rpc.handler.GenericHandler;
+import javax.xml.rpc.handler.HandlerInfo;
+
+/**
+ * @author darran.lofthouse(a)jboss.com
+ * @since Aug 22, 2007
+ */
+public class TestHandler extends GenericHandler
+{
+
+ public void init(final HandlerInfo config)
+ {
+ super.init(config);
+
+ Object value = config.getHandlerConfig().get("TestParameter");
+
+ if ("TestValue".equals(value) == false)
+ {
+ throw new RuntimeException("Expected parameter not set expected-[TestParameter=TestValue] actual-[TestParameter=" + value + "].");
+ }
+ }
+
+ /**
+ * @see javax.xml.rpc.handler.GenericHandler#getHeaders()
+ */
+ public QName[] getHeaders()
+ {
+ return null;
+ }
+
+}
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792 (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792)
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF)
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client 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-client_1_4.xsd"
- version="1.4">
-
- <display-name>TestService</display-name>
-
- <service-ref>
- <service-ref-name>service/TestService</service-ref-name>
- <service-interface>javax.xml.rpc.Service</service-interface>
- <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
- <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
- <port-component-ref>
- <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
- </port-component-ref>
- </service-ref>
-
-</application-client>
-
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/application-client.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client 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-client_1_4.xsd"
+ version="1.4">
+
+ <display-name>TestService</display-name>
+
+ <service-ref>
+ <service-ref-name>service/TestService</service-ref-name>
+ <service-interface>javax.xml.rpc.Service</service-interface>
+ <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+ <port-component-ref>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
+ </port-component-ref>
+ </service-ref>
+
+</application-client>
+
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
- "-//JBoss//DTD Application Client 4.0//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
- <jndi-name>jbossws-client</jndi-name>
-
- <service-ref>
- <service-ref-name>service/TestService</service-ref-name>
- <wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws1792/TestEndpoint?wsdl</wsdl-override>
- </service-ref>
-
-</jboss-client>
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/META-INF/jboss-client.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<!DOCTYPE jboss-client PUBLIC
+ "-//JBoss//DTD Application Client 4.0//EN"
+ "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
+
+<jboss-client>
+ <jndi-name>jbossws-client</jndi-name>
+
+ <service-ref>
+ <service-ref-name>service/TestService</service-ref-name>
+ <wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws1792/TestEndpoint?wsdl</wsdl-override>
+ </service-ref>
+
+</jboss-client>
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF)
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id$ -->
-
-<jaxrpc-config xmlns="urn:jboss:jaxrpc-config:2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
- xsi:schemaLocation="urn:jboss:jaxrpc-config:2.0 jaxrpc-config_2_0.xsd">
-
- <endpoint-config>
- <config-name>Custom Endpoint Config</config-name>
- <pre-handler-chain>
- <handler-chain-name>Custom Handlers</handler-chain-name>
- <handler>
- <j2ee:handler-name>Custom Handler</j2ee:handler-name>
- <j2ee:handler-class>org.jboss.test.ws.jaxrpc.jbws1792.TestHandler</j2ee:handler-class>
- <j2ee:init-param>
- <j2ee:param-name>TestParameter</j2ee:param-name>
- <j2ee:param-value>TestValue</j2ee:param-value>
- </j2ee:init-param>
- </handler>
- </pre-handler-chain>
- </endpoint-config>
-
-</jaxrpc-config>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/custom-endpoint-config.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Id$ -->
+
+<jaxrpc-config xmlns="urn:jboss:jaxrpc-config:2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
+ xsi:schemaLocation="urn:jboss:jaxrpc-config:2.0 jaxrpc-config_2_0.xsd">
+
+ <endpoint-config>
+ <config-name>Custom Endpoint Config</config-name>
+ <pre-handler-chain>
+ <handler-chain-name>Custom Handlers</handler-chain-name>
+ <handler>
+ <j2ee:handler-name>Custom Handler</j2ee:handler-name>
+ <j2ee:handler-class>org.jboss.test.ws.jaxrpc.jbws1792.TestHandler</j2ee:handler-class>
+ <j2ee:init-param>
+ <j2ee:param-name>TestParameter</j2ee:param-name>
+ <j2ee:param-value>TestValue</j2ee:param-value>
+ </j2ee:init-param>
+ </handler>
+ </pre-handler-chain>
+ </endpoint-config>
+
+</jaxrpc-config>
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><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.jbws1792</package-type>
- <namespaceURI>http://org.jboss.test.ws/jbws1792/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
- <service-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestService</service-interface>
- <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1792'>serviceNS:TestService</wsdl-service-name>
- <port-mapping>
- <port-name>TestEndpointPort</port-name>
- <java-port-name>TestEndpointPort</java-port-name>
- </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
- <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
- <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1792'>portTypeNS:TestEndpoint</wsdl-port-type>
- <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1792'>bindingNS:TestEndpointBinding</wsdl-binding>
- <service-endpoint-method-mapping>
- <java-method-name>echoMessage</java-method-name>
- <wsdl-operation>echoMessage</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.ws/jbws1792'>wsdlMsgNS:TestEndpoint_echoMessage</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.ws/jbws1792'>wsdlMsgNS:TestEndpoint_echoMessageResponse</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
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/jaxrpc-mapping.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='UTF-8'?><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.jbws1792</package-type>
+ <namespaceURI>http://org.jboss.test.ws/jbws1792/types</namespaceURI>
+ </package-mapping>
+ <service-interface-mapping>
+ <service-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestService</service-interface>
+ <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1792'>serviceNS:TestService</wsdl-service-name>
+ <port-mapping>
+ <port-name>TestEndpointPort</port-name>
+ <java-port-name>TestEndpointPort</java-port-name>
+ </port-mapping>
+ </service-interface-mapping>
+ <service-endpoint-interface-mapping>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
+ <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1792'>portTypeNS:TestEndpoint</wsdl-port-type>
+ <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1792'>bindingNS:TestEndpointBinding</wsdl-binding>
+ <service-endpoint-method-mapping>
+ <java-method-name>echoMessage</java-method-name>
+ <wsdl-operation>echoMessage</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.ws/jbws1792'>wsdlMsgNS:TestEndpoint_echoMessage</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.ws/jbws1792'>wsdlMsgNS:TestEndpoint_echoMessageResponse</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
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,28 +0,0 @@
-<?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">
-
- <context-param>
- <param-name>jbossws-config-name</param-name>
- <param-value>Custom Endpoint Config</param-value>
- </context-param>
- <context-param>
- <param-name>jbossws-config-file</param-name>
- <param-value>WEB-INF/custom-endpoint-config.xml</param-value>
- </context-param>
-
- <servlet>
- <servlet-name>TestEndpoint</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpointImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>TestEndpoint</servlet-name>
- <url-pattern>/TestEndpoint</url-pattern>
- </servlet-mapping>
-
-</web-app>
-
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/web.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,28 @@
+<?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">
+
+ <context-param>
+ <param-name>jbossws-config-name</param-name>
+ <param-value>Custom Endpoint Config</param-value>
+ </context-param>
+ <context-param>
+ <param-name>jbossws-config-file</param-name>
+ <param-value>WEB-INF/custom-endpoint-config.xml</param-value>
+ </context-param>
+
+ <servlet>
+ <servlet-name>TestEndpoint</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpointImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>TestEndpoint</servlet-name>
+ <url-pattern>/TestEndpoint</url-pattern>
+ </servlet-mapping>
+
+</web-app>
+
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,15 +0,0 @@
-<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>TestService</webservice-description-name>
- <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
- <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
- <port-component>
- <port-component-name>TestEndpointPort</port-component-name>
- <wsdl-port xmlns:portNS='http://org.jboss.test.ws/jbws1792'>portNS:TestEndpointPort</wsdl-port>
- <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
- <service-impl-bean>
- <servlet-link>TestEndpoint</servlet-link>
- </service-impl-bean>
- </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/webservices.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,15 @@
+<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>TestService</webservice-description-name>
+ <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+ <port-component>
+ <port-component-name>TestEndpointPort</port-component-name>
+ <wsdl-port xmlns:portNS='http://org.jboss.test.ws/jbws1792'>portNS:TestEndpointPort</wsdl-port>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint</service-endpoint-interface>
+ <service-impl-bean>
+ <servlet-link>TestEndpoint</servlet-link>
+ </service-impl-bean>
+ </port-component>
+ </webservice-description>
+</webservices>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl)
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1792' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1792' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='TestEndpoint_echoMessage'>
- <part name='String_1' type='xsd:string'/>
- </message>
- <message name='TestEndpoint_echoMessageResponse'>
- <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
- <operation name='echoMessage' parameterOrder='String_1'>
- <input message='tns:TestEndpoint_echoMessage'/>
- <output message='tns:TestEndpoint_echoMessageResponse'/>
- </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
- <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='echoMessage'>
- <soap:operation soapAction=''/>
- <input>
- <soap:body namespace='http://org.jboss.test.ws/jbws1792' use='literal'/>
- </input>
- <output>
- <soap:body namespace='http://org.jboss.test.ws/jbws1792' use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='TestService'>
- <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
- <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/WEB-INF/wsdl/TestService.wsdl 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1792' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1792' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <types/>
+ <message name='TestEndpoint_echoMessage'>
+ <part name='String_1' type='xsd:string'/>
+ </message>
+ <message name='TestEndpoint_echoMessageResponse'>
+ <part name='result' type='xsd:string'/>
+ </message>
+ <portType name='TestEndpoint'>
+ <operation name='echoMessage' parameterOrder='String_1'>
+ <input message='tns:TestEndpoint_echoMessage'/>
+ <output message='tns:TestEndpoint_echoMessageResponse'/>
+ </operation>
+ </portType>
+ <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
+ <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
+ <operation name='echoMessage'>
+ <soap:operation soapAction=''/>
+ <input>
+ <soap:body namespace='http://org.jboss.test.ws/jbws1792' use='literal'/>
+ </input>
+ <output>
+ <soap:body namespace='http://org.jboss.test.ws/jbws1792' use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='TestService'>
+ <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
+ <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
+ </port>
+ </service>
+</definitions>
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml 2007-10-09 16:27:58 UTC (rev 4711)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- wstools.sh -cp ../../../../../output/tests/classes -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="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint" style="rpc">
- </service>
- <namespaces target-namespace="http://org.jboss.test.ws/jbws1792" type-namespace="http://org.jboss.test.ws/jbws1792/types"/>
- <mapping file="jaxrpc-mapping.xml"/>
- <webservices servlet-link="TestEndpoint"/>
- </java-wsdl>
-
-</configuration>
Copied: stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.CP/src/test/resources/jaxrpc/jbws1792/wstools-config.xml 2007-11-05 12:10:55 UTC (rev 4982)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ wstools.sh -cp ../../../../../output/tests/classes -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="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1792.TestEndpoint" style="rpc">
+ </service>
+ <namespaces target-namespace="http://org.jboss.test.ws/jbws1792" type-namespace="http://org.jboss.test.ws/jbws1792/types"/>
+ <mapping file="jaxrpc-mapping.xml"/>
+ <webservices servlet-link="TestEndpoint"/>
+ </java-wsdl>
+
+</configuration>
17 years, 2 months
JBossWS SVN: r4981 - stack/native/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-11-05 07:09:24 -0500 (Mon, 05 Nov 2007)
New Revision: 4981
Added:
stack/native/branches/dlofthouse/SOA-46/
Log:
Restore previous version.
Copied: stack/native/branches/dlofthouse/SOA-46 (from rev 4711, stack/native/branches/jbossws-native-2.0.1.CP)
17 years, 2 months
JBossWS SVN: r4980 - in stack/native/tags/jbossws-native-2.0.1.SP2: src/main/java/org/jboss/ws/metadata/config/binding and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-11-05 07:07:21 -0500 (Mon, 05 Nov 2007)
New Revision: 4980
Removed:
stack/native/tags/jbossws-native-2.0.1.SP2/src/test/java/org/jboss/test/ws/jaxrpc/jbws1792/
stack/native/tags/jbossws-native-2.0.1.SP2/src/test/resources/jaxrpc/jbws1792/
Modified:
stack/native/tags/jbossws-native-2.0.1.SP2/ant-import-tests/build-jars-jaxrpc.xml
stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
Log:
Reversing commit to tag.
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/ant-import-tests/build-jars-jaxrpc.xml
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 12:00:00 UTC (rev 4979)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/ant-import-tests/build-jars-jaxrpc.xml 2007-11-05 12:07:21 UTC (rev 4980)
@@ -2548,34 +2548,6 @@
</metainf>
</jar>
- <!-- jaxrpc-jbws1792 -->
- <war warfile="${tests.output.dir}/libs/jaxrpc-jbws1792.war" webxml="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestEndpoint.class"/>
- <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestEndpointImpl.class"/>
- <include name="org/jboss/test/ws/jaxrpc/jbws1792/TestHandler.class"/>
- </classes>
- <webinf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF">
- <include name="webservices.xml"/>
- <include name="jaxrpc-mapping.xml"/>
- <include name="custom-endpoint-config.xml"/>
- <include name="wsdl/**"/>
- </webinf>
- </war>
- <jar destfile="${tests.output.dir}/libs/jaxrpc-jbws1792-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jbws1792/TestEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/META-INF">
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- </metainf>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/jbws1792/WEB-INF">
- <include name="jaxrpc-mapping.xml"/>
- <include name="wsdl/**"/>
- </metainf>
- </jar>
-
<!-- jaxrpc-marshall-doclit.war -->
<war warfile="${tests.output.dir}/libs/jaxrpc-marshall-doclit.war" webxml="${tests.output.dir}/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Modified: stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-11-05 12:00:00 UTC (rev 4979)
+++ stack/native/tags/jbossws-native-2.0.1.SP2/src/main/java/org/jboss/ws/metadata/config/binding/OMFactoryJAXRPC.java 2007-11-05 12:07:21 UTC (rev 4980)
@@ -145,24 +145,6 @@
}
/**
- * Called when parsing of a new element started.
- */
- public Object newChild(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
- {
- if ("init-param".equals(localName))
- return new UnifiedInitParamMetaData();
- else return null;
- }
-
- /**
- * Called when parsing character is complete.
- */
- public void addChild(UnifiedHandlerMetaData handler, UnifiedInitParamMetaData param, UnmarshallingContext navigator, String namespaceURI, String localName)
- {
- handler.addInitParam(param);
- }
-
- /**
* Called when a new simple child element with text value was read from the XML content.
*/
public void setValue(UnifiedHandlerMetaData handler, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
17 years, 2 months