JBossWS SVN: r8143 - in stack/native/trunk: modules/core and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-27 09:34:06 -0400 (Wed, 27 Aug 2008)
New Revision: 8143
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
Moving security dependencies out of the main pom to use the artifacts pulled in by the container integration when running the tests - fix remaining AS501 regressions
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/modules/core/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -15,6 +15,7 @@
</parent>
<properties>
+ <jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
</properties>
@@ -78,6 +79,7 @@
<groupId>org.jboss.security</groupId>
<artifactId>jbosssx</artifactId>
<scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -422,6 +422,11 @@
<version>${jboss.version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-javaee</artifactId>
<version>${jboss.version}</version>
@@ -478,6 +483,11 @@
<version>${jboss.version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-javaee</artifactId>
<version>${jboss.version}</version>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -69,7 +69,6 @@
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.beta2</jboss.jaxbintros.version>
- <jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
<jboss.jaxr.version>1.2.0.SP2</jboss.jaxr.version>
@@ -231,11 +230,6 @@
<version>${jboss.common.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.security</groupId>
- <artifactId>jbosssx</artifactId>
- <version>${jboss.jbosssx.version}</version>
- </dependency>
- <dependency>
<groupId>jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<version>${jboss.remoting.version}</version>
16 years, 4 months
JBossWS SVN: r8142 - in stack/native/branches/jbossws-native-2.0.1.SP2_CP: src/main/java/org/jboss/wsf/stack/jbws and 13 other directories.
by jbossws-commits@lists.jboss.org
Author: mageshbk(a)jboss.com
Date: 2008-08-27 09:12:35 -0400 (Wed, 27 Aug 2008)
New Revision: 8142
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java
Log:
[JBPAPP-1138] WSDLFilePublisher throws FileNotFoundException when schema files are not in wsdl directory
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml 2008-08-27 12:15:49 UTC (rev 8141)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import-tests/build-jars-jaxws.xml 2008-08-27 13:12:35 UTC (rev 8142)
@@ -498,6 +498,18 @@
</webinf>
</war>
+ <!-- jaxws-jbws2009 -->
+ <war warfile="${tests.output.dir}/libs/jaxws-jbws2009.war" webxml="${tests.output.dir}/resources/jaxws/jbws2009/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws2009/**/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws2009/*TestCase.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxws/jbws2009/WEB-INF">
+ <include name="wsdl/**"/>
+ <include name="schema/**"/>
+ </webinf>
+ </war>
+
<!-- jaxws-jbws2234 -->
<war warfile="${tests.output.dir}/libs/jaxws-jbws2234.war" webxml="${tests.output.dir}/resources/jaxws/jbws2234/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java 2008-08-27 12:15:49 UTC (rev 8141)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -236,6 +236,10 @@
resourcePath = resourcePath + "/";
resourcePath = expLocation + resourcePath + schemaLocation;
+ while (resourcePath.indexOf("//") != -1)
+ {
+ resourcePath = resourcePath.replace("//", "/");
+ }
URL resourceURL = dep.getMetaDataFileURL(resourcePath);
InputStream is = new ResourceURL(resourceURL).openStream();
if (is == null)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009 (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,91 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2009;
-
-// $Id$
-
-import java.net.URL;
-import java.util.List;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * [JBWS-2009] JBossWS cannot find local schema with relative urls
- *
- * @author thomas.diesler(a)jboss.com
- * @since 16-Oct-2007
- */
-public class JBWS2009TestCase extends JBossWSTest
-{
- private String targetNS = "http://jbws2009.jaxws.ws.test.jboss.org/";
- private ServiceType proxy;
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS2009TestCase.class, "jaxws-jbws2009.war");
- }
-
- @Override
- protected void setUp() throws Exception
- {
- super.setUp();
-
- QName serviceName = new QName(targetNS, "Service");
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2009/Service?wsdl");
-
- Service service = Service.create(wsdlURL, serviceName);
- proxy = service.getPort(ServiceType.class);
- }
-
- public void testCountryCodes() throws Exception
- {
- Response response = proxy.getCountryCodes();
- List<CountryCodeType> countryCodes = response.getCountry();
- assertEquals(countryCodes.get(0), CountryCodeType.CZ);
- assertEquals(countryCodes.get(1), CountryCodeType.DE);
- }
-
- public void testCurrencyCodes() throws Exception
- {
- org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response response = proxy.getCurrencyCodes();
- List<CurrencyCodeType> currencyCodes = response.getCurrency();
- assertEquals(currencyCodes.get(0), CurrencyCodeType.CZK);
- assertEquals(currencyCodes.get(1), CurrencyCodeType.EUR);
- }
-
- public void test() throws Exception
- {
- assertEquals(CurrencyCodeType.CZK, proxy.getCurrency(CountryCodeType.CZ));
- assertEquals(CurrencyCodeType.EUR, proxy.getCurrency(CountryCodeType.DE));
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,91 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2009;
+
+// $Id$
+
+import java.net.URL;
+import java.util.List;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-2009] JBossWS cannot find local schema with relative urls
+ *
+ * @author thomas.diesler(a)jboss.com
+ * @since 16-Oct-2007
+ */
+public class JBWS2009TestCase extends JBossWSTest
+{
+ private String targetNS = "http://jbws2009.jaxws.ws.test.jboss.org/";
+ private ServiceType proxy;
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2009TestCase.class, "jaxws-jbws2009.war");
+ }
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ super.setUp();
+
+ QName serviceName = new QName(targetNS, "Service");
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2009/Service?wsdl");
+
+ Service service = Service.create(wsdlURL, serviceName);
+ proxy = service.getPort(ServiceType.class);
+ }
+
+ public void testCountryCodes() throws Exception
+ {
+ Response response = proxy.getCountryCodes();
+ List<CountryCodeType> countryCodes = response.getCountry();
+ assertEquals(countryCodes.get(0), CountryCodeType.CZ);
+ assertEquals(countryCodes.get(1), CountryCodeType.DE);
+ }
+
+ public void testCurrencyCodes() throws Exception
+ {
+ org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response response = proxy.getCurrencyCodes();
+ List<CurrencyCodeType> currencyCodes = response.getCurrency();
+ assertEquals(currencyCodes.get(0), CurrencyCodeType.CZK);
+ assertEquals(currencyCodes.get(1), CurrencyCodeType.EUR);
+ }
+
+ public void test() throws Exception
+ {
+ assertEquals(CurrencyCodeType.CZK, proxy.getCurrency(CountryCodeType.CZ));
+ assertEquals(CurrencyCodeType.EUR, proxy.getCurrency(CountryCodeType.DE));
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,68 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2009;
-
-// $Id$
-
-import java.util.List;
-
-import javax.jws.WebService;
-
-import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse;
-import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
-
-@WebService(portName = "ServicePort", serviceName = "Service", wsdlLocation = "WEB-INF/wsdl/TestService.wsdl", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", endpointInterface = "org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType")
-public class ServiceImpl implements ServiceType
-{
-
- public Response getCountryCodes()
- {
- Response response = new Response();
- List<CountryCodeType> values = response.getCountry();
- values.add(CountryCodeType.CZ);
- values.add(CountryCodeType.DE);
- return response;
- }
-
- public CurrencyCodeType getCurrency(CountryCodeType parameters)
- {
- if (parameters == CountryCodeType.CZ)
- return CurrencyCodeType.CZK;
- if (parameters == CountryCodeType.DE)
- return CurrencyCodeType.EUR;
-
- throw new IllegalArgumentException();
- }
-
- public GetCurrencyCodesResponse.Response getCurrencyCodes()
- {
- GetCurrencyCodesResponse.Response response = new GetCurrencyCodesResponse.Response();
- List<CurrencyCodeType> values = response.getCurrency();
- values.add(CurrencyCodeType.CZK);
- values.add(CurrencyCodeType.EUR);
- return response;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,68 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2009;
+
+// $Id$
+
+import java.util.List;
+
+import javax.jws.WebService;
+
+import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse;
+import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
+
+@WebService(portName = "ServicePort", serviceName = "Service", wsdlLocation = "WEB-INF/wsdl/TestService.wsdl", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", endpointInterface = "org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType")
+public class ServiceImpl implements ServiceType
+{
+
+ public Response getCountryCodes()
+ {
+ Response response = new Response();
+ List<CountryCodeType> values = response.getCountry();
+ values.add(CountryCodeType.CZ);
+ values.add(CountryCodeType.DE);
+ return response;
+ }
+
+ public CurrencyCodeType getCurrency(CountryCodeType parameters)
+ {
+ if (parameters == CountryCodeType.CZ)
+ return CurrencyCodeType.CZK;
+ if (parameters == CountryCodeType.DE)
+ return CurrencyCodeType.EUR;
+
+ throw new IllegalArgumentException();
+ }
+
+ public GetCurrencyCodesResponse.Response getCurrencyCodes()
+ {
+ GetCurrencyCodesResponse.Response response = new GetCurrencyCodesResponse.Response();
+ List<CurrencyCodeType> values = response.getCurrency();
+ values.add(CurrencyCodeType.CZK);
+ values.add(CurrencyCodeType.EUR);
+ return response;
+ }
+
+}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,38 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for CountryCodeType.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- * <p>
- * <pre>
- * <simpleType name="CountryCodeType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
- * <enumeration value="DE"/>
- * <enumeration value="CZ"/>
- * </restriction>
- * </simpleType>
- * </pre>
- *
- */
-@XmlType(name = "CountryCodeType", namespace = "urn:BaseComponents")
-@XmlEnum
-public enum CountryCodeType {
-
- DE,
- CZ;
-
- public String value() {
- return name();
- }
-
- public static CountryCodeType fromValue(String v) {
- return valueOf(v);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,38 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CountryCodeType.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * <pre>
+ * <simpleType name="CountryCodeType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
+ * <enumeration value="DE"/>
+ * <enumeration value="CZ"/>
+ * </restriction>
+ * </simpleType>
+ * </pre>
+ *
+ */
+@XmlType(name = "CountryCodeType", namespace = "urn:BaseComponents")
+@XmlEnum
+public enum CountryCodeType {
+
+ DE,
+ CZ;
+
+ public String value() {
+ return name();
+ }
+
+ public static CountryCodeType fromValue(String v) {
+ return valueOf(v);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,38 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for CurrencyCodeType.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- * <p>
- * <pre>
- * <simpleType name="CurrencyCodeType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
- * <enumeration value="CZK"/>
- * <enumeration value="EUR"/>
- * </restriction>
- * </simpleType>
- * </pre>
- *
- */
-@XmlType(name = "CurrencyCodeType", namespace = "urn:BaseComponents")
-@XmlEnum
-public enum CurrencyCodeType {
-
- CZK,
- EUR;
-
- public String value() {
- return name();
- }
-
- public static CurrencyCodeType fromValue(String v) {
- return valueOf(v);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,38 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CurrencyCodeType.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * <pre>
+ * <simpleType name="CurrencyCodeType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
+ * <enumeration value="CZK"/>
+ * <enumeration value="EUR"/>
+ * </restriction>
+ * </simpleType>
+ * </pre>
+ *
+ */
+@XmlType(name = "CurrencyCodeType", namespace = "urn:BaseComponents")
+@XmlEnum
+public enum CurrencyCodeType {
+
+ CZK,
+ EUR;
+
+ public String value() {
+ return name();
+ }
+
+ public static CurrencyCodeType fromValue(String v) {
+ return valueOf(v);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,34 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "")
-@XmlRootElement(name = "getCountryCodes")
-public class GetCountryCodes {
-
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,34 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "getCountryCodes")
+public class GetCountryCodes {
+
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,136 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="response">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "response"
-})
-@XmlRootElement(name = "getCountryCodesResponse")
-public class GetCountryCodesResponse {
-
- @XmlElement(required = true)
- protected GetCountryCodesResponse.Response response;
-
- /**
- * Gets the value of the response property.
- *
- * @return
- * possible object is
- * {@link GetCountryCodesResponse.Response }
- *
- */
- public GetCountryCodesResponse.Response getResponse() {
- return response;
- }
-
- /**
- * Sets the value of the response property.
- *
- * @param value
- * allowed object is
- * {@link GetCountryCodesResponse.Response }
- *
- */
- public void setResponse(GetCountryCodesResponse.Response value) {
- this.response = value;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "country"
- })
- public static class Response {
-
- @XmlElement(required = true, nillable = true)
- protected List<CountryCodeType> country;
-
- /**
- * Gets the value of the country property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the country property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getCountry().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link CountryCodeType }
- *
- *
- */
- public List<CountryCodeType> getCountry() {
- if (country == null) {
- country = new ArrayList<CountryCodeType>();
- }
- return this.country;
- }
-
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,136 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="response">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "response"
+})
+@XmlRootElement(name = "getCountryCodesResponse")
+public class GetCountryCodesResponse {
+
+ @XmlElement(required = true)
+ protected GetCountryCodesResponse.Response response;
+
+ /**
+ * Gets the value of the response property.
+ *
+ * @return
+ * possible object is
+ * {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public GetCountryCodesResponse.Response getResponse() {
+ return response;
+ }
+
+ /**
+ * Sets the value of the response property.
+ *
+ * @param value
+ * allowed object is
+ * {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public void setResponse(GetCountryCodesResponse.Response value) {
+ this.response = value;
+ }
+
+
+ /**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "country"
+ })
+ public static class Response {
+
+ @XmlElement(required = true, nillable = true)
+ protected List<CountryCodeType> country;
+
+ /**
+ * Gets the value of the country property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the country property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getCountry().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link CountryCodeType }
+ *
+ *
+ */
+ public List<CountryCodeType> getCountry() {
+ if (country == null) {
+ country = new ArrayList<CountryCodeType>();
+ }
+ return this.country;
+ }
+
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,34 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "")
-@XmlRootElement(name = "getCurrencyCodes")
-public class GetCurrencyCodes {
-
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,34 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "getCurrencyCodes")
+public class GetCurrencyCodes {
+
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,136 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="response">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "response"
-})
-@XmlRootElement(name = "getCurrencyCodesResponse")
-public class GetCurrencyCodesResponse {
-
- @XmlElement(required = true)
- protected GetCurrencyCodesResponse.Response response;
-
- /**
- * Gets the value of the response property.
- *
- * @return
- * possible object is
- * {@link GetCurrencyCodesResponse.Response }
- *
- */
- public GetCurrencyCodesResponse.Response getResponse() {
- return response;
- }
-
- /**
- * Sets the value of the response property.
- *
- * @param value
- * allowed object is
- * {@link GetCurrencyCodesResponse.Response }
- *
- */
- public void setResponse(GetCurrencyCodesResponse.Response value) {
- this.response = value;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "currency"
- })
- public static class Response {
-
- @XmlElement(required = true, nillable = true)
- protected List<CurrencyCodeType> currency;
-
- /**
- * Gets the value of the currency property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the currency property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getCurrency().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link CurrencyCodeType }
- *
- *
- */
- public List<CurrencyCodeType> getCurrency() {
- if (currency == null) {
- currency = new ArrayList<CurrencyCodeType>();
- }
- return this.currency;
- }
-
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,136 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="response">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "response"
+})
+@XmlRootElement(name = "getCurrencyCodesResponse")
+public class GetCurrencyCodesResponse {
+
+ @XmlElement(required = true)
+ protected GetCurrencyCodesResponse.Response response;
+
+ /**
+ * Gets the value of the response property.
+ *
+ * @return
+ * possible object is
+ * {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public GetCurrencyCodesResponse.Response getResponse() {
+ return response;
+ }
+
+ /**
+ * Sets the value of the response property.
+ *
+ * @param value
+ * allowed object is
+ * {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public void setResponse(GetCurrencyCodesResponse.Response value) {
+ this.response = value;
+ }
+
+
+ /**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "currency"
+ })
+ public static class Response {
+
+ @XmlElement(required = true, nillable = true)
+ protected List<CurrencyCodeType> currency;
+
+ /**
+ * Gets the value of the currency property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the currency property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getCurrency().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link CurrencyCodeType }
+ *
+ *
+ */
+ public List<CurrencyCodeType> getCurrency() {
+ if (currency == null) {
+ currency = new ArrayList<CurrencyCodeType>();
+ }
+ return this.currency;
+ }
+
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,103 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the org.jboss.test.ws.jaxws.jbws2009.generated package.
- * <p>An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _GetCurrencyResponse_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrencyResponse");
- private final static QName _GetCurrency_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrency");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.test.ws.jaxws.jbws2009.generated
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link GetCountryCodesResponse.Response }
- *
- */
- public GetCountryCodesResponse.Response createGetCountryCodesResponseResponse() {
- return new GetCountryCodesResponse.Response();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodesResponse.Response }
- *
- */
- public GetCurrencyCodesResponse.Response createGetCurrencyCodesResponseResponse() {
- return new GetCurrencyCodesResponse.Response();
- }
-
- /**
- * Create an instance of {@link GetCountryCodes }
- *
- */
- public GetCountryCodes createGetCountryCodes() {
- return new GetCountryCodes();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodesResponse }
- *
- */
- public GetCurrencyCodesResponse createGetCurrencyCodesResponse() {
- return new GetCurrencyCodesResponse();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodes }
- *
- */
- public GetCurrencyCodes createGetCurrencyCodes() {
- return new GetCurrencyCodes();
- }
-
- /**
- * Create an instance of {@link GetCountryCodesResponse }
- *
- */
- public GetCountryCodesResponse createGetCountryCodesResponse() {
- return new GetCountryCodesResponse();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CurrencyCodeType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrencyResponse")
- public JAXBElement<CurrencyCodeType> createGetCurrencyResponse(CurrencyCodeType value) {
- return new JAXBElement<CurrencyCodeType>(_GetCurrencyResponse_QNAME, CurrencyCodeType.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CountryCodeType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrency")
- public JAXBElement<CountryCodeType> createGetCurrency(CountryCodeType value) {
- return new JAXBElement<CountryCodeType>(_GetCurrency_QNAME, CountryCodeType.class, null, value);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,103 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the org.jboss.test.ws.jaxws.jbws2009.generated package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _GetCurrencyResponse_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrencyResponse");
+ private final static QName _GetCurrency_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrency");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.test.ws.jaxws.jbws2009.generated
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public GetCountryCodesResponse.Response createGetCountryCodesResponseResponse() {
+ return new GetCountryCodesResponse.Response();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public GetCurrencyCodesResponse.Response createGetCurrencyCodesResponseResponse() {
+ return new GetCurrencyCodesResponse.Response();
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodes }
+ *
+ */
+ public GetCountryCodes createGetCountryCodes() {
+ return new GetCountryCodes();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodesResponse }
+ *
+ */
+ public GetCurrencyCodesResponse createGetCurrencyCodesResponse() {
+ return new GetCurrencyCodesResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodes }
+ *
+ */
+ public GetCurrencyCodes createGetCurrencyCodes() {
+ return new GetCurrencyCodes();
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodesResponse }
+ *
+ */
+ public GetCountryCodesResponse createGetCountryCodesResponse() {
+ return new GetCountryCodesResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CurrencyCodeType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrencyResponse")
+ public JAXBElement<CurrencyCodeType> createGetCurrencyResponse(CurrencyCodeType value) {
+ return new JAXBElement<CurrencyCodeType>(_GetCurrencyResponse_QNAME, CurrencyCodeType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CountryCodeType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrency")
+ public JAXBElement<CountryCodeType> createGetCurrency(CountryCodeType value) {
+ return new JAXBElement<CountryCodeType>(_GetCurrency_QNAME, CountryCodeType.class, null, value);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,58 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.ws.RequestWrapper;
-import javax.xml.ws.ResponseWrapper;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.1.1-b03-
- * Generated source version: 2.0
- *
- */
-@WebService(name = "ServiceType", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
-public interface ServiceType {
-
-
- /**
- *
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response
- */
- @WebMethod(action = "countryCodesAction")
- @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
- @RequestWrapper(localName = "getCountryCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodes")
- @ResponseWrapper(localName = "getCountryCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse")
- public org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response getCountryCodes();
-
- /**
- *
- * @param parameters
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType
- */
- @WebMethod(action = "currencyAction")
- @WebResult(name = "getCurrencyResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
- @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
- public CurrencyCodeType getCurrency(
- @WebParam(name = "getCurrency", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
- CountryCodeType parameters);
-
- /**
- *
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response
- */
- @WebMethod(action = "currencyCodesAction")
- @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
- @RequestWrapper(localName = "getCurrencyCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodes")
- @ResponseWrapper(localName = "getCurrencyCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse")
- public org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response getCurrencyCodes();
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,58 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.1-b03-
+ * Generated source version: 2.0
+ *
+ */
+@WebService(name = "ServiceType", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+public interface ServiceType {
+
+
+ /**
+ *
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response
+ */
+ @WebMethod(action = "countryCodesAction")
+ @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+ @RequestWrapper(localName = "getCountryCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodes")
+ @ResponseWrapper(localName = "getCountryCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse")
+ public org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response getCountryCodes();
+
+ /**
+ *
+ * @param parameters
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType
+ */
+ @WebMethod(action = "currencyAction")
+ @WebResult(name = "getCurrencyResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
+ @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+ public CurrencyCodeType getCurrency(
+ @WebParam(name = "getCurrency", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
+ CountryCodeType parameters);
+
+ /**
+ *
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response
+ */
+ @WebMethod(action = "currencyCodesAction")
+ @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+ @RequestWrapper(localName = "getCurrencyCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodes")
+ @ResponseWrapper(localName = "getCurrencyCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse")
+ public org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response getCurrencyCodes();
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,2 +0,0 @@
-(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.jboss.test.ws.jaxws.jbws2009.generated;
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,2 @@
+(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package org.jboss.test.ws.jaxws.jbws2009.generated;
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009 (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="urn:CoreComponentTypes" elementFormDefault="qualified" attributeFormDefault="unqualified"
- xmlns:bc="urn:BaseComponents"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import namespace="urn:BaseComponents" schemaLocation="../../imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
- <xs:simpleType name="CountryType">
- <xs:restriction base="bc:CountryCodeType"/>
- </xs:simpleType>
- <xs:simpleType name="CurrencyType">
- <xs:restriction base="bc:CurrencyCodeType"/>
- </xs:simpleType>
-</xs:schema>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="urn:CoreComponentTypes" elementFormDefault="qualified" attributeFormDefault="unqualified"
+ xmlns:bc="urn:BaseComponents"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:import namespace="urn:BaseComponents" schemaLocation="../../imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
+ <xs:simpleType name="CountryType">
+ <xs:restriction base="bc:CountryCodeType"/>
+ </xs:simpleType>
+ <xs:simpleType name="CurrencyType">
+ <xs:restriction base="bc:CurrencyCodeType"/>
+ </xs:simpleType>
+</xs:schema>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="urn:BaseComponents" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:cc="urn:CoreComponentTypes"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import namespace="urn:CoreComponentTypes" schemaLocation="../../../common/1.0-SNAPSHOT/CoreComponentTypes.xsd"/>
- <xs:simpleType name="CountryCodeType">
- <xs:restriction base="xs:token">
- <xs:enumeration value="DE"/>
- <xs:enumeration value="CZ"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="CurrencyCodeType">
- <xs:restriction base="xs:token">
- <xs:enumeration value="CZK"/>
- <xs:enumeration value="EUR"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="RequestType">
- <xs:restriction base="cc:CountryType"/>
- </xs:simpleType>
- <xs:simpleType name="ResponseType">
- <xs:restriction base="cc:CurrencyType"/>
- </xs:simpleType>
-</xs:schema>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="urn:BaseComponents" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:cc="urn:CoreComponentTypes"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:import namespace="urn:CoreComponentTypes" schemaLocation="../../../common/1.0-SNAPSHOT/CoreComponentTypes.xsd"/>
+ <xs:simpleType name="CountryCodeType">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="DE"/>
+ <xs:enumeration value="CZ"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="CurrencyCodeType">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="CZK"/>
+ <xs:enumeration value="EUR"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="RequestType">
+ <xs:restriction base="cc:CountryType"/>
+ </xs:simpleType>
+ <xs:simpleType name="ResponseType">
+ <xs:restriction base="cc:CurrencyType"/>
+ </xs:simpleType>
+</xs:schema>
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,18 +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">
-
- <servlet>
- <servlet-name>Service</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws2009.ServiceImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Service</servlet-name>
- <url-pattern>/Service</url-pattern>
- </servlet-mapping>
-
-</web-app>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <servlet>
+ <servlet-name>Service</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws2009.ServiceImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Service</servlet-name>
+ <url-pattern>/Service</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-27 13:12:35 UTC (rev 8142)
@@ -1,117 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<definitions name='Service' targetNamespace='http://jbws2009.jaxws.ws.test.jboss.org/' xmlns:tns='http://jbws2009.jaxws.ws.test.jboss.org/'
- xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:cc="urn:CoreComponentTypes" xmlns:bc="urn:BaseComponents" xmlns='http://schemas.xmlsoap.org/wsdl/'>
- <types>
- <xsd:schema elementFormDefault="qualified" targetNamespace="http://jbws2009.jaxws.ws.test.jboss.org/" xmlns:tns="http://jbws2009.jaxws.ws.test.jboss.org/"
- xmlns:xns4="http://jbws2009.jaxws.ws.test.jboss.org/java/lang/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:import namespace="urn:BaseComponents" schemaLocation="../schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
-
- <xsd:element name="getCountryCodes">
- <xsd:complexType>
- <xsd:sequence/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCurrencyCodes">
- <xsd:complexType>
- <xsd:sequence/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCountryCodesResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="response" nillable="false">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" minOccurs="1" name="country" nillable="true" type="bc:CountryCodeType"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCurrency" type="bc:RequestType"/>
- <xsd:element name="getCurrencyResponse" type="bc:ResponseType"/>
- <xsd:element name="getCurrencyCodesResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="response" nillable="false">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" minOccurs="1" name="currency" nillable="true" type="bc:CurrencyCodeType"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </types>
- <message name='Service_getCountryCodes_Request_Soap'>
- <part name='parameters' element='tns:getCountryCodes'/>
- </message>
- <message name='Service_getCountryCodes_Response_Soap'>
- <part name='parameters' element='tns:getCountryCodesResponse'/>
- </message>
- <message name='Service_getCurrencyCodes_Request_Soap'>
- <part name='parameters' element='tns:getCurrencyCodes'/>
- </message>
- <message name='Service_getCurrencyCodes_Response_Soap'>
- <part name='parameters' element='tns:getCurrencyCodesResponse'/>
- </message>
- <message name='Service_getCurrency_Request_Soap'>
- <part name='parameters' element='tns:getCurrency'/>
- </message>
- <message name='Service_getCurrency_Response_Soap'>
- <part name='parameters' element='tns:getCurrencyResponse'/>
- </message>
- <portType name='ServiceType'>
- <operation name='getCountryCodes'>
- <input message='tns:Service_getCountryCodes_Request_Soap'/>
- <output message='tns:Service_getCountryCodes_Response_Soap'/>
- </operation>
- <operation name='getCurrency'>
- <input message='tns:Service_getCurrency_Request_Soap'/>
- <output message='tns:Service_getCurrency_Response_Soap'/>
- </operation>
- <operation name='getCurrencyCodes'>
- <input message='tns:Service_getCurrencyCodes_Request_Soap'/>
- <output message='tns:Service_getCurrencyCodes_Response_Soap'/>
- </operation>
- </portType>
- <binding name='ServiceBinding' type='tns:ServiceType'>
- <soap:binding transport='http://schemas.xmlsoap.org/soap/http' style='document'/>
- <operation name='getCountryCodes'>
- <soap:operation soapAction='countryCodesAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- <operation name='getCurrency'>
- <soap:operation soapAction='currencyAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- <operation name='getCurrencyCodes'>
- <soap:operation soapAction='currencyCodesAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='Service'>
- <port name='ServicePort' binding='tns:ServiceBinding'>
- <soap:address location='http:unknown-location-uri'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl (from rev 8140, stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-27 13:12:35 UTC (rev 8142)
@@ -0,0 +1,117 @@
+<?xml version='1.0' encoding='utf-8'?>
+<definitions name='Service' targetNamespace='http://jbws2009.jaxws.ws.test.jboss.org/' xmlns:tns='http://jbws2009.jaxws.ws.test.jboss.org/'
+ xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:cc="urn:CoreComponentTypes" xmlns:bc="urn:BaseComponents" xmlns='http://schemas.xmlsoap.org/wsdl/'>
+ <types>
+ <xsd:schema elementFormDefault="qualified" targetNamespace="http://jbws2009.jaxws.ws.test.jboss.org/" xmlns:tns="http://jbws2009.jaxws.ws.test.jboss.org/"
+ xmlns:xns4="http://jbws2009.jaxws.ws.test.jboss.org/java/lang/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:import namespace="urn:BaseComponents" schemaLocation="../schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
+
+ <xsd:element name="getCountryCodes">
+ <xsd:complexType>
+ <xsd:sequence/>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCurrencyCodes">
+ <xsd:complexType>
+ <xsd:sequence/>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCountryCodesResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="response" nillable="false">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element maxOccurs="unbounded" minOccurs="1" name="country" nillable="true" type="bc:CountryCodeType"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCurrency" type="bc:RequestType"/>
+ <xsd:element name="getCurrencyResponse" type="bc:ResponseType"/>
+ <xsd:element name="getCurrencyCodesResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="response" nillable="false">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element maxOccurs="unbounded" minOccurs="1" name="currency" nillable="true" type="bc:CurrencyCodeType"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ </types>
+ <message name='Service_getCountryCodes_Request_Soap'>
+ <part name='parameters' element='tns:getCountryCodes'/>
+ </message>
+ <message name='Service_getCountryCodes_Response_Soap'>
+ <part name='parameters' element='tns:getCountryCodesResponse'/>
+ </message>
+ <message name='Service_getCurrencyCodes_Request_Soap'>
+ <part name='parameters' element='tns:getCurrencyCodes'/>
+ </message>
+ <message name='Service_getCurrencyCodes_Response_Soap'>
+ <part name='parameters' element='tns:getCurrencyCodesResponse'/>
+ </message>
+ <message name='Service_getCurrency_Request_Soap'>
+ <part name='parameters' element='tns:getCurrency'/>
+ </message>
+ <message name='Service_getCurrency_Response_Soap'>
+ <part name='parameters' element='tns:getCurrencyResponse'/>
+ </message>
+ <portType name='ServiceType'>
+ <operation name='getCountryCodes'>
+ <input message='tns:Service_getCountryCodes_Request_Soap'/>
+ <output message='tns:Service_getCountryCodes_Response_Soap'/>
+ </operation>
+ <operation name='getCurrency'>
+ <input message='tns:Service_getCurrency_Request_Soap'/>
+ <output message='tns:Service_getCurrency_Response_Soap'/>
+ </operation>
+ <operation name='getCurrencyCodes'>
+ <input message='tns:Service_getCurrencyCodes_Request_Soap'/>
+ <output message='tns:Service_getCurrencyCodes_Response_Soap'/>
+ </operation>
+ </portType>
+ <binding name='ServiceBinding' type='tns:ServiceType'>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http' style='document'/>
+ <operation name='getCountryCodes'>
+ <soap:operation soapAction='countryCodesAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ <operation name='getCurrency'>
+ <soap:operation soapAction='currencyAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ <operation name='getCurrencyCodes'>
+ <soap:operation soapAction='currencyCodesAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='Service'>
+ <port name='ServicePort' binding='tns:ServiceBinding'>
+ <soap:address location='http:unknown-location-uri'/>
+ </port>
+ </service>
+</definitions>
\ No newline at end of file
16 years, 4 months
JBossWS SVN: r8141 - in stack/native/trunk: modules/core and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-27 08:15:49 -0400 (Wed, 27 Aug 2008)
New Revision: 8141
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/embedded/pom.xml
stack/native/trunk/pom.xml
Log:
Moving microcontainer dependencies out of the main pom to use the artifacts pulled in by the container integration when running the tests - fix embedded tests regression
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/trunk/modules/core/pom.xml 2008-08-27 12:15:49 UTC (rev 8141)
@@ -13,6 +13,10 @@
<version>3.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
+
+ <properties>
+ <jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
+ </properties>
<!-- Dependencies -->
<dependencies>
@@ -68,6 +72,7 @@
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
<scope>provided</scope>
+ <version>${jboss.microcontainer.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: stack/native/trunk/modules/embedded/pom.xml
===================================================================
--- stack/native/trunk/modules/embedded/pom.xml 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/trunk/modules/embedded/pom.xml 2008-08-27 12:15:49 UTC (rev 8141)
@@ -5,7 +5,7 @@
<name>JBoss Web Services - Stack Native Embedded</name>
<artifactId>jbossws-native-embedded</artifactId>
<packaging>jar</packaging>
-
+
<!-- Parent -->
<parent>
<groupId>org.jboss.ws.native</groupId>
@@ -14,6 +14,10 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <properties>
+ <jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
+ </properties>
+
<!-- Dependencies -->
<dependencies>
<!-- jbossws dependencies -->
@@ -36,6 +40,7 @@
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
<scope>provided</scope>
+ <version>${jboss.microcontainer.version}</version>
</dependency>
</dependencies>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-08-27 07:00:43 UTC (rev 8140)
+++ stack/native/trunk/pom.xml 2008-08-27 12:15:49 UTC (rev 8141)
@@ -71,7 +71,6 @@
<jboss.jaxbintros.version>1.0.0.beta2</jboss.jaxbintros.version>
<jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
- <jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
<jboss.jaxr.version>1.2.0.SP2</jboss.jaxr.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
@@ -241,17 +240,6 @@
<artifactId>jboss-remoting</artifactId>
<version>${jboss.remoting.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-kernel</artifactId>
- <version>${jboss.microcontainer.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss</groupId>
- <artifactId>jbossxb</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<!-- transitive dependencies -->
<dependency>
16 years, 4 months
JBossWS SVN: r8140 - in stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037: src/main/java/org/jboss/wsf/stack/jbws and 13 other directories.
by jbossws-commits@lists.jboss.org
Author: mageshbk(a)jboss.com
Date: 2008-08-27 03:00:43 -0400 (Wed, 27 Aug 2008)
New Revision: 8140
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/ant-import-tests/build-jars-jaxws.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java
Log:
[JBWS-2009] WSDLFilePublisher throws FileNotFoundException when schema files are not in wsdl directory
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/ant-import-tests/build-jars-jaxws.xml 2008-08-26 16:35:01 UTC (rev 8139)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/ant-import-tests/build-jars-jaxws.xml 2008-08-27 07:00:43 UTC (rev 8140)
@@ -469,6 +469,18 @@
</webinf>
</war>
+ <!-- jaxws-jbws2009 -->
+ <war warfile="${tests.output.dir}/libs/jaxws-jbws2009.war" webxml="${tests.output.dir}/resources/jaxws/jbws2009/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws2009/**/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws2009/*TestCase.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxws/jbws2009/WEB-INF">
+ <include name="wsdl/**"/>
+ <include name="schema/**"/>
+ </webinf>
+ </war>
+
<!-- jaxws namespace -->
<war warfile="${tests.output.dir}/libs/jaxws-namespace.war" webxml="${tests.output.dir}/resources/jaxws/namespace/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java 2008-08-26 16:35:01 UTC (rev 8139)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/main/java/org/jboss/wsf/stack/jbws/WSDLFilePublisher.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -236,6 +236,10 @@
resourcePath = resourcePath + "/";
resourcePath = expLocation + resourcePath + schemaLocation;
+ while (resourcePath.indexOf("//") != -1)
+ {
+ resourcePath = resourcePath.replace("//", "/");
+ }
URL resourceURL = dep.getMetaDataFileURL(resourcePath);
InputStream is = new ResourceURL(resourceURL).openStream();
if (is == null)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009 (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,91 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2009;
-
-// $Id$
-
-import java.net.URL;
-import java.util.List;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * [JBWS-2009] JBossWS cannot find local schema with relative urls
- *
- * @author thomas.diesler(a)jboss.com
- * @since 16-Oct-2007
- */
-public class JBWS2009TestCase extends JBossWSTest
-{
- private String targetNS = "http://jbws2009.jaxws.ws.test.jboss.org/";
- private ServiceType proxy;
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS2009TestCase.class, "jaxws-jbws2009.war");
- }
-
- @Override
- protected void setUp() throws Exception
- {
- super.setUp();
-
- QName serviceName = new QName(targetNS, "Service");
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2009/Service?wsdl");
-
- Service service = Service.create(wsdlURL, serviceName);
- proxy = service.getPort(ServiceType.class);
- }
-
- public void testCountryCodes() throws Exception
- {
- Response response = proxy.getCountryCodes();
- List<CountryCodeType> countryCodes = response.getCountry();
- assertEquals(countryCodes.get(0), CountryCodeType.CZ);
- assertEquals(countryCodes.get(1), CountryCodeType.DE);
- }
-
- public void testCurrencyCodes() throws Exception
- {
- org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response response = proxy.getCurrencyCodes();
- List<CurrencyCodeType> currencyCodes = response.getCurrency();
- assertEquals(currencyCodes.get(0), CurrencyCodeType.CZK);
- assertEquals(currencyCodes.get(1), CurrencyCodeType.EUR);
- }
-
- public void test() throws Exception
- {
- assertEquals(CurrencyCodeType.CZK, proxy.getCurrency(CountryCodeType.CZ));
- assertEquals(CurrencyCodeType.EUR, proxy.getCurrency(CountryCodeType.DE));
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/JBWS2009TestCase.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,91 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2009;
+
+// $Id$
+
+import java.net.URL;
+import java.util.List;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-2009] JBossWS cannot find local schema with relative urls
+ *
+ * @author thomas.diesler(a)jboss.com
+ * @since 16-Oct-2007
+ */
+public class JBWS2009TestCase extends JBossWSTest
+{
+ private String targetNS = "http://jbws2009.jaxws.ws.test.jboss.org/";
+ private ServiceType proxy;
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2009TestCase.class, "jaxws-jbws2009.war");
+ }
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ super.setUp();
+
+ QName serviceName = new QName(targetNS, "Service");
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws2009/Service?wsdl");
+
+ Service service = Service.create(wsdlURL, serviceName);
+ proxy = service.getPort(ServiceType.class);
+ }
+
+ public void testCountryCodes() throws Exception
+ {
+ Response response = proxy.getCountryCodes();
+ List<CountryCodeType> countryCodes = response.getCountry();
+ assertEquals(countryCodes.get(0), CountryCodeType.CZ);
+ assertEquals(countryCodes.get(1), CountryCodeType.DE);
+ }
+
+ public void testCurrencyCodes() throws Exception
+ {
+ org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response response = proxy.getCurrencyCodes();
+ List<CurrencyCodeType> currencyCodes = response.getCurrency();
+ assertEquals(currencyCodes.get(0), CurrencyCodeType.CZK);
+ assertEquals(currencyCodes.get(1), CurrencyCodeType.EUR);
+ }
+
+ public void test() throws Exception
+ {
+ assertEquals(CurrencyCodeType.CZK, proxy.getCurrency(CountryCodeType.CZ));
+ assertEquals(CurrencyCodeType.EUR, proxy.getCurrency(CountryCodeType.DE));
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,68 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws2009;
-
-// $Id$
-
-import java.util.List;
-
-import javax.jws.WebService;
-
-import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse;
-import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
-import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
-
-@WebService(portName = "ServicePort", serviceName = "Service", wsdlLocation = "WEB-INF/wsdl/TestService.wsdl", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", endpointInterface = "org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType")
-public class ServiceImpl implements ServiceType
-{
-
- public Response getCountryCodes()
- {
- Response response = new Response();
- List<CountryCodeType> values = response.getCountry();
- values.add(CountryCodeType.CZ);
- values.add(CountryCodeType.DE);
- return response;
- }
-
- public CurrencyCodeType getCurrency(CountryCodeType parameters)
- {
- if (parameters == CountryCodeType.CZ)
- return CurrencyCodeType.CZK;
- if (parameters == CountryCodeType.DE)
- return CurrencyCodeType.EUR;
-
- throw new IllegalArgumentException();
- }
-
- public GetCurrencyCodesResponse.Response getCurrencyCodes()
- {
- GetCurrencyCodesResponse.Response response = new GetCurrencyCodesResponse.Response();
- List<CurrencyCodeType> values = response.getCurrency();
- values.add(CurrencyCodeType.CZK);
- values.add(CurrencyCodeType.EUR);
- return response;
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/ServiceImpl.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,68 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws2009;
+
+// $Id$
+
+import java.util.List;
+
+import javax.jws.WebService;
+
+import org.jboss.test.ws.jaxws.jbws2009.generated.CountryCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse;
+import org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType;
+import org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response;
+
+@WebService(portName = "ServicePort", serviceName = "Service", wsdlLocation = "WEB-INF/wsdl/TestService.wsdl", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", endpointInterface = "org.jboss.test.ws.jaxws.jbws2009.generated.ServiceType")
+public class ServiceImpl implements ServiceType
+{
+
+ public Response getCountryCodes()
+ {
+ Response response = new Response();
+ List<CountryCodeType> values = response.getCountry();
+ values.add(CountryCodeType.CZ);
+ values.add(CountryCodeType.DE);
+ return response;
+ }
+
+ public CurrencyCodeType getCurrency(CountryCodeType parameters)
+ {
+ if (parameters == CountryCodeType.CZ)
+ return CurrencyCodeType.CZK;
+ if (parameters == CountryCodeType.DE)
+ return CurrencyCodeType.EUR;
+
+ throw new IllegalArgumentException();
+ }
+
+ public GetCurrencyCodesResponse.Response getCurrencyCodes()
+ {
+ GetCurrencyCodesResponse.Response response = new GetCurrencyCodesResponse.Response();
+ List<CurrencyCodeType> values = response.getCurrency();
+ values.add(CurrencyCodeType.CZK);
+ values.add(CurrencyCodeType.EUR);
+ return response;
+ }
+
+}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,38 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for CountryCodeType.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- * <p>
- * <pre>
- * <simpleType name="CountryCodeType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
- * <enumeration value="DE"/>
- * <enumeration value="CZ"/>
- * </restriction>
- * </simpleType>
- * </pre>
- *
- */
-@XmlType(name = "CountryCodeType", namespace = "urn:BaseComponents")
-@XmlEnum
-public enum CountryCodeType {
-
- DE,
- CZ;
-
- public String value() {
- return name();
- }
-
- public static CountryCodeType fromValue(String v) {
- return valueOf(v);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CountryCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,38 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CountryCodeType.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * <pre>
+ * <simpleType name="CountryCodeType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
+ * <enumeration value="DE"/>
+ * <enumeration value="CZ"/>
+ * </restriction>
+ * </simpleType>
+ * </pre>
+ *
+ */
+@XmlType(name = "CountryCodeType", namespace = "urn:BaseComponents")
+@XmlEnum
+public enum CountryCodeType {
+
+ DE,
+ CZ;
+
+ public String value() {
+ return name();
+ }
+
+ public static CountryCodeType fromValue(String v) {
+ return valueOf(v);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,38 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for CurrencyCodeType.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- * <p>
- * <pre>
- * <simpleType name="CurrencyCodeType">
- * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
- * <enumeration value="CZK"/>
- * <enumeration value="EUR"/>
- * </restriction>
- * </simpleType>
- * </pre>
- *
- */
-@XmlType(name = "CurrencyCodeType", namespace = "urn:BaseComponents")
-@XmlEnum
-public enum CurrencyCodeType {
-
- CZK,
- EUR;
-
- public String value() {
- return name();
- }
-
- public static CurrencyCodeType fromValue(String v) {
- return valueOf(v);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/CurrencyCodeType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,38 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CurrencyCodeType.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * <pre>
+ * <simpleType name="CurrencyCodeType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}token">
+ * <enumeration value="CZK"/>
+ * <enumeration value="EUR"/>
+ * </restriction>
+ * </simpleType>
+ * </pre>
+ *
+ */
+@XmlType(name = "CurrencyCodeType", namespace = "urn:BaseComponents")
+@XmlEnum
+public enum CurrencyCodeType {
+
+ CZK,
+ EUR;
+
+ public String value() {
+ return name();
+ }
+
+ public static CurrencyCodeType fromValue(String v) {
+ return valueOf(v);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,34 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "")
-@XmlRootElement(name = "getCountryCodes")
-public class GetCountryCodes {
-
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,34 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "getCountryCodes")
+public class GetCountryCodes {
+
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,136 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="response">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "response"
-})
-@XmlRootElement(name = "getCountryCodesResponse")
-public class GetCountryCodesResponse {
-
- @XmlElement(required = true)
- protected GetCountryCodesResponse.Response response;
-
- /**
- * Gets the value of the response property.
- *
- * @return
- * possible object is
- * {@link GetCountryCodesResponse.Response }
- *
- */
- public GetCountryCodesResponse.Response getResponse() {
- return response;
- }
-
- /**
- * Sets the value of the response property.
- *
- * @param value
- * allowed object is
- * {@link GetCountryCodesResponse.Response }
- *
- */
- public void setResponse(GetCountryCodesResponse.Response value) {
- this.response = value;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "country"
- })
- public static class Response {
-
- @XmlElement(required = true, nillable = true)
- protected List<CountryCodeType> country;
-
- /**
- * Gets the value of the country property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the country property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getCountry().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link CountryCodeType }
- *
- *
- */
- public List<CountryCodeType> getCountry() {
- if (country == null) {
- country = new ArrayList<CountryCodeType>();
- }
- return this.country;
- }
-
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCountryCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,136 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="response">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "response"
+})
+@XmlRootElement(name = "getCountryCodesResponse")
+public class GetCountryCodesResponse {
+
+ @XmlElement(required = true)
+ protected GetCountryCodesResponse.Response response;
+
+ /**
+ * Gets the value of the response property.
+ *
+ * @return
+ * possible object is
+ * {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public GetCountryCodesResponse.Response getResponse() {
+ return response;
+ }
+
+ /**
+ * Sets the value of the response property.
+ *
+ * @param value
+ * allowed object is
+ * {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public void setResponse(GetCountryCodesResponse.Response value) {
+ this.response = value;
+ }
+
+
+ /**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="country" type="{urn:BaseComponents}CountryCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "country"
+ })
+ public static class Response {
+
+ @XmlElement(required = true, nillable = true)
+ protected List<CountryCodeType> country;
+
+ /**
+ * Gets the value of the country property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the country property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getCountry().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link CountryCodeType }
+ *
+ *
+ */
+ public List<CountryCodeType> getCountry() {
+ if (country == null) {
+ country = new ArrayList<CountryCodeType>();
+ }
+ return this.country;
+ }
+
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,34 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "")
-@XmlRootElement(name = "getCurrencyCodes")
-public class GetCurrencyCodes {
-
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodes.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,34 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "getCurrencyCodes")
+public class GetCurrencyCodes {
+
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,136 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="response">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
-(a)XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
- "response"
-})
-@XmlRootElement(name = "getCurrencyCodesResponse")
-public class GetCurrencyCodesResponse {
-
- @XmlElement(required = true)
- protected GetCurrencyCodesResponse.Response response;
-
- /**
- * Gets the value of the response property.
- *
- * @return
- * possible object is
- * {@link GetCurrencyCodesResponse.Response }
- *
- */
- public GetCurrencyCodesResponse.Response getResponse() {
- return response;
- }
-
- /**
- * Sets the value of the response property.
- *
- * @param value
- * allowed object is
- * {@link GetCurrencyCodesResponse.Response }
- *
- */
- public void setResponse(GetCurrencyCodesResponse.Response value) {
- this.response = value;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "currency"
- })
- public static class Response {
-
- @XmlElement(required = true, nillable = true)
- protected List<CurrencyCodeType> currency;
-
- /**
- * Gets the value of the currency property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the currency property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getCurrency().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link CurrencyCodeType }
- *
- *
- */
- public List<CurrencyCodeType> getCurrency() {
- if (currency == null) {
- currency = new ArrayList<CurrencyCodeType>();
- }
- return this.currency;
- }
-
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/GetCurrencyCodesResponse.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,136 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="response">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "response"
+})
+@XmlRootElement(name = "getCurrencyCodesResponse")
+public class GetCurrencyCodesResponse {
+
+ @XmlElement(required = true)
+ protected GetCurrencyCodesResponse.Response response;
+
+ /**
+ * Gets the value of the response property.
+ *
+ * @return
+ * possible object is
+ * {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public GetCurrencyCodesResponse.Response getResponse() {
+ return response;
+ }
+
+ /**
+ * Sets the value of the response property.
+ *
+ * @param value
+ * allowed object is
+ * {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public void setResponse(GetCurrencyCodesResponse.Response value) {
+ this.response = value;
+ }
+
+
+ /**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="currency" type="{urn:BaseComponents}CurrencyCodeType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "currency"
+ })
+ public static class Response {
+
+ @XmlElement(required = true, nillable = true)
+ protected List<CurrencyCodeType> currency;
+
+ /**
+ * Gets the value of the currency property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the currency property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getCurrency().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link CurrencyCodeType }
+ *
+ *
+ */
+ public List<CurrencyCodeType> getCurrency() {
+ if (currency == null) {
+ currency = new ArrayList<CurrencyCodeType>();
+ }
+ return this.currency;
+ }
+
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,103 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlElementDecl;
-import javax.xml.bind.annotation.XmlRegistry;
-import javax.xml.namespace.QName;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the org.jboss.test.ws.jaxws.jbws2009.generated package.
- * <p>An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
- private final static QName _GetCurrencyResponse_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrencyResponse");
- private final static QName _GetCurrency_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrency");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.test.ws.jaxws.jbws2009.generated
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link GetCountryCodesResponse.Response }
- *
- */
- public GetCountryCodesResponse.Response createGetCountryCodesResponseResponse() {
- return new GetCountryCodesResponse.Response();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodesResponse.Response }
- *
- */
- public GetCurrencyCodesResponse.Response createGetCurrencyCodesResponseResponse() {
- return new GetCurrencyCodesResponse.Response();
- }
-
- /**
- * Create an instance of {@link GetCountryCodes }
- *
- */
- public GetCountryCodes createGetCountryCodes() {
- return new GetCountryCodes();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodesResponse }
- *
- */
- public GetCurrencyCodesResponse createGetCurrencyCodesResponse() {
- return new GetCurrencyCodesResponse();
- }
-
- /**
- * Create an instance of {@link GetCurrencyCodes }
- *
- */
- public GetCurrencyCodes createGetCurrencyCodes() {
- return new GetCurrencyCodes();
- }
-
- /**
- * Create an instance of {@link GetCountryCodesResponse }
- *
- */
- public GetCountryCodesResponse createGetCountryCodesResponse() {
- return new GetCountryCodesResponse();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CurrencyCodeType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrencyResponse")
- public JAXBElement<CurrencyCodeType> createGetCurrencyResponse(CurrencyCodeType value) {
- return new JAXBElement<CurrencyCodeType>(_GetCurrencyResponse_QNAME, CurrencyCodeType.class, null, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CountryCodeType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrency")
- public JAXBElement<CountryCodeType> createGetCurrency(CountryCodeType value) {
- return new JAXBElement<CountryCodeType>(_GetCurrency_QNAME, CountryCodeType.class, null, value);
- }
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ObjectFactory.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,103 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the org.jboss.test.ws.jaxws.jbws2009.generated package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _GetCurrencyResponse_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrencyResponse");
+ private final static QName _GetCurrency_QNAME = new QName("http://jbws2009.jaxws.ws.test.jboss.org/", "getCurrency");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.test.ws.jaxws.jbws2009.generated
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodesResponse.Response }
+ *
+ */
+ public GetCountryCodesResponse.Response createGetCountryCodesResponseResponse() {
+ return new GetCountryCodesResponse.Response();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodesResponse.Response }
+ *
+ */
+ public GetCurrencyCodesResponse.Response createGetCurrencyCodesResponseResponse() {
+ return new GetCurrencyCodesResponse.Response();
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodes }
+ *
+ */
+ public GetCountryCodes createGetCountryCodes() {
+ return new GetCountryCodes();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodesResponse }
+ *
+ */
+ public GetCurrencyCodesResponse createGetCurrencyCodesResponse() {
+ return new GetCurrencyCodesResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetCurrencyCodes }
+ *
+ */
+ public GetCurrencyCodes createGetCurrencyCodes() {
+ return new GetCurrencyCodes();
+ }
+
+ /**
+ * Create an instance of {@link GetCountryCodesResponse }
+ *
+ */
+ public GetCountryCodesResponse createGetCountryCodesResponse() {
+ return new GetCountryCodesResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CurrencyCodeType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrencyResponse")
+ public JAXBElement<CurrencyCodeType> createGetCurrencyResponse(CurrencyCodeType value) {
+ return new JAXBElement<CurrencyCodeType>(_GetCurrencyResponse_QNAME, CurrencyCodeType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CountryCodeType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", name = "getCurrency")
+ public JAXBElement<CountryCodeType> createGetCurrency(CountryCodeType value) {
+ return new JAXBElement<CountryCodeType>(_GetCurrency_QNAME, CountryCodeType.class, null, value);
+ }
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,58 +0,0 @@
-
-package org.jboss.test.ws.jaxws.jbws2009.generated;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.ws.RequestWrapper;
-import javax.xml.ws.ResponseWrapper;
-
-
-/**
- * This class was generated by the JAX-WS RI.
- * JAX-WS RI 2.1.1-b03-
- * Generated source version: 2.0
- *
- */
-@WebService(name = "ServiceType", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
-public interface ServiceType {
-
-
- /**
- *
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response
- */
- @WebMethod(action = "countryCodesAction")
- @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
- @RequestWrapper(localName = "getCountryCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodes")
- @ResponseWrapper(localName = "getCountryCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse")
- public org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response getCountryCodes();
-
- /**
- *
- * @param parameters
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType
- */
- @WebMethod(action = "currencyAction")
- @WebResult(name = "getCurrencyResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
- @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
- public CurrencyCodeType getCurrency(
- @WebParam(name = "getCurrency", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
- CountryCodeType parameters);
-
- /**
- *
- * @return
- * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response
- */
- @WebMethod(action = "currencyCodesAction")
- @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
- @RequestWrapper(localName = "getCurrencyCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodes")
- @ResponseWrapper(localName = "getCurrencyCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse")
- public org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response getCurrencyCodes();
-
-}
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/ServiceType.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,58 @@
+
+package org.jboss.test.ws.jaxws.jbws2009.generated;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.1-b03-
+ * Generated source version: 2.0
+ *
+ */
+@WebService(name = "ServiceType", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+public interface ServiceType {
+
+
+ /**
+ *
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response
+ */
+ @WebMethod(action = "countryCodesAction")
+ @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+ @RequestWrapper(localName = "getCountryCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodes")
+ @ResponseWrapper(localName = "getCountryCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse")
+ public org.jboss.test.ws.jaxws.jbws2009.generated.GetCountryCodesResponse.Response getCountryCodes();
+
+ /**
+ *
+ * @param parameters
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.CurrencyCodeType
+ */
+ @WebMethod(action = "currencyAction")
+ @WebResult(name = "getCurrencyResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
+ @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+ public CurrencyCodeType getCurrency(
+ @WebParam(name = "getCurrency", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", partName = "parameters")
+ CountryCodeType parameters);
+
+ /**
+ *
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response
+ */
+ @WebMethod(action = "currencyCodesAction")
+ @WebResult(name = "response", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/")
+ @RequestWrapper(localName = "getCurrencyCodes", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodes")
+ @ResponseWrapper(localName = "getCurrencyCodesResponse", targetNamespace = "http://jbws2009.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse")
+ public org.jboss.test.ws.jaxws.jbws2009.generated.GetCurrencyCodesResponse.Response getCurrencyCodes();
+
+}
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,2 +0,0 @@
-(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.jboss.test.ws.jaxws.jbws2009.generated;
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/java/org/jboss/test/ws/jaxws/jbws2009/generated/package-info.java 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,2 @@
+(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://jbws2009.jaxws.ws.test.jboss.org/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package org.jboss.test.ws.jaxws.jbws2009.generated;
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009 (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="urn:CoreComponentTypes" elementFormDefault="qualified" attributeFormDefault="unqualified"
- xmlns:bc="urn:BaseComponents"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import namespace="urn:BaseComponents" schemaLocation="../../imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
- <xs:simpleType name="CountryType">
- <xs:restriction base="bc:CountryCodeType"/>
- </xs:simpleType>
- <xs:simpleType name="CurrencyType">
- <xs:restriction base="bc:CurrencyCodeType"/>
- </xs:simpleType>
-</xs:schema>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/common/1.0-SNAPSHOT/CoreComponentTypes.xsd 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="urn:CoreComponentTypes" elementFormDefault="qualified" attributeFormDefault="unqualified"
+ xmlns:bc="urn:BaseComponents"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:import namespace="urn:BaseComponents" schemaLocation="../../imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
+ <xs:simpleType name="CountryType">
+ <xs:restriction base="bc:CountryCodeType"/>
+ </xs:simpleType>
+ <xs:simpleType name="CurrencyType">
+ <xs:restriction base="bc:CurrencyCodeType"/>
+ </xs:simpleType>
+</xs:schema>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service)
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="urn:BaseComponents" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:cc="urn:CoreComponentTypes"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import namespace="urn:CoreComponentTypes" schemaLocation="../../../common/1.0-SNAPSHOT/CoreComponentTypes.xsd"/>
- <xs:simpleType name="CountryCodeType">
- <xs:restriction base="xs:token">
- <xs:enumeration value="DE"/>
- <xs:enumeration value="CZ"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="CurrencyCodeType">
- <xs:restriction base="xs:token">
- <xs:enumeration value="CZK"/>
- <xs:enumeration value="EUR"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="RequestType">
- <xs:restriction base="cc:CountryType"/>
- </xs:simpleType>
- <xs:simpleType name="ResponseType">
- <xs:restriction base="cc:CurrencyType"/>
- </xs:simpleType>
-</xs:schema>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="urn:BaseComponents" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:cc="urn:CoreComponentTypes"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:import namespace="urn:CoreComponentTypes" schemaLocation="../../../common/1.0-SNAPSHOT/CoreComponentTypes.xsd"/>
+ <xs:simpleType name="CountryCodeType">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="DE"/>
+ <xs:enumeration value="CZ"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="CurrencyCodeType">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="CZK"/>
+ <xs:enumeration value="EUR"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="RequestType">
+ <xs:restriction base="cc:CountryType"/>
+ </xs:simpleType>
+ <xs:simpleType name="ResponseType">
+ <xs:restriction base="cc:CurrencyType"/>
+ </xs:simpleType>
+</xs:schema>
\ No newline at end of file
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,18 +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">
-
- <servlet>
- <servlet-name>Service</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws2009.ServiceImpl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>Service</servlet-name>
- <url-pattern>/Service</url-pattern>
- </servlet-mapping>
-
-</web-app>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/web.xml 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <servlet>
+ <servlet-name>Service</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws2009.ServiceImpl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Service</servlet-name>
+ <url-pattern>/Service</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl)
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-04 12:16:09 UTC (rev 7998)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-27 07:00:43 UTC (rev 8140)
@@ -1,117 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<definitions name='Service' targetNamespace='http://jbws2009.jaxws.ws.test.jboss.org/' xmlns:tns='http://jbws2009.jaxws.ws.test.jboss.org/'
- xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:cc="urn:CoreComponentTypes" xmlns:bc="urn:BaseComponents" xmlns='http://schemas.xmlsoap.org/wsdl/'>
- <types>
- <xsd:schema elementFormDefault="qualified" targetNamespace="http://jbws2009.jaxws.ws.test.jboss.org/" xmlns:tns="http://jbws2009.jaxws.ws.test.jboss.org/"
- xmlns:xns4="http://jbws2009.jaxws.ws.test.jboss.org/java/lang/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:import namespace="urn:BaseComponents" schemaLocation="../schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
-
- <xsd:element name="getCountryCodes">
- <xsd:complexType>
- <xsd:sequence/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCurrencyCodes">
- <xsd:complexType>
- <xsd:sequence/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCountryCodesResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="response" nillable="false">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" minOccurs="1" name="country" nillable="true" type="bc:CountryCodeType"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="getCurrency" type="bc:RequestType"/>
- <xsd:element name="getCurrencyResponse" type="bc:ResponseType"/>
- <xsd:element name="getCurrencyCodesResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="response" nillable="false">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" minOccurs="1" name="currency" nillable="true" type="bc:CurrencyCodeType"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </types>
- <message name='Service_getCountryCodes_Request_Soap'>
- <part name='parameters' element='tns:getCountryCodes'/>
- </message>
- <message name='Service_getCountryCodes_Response_Soap'>
- <part name='parameters' element='tns:getCountryCodesResponse'/>
- </message>
- <message name='Service_getCurrencyCodes_Request_Soap'>
- <part name='parameters' element='tns:getCurrencyCodes'/>
- </message>
- <message name='Service_getCurrencyCodes_Response_Soap'>
- <part name='parameters' element='tns:getCurrencyCodesResponse'/>
- </message>
- <message name='Service_getCurrency_Request_Soap'>
- <part name='parameters' element='tns:getCurrency'/>
- </message>
- <message name='Service_getCurrency_Response_Soap'>
- <part name='parameters' element='tns:getCurrencyResponse'/>
- </message>
- <portType name='ServiceType'>
- <operation name='getCountryCodes'>
- <input message='tns:Service_getCountryCodes_Request_Soap'/>
- <output message='tns:Service_getCountryCodes_Response_Soap'/>
- </operation>
- <operation name='getCurrency'>
- <input message='tns:Service_getCurrency_Request_Soap'/>
- <output message='tns:Service_getCurrency_Response_Soap'/>
- </operation>
- <operation name='getCurrencyCodes'>
- <input message='tns:Service_getCurrencyCodes_Request_Soap'/>
- <output message='tns:Service_getCurrencyCodes_Response_Soap'/>
- </operation>
- </portType>
- <binding name='ServiceBinding' type='tns:ServiceType'>
- <soap:binding transport='http://schemas.xmlsoap.org/soap/http' style='document'/>
- <operation name='getCountryCodes'>
- <soap:operation soapAction='countryCodesAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- <operation name='getCurrency'>
- <soap:operation soapAction='currencyAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- <operation name='getCurrencyCodes'>
- <soap:operation soapAction='currencyCodesAction' style='document'/>
- <input>
- <soap:body parts='parameters' use='literal'/>
- </input>
- <output>
- <soap:body parts='parameters' use='literal'/>
- </output>
- </operation>
- </binding>
- <service name='Service'>
- <port name='ServicePort' binding='tns:ServiceBinding'>
- <soap:address location='http:unknown-location-uri'/>
- </port>
- </service>
-</definitions>
\ No newline at end of file
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl (from rev 7998, stack/native/branches/jbossws-native-2.0.1.SP2_CP02_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl)
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/src/test/resources/jaxws/jbws2009/WEB-INF/wsdl/TestService.wsdl 2008-08-27 07:00:43 UTC (rev 8140)
@@ -0,0 +1,117 @@
+<?xml version='1.0' encoding='utf-8'?>
+<definitions name='Service' targetNamespace='http://jbws2009.jaxws.ws.test.jboss.org/' xmlns:tns='http://jbws2009.jaxws.ws.test.jboss.org/'
+ xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:cc="urn:CoreComponentTypes" xmlns:bc="urn:BaseComponents" xmlns='http://schemas.xmlsoap.org/wsdl/'>
+ <types>
+ <xsd:schema elementFormDefault="qualified" targetNamespace="http://jbws2009.jaxws.ws.test.jboss.org/" xmlns:tns="http://jbws2009.jaxws.ws.test.jboss.org/"
+ xmlns:xns4="http://jbws2009.jaxws.ws.test.jboss.org/java/lang/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:import namespace="urn:BaseComponents" schemaLocation="../schema/imported/my-service/1.0-SNAPSHOT/BaseComponents.xsd"/>
+
+ <xsd:element name="getCountryCodes">
+ <xsd:complexType>
+ <xsd:sequence/>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCurrencyCodes">
+ <xsd:complexType>
+ <xsd:sequence/>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCountryCodesResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="response" nillable="false">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element maxOccurs="unbounded" minOccurs="1" name="country" nillable="true" type="bc:CountryCodeType"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="getCurrency" type="bc:RequestType"/>
+ <xsd:element name="getCurrencyResponse" type="bc:ResponseType"/>
+ <xsd:element name="getCurrencyCodesResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="response" nillable="false">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element maxOccurs="unbounded" minOccurs="1" name="currency" nillable="true" type="bc:CurrencyCodeType"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ </types>
+ <message name='Service_getCountryCodes_Request_Soap'>
+ <part name='parameters' element='tns:getCountryCodes'/>
+ </message>
+ <message name='Service_getCountryCodes_Response_Soap'>
+ <part name='parameters' element='tns:getCountryCodesResponse'/>
+ </message>
+ <message name='Service_getCurrencyCodes_Request_Soap'>
+ <part name='parameters' element='tns:getCurrencyCodes'/>
+ </message>
+ <message name='Service_getCurrencyCodes_Response_Soap'>
+ <part name='parameters' element='tns:getCurrencyCodesResponse'/>
+ </message>
+ <message name='Service_getCurrency_Request_Soap'>
+ <part name='parameters' element='tns:getCurrency'/>
+ </message>
+ <message name='Service_getCurrency_Response_Soap'>
+ <part name='parameters' element='tns:getCurrencyResponse'/>
+ </message>
+ <portType name='ServiceType'>
+ <operation name='getCountryCodes'>
+ <input message='tns:Service_getCountryCodes_Request_Soap'/>
+ <output message='tns:Service_getCountryCodes_Response_Soap'/>
+ </operation>
+ <operation name='getCurrency'>
+ <input message='tns:Service_getCurrency_Request_Soap'/>
+ <output message='tns:Service_getCurrency_Response_Soap'/>
+ </operation>
+ <operation name='getCurrencyCodes'>
+ <input message='tns:Service_getCurrencyCodes_Request_Soap'/>
+ <output message='tns:Service_getCurrencyCodes_Response_Soap'/>
+ </operation>
+ </portType>
+ <binding name='ServiceBinding' type='tns:ServiceType'>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http' style='document'/>
+ <operation name='getCountryCodes'>
+ <soap:operation soapAction='countryCodesAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ <operation name='getCurrency'>
+ <soap:operation soapAction='currencyAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ <operation name='getCurrencyCodes'>
+ <soap:operation soapAction='currencyCodesAction' style='document'/>
+ <input>
+ <soap:body parts='parameters' use='literal'/>
+ </input>
+ <output>
+ <soap:body parts='parameters' use='literal'/>
+ </output>
+ </operation>
+ </binding>
+ <service name='Service'>
+ <port name='ServicePort' binding='tns:ServiceBinding'>
+ <soap:address location='http:unknown-location-uri'/>
+ </port>
+ </service>
+</definitions>
\ No newline at end of file
16 years, 4 months
JBossWS SVN: r8139 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2000.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-26 12:35:01 -0400 (Tue, 26 Aug 2008)
New Revision: 8139
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2000/FileTransferServiceImpl.java
Log:
[JBWS-2000] Removing file on exit to prevent filling up the disk when running Hudson...
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2000/FileTransferServiceImpl.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2000/FileTransferServiceImpl.java 2008-08-26 13:44:14 UTC (rev 8138)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2000/FileTransferServiceImpl.java 2008-08-26 16:35:01 UTC (rev 8139)
@@ -30,6 +30,7 @@
fileOutputStream = new FileOutputStream(outputFile);
contents.writeTo(fileOutputStream);
tempFiles.add(outputFile);
+ outputFile.deleteOnExit();
} finally {
if (fileOutputStream != null) {
fileOutputStream.close();
16 years, 4 months
JBossWS SVN: r8138 - stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-26 09:44:14 -0400 (Tue, 26 Aug 2008)
New Revision: 8138
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/ServiceRefOverridesTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java
Log:
[JBAS-5457] Fixing webserviceref tests
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.java 2008-08-26 12:06:12 UTC (rev 8137)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.java 2008-08-26 13:44:14 UTC (rev 8138)
@@ -42,7 +42,7 @@
@WebServiceRef(name = "SecurePort1")
static SecureEndpoint securePort1;
- static String retStr;
+ public static String retStr;
public static void main(String[] args)
{
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/ServiceRefOverridesTestCase.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/ServiceRefOverridesTestCase.java 2008-08-26 12:06:12 UTC (rev 8137)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/ServiceRefOverridesTestCase.java 2008-08-26 13:44:14 UTC (rev 8138)
@@ -21,6 +21,10 @@
*/
package org.jboss.test.ws.jaxws.webserviceref;
+import java.lang.reflect.Field;
+import java.lang.reflect.Method;
+import java.util.Map;
+
import junit.framework.Test;
import org.jboss.ejb3.client.ClientLauncher;
@@ -42,14 +46,6 @@
return new JBossWSTestSetup(ServiceRefOverridesTestCase.class, "jaxws-webserviceref.war, jaxws-webserviceref-override-client.jar");
}
- protected void setUp() throws Exception
- {
- super.setUp();
-
- if (TestEndpointClientTwo.iniCtx == null)
- TestEndpointClientTwo.iniCtx = getInitialContext();
- }
-
public void testService1() throws Throwable
{
String resStr = invokeTest(getName());
@@ -92,9 +88,25 @@
assertEquals(getName() + getName(), resStr);
}
+ @SuppressWarnings("unchecked")
private String invokeTest(String reqStr) throws Throwable
{
new ClientLauncher().launch(TestEndpointClientTwo.class.getName(), "jbossws-client", new String[] { reqStr });
- return TestEndpointClientTwo.testResult.get(reqStr);
+ Class<?> empty[] = {};
+ try
+ {
+ //Use reflection to compile on AS 5.0.0.CR1 too
+ Method getMainClassMethod = ClientLauncher.class.getMethod("getTheMainClass", empty);
+ //At least JBoss AS 5.0.0.CR2
+ //Use reflection to prevent double loading of the client class
+ Class<?> clientClass = (Class<?>)getMainClassMethod.invoke(null, empty);
+ Field field = clientClass.getField("testResult");
+ return ((Map<String, String>)field.get(clientClass)).get(reqStr);
+ }
+ catch (NoSuchMethodException e)
+ {
+ //JBoss AS 5.0.0.CR1
+ return TestEndpointClientTwo.testResult.get(reqStr);
+ }
}
}
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.java 2008-08-26 12:06:12 UTC (rev 8137)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.java 2008-08-26 13:44:14 UTC (rev 8138)
@@ -21,6 +21,8 @@
*/
package org.jboss.test.ws.jaxws.webserviceref;
+import java.lang.reflect.Field;
+import java.lang.reflect.Method;
import java.net.URL;
import java.io.InputStream;
@@ -77,41 +79,62 @@
{
String reqMsg = "SecureService1";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg, "kermit", "thefrog" });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
public void testExplicitSecureService2() throws Throwable
{
String reqMsg = "SecureService2";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg, "kermit", "thefrog" });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
public void testExplicitSecurePort1() throws Throwable
{
String reqMsg = "SecurePort1";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg, "kermit", "thefrog" });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
public void testImplicitSecureService1() throws Throwable
{
String reqMsg = "SecureService1";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
public void testImplicitSecureService2() throws Throwable
{
String reqMsg = "SecureService2";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
public void testImplicitSecurePort1() throws Throwable
{
String reqMsg = "SecurePort1";
new ClientLauncher().launch(SecureEndpointClient.class.getName(), "jbossws-client", new String[] { reqMsg });
- assertEquals(reqMsg, SecureEndpointClient.retStr);
+ assertResult(reqMsg);
}
+
+ private static void assertResult(String expected) throws Exception
+ {
+ Class<?> empty[] = {};
+ try
+ {
+ //Use reflection to compile on AS 5.0.0.CR1 too
+ Method getMainClassMethod = ClientLauncher.class.getMethod("getTheMainClass", empty);
+ //At least JBoss AS 5.0.0.CR2
+ //Use reflection to prevent double loading of the client class
+ Class<?> clientClass = (Class<?>)getMainClassMethod.invoke(null, empty);
+ Field field = clientClass.getField("retStr");
+ String result = (String)field.get(clientClass);
+ assertEquals(expected, result);
+ }
+ catch (NoSuchMethodException e)
+ {
+ //JBoss AS 5.0.0.CR1
+ assertEquals(expected, SecureEndpointClient.retStr);
+ }
+ }
}
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java 2008-08-26 12:06:12 UTC (rev 8137)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java 2008-08-26 13:44:14 UTC (rev 8138)
@@ -25,7 +25,9 @@
import org.jboss.test.ws.jaxws.webserviceref.TestEndpoint;
import org.jboss.test.ws.jaxws.webserviceref.TestEndpointService;
+import javax.naming.Context;
import javax.naming.InitialContext;
+import javax.naming.NamingException;
import javax.xml.ws.BindingProvider;
import javax.xml.ws.Service;
import javax.xml.ws.WebServiceRef;
@@ -33,6 +35,7 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
+import java.util.Hashtable;
import java.util.Map;
@WebServiceRef(name = "Service1")
@@ -60,7 +63,19 @@
static TestEndpoint port3;
static InitialContext iniCtx;
- static Map<String, String> testResult = new HashMap<String, String>();
+ public static Map<String, String> testResult = new HashMap<String, String>();
+
+ private static void setInitialCtx() throws NamingException
+ {
+ if (iniCtx == null)
+ {
+ InitialContext ctx = new InitialContext();
+ Hashtable env = ctx.getEnvironment();
+ env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
+ env.put("j2ee.clientName", "jbossws-client");
+ iniCtx = new InitialContext(env);
+ }
+ }
public static void main(String[] args) throws Exception
{
@@ -89,6 +104,7 @@
*/
public String testService1(String reqStr) throws Exception
{
+ setInitialCtx();
TestEndpointService service = (TestEndpointService)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Service1");
TestEndpoint port = service.getTestEndpointPort();
return port.echo(reqStr);
@@ -99,6 +115,7 @@
*/
public String testService2(String reqStr) throws Exception
{
+ setInitialCtx();
Service service = (Service)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Service2");
TestEndpoint port = service.getPort(TestEndpoint.class);
@@ -115,6 +132,7 @@
TestEndpoint port = ((TestEndpointService)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.service3).getTestEndpointPort();
String resStr1 = port.echo(reqStr);
+ setInitialCtx();
TestEndpointService service = (TestEndpointService)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Service3");
port = service.getTestEndpointPort();
@@ -132,6 +150,7 @@
String resStr1 = port.echo(reqStr);
//verifyConfig((ConfigProvider)port);
+ setInitialCtx();
TestEndpointService service = (TestEndpointService)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Service4");
port = service.getTestEndpointPort();
//verifyConfig((ConfigProvider)port);
@@ -146,6 +165,7 @@
*/
public String testPort1(String reqStr) throws Exception
{
+ setInitialCtx();
TestEndpoint port = (TestEndpoint)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Port1");
//verifyConfig((ConfigProvider)port);
@@ -160,6 +180,7 @@
//verifyConfig((ConfigProvider)port2);
String resStr1 = org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.port2.echo(reqStr);
+ setInitialCtx();
TestEndpoint port = (TestEndpoint)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Port2");
//verifyConfig((ConfigProvider)port);
@@ -178,6 +199,7 @@
BindingProvider bp = (BindingProvider)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.port3;
verifyProperties(bp.getRequestContext());
+ setInitialCtx();
TestEndpoint port = (TestEndpoint)org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo.iniCtx.lookup("java:comp/env/Port3");
String resStr2 = port.echo(reqStr);
16 years, 4 months
JBossWS SVN: r8137 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-26 08:06:12 -0400 (Tue, 26 Aug 2008)
New Revision: 8137
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/EndpointClientOne.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.java
Log:
Fixing regression due to JBAS-5457
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/EndpointClientOne.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/EndpointClientOne.java 2008-08-26 11:49:41 UTC (rev 8136)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/EndpointClientOne.java 2008-08-26 12:06:12 UTC (rev 8137)
@@ -22,8 +22,11 @@
package org.jboss.test.ws.jaxws.samples.webserviceref;
import java.util.ArrayList;
+import java.util.Hashtable;
+import javax.naming.Context;
import javax.naming.InitialContext;
+import javax.naming.NamingException;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceRef;
import javax.xml.ws.WebServiceRefs;
@@ -85,7 +88,18 @@
static Endpoint port5;
static InitialContext iniCtx;
- static String retStr;
+
+ private static void setInitialCtx() throws NamingException
+ {
+ if (iniCtx == null)
+ {
+ InitialContext ctx = new InitialContext();
+ Hashtable env = ctx.getEnvironment();
+ env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
+ env.put("j2ee.clientName", "jbossws-client");
+ iniCtx = new InitialContext(env);
+ }
+ }
public static void main(String[] args)
{
@@ -95,6 +109,7 @@
ArrayList<Endpoint> ports = new ArrayList<Endpoint>();
try
{
+ setInitialCtx();
ports.add(((EndpointService)iniCtx.lookup("java:comp/env/service1")).getEndpointPort());
ports.add(((EndpointService)iniCtx.lookup("java:comp/env/service2")).getEndpointPort());
ports.add((Endpoint)service3.getPort(Endpoint.class));
@@ -125,7 +140,5 @@
if (inStr.equals(outStr) == false)
throw new WebServiceException("Invalid echo return: " + inStr);
}
-
- retStr = inStr;
}
}
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.java 2008-08-26 11:49:41 UTC (rev 8136)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.java 2008-08-26 12:06:12 UTC (rev 8137)
@@ -75,9 +75,6 @@
public void testApplicationClient() throws Throwable
{
String helloWorld = "Hello World!";
- EndpointClientOne.iniCtx = getInitialContext();
-
new ClientLauncher().launch(EndpointClientOne.class.getName(), "jbossws-client", new String[] { helloWorld });
- assertEquals(helloWorld, EndpointClientOne.retStr);
}
}
16 years, 4 months
JBossWS SVN: r8136 - framework/trunk/testsuite/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-26 07:49:41 -0400 (Tue, 26 Aug 2008)
New Revision: 8136
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
[JBAS-5457] Adding missing libraries
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-08-26 10:45:23 UTC (rev 8135)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-08-26 11:49:41 UTC (rev 8136)
@@ -240,9 +240,14 @@
<pathelement location="${jboss.client}/trove.jar"/>
<!-- FIXME jars should be available in the client dir -->
<pathelement location="${jboss.lib}/jboss-aop-jdk50.jar"/>
+ <pathelement location="${jboss.lib}/jboss-classloader.jar"/>
+ <pathelement location="${jboss.lib}/jboss-classloading.jar"/>
+ <pathelement location="${jboss.lib}/jboss-classloading-vfs.jar"/>
<pathelement location="${jboss.lib}/jboss-container.jar"/>
+ <pathelement location="${jboss.lib}/jboss-dependency.jar"/>
<pathelement location="${jboss.lib}/jboss-vfs.jar"/>
<pathelement location="${jboss.lib}/jboss-kernel.jar"/>
+ <pathelement location="${jboss.lib}/jboss-reflect.jar"/>
<pathelement location="${jboss.server.lib}/jboss.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement location="${jboss.server.lib}/hibernate3.jar"/>
16 years, 4 months
JBossWS SVN: r8135 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: mageshbk(a)jboss.com
Date: 2008-08-26 06:45:23 -0400 (Tue, 26 Aug 2008)
New Revision: 8135
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037/
Log:
[JBPAPP-1037] Branch for patch.
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP03_JBPAPP-1037 (from rev 8134, stack/native/tags/jbossws-native-2.0.1.SP2_CP03)
16 years, 4 months
JBossWS SVN: r8134 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-25 11:29:59 -0400 (Mon, 25 Aug 2008)
New Revision: 8134
Modified:
stack/native/trunk/pom.xml
Log:
Updating dependencies
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-08-25 14:51:39 UTC (rev 8133)
+++ stack/native/trunk/pom.xml 2008-08-25 15:29:59 UTC (rev 8134)
@@ -69,9 +69,9 @@
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.beta2</jboss.jaxbintros.version>
- <jboss.jbosssx.version>2.0.2.Beta4</jboss.jbosssx.version>
+ <jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
- <jboss.microcontainer.version>2.0.0.Beta11</jboss.microcontainer.version>
+ <jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
<jboss.jaxr.version>1.2.0.SP2</jboss.jaxr.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
16 years, 4 months