JBossWS SVN: r4667 - in stack/native/branches/ropalka/trunk: src/test/java/org/jboss/test/ws/jaxws and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-03 09:35:53 -0400 (Wed, 03 Oct 2007)
New Revision: 4667
Added:
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/GeneratedSourcesTestCase.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/HandcodedSourcesTestCase.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/Cabin.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ListLocation.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/LocationImpl.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ObjectFactory.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocation.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocationResponse.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TechCabin.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentBeanService.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentEndpoint.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/package-info.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Cabin.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/ListLocation.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Location.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/LocationImpl.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/TechCabin.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/package-info.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/CabinListHandler.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentBean.java
stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentEndpoint.java
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/web.xml
Modified:
stack/native/branches/ropalka/trunk/ant-import-tests/build-jars-jaxws.xml
Log:
[JBWS-1795] created test case
Modified: stack/native/branches/ropalka/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/ropalka/trunk/ant-import-tests/build-jars-jaxws.xml 2007-10-02 13:48:45 UTC (rev 4666)
+++ stack/native/branches/ropalka/trunk/ant-import-tests/build-jars-jaxws.xml 2007-10-03 13:35:53 UTC (rev 4667)
@@ -368,6 +368,14 @@
</fileset>
</copy>
+ <!-- jaxws-jbws1795 -->
+ <war warfile="${tests.output.dir}/libs/jaxws-jbws1795.war" webxml="${tests.output.dir}/resources/jaxws/jbws1795/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1795/service/*.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1795/handcoded/*.class"/>
+ </classes>
+ </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">
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/GeneratedSourcesTestCase.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/GeneratedSourcesTestCase.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/GeneratedSourcesTestCase.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,94 @@
+package org.jboss.test.ws.jaxws.jbws1795;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxws.jbws1795.generated.TravelAgentBeanService;
+import org.jboss.test.ws.jaxws.jbws1795.generated.TravelAgentEndpoint;
+import org.jboss.test.ws.jaxws.jbws1795.generated.ListLocation;
+import org.jboss.test.ws.jaxws.jbws1795.generated.LocationImpl;
+import org.jboss.test.ws.jaxws.jbws1795.generated.Cabin;
+import org.jboss.test.ws.jaxws.jbws1795.generated.TechCabin;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+public class GeneratedSourcesTestCase extends JBossWSTest
+{
+
+ private TravelAgentEndpoint tae = null;
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(GeneratedSourcesTestCase.class, "jaxws-jbws1795.war");
+ }
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ TravelAgentBeanService travelAgentBeanService = new TravelAgentBeanService();
+ tae = travelAgentBeanService.getTravelAgentBeanPort();
+ }
+
+ public void testInvocation() throws Exception
+ {
+
+ ListLocation locListIn = new ListLocation();
+ ListLocation locListOut = new ListLocation();
+ List<LocationImpl> list = new ArrayList<LocationImpl>();
+
+ Cabin cabin_1 = new Cabin();
+ cabin_1.setId(1);
+ cabin_1.setLocName("deck");
+ cabin_1.setName("Master Suite");
+ cabin_1.setDeckLevel(2);
+ cabin_1.setShipId(3);
+ cabin_1.setBedCount(4);
+ list.add(cabin_1);
+
+ TechCabin cabin_2 = new TechCabin();
+ cabin_2.setId(2);
+ cabin_2.setLocName("hulk");
+ cabin_2.setName("Heating Cabin");
+ cabin_2.setDeckLevel(7);
+ cabin_2.setShipId(3);
+ cabin_2.setPurpose("heating");
+ list.add(cabin_2);
+
+ locListIn.setList(list);
+
+ locListOut = tae.passLocation(locListIn);
+
+ for (int i = 0; i < locListOut.getList().size(); i++)
+ {
+ LocationImpl tmp = locListOut.getList().get(i);
+
+ System.out.println("--- Output ListElement #: " + i + " ---");
+ System.out.println("ID:\t " + tmp.getId());
+ System.out.println("LocName: " + tmp.getLocName());
+
+ if (tmp instanceof Cabin)
+ {
+ Cabin cabinTmp = (Cabin)tmp;
+ System.out.println("Class:\t " + tmp.getClass());
+ System.out.println("Name:\t " + cabinTmp.getName());
+ System.out.println("Level:\t " + cabinTmp.getDeckLevel());
+ System.out.println("BedCount:" + cabinTmp.getBedCount());
+ }
+ else if (tmp instanceof TechCabin)
+ {
+ TechCabin cabinTmp = (TechCabin)tmp;
+ System.out.println("Class:\t " + tmp.getClass());
+ System.out.println("Name:\t " + cabinTmp.getName());
+ System.out.println("Level:\t " + cabinTmp.getDeckLevel());
+ System.out.println("Purpose: " + cabinTmp.getPurpose());
+ }
+ else
+ {
+ fail("!!ERROR casting CABIN!!");
+ }
+ }
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/GeneratedSourcesTestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/HandcodedSourcesTestCase.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/HandcodedSourcesTestCase.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/HandcodedSourcesTestCase.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,100 @@
+package org.jboss.test.ws.jaxws.jbws1795;
+
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.List;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.Cabin;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.ListLocation;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.LocationImpl;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.TechCabin;
+import org.jboss.test.ws.jaxws.jbws1795.service.TravelAgentEndpoint;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+public class HandcodedSourcesTestCase extends JBossWSTest
+{
+
+ private TravelAgentEndpoint tae = null;
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(HandcodedSourcesTestCase.class, "jaxws-jbws1795.war");
+ }
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ super.setUp();
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1795/JBWS1795Service?wsdl");
+ QName qname = new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/","TravelAgentBeanService");
+ Service service = Service.create(wsdlURL,qname);
+ tae = service.getPort(TravelAgentEndpoint.class);
+ }
+
+ public void testInvocation() throws Exception
+ {
+ ListLocation locListIn = new ListLocation();
+ ListLocation locListOut = new ListLocation();
+ List<LocationImpl> list = new ArrayList<LocationImpl>();
+
+ Cabin cabin_1 = new Cabin();
+ cabin_1.setId(1);
+ cabin_1.setLocName("deck");
+ cabin_1.setName("Master Suite");
+ cabin_1.setDeckLevel(2);
+ cabin_1.setShipId(3);
+ cabin_1.setBedCount(4);
+ list.add(cabin_1);
+
+ TechCabin cabin_2 = new TechCabin();
+ cabin_2.setId(2);
+ cabin_2.setLocName("hulk");
+ cabin_2.setName("Heating Cabin");
+ cabin_2.setDeckLevel(7);
+ cabin_2.setShipId(3);
+ cabin_2.setPurpose("heating");
+ list.add(cabin_2);
+
+ locListIn.setList(list);
+
+ locListOut = tae.passLocation(locListIn);
+
+ for (int i=0; i < locListOut.getList().size(); i++){
+
+ LocationImpl tmp = locListOut.getList().get(i);
+
+ System.out.println("--- Output ListElement #: " + i + " ---");
+ System.out.println("ID:\t " + tmp.getId());
+ System.out.println("LocName: " + tmp.getLocName());
+
+ if (tmp instanceof Cabin)
+ {
+ Cabin cabinTmp = (Cabin)tmp;
+ System.out.println("Class:\t " + tmp.getClass());
+ System.out.println("Name:\t " + cabinTmp.getName());
+ System.out.println("Level:\t " + cabinTmp.getDeckLevel());
+ System.out.println("BedCount:" + cabinTmp.getBedCount());
+ }
+ else if (tmp instanceof TechCabin)
+ {
+ TechCabin cabinTmp = (TechCabin)tmp;
+ System.out.println("Class:\t " + tmp.getClass());
+ System.out.println("Name:\t " + cabinTmp.getName());
+ System.out.println("Level:\t " + cabinTmp.getDeckLevel());
+ System.out.println("Purpose: " + cabinTmp.getPurpose());
+ }
+ else
+ {
+ fail("!!ERROR casting CABIN!!");
+ }
+ }
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/HandcodedSourcesTestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/Cabin.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/Cabin.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/Cabin.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,119 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for cabin complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="cabin">
+ * <complexContent>
+ * <extension base="{http://service.jbws1795.jaxws.ws.test.jboss.org/}locationImpl">
+ * <sequence>
+ * <element name="bedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="deckLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="shipId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "cabin", propOrder = {
+ "bedCount",
+ "deckLevel",
+ "name",
+ "shipId"
+})
+public class Cabin
+ extends LocationImpl
+{
+
+ protected int bedCount;
+ protected int deckLevel;
+ protected String name;
+ protected int shipId;
+
+ /**
+ * Gets the value of the bedCount property.
+ *
+ */
+ public int getBedCount() {
+ return bedCount;
+ }
+
+ /**
+ * Sets the value of the bedCount property.
+ *
+ */
+ public void setBedCount(int value) {
+ this.bedCount = value;
+ }
+
+ /**
+ * Gets the value of the deckLevel property.
+ *
+ */
+ public int getDeckLevel() {
+ return deckLevel;
+ }
+
+ /**
+ * Sets the value of the deckLevel property.
+ *
+ */
+ public void setDeckLevel(int value) {
+ this.deckLevel = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the shipId property.
+ *
+ */
+ public int getShipId() {
+ return shipId;
+ }
+
+ /**
+ * Sets the value of the shipId property.
+ *
+ */
+ public void setShipId(int value) {
+ this.shipId = value;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/Cabin.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ListLocation.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ListLocation.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ListLocation.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,73 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.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.XmlType;
+
+
+/**
+ * <p>Java class for listLocation complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="listLocation">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="list" type="{http://service.jbws1795.jaxws.ws.test.jboss.org/}locationImpl" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "listLocation", propOrder = {
+ "list"
+})
+public class ListLocation {
+
+ @XmlElement(nillable = true)
+ protected List<LocationImpl> list;
+
+ /**
+ * Gets the value of the list 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 list property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getList().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link LocationImpl }
+ *
+ *
+ */
+ public List<LocationImpl> getList() {
+ if (list == null) {
+ list = new ArrayList<LocationImpl>();
+ }
+ return this.list;
+ }
+
+ public void setList(List<LocationImpl> list) {
+ this.list = list; // this method was added by user
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ListLocation.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/LocationImpl.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/LocationImpl.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/LocationImpl.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,84 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for locationImpl complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="locationImpl">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="locName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "locationImpl", propOrder = {
+ "id",
+ "locName"
+})
+@XmlSeeAlso({
+ Cabin.class,
+ TechCabin.class
+})
+public class LocationImpl {
+
+ protected int id;
+ protected String locName;
+
+ /**
+ * Gets the value of the id property.
+ *
+ */
+ public int getId() {
+ return id;
+ }
+
+ /**
+ * Sets the value of the id property.
+ *
+ */
+ public void setId(int value) {
+ this.id = value;
+ }
+
+ /**
+ * Gets the value of the locName property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getLocName() {
+ return locName;
+ }
+
+ /**
+ * Sets the value of the locName property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setLocName(String value) {
+ this.locName = value;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/LocationImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ObjectFactory.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ObjectFactory.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ObjectFactory.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,103 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.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.jbws1795.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 _PassLocation_QNAME = new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/", "passLocation");
+ private final static QName _PassLocationResponse_QNAME = new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/", "passLocationResponse");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.test.ws.jaxws.jbws1795.generated
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link ListLocation }
+ *
+ */
+ public ListLocation createListLocation() {
+ return new ListLocation();
+ }
+
+ /**
+ * Create an instance of {@link PassLocationResponse }
+ *
+ */
+ public PassLocationResponse createPassLocationResponse() {
+ return new PassLocationResponse();
+ }
+
+ /**
+ * Create an instance of {@link LocationImpl }
+ *
+ */
+ public LocationImpl createLocationImpl() {
+ return new LocationImpl();
+ }
+
+ /**
+ * Create an instance of {@link TechCabin }
+ *
+ */
+ public TechCabin createTechCabin() {
+ return new TechCabin();
+ }
+
+ /**
+ * Create an instance of {@link Cabin }
+ *
+ */
+ public Cabin createCabin() {
+ return new Cabin();
+ }
+
+ /**
+ * Create an instance of {@link PassLocation }
+ *
+ */
+ public PassLocation createPassLocation() {
+ return new PassLocation();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link PassLocation }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/", name = "passLocation")
+ public JAXBElement<PassLocation> createPassLocation(PassLocation value) {
+ return new JAXBElement<PassLocation>(_PassLocation_QNAME, PassLocation.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link PassLocationResponse }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/", name = "passLocationResponse")
+ public JAXBElement<PassLocationResponse> createPassLocationResponse(PassLocationResponse value) {
+ return new JAXBElement<PassLocationResponse>(_PassLocationResponse_QNAME, PassLocationResponse.class, null, value);
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/ObjectFactory.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocation.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocation.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocation.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,62 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for passLocation complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="passLocation">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="ListLocation" type="{http://service.jbws1795.jaxws.ws.test.jboss.org/}listLocation" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "passLocation", propOrder = {
+ "listLocation"
+})
+public class PassLocation {
+
+ @XmlElement(name = "ListLocation")
+ protected ListLocation listLocation;
+
+ /**
+ * Gets the value of the listLocation property.
+ *
+ * @return
+ * possible object is
+ * {@link ListLocation }
+ *
+ */
+ public ListLocation getListLocation() {
+ return listLocation;
+ }
+
+ /**
+ * Sets the value of the listLocation property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ListLocation }
+ *
+ */
+ public void setListLocation(ListLocation value) {
+ this.listLocation = value;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocation.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocationResponse.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocationResponse.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocationResponse.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,62 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for passLocationResponse complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="passLocationResponse">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="return" type="{http://service.jbws1795.jaxws.ws.test.jboss.org/}listLocation" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "passLocationResponse", propOrder = {
+ "_return"
+})
+public class PassLocationResponse {
+
+ @XmlElement(name = "return")
+ protected ListLocation _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link ListLocation }
+ *
+ */
+ public ListLocation getReturn() {
+ return _return;
+ }
+
+ /**
+ * Sets the value of the return property.
+ *
+ * @param value
+ * allowed object is
+ * {@link ListLocation }
+ *
+ */
+ public void setReturn(ListLocation value) {
+ this._return = value;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/PassLocationResponse.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TechCabin.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TechCabin.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TechCabin.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,127 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for techCabin complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * <complexType name="techCabin">
+ * <complexContent>
+ * <extension base="{http://service.jbws1795.jaxws.ws.test.jboss.org/}locationImpl">
+ * <sequence>
+ * <element name="deckLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="purpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="shipId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ * </sequence>
+ * </extension>
+ * </complexContent>
+ * </complexType>
+ * </pre>
+ *
+ *
+ */
+(a)XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "techCabin", propOrder = {
+ "deckLevel",
+ "name",
+ "purpose",
+ "shipId"
+})
+public class TechCabin
+ extends LocationImpl
+{
+
+ protected int deckLevel;
+ protected String name;
+ protected String purpose;
+ protected int shipId;
+
+ /**
+ * Gets the value of the deckLevel property.
+ *
+ */
+ public int getDeckLevel() {
+ return deckLevel;
+ }
+
+ /**
+ * Sets the value of the deckLevel property.
+ *
+ */
+ public void setDeckLevel(int value) {
+ this.deckLevel = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the purpose property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPurpose() {
+ return purpose;
+ }
+
+ /**
+ * Sets the value of the purpose property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPurpose(String value) {
+ this.purpose = value;
+ }
+
+ /**
+ * Gets the value of the shipId property.
+ *
+ */
+ public int getShipId() {
+ return shipId;
+ }
+
+ /**
+ * Sets the value of the shipId property.
+ *
+ */
+ public void setShipId(int value) {
+ this.shipId = value;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TechCabin.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentBeanService.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentBeanService.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentBeanService.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,66 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.1-b03-
+ * Generated source version: 2.1
+ *
+ */
+@WebServiceClient(name = "TravelAgentBeanService", targetNamespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/", wsdlLocation = "http://127.0.0.1:8080/jaxws-jbws1795/JBWS1795Service?wsdl")
+public class TravelAgentBeanService
+ extends Service
+{
+
+ private final static URL TRAVELAGENTBEANSERVICE_WSDL_LOCATION;
+
+ static {
+ URL url = null;
+ try {
+ url = new URL("http://127.0.0.1:8080/jaxws-jbws1795/JBWS1795Service?wsdl");
+ } catch (MalformedURLException e) {
+ e.printStackTrace();
+ }
+ TRAVELAGENTBEANSERVICE_WSDL_LOCATION = url;
+ }
+
+ public TravelAgentBeanService(URL wsdlLocation, QName serviceName) {
+ super(wsdlLocation, serviceName);
+ }
+
+ public TravelAgentBeanService() {
+ super(TRAVELAGENTBEANSERVICE_WSDL_LOCATION, new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/", "TravelAgentBeanService"));
+ }
+
+ /**
+ *
+ * @return
+ * returns TravelAgentEndpoint
+ */
+ @WebEndpoint(name = "TravelAgentBeanPort")
+ public TravelAgentEndpoint getTravelAgentBeanPort() {
+ return (TravelAgentEndpoint)super.getPort(new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/", "TravelAgentBeanPort"), TravelAgentEndpoint.class);
+ }
+
+ /**
+ *
+ * @param features
+ * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
+ * @return
+ * returns TravelAgentEndpoint
+ */
+ @WebEndpoint(name = "TravelAgentBeanPort")
+ public TravelAgentEndpoint getTravelAgentBeanPort(WebServiceFeature... features) {
+ return (TravelAgentEndpoint)super.getPort(new QName("http://service.jbws1795.jaxws.ws.test.jboss.org/", "TravelAgentBeanPort"), TravelAgentEndpoint.class, features);
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentBeanService.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentEndpoint.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentEndpoint.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentEndpoint.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,40 @@
+
+package org.jboss.test.ws.jaxws.jbws1795.generated;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+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.1
+ *
+ */
+@WebService(name = "TravelAgentEndpoint", targetNamespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/")
+@XmlSeeAlso({
+ ObjectFactory.class
+})
+public interface TravelAgentEndpoint {
+
+
+ /**
+ *
+ * @param listLocation
+ * @return
+ * returns org.jboss.test.ws.jaxws.jbws1795.generated.ListLocation
+ */
+ @WebMethod
+ @WebResult(targetNamespace = "")
+ @RequestWrapper(localName = "passLocation", targetNamespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws1795.generated.PassLocation")
+ @ResponseWrapper(localName = "passLocationResponse", targetNamespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/", className = "org.jboss.test.ws.jaxws.jbws1795.generated.PassLocationResponse")
+ public ListLocation passLocation(
+ @WebParam(name = "ListLocation", targetNamespace = "")
+ ListLocation listLocation);
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/TravelAgentEndpoint.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/package-info.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/package-info.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/package-info.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,2 @@
+(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/")
+package org.jboss.test.ws.jaxws.jbws1795.generated;
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/generated/package-info.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Cabin.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Cabin.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Cabin.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,52 @@
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
+
+public class Cabin extends LocationImpl implements java.io.Serializable
+{
+
+ private static final long serialVersionUID = 1L;
+ private String name;
+ private int deckLevel;
+ private int shipId;
+ private int bedCount;
+
+ public String getName()
+ {
+ return name;
+ }
+
+ public void setName(String str)
+ {
+ name = str;
+ }
+
+ public int getDeckLevel()
+ {
+ return deckLevel;
+ }
+
+ public void setDeckLevel(int level)
+ {
+ deckLevel = level;
+ }
+
+ public int getShipId()
+ {
+ return shipId;
+ }
+
+ public void setShipId(int sid)
+ {
+ shipId = sid;
+ }
+
+ public int getBedCount()
+ {
+ return bedCount;
+ }
+
+ public void setBedCount(int bed)
+ {
+ bedCount = bed;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Cabin.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/ListLocation.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/ListLocation.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/ListLocation.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,20 @@
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
+
+import java.util.List;
+
+public class ListLocation
+{
+
+ private List<LocationImpl> list;
+
+ public List<LocationImpl> getList()
+ {
+ return list;
+ }
+
+ public void setList(List<LocationImpl> list)
+ {
+ this.list = list;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/ListLocation.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Location.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Location.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Location.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,11 @@
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
+
+public interface Location
+{
+
+ public int getId();
+ public void setId(int pk);
+ public String getLocName();
+ public void setLocName(String str);
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/Location.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/LocationImpl.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/LocationImpl.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/LocationImpl.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,35 @@
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
+
+import java.io.Serializable;
+
+import javax.xml.bind.annotation.XmlSeeAlso;
+
+(a)XmlSeeAlso({Cabin.class, TechCabin.class})
+public class LocationImpl implements Serializable, Location
+{
+
+ private static final long serialVersionUID = 1L;
+ private int id;
+ private String locName;
+
+ public int getId()
+ {
+ return id;
+ }
+
+ public void setId(int pk)
+ {
+ id = pk;
+ }
+
+ public String getLocName()
+ {
+ return locName;
+ }
+
+ public void setLocName(String str)
+ {
+ locName = str;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/LocationImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/TechCabin.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/TechCabin.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/TechCabin.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,52 @@
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
+
+public class TechCabin extends LocationImpl implements java.io.Serializable
+{
+
+ private static final long serialVersionUID = 1L;
+ private String name;
+ private int deckLevel;
+ private int shipId;
+ private String purpose;
+
+ public String getName()
+ {
+ return name;
+ }
+
+ public void setName(String str)
+ {
+ name = str;
+ }
+
+ public int getDeckLevel()
+ {
+ return deckLevel;
+ }
+
+ public void setDeckLevel(int level)
+ {
+ deckLevel = level;
+ }
+
+ public int getShipId()
+ {
+ return shipId;
+ }
+
+ public void setShipId(int sid)
+ {
+ shipId = sid;
+ }
+
+ public String getPurpose()
+ {
+ return purpose;
+ }
+
+ public void setPurpose(String purpose)
+ {
+ this.purpose = purpose;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/TechCabin.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/package-info.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/package-info.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/package-info.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,2 @@
+(a)javax.xml.bind.annotation.XmlSchema(namespace = "http://service.jbws1795.jaxws.ws.test.jboss.org/")
+package org.jboss.test.ws.jaxws.jbws1795.handcoded;
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/handcoded/package-info.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/CabinListHandler.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/CabinListHandler.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/CabinListHandler.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,44 @@
+package org.jboss.test.ws.jaxws.jbws1795.service;
+
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.Cabin;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.ListLocation;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.Location;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.LocationImpl;
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.TechCabin;
+
+public class CabinListHandler
+{
+
+ public CabinListHandler()
+ {
+ }
+
+ public ListLocation getLocations(ListLocation listLocation)
+ {
+
+ for (int i = 0; i < listLocation.getList().size(); i++)
+ {
+ Location loc = listLocation.getList().get(i);
+
+ if (loc instanceof TechCabin)
+ {
+ System.out.println("--- TechCabin Argument ---");
+ }
+ else if (loc instanceof Cabin)
+ {
+ System.out.println("--- Cabin Argument ---");
+ }
+ else if (loc instanceof LocationImpl)
+ {
+ System.out.println("--- LocationImpl Argument ---");
+ }
+ else
+ {
+ System.out.println("--- ERROR RECIEVING OBJECT GRAPH ---");
+ }
+ }
+
+ return listLocation;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/CabinListHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentBean.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentBean.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentBean.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,21 @@
+package org.jboss.test.ws.jaxws.jbws1795.service;
+
+import javax.ejb.Stateless;
+import javax.jws.WebService;
+
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.ListLocation;
+
+@Stateless
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1795.service.TravelAgentEndpoint")
+public class TravelAgentBean implements TravelAgentEndpoint
+{
+
+ public ListLocation passLocation(ListLocation listLocation)
+ {
+ CabinListHandler clh = new CabinListHandler();
+ ListLocation list = new ListLocation();
+ list = clh.getLocations(listLocation);
+ return list;
+ }
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentBean.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentEndpoint.java
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentEndpoint.java (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentEndpoint.java 2007-10-03 13:35:53 UTC (rev 4667)
@@ -0,0 +1,19 @@
+package org.jboss.test.ws.jaxws.jbws1795.service;
+
+import java.rmi.RemoteException;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebService;
+
+import org.jboss.test.ws.jaxws.jbws1795.handcoded.ListLocation;
+
+@WebService
+public interface TravelAgentEndpoint
+{
+
+ @WebMethod
+ public ListLocation passLocation(@WebParam (name="ListLocation") ListLocation listLocation)
+ throws RemoteException;
+
+}
Property changes on: stack/native/branches/ropalka/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1795/service/TravelAgentEndpoint.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/web.xml
===================================================================
--- stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/web.xml (rev 0)
+++ stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/web.xml 2007-10-03 13:35:53 UTC (rev 4667)
@@ -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>JBWS1795Service</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1795.service.TravelAgentBean</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>JBWS1795Service</servlet-name>
+ <url-pattern>/JBWS1795Service</url-pattern>
+ </servlet-mapping>
+
+</web-app>
Property changes on: stack/native/branches/ropalka/trunk/src/test/resources/jaxws/jbws1795/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 3 months
JBossWS SVN: r4666 - projects/jaxbintros.
by jbossws-commits@lists.jboss.org
Author: tfennelly
Date: 2007-10-02 09:48:45 -0400 (Tue, 02 Oct 2007)
New Revision: 4666
Modified:
projects/jaxbintros/version.properties
projects/jaxbintros/version.properties.md5
Log:
Updated version to 1.0.0.beta3 (from 1.0.0.beta2).
Modified: projects/jaxbintros/version.properties
===================================================================
--- projects/jaxbintros/version.properties 2007-10-02 13:23:29 UTC (rev 4665)
+++ projects/jaxbintros/version.properties 2007-10-02 13:48:45 UTC (rev 4666)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.beta2
-repository.id=1.0.0.beta2
+version.id=1.0.0.beta3
+repository.id=1.0.0.beta3
implementation.title=JBoss Web Services - Integration JBoss42
implementation.url=http://www.jboss.org/products/jbossws
Modified: projects/jaxbintros/version.properties.md5
===================================================================
--- projects/jaxbintros/version.properties.md5 2007-10-02 13:23:29 UTC (rev 4665)
+++ projects/jaxbintros/version.properties.md5 2007-10-02 13:48:45 UTC (rev 4666)
@@ -1 +1 @@
-7b89bc87858574270101d221d8a58c88
\ No newline at end of file
+82f5a6a8d8311e8597bb4c4ae945e72a
\ No newline at end of file
17 years, 3 months
JBossWS SVN: r4665 - projects/jaxbintros/src/main/java/org/jboss/jaxb/intros/handlers.
by jbossws-commits@lists.jboss.org
Author: tfennelly
Date: 2007-10-02 09:23:29 -0400 (Tue, 02 Oct 2007)
New Revision: 4665
Modified:
projects/jaxbintros/src/main/java/org/jboss/jaxb/intros/handlers/XmlTypeHandler.java
Log:
Patched with code from original ESB codebase. Was missed in original copy.
Modified: projects/jaxbintros/src/main/java/org/jboss/jaxb/intros/handlers/XmlTypeHandler.java
===================================================================
--- projects/jaxbintros/src/main/java/org/jboss/jaxb/intros/handlers/XmlTypeHandler.java 2007-10-02 12:32:06 UTC (rev 4664)
+++ projects/jaxbintros/src/main/java/org/jboss/jaxb/intros/handlers/XmlTypeHandler.java 2007-10-02 13:23:29 UTC (rev 4665)
@@ -81,7 +81,13 @@
{
try
{
- return xmlTypeIntro.getPropOrder().split(",");
+ String[] propOrder = xmlTypeIntro.getPropOrder().split(",");
+ for (int i = 0; i < propOrder.length; i++)
+ {
+ String s = propOrder[i];
+ propOrder[i] = s.trim();
+ }
+ return propOrder;
}
catch (Exception e)
{
17 years, 3 months
JBossWS SVN: r4664 - in stack/cxf/trunk: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-02 08:32:06 -0400 (Tue, 02 Oct 2007)
New Revision: 4664
Modified:
stack/cxf/trunk/ant-import/build-bin-dist.xml
stack/cxf/trunk/ant-import/build-thirdparty.xml
stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
stack/cxf/trunk/version.properties
Log:
Remove dependency on jbossws-jboss42.jar
Modified: stack/cxf/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-bin-dist.xml 2007-10-02 12:18:33 UTC (rev 4663)
+++ stack/cxf/trunk/ant-import/build-bin-dist.xml 2007-10-02 12:32:06 UTC (rev 4664)
@@ -100,7 +100,6 @@
<include name="jbossws-xfire50.sar"/>
</fileset>
<fileset dir="${thirdparty.dir}">
- <include name="jbossws-jboss42.jar"/>
<include name="juddi-service.sar"/>
<include name="cxf-${cxf.version}.jar"/>
<include name="geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-10-02 12:18:33 UTC (rev 4663)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-10-02 12:32:06 UTC (rev 4664)
@@ -50,8 +50,6 @@
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework.jar" dest="${thirdparty.dir}/jbossws-framework.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-scripts.zip" dest="${thirdparty.dir}/jbossws-framework-scripts.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi.jar" dest="${thirdparty.dir}/jbossws-spi.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42.jar" dest="${thirdparty.dir}/jbossws-jboss42.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42-resources.zip" dest="${thirdparty.dir}/jbossws-jboss42-resources.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-xml-commons/${apache-xml-commons}/lib/resolver.jar" dest="${thirdparty.dir}/resolver.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/ibm-wsdl4j/${ibm-wsdl4j}/lib/wsdl4j.jar" dest="${thirdparty.dir}/wsdl4j.jar" usetimestamp="true" verbose="true"/>
Modified: stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
===================================================================
--- stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-10-02 12:18:33 UTC (rev 4663)
+++ stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-10-02 12:32:06 UTC (rev 4664)
@@ -94,7 +94,6 @@
<!-- CLIENT JARS -->
<copy todir="${jboss42.home}/client" overwrite="true">
<fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss42.jar"/>
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
<include name="jaxb-xjc.jar"/>
@@ -110,12 +109,6 @@
</copy>
<!--SERVER JARS -->
- <copy todir="${jboss42.home}/server/${jboss.server.instance}/lib" overwrite="true">
- <fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss42.jar"/>
- </fileset>
- </copy>
-
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
<unjar dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar" src="@{stacklibs}/jbossws-xfire42.sar"/>
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
@@ -127,17 +120,10 @@
<macrodef name="macro-undeploy-xfire42">
<sequential>
<delete>
-
<!-- CLIENT JARS -->
<fileset dir="${jboss42.home}/client">
<include name="jbossws-spi.jar"/>
- <include name="jbossws-jboss42.jar"/>
</fileset>
-
- <!--SERVER JARS -->
- <fileset dir="${jboss42.home}/server/${jboss.server.instance}/lib">
- <include name="jbossws-jboss42.jar"/>
- </fileset>
</delete>
<delete dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-10-02 12:18:33 UTC (rev 4663)
+++ stack/cxf/trunk/version.properties 2007-10-02 12:32:06 UTC (rev 4664)
@@ -34,8 +34,6 @@
jbossws-framework=2.0.1.GA
jbossws-common=1.0.0.GA
jbossws-spi=1.0.0.GA
-jbossws-jboss50=2.0.1.GA
-jbossws-jboss42=2.0.1.GA
apache-xml-commons=1.2
ibm-wsdl4j=1.6.2
17 years, 3 months
JBossWS SVN: r4663 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/serviceref.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-10-02 08:18:33 -0400 (Tue, 02 Oct 2007)
New Revision: 4663
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java
Log:
resolve JBWS-1838 to won't fix: MTOM property at service-ref level for SUn-RI
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java 2007-10-02 10:05:27 UTC (rev 4662)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase.java 2007-10-02 12:18:33 UTC (rev 4663)
@@ -28,6 +28,8 @@
import javax.naming.InitialContext;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
+import javax.xml.ws.BindingProvider;
+import javax.xml.ws.soap.SOAPBinding;
import junit.framework.Test;
@@ -87,11 +89,17 @@
TestEndpoint port = service.getPort(TestEndpoint.class);
assertNotNull(port);
- System.out.println("FIXME [JBWS-1736]: MTOM property at service-ref level");
- //BindingProvider bp = (BindingProvider)port;
- //boolean mtomEnabled = ((SOAPBinding)bp.getBinding()).isMTOMEnabled();
- //assertTrue("MTOM should be enabled on port", mtomEnabled);
+ if(isIntegrationNative())
+ {
+ BindingProvider bp = (BindingProvider)port;
+ boolean mtomEnabled = ((SOAPBinding)bp.getBinding()).isMTOMEnabled();
+ assertTrue("MTOM should be enabled on port", mtomEnabled);
+ }
+ else
+ {
+ // MTOM property at service-ref level not possible with sun-ri
+ }
String request = "testApplicationClient";
String response = port.echo(request);
17 years, 3 months
JBossWS SVN: r4661 - container/jboss42/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-02 05:37:13 -0400 (Tue, 02 Oct 2007)
New Revision: 4661
Added:
container/jboss42/trunk/readme.txt
Removed:
container/jboss42/trunk/ant-import/
container/jboss42/trunk/ant.properties.example
container/jboss42/trunk/build.xml
container/jboss42/trunk/src/
container/jboss42/trunk/version.properties
Log:
Migrate jboss42 integration to Branch_4_2
Deleted: container/jboss42/trunk/ant.properties.example
===================================================================
--- container/jboss42/trunk/ant.properties.example 2007-10-01 14:45:21 UTC (rev 4660)
+++ container/jboss42/trunk/ant.properties.example 2007-10-02 09:37:13 UTC (rev 4661)
@@ -1,26 +0,0 @@
-#
-# A sample ant properties file
-#
-# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-
-# JBoss Home
-#jboss42.home=/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA
-
-# The JBoss settings
-jboss.server.instance=default
-
-# JBoss Repository
-#jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
-jboss.repository=http://repository.jboss.org
-
-# JBossWS Release
-jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
-
-# Force thirdparty HTTP get
-#force.thirdparty.get=true
-
-# Java Compiler options
-javac.debug=yes
-javac.deprecation=no
-javac.fail.onerror=yes
-javac.verbose=no
Deleted: container/jboss42/trunk/build.xml
===================================================================
--- container/jboss42/trunk/build.xml 2007-10-01 14:45:21 UTC (rev 4660)
+++ container/jboss42/trunk/build.xml 2007-10-02 09:37:13 UTC (rev 4661)
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<!-- $Id$ -->
-
-<project default="main" basedir="." name="JBossWS-JBoss42">
-
- <import file="${basedir}/ant-import/build-setup.xml"/>
- <import file="${basedir}/ant-import/build-release.xml"/>
- <import file="${basedir}/ant-import/build-thirdparty.xml"/>
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="jbws42.dir" value="${int.jboss42.dir}"/>
- <property name="jbws42.src.dir" value="${jbws42.dir}/src/main"/>
- <property name="jbws42.etc.dir" value="${jbws42.src.dir}/etc"/>
- <property name="jbws42.java.dir" value="${jbws42.src.dir}/java"/>
- <property name="jbws42.resources.dir" value="${jbws42.src.dir}/resources"/>
- <property name="jbws42.output.dir" value="${jbws42.dir}/output"/>
- <property name="jbws42.output.apidocs.dir" value="${jbws42.output.dir}/apidocs"/>
- <property name="jbws42.output.classes.dir" value="${jbws42.output.dir}/classes"/>
- <property name="jbws42.output.etc.dir" value="${jbws42.output.dir}/etc"/>
- <property name="jbws42.output.lib.dir" value="${jbws42.output.dir}/lib"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init" depends="prepare,thirdparty-get">
- <fail message="Not available: ${jboss42.available.file}" unless="jboss42.available"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Compile -->
- <!-- ================================================================== -->
-
- <!--
- | Compile everything.
- |
- | This target should depend on other compile-* targets for each
- | different type of compile that needs to be performed, short of
- | documentation compiles.
- -->
-
- <target name="compile" depends="init,compile-classes,compile-etc" description="Compile all source files."/>
-
- <!-- Compile integration java sources -->
- <target name="compile-classes" depends="init">
- <mkdir dir="${jbws42.output.classes.dir}"/>
- <javac srcdir="${jbws42.java.dir}" sourcepath="" destdir="${jbws42.output.classes.dir}" encoding="utf-8" debug="${javac.debug}" verbose="${javac.verbose}"
- deprecation="${javac.deprecation}" failonerror="${javac.fail.onerror}">
- <include name="org/jboss/ws/integration/**"/>
- <include name="org/jboss/wsf/container/jboss42/**"/>
- <exclude name="org/jboss/wsf/container/jboss42/jms/**"/>
- <classpath refid="jbws42.integration.classpath"/>
- </javac>
- </target>
-
- <!-- Compile etc files (manifests and such) -->
- <target name="compile-etc" depends="init">
- <mkdir dir="${jbws42.output.etc.dir}"/>
- <copy todir="${jbws42.output.etc.dir}" filtering="yes" overwrite="true">
- <fileset dir="${jbws42.etc.dir}">
- <include name="default.mf"/>
- </fileset>
- <filterset>
- <filter token="java.vm.version" value="${java.vm.version}"/>
- <filter token="java.vm.vendor" value="${java.vm.vendor}"/>
- <filter token="build.id" value="${build.id}"/>
- <filter token="implementation.version" value="jbossws-${version.id}"/>
- <filtersfile file="${jbws42.dir}/version.properties"/>
- </filterset>
- </copy>
- </target>
-
- <!-- ================================================================== -->
- <!-- Archives -->
- <!-- ================================================================== -->
-
- <!--
- | Build all jar files.
- -->
- <target name="jars" depends="compile,module-jars" description="Builds all jar files.">
- </target>
-
- <!--
- | Build all jar files.
- -->
- <target name="module-jars" depends="init">
-
- <!-- Build jbossws-jboss42.jar -->
- <mkdir dir="${jbws42.output.lib.dir}"/>
- <jar jarfile="${jbws42.output.lib.dir}/jbossws-jboss42.jar" manifest="${jbws42.output.etc.dir}/default.mf">
- <fileset dir="${jbws42.output.classes.dir}">
- <include name="org/jboss/ws/integration/**"/>
- <include name="org/jboss/wsf/container/jboss42/**"/>
- </fileset>
- <metainf dir="${jbws42.resources.dir}/jbossws-jboss42.jar/META-INF"/>
- </jar>
-
- <!-- Build jbossws-jboss42-resources.zip -->
- <zip zipfile="${jbws42.output.lib.dir}/jbossws-jboss42-resources.zip" >
- <fileset dir="${jbws42.resources.dir}"/>
- </zip>
-
- <!-- Build jbossws-jboss42-src.zip -->
- <zip zipfile="${jbws42.output.lib.dir}/jbossws-jboss42-src.zip" >
- <fileset dir="${jbws42.java.dir}"/>
- </zip>
-
- </target>
-
- <!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate the Javadoc">
-
- <mkdir dir="${jbws42.output.apidocs.dir}"/>
- <javadoc destdir="${jbws42.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API">
- <classpath>
- <path refid="jbws42.integration.classpath"/>
- </classpath>
- <packageset dir="${jbws42.java.dir}" defaultexcludes="yes">
- <include name="org/jboss/wsf/**"/>
- </packageset>
- <doctitle><![CDATA[<h1>JBoss Web Service Framework - Container integration AS 4.0</h1>]]></doctitle>
- <tag name="todo" scope="all" description="To do:"/>
- </javadoc>
- </target>
-
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="prepare" description="Cleans up most generated files.">
- <delete dir="${jbws42.output.dir}"/>
- </target>
-
- <target name="clobber" depends="clean" description="Cleans up all generated files.">
- <delete dir="${jbws42.dir}/thirdparty"/>
- </target>
-
- <target name="main" description="Executes the default target (most)." depends="most"/>
-
- <target name="most" description="Builds almost everything." depends="jars"/>
-
- <target name="all" description="Create a distribution zip file" depends="main">
- </target>
-
-</project>
Added: container/jboss42/trunk/readme.txt
===================================================================
--- container/jboss42/trunk/readme.txt (rev 0)
+++ container/jboss42/trunk/readme.txt 2007-10-02 09:37:13 UTC (rev 4661)
@@ -0,0 +1,4 @@
+The jbossws-jboss42 container integration is now an
+integral part of the AS code base at
+
+https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/webservices
Deleted: container/jboss42/trunk/version.properties
===================================================================
--- container/jboss42/trunk/version.properties 2007-10-01 14:45:21 UTC (rev 4660)
+++ container/jboss42/trunk/version.properties 2007-10-02 09:37:13 UTC (rev 4661)
@@ -1,23 +0,0 @@
-
-# $Id: version.properties 3956 2007-07-19 18:03:54Z thomas.diesler(a)jboss.com $
-
-specification.title=JBossWS
-specification.vendor=JBoss (http://www.jboss.org)
-specification.version=jbossws-2.0
-
-version.id=2.0.1.GA
-repository.id=2.0.1.GA
-
-implementation.title=JBoss Web Services - Integration JBoss42
-implementation.url=http://www.jboss.org/products/jbossws
-implementation.vendor=JBoss Inc.
-implementation.vendor.id=http://www.jboss.org
-
-# Thirdparty library versions
-jbossws-common=1.0.0.GA
-jbossws-spi=1.0.0.GA
-jbossws-framework=2.0.1.GA
-
-dom4j=1.6.1
-sun-jaxrpc=1.1
-sun-jaxws=2.1.1
\ No newline at end of file
17 years, 3 months
JBossWS SVN: r4660 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 10:45:21 -0400 (Mon, 01 Oct 2007)
New Revision: 4660
Modified:
framework/trunk/ant.properties.example
Log:
notification subscription
Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example 2007-10-01 12:37:19 UTC (rev 4659)
+++ framework/trunk/ant.properties.example 2007-10-01 14:45:21 UTC (rev 4660)
@@ -39,7 +39,7 @@
hudson.jboss40.build=jboss-4.0.5.GA
hudson.jboss40.rev=HEAD
-hudson.mail.recipients=thomas.diesler(a)jboss.com, heiko.braun(a)jboss.com
+hudson.mail.recipients=thomas.diesler(a)jboss.com, heiko.braun(a)jboss.com, richard.opalka(a)jboss.com
hudson.smtp.host=localhost
# JBossWS Release
17 years, 3 months
JBossWS SVN: r4659 - stack/native/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 08:37:19 -0400 (Mon, 01 Oct 2007)
New Revision: 4659
Modified:
stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt
Log:
[JBWS-1796] fixing compilation issue
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt 2007-10-01 12:28:52 UTC (rev 4658)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt 2007-10-01 12:37:19 UTC (rev 4659)
@@ -24,7 +24,7 @@
org/jboss/test/ws/jaxws/jbws981/**
org/jboss/test/ws/jaxws/webserviceref/**
org/jboss/test/ws/jaxws/handlerlifecycle/**
-org/jboss/test/ws/jaxws/wseventing/**
+org/jboss/test/ws/jaxws/samples/wseventing/**
# EJB3 runtime excludes
org/jboss/test/ws/interop/wsa/AddressingTestCase*
@@ -42,6 +42,7 @@
org/jboss/test/ws/jaxws/samples/wssecuritypolicy/SimpleEncryptTestCase*
org/jboss/test/ws/jaxws/samples/httpbinding/HttpPayloadTestCase*
org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase*
+org/jboss/test/ws/jaxws/wseventing/EventingTestCase*
org/jboss/test/ws/jaxws/wseventing/NotificationTestCase*
org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase*
org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase*
17 years, 3 months
JBossWS SVN: r4658 - stack/native/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2007-10-01 08:28:52 -0400 (Mon, 01 Oct 2007)
New Revision: 4658
Modified:
stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt
Log:
[JBWS-1736] fixing tests compilation issue
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt 2007-10-01 12:18:08 UTC (rev 4657)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss40.no.ejb3.txt 2007-10-01 12:28:52 UTC (rev 4658)
@@ -24,6 +24,7 @@
org/jboss/test/ws/jaxws/jbws981/**
org/jboss/test/ws/jaxws/webserviceref/**
org/jboss/test/ws/jaxws/handlerlifecycle/**
+org/jboss/test/ws/jaxws/wseventing/**
# EJB3 runtime excludes
org/jboss/test/ws/interop/wsa/AddressingTestCase*
@@ -41,7 +42,6 @@
org/jboss/test/ws/jaxws/samples/wssecuritypolicy/SimpleEncryptTestCase*
org/jboss/test/ws/jaxws/samples/httpbinding/HttpPayloadTestCase*
org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase*
-org/jboss/test/ws/jaxws/wseventing/EventingTestCase*
org/jboss/test/ws/jaxws/wseventing/NotificationTestCase*
org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase*
org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase*
17 years, 3 months