JBossWS SVN: r4297 - legacy/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-09 09:40:23 -0400 (Thu, 09 Aug 2007)
New Revision: 4297
Removed:
legacy/branches/dlofthouse/JBWS-1763/
Log:
Wrong place
17 years, 4 months
JBossWS SVN: r4296 - legacy/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-09 09:38:28 -0400 (Thu, 09 Aug 2007)
New Revision: 4296
Added:
legacy/branches/dlofthouse/JBWS-1763/
Log:
Working branch
Copied: legacy/branches/dlofthouse/JBWS-1763 (from rev 4295, stack/native/branches/native-2.0)
17 years, 4 months
JBossWS SVN: r4295 - legacy/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-09 09:26:27 -0400 (Thu, 09 Aug 2007)
New Revision: 4295
Removed:
legacy/branches/dlofthouse/JBWS-1763/
Log:
Not required.
17 years, 4 months
JBossWS SVN: r4294 - in stack: metro/trunk and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-09 09:25:16 -0400 (Thu, 09 Aug 2007)
New Revision: 4294
Modified:
stack/cxf/trunk/version.properties
stack/metro/trunk/version.properties
stack/native/branches/native-2.0/version.properties
stack/native/trunk/version.properties
Log:
Use framework=2.0.1.CR1
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-08-09 13:19:57 UTC (rev 4293)
+++ stack/cxf/trunk/version.properties 2007-08-09 13:25:16 UTC (rev 4294)
@@ -14,8 +14,8 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
+jbossws-framework=2.0.1.CR1
jbossws-common=1.0.0.CR1
-jbossws-framework=1.0.0.CR1
jbossws-spi=1.0.0.CR1
jbossws-jboss50=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
Modified: stack/metro/trunk/version.properties
===================================================================
--- stack/metro/trunk/version.properties 2007-08-09 13:19:57 UTC (rev 4293)
+++ stack/metro/trunk/version.properties 2007-08-09 13:25:16 UTC (rev 4294)
@@ -14,8 +14,8 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
+jbossws-framework=2.0.1.CR1
jbossws-common=1.0.0.CR1
-jbossws-framework=1.0.0.CR1
jbossws-spi=1.0.0.CR1
jbossws-jboss50=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
Modified: stack/native/branches/native-2.0/version.properties
===================================================================
--- stack/native/branches/native-2.0/version.properties 2007-08-09 13:19:57 UTC (rev 4293)
+++ stack/native/branches/native-2.0/version.properties 2007-08-09 13:25:16 UTC (rev 4294)
@@ -25,8 +25,8 @@
wscommons-policy=1.0
# Dependend integration projects
+jbossws-framework=2.0.1.CR1
jbossws-common=1.0.0.CR1
-jbossws-framework=2.0.1.CR1
jbossws-spi=1.0.0.CR1
jbossws-jboss40=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
Modified: stack/native/trunk/version.properties
===================================================================
--- stack/native/trunk/version.properties 2007-08-09 13:19:57 UTC (rev 4293)
+++ stack/native/trunk/version.properties 2007-08-09 13:25:16 UTC (rev 4294)
@@ -25,8 +25,8 @@
wscommons-policy=1.0
# Dependend integration projects
+jbossws-framework=2.0.1.CR1
jbossws-common=1.0.0.CR1
-jbossws-framework=1.0.0.CR1
jbossws-spi=1.0.0.CR1
jbossws-jboss40=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
17 years, 4 months
JBossWS SVN: r4293 - in container: jboss42/trunk/src/main/etc and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-09 09:19:57 -0400 (Thu, 09 Aug 2007)
New Revision: 4293
Modified:
container/jboss40/trunk/src/main/etc/component-info.xml
container/jboss42/trunk/src/main/etc/component-info.xml
container/jboss50/trunk/src/main/etc/component-info.xml
Log:
remove explicit dependency on framework
Modified: container/jboss40/trunk/src/main/etc/component-info.xml
===================================================================
--- container/jboss40/trunk/src/main/etc/component-info.xml 2007-08-09 13:18:45 UTC (rev 4292)
+++ container/jboss40/trunk/src/main/etc/component-info.xml 2007-08-09 13:19:57 UTC (rev 4293)
@@ -11,9 +11,6 @@
<import componentref="jboss/jbossws-common">
<compatible version="@jbossws-common@"/>
</import>
- <import componentref="jboss/jbossws-framework">
- <compatible version="@jbossws-framework@"/>
- </import>
<import componentref="jboss/jbossws-spi">
<compatible version="@jbossws-spi@"/>
</import>
Modified: container/jboss42/trunk/src/main/etc/component-info.xml
===================================================================
--- container/jboss42/trunk/src/main/etc/component-info.xml 2007-08-09 13:18:45 UTC (rev 4292)
+++ container/jboss42/trunk/src/main/etc/component-info.xml 2007-08-09 13:19:57 UTC (rev 4293)
@@ -11,9 +11,6 @@
<import componentref="jboss/jbossws-common">
<compatible version="@jbossws-common@"/>
</import>
- <import componentref="jboss/jbossws-framework">
- <compatible version="@jbossws-framework@"/>
- </import>
<import componentref="jboss/jbossws-spi">
<compatible version="@jbossws-spi@"/>
</import>
Modified: container/jboss50/trunk/src/main/etc/component-info.xml
===================================================================
--- container/jboss50/trunk/src/main/etc/component-info.xml 2007-08-09 13:18:45 UTC (rev 4292)
+++ container/jboss50/trunk/src/main/etc/component-info.xml 2007-08-09 13:19:57 UTC (rev 4293)
@@ -12,9 +12,6 @@
<import componentref="jboss/jbossws-common">
<compatible version="@jbossws-common@"/>
</import>
- <import componentref="jboss/jbossws-framework">
- <compatible version="@jbossws-framework@"/>
- </import>
<import componentref="jboss/jbossws-spi">
<compatible version="@jbossws-spi@"/>
</import>
17 years, 4 months
JBossWS SVN: r4292 - stack/native/branches/native-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-09 09:18:45 -0400 (Thu, 09 Aug 2007)
New Revision: 4292
Modified:
stack/native/branches/native-2.0/build.xml
stack/native/branches/native-2.0/version.properties
Log:
overwrite etc files
Modified: stack/native/branches/native-2.0/build.xml
===================================================================
--- stack/native/branches/native-2.0/build.xml 2007-08-09 11:34:14 UTC (rev 4291)
+++ stack/native/branches/native-2.0/build.xml 2007-08-09 13:18:45 UTC (rev 4292)
@@ -82,7 +82,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${core.output.etc.dir}"/>
- <copy todir="${core.output.etc.dir}" filtering="yes">
+ <copy todir="${core.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${core.etc.dir}"/>
<filterset>
<filter token="java.vm.version" value="${java.vm.version}"/>
Modified: stack/native/branches/native-2.0/version.properties
===================================================================
--- stack/native/branches/native-2.0/version.properties 2007-08-09 11:34:14 UTC (rev 4291)
+++ stack/native/branches/native-2.0/version.properties 2007-08-09 13:18:45 UTC (rev 4292)
@@ -6,7 +6,7 @@
specification.version=jbossws-2.0
version.id=2.0.1.GA
-repository.id=2.0.1.GA
+repository.id=snapshot
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
17 years, 4 months
JBossWS SVN: r4291 - in stack/native/trunk: src/test/java/org/jboss/test/ws/jaxws and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-08-09 07:34:14 -0400 (Thu, 09 Aug 2007)
New Revision: 4291
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
Removed:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
Log:
svn merge -r4288:4289 https://svn.jboss.org/repos/jbossws/stack/native/branches/native-2.0
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-09 11:32:41 UTC (rev 4290)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-09 11:34:14 UTC (rev 4291)
@@ -333,6 +333,13 @@
</classes>
</war>
+ <!-- jaxws-jbws1694 -->
+ <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1694.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1694/**/*.class"/>
+ </fileset>
+ </jar>
+
<!-- jaxws-jbws1702 -->
<war destfile="${tests.output.dir}/libs/jaxws-jbws1702.war" webxml="${tests.output.dir}/resources/jaxws/jbws1702/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694 (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694)
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,43 +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.jbws1694;
-
-import java.util.List;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-public class Basket
-{
- String customerId;
-
- public String getCustomerId()
- {
- return customerId;
- }
-
- public void setCustomerId(String customerId)
- {
- this.customerId = customerId;
- }
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,43 @@
+/*
+ * 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.jbws1694;
+
+import java.util.List;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Basket
+{
+ String customerId;
+
+ public String getCustomerId()
+ {
+ return customerId;
+ }
+
+ public void setCustomerId(String customerId)
+ {
+ this.customerId = customerId;
+ }
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,30 +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.jbws1694;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-public class BasketEntries
-{
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,30 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class BasketEntries
+{
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,41 +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.jbws1694;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-public class Header
-{
- private String uuid;
-
- public String getUuid()
- {
- return this.uuid;
- }
-
- public void setUuid(String uuid)
- {
- this.uuid = uuid;
- }
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,41 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Header
+{
+ private String uuid;
+
+ public String getUuid()
+ {
+ return this.uuid;
+ }
+
+ public void setUuid(String uuid)
+ {
+ this.uuid = uuid;
+ }
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,61 +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.jbws1694;
-
-import org.jboss.wsf.spi.annotation.WebContext;
-
-import javax.ejb.Stateless;
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.xml.ws.Holder;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1694.JBWS1694EndpointSEI")
-@Stateless
-@WebContext(contextRoot = "jbws1694")
-public class JBWS1694Endpoint implements JBWS1694EndpointSEI
-{
- @WebMethod(operationName = "SubmitBasket")
- @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
- public Receipt submitBasket(
-
- @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
- mode = WebParam.Mode.INOUT)
- Holder<Header> header,
-
- @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
- Basket request)
- throws Exception
- {
- if(null==header)
- throw new IllegalArgumentException("inout header was null");
-
- Receipt receipt = new Receipt();
- receipt.setMsg(header.value.getUuid());
- return receipt;
- }
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,61 @@
+/*
+ * 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.jbws1694;
+
+import org.jboss.wsf.spi.annotation.WebContext;
+
+import javax.ejb.Stateless;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.ws.Holder;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1694.JBWS1694EndpointSEI")
+@Stateless
+@WebContext(contextRoot = "jbws1694")
+public class JBWS1694Endpoint implements JBWS1694EndpointSEI
+{
+ @WebMethod(operationName = "SubmitBasket")
+ @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
+ public Receipt submitBasket(
+
+ @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
+ mode = WebParam.Mode.INOUT)
+ Holder<Header> header,
+
+ @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
+ Basket request)
+ throws Exception
+ {
+ if(null==header)
+ throw new IllegalArgumentException("inout header was null");
+
+ Receipt receipt = new Receipt();
+ receipt.setMsg(header.value.getUuid());
+ return receipt;
+ }
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,50 +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.jbws1694;
-
-import javax.jws.WebMethod;
-import javax.jws.WebResult;
-import javax.jws.WebParam;
-import javax.jws.WebService;
-import javax.xml.ws.Holder;
-import javax.ejb.Remote;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-@WebService
-@Remote
-public interface JBWS1694EndpointSEI
-{
- @WebMethod(operationName = "SubmitBasket")
- @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
- public Receipt submitBasket(
-
- @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
- mode = WebParam.Mode.INOUT)
- Holder<Header> header,
-
- @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
- Basket request)
- throws Exception;
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,50 @@
+/*
+ * 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.jbws1694;
+
+import javax.jws.WebMethod;
+import javax.jws.WebResult;
+import javax.jws.WebParam;
+import javax.jws.WebService;
+import javax.xml.ws.Holder;
+import javax.ejb.Remote;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService
+@Remote
+public interface JBWS1694EndpointSEI
+{
+ @WebMethod(operationName = "SubmitBasket")
+ @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
+ public Receipt submitBasket(
+
+ @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
+ mode = WebParam.Mode.INOUT)
+ Holder<Header> header,
+
+ @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
+ Basket request)
+ throws Exception;
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,65 +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.jbws1694;
-
-import junit.framework.Test;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.Service;
-import javax.xml.ws.Holder;
-import java.net.URL;
-
-import org.jboss.wsf.test.JBossWSTestSetup;
-import org.jboss.wsf.test.JBossWSTest;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-public class JBWS1694TestCase extends JBossWSTest
-{
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS1694TestCase.class, "jaxws-jbws1694.jar");
- }
-
- public void testInheritanceRpc() throws Exception
- {
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1694/JBWS1694Endpoint?wsdl");
- QName serviceName = new QName("http://jbws1694.jaxws.ws.test.jboss.org/", "JBWS1694EndpointService");
- Service service = Service.create(wsdlURL, serviceName);
-
- JBWS1694EndpointSEI port = service.getPort(JBWS1694EndpointSEI .class);
-
- Header inout = new Header();
- inout.setUuid("1234");
-
- Basket basket = new Basket();
- basket.setCustomerId("4567");
-
- Receipt receipt = port.submitBasket(new Holder(inout), basket);
- assertTrue(receipt.getMsg().equals("1234"));
- }
-
-
-
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,65 @@
+/*
+ * 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.jbws1694;
+
+import junit.framework.Test;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.Holder;
+import java.net.URL;
+
+import org.jboss.wsf.test.JBossWSTestSetup;
+import org.jboss.wsf.test.JBossWSTest;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class JBWS1694TestCase extends JBossWSTest
+{
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1694TestCase.class, "jaxws-jbws1694.jar");
+ }
+
+ public void testInheritanceRpc() throws Exception
+ {
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1694/JBWS1694Endpoint?wsdl");
+ QName serviceName = new QName("http://jbws1694.jaxws.ws.test.jboss.org/", "JBWS1694EndpointService");
+ Service service = Service.create(wsdlURL, serviceName);
+
+ JBWS1694EndpointSEI port = service.getPort(JBWS1694EndpointSEI .class);
+
+ Header inout = new Header();
+ inout.setUuid("1234");
+
+ Basket basket = new Basket();
+ basket.setCustomerId("4567");
+
+ Receipt receipt = port.submitBasket(new Holder(inout), basket);
+ assertTrue(receipt.getMsg().equals("1234"));
+ }
+
+
+
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -1,41 +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.jbws1694;
-
-/**
- * @author Heiko.Braun(a)jboss.com
- * @version $Revision$
- */
-public class Receipt
-{
- String msg;
-
- public String getMsg()
- {
- return msg;
- }
-
- public void setMsg(String msg)
- {
- this.msg = msg;
- }
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java (from rev 4289, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java 2007-08-09 11:34:14 UTC (rev 4291)
@@ -0,0 +1,41 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Receipt
+{
+ String msg;
+
+ public String getMsg()
+ {
+ return msg;
+ }
+
+ public void setMsg(String msg)
+ {
+ this.msg = msg;
+ }
+}
17 years, 4 months
JBossWS SVN: r4290 - stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-08-09 07:32:41 -0400 (Thu, 09 Aug 2007)
New Revision: 4290
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSRpcSEI.java
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java
Log:
svn merge -r4281:4282 https://svn.jboss.org/repos/jbossws/stack/native/branches/native-2.0
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/JBWS1702TestCase.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -49,6 +49,17 @@
return new JBossWSTestSetup(JBWS1702TestCase.class, "jaxws-jbws1702.war");
}
+ public void testInheritanceRpc() throws Exception
+ {
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1702/SampleWSWithRPC_Bare?wsdl");
+ QName serviceName = new QName("http://jbws1702.jaxws.ws.test.jboss.org/", "SampleWSWithRPC_BareService");
+ Service service = Service.create(wsdlURL, serviceName);
+
+ SampleWSRpcSEI port = service.getPort(SampleWSRpcSEI.class);
+ ClassB b = port.getClassCAsClassB();
+ assertTrue("Should be an instance of ClassC, but was " + b, (b instanceof ClassC));
+ }
+
public void testInheritanceBare() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1702/SampleWSWithDocument_Bare?wsdl");
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSRpcSEI.java (from rev 4282, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSRpcSEI.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSRpcSEI.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSRpcSEI.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -0,0 +1,47 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1702;
+
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassB;
+import org.jboss.test.ws.jaxws.jbws1702.types.ClassC;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService()
+@SOAPBinding(
+ style = SOAPBinding.Style.RPC,
+ use = SOAPBinding.Use.LITERAL,
+ parameterStyle = SOAPBinding.ParameterStyle.BARE
+)
+
+public interface SampleWSRpcSEI
+{
+ ClassB getClassCAsClassB();
+
+ ClassC getClassC();
+}
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Bare.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -49,8 +49,7 @@
/**
* In .NET Client (C#) only the content information of ClassB is being submitted. (--> propC is unknown)
- */
- //@WebMethod()
+ */
public ResponseWrapperB getClassCAsClassB() {
ClassC classC= new ClassC();
classC.setPropA("propA");
@@ -64,8 +63,7 @@
/**
* Method that make ClassC available for all clients using this web service.
- */
- //@WebMethod()
+ */
public ResponseWrapperC getClassC() {
ClassC data = (ClassC) getClassCAsClassB().getData();
ResponseWrapperC resp = new ResponseWrapperC();
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithDocument_Wrapped.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -51,7 +51,6 @@
/**
* In .NET Client (C#) only the content information of ClassB is being submitted. (--> propC is unknown)
*/
- @WebMethod()
public ClassB getClassCAsClassB() {
ClassC classC= new ClassC();
classC.setPropA("propA");
@@ -64,8 +63,7 @@
* Method that make ClassC available for all clients using this web service.
* !! Is there another possibility to make inherited classes available? In J2EE4 styled endpoints you could
* declare additional Classes in a seperate xml descriptor file. !!
- */
- @WebMethod()
+ */
public ClassC getClassC() {
return new ClassC();
}
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWithRPC_Bare.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -38,8 +38,12 @@
*/
@WebService()
-@SOAPBinding( style = SOAPBinding.Style.RPC, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.BARE )
-public class SampleWSWithRPC_Bare
+@SOAPBinding(
+ style = SOAPBinding.Style.RPC,
+ use = SOAPBinding.Use.LITERAL,
+ parameterStyle = SOAPBinding.ParameterStyle.BARE
+)
+public class SampleWSWithRPC_Bare implements SampleWSRpcSEI
{
/**
@@ -52,7 +56,6 @@
* In .NET Client (C#) the follow error occurs:
* "The specified type was not recognized: name='classC', namespace='', at <return xmlns=''>."
*/
- @WebMethod()
public ClassB getClassCAsClassB() {
ClassC classC= new ClassC();
classC.setPropA("propA");
@@ -65,8 +68,7 @@
* Method that make ClassC available for all clients using this web service.
* !! Is there another possibility to make inherited classes available? In J2EE4 styled endpoints you could
* declare additional Classes in a seperate xml descriptor file. !!
- */
- @WebMethod()
+ */
public ClassC getClassC() {
return new ClassC();
}
Modified: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java 2007-08-09 11:23:39 UTC (rev 4289)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1702/SampleWSWrappedSEI.java 2007-08-09 11:32:41 UTC (rev 4290)
@@ -34,9 +34,8 @@
@WebService
public interface SampleWSWrappedSEI
{
- @WebMethod()
+
ClassB getClassCAsClassB();
- @WebMethod()
ClassC getClassC();
}
17 years, 4 months
JBossWS SVN: r4289 - in stack/native/branches/native-2.0: src/test/java/org/jboss/test/ws/jaxws and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: heiko.braun(a)jboss.com
Date: 2007-08-09 07:23:39 -0400 (Thu, 09 Aug 2007)
New Revision: 4289
Added:
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
Modified:
stack/native/branches/native-2.0/ant-import-tests/build-jars-jaxws.xml
Log:
Fix JBWS-1694: SOAP header not being set as request param
Modified: stack/native/branches/native-2.0/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/branches/native-2.0/ant-import-tests/build-jars-jaxws.xml 2007-08-09 11:15:56 UTC (rev 4288)
+++ stack/native/branches/native-2.0/ant-import-tests/build-jars-jaxws.xml 2007-08-09 11:23:39 UTC (rev 4289)
@@ -333,6 +333,13 @@
</classes>
</war>
+ <!-- jaxws-jbws1694 -->
+ <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1694.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1694/**/*.class"/>
+ </fileset>
+ </jar>
+
<!-- jaxws-jbws1702 -->
<war destfile="${tests.output.dir}/libs/jaxws-jbws1702.war" webxml="${tests.output.dir}/resources/jaxws/jbws1702/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,43 @@
+/*
+ * 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.jbws1694;
+
+import java.util.List;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Basket
+{
+ String customerId;
+
+ public String getCustomerId()
+ {
+ return customerId;
+ }
+
+ public void setCustomerId(String customerId)
+ {
+ this.customerId = customerId;
+ }
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Basket.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,30 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class BasketEntries
+{
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/BasketEntries.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,41 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Header
+{
+ private String uuid;
+
+ public String getUuid()
+ {
+ return this.uuid;
+ }
+
+ public void setUuid(String uuid)
+ {
+ this.uuid = uuid;
+ }
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Header.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,61 @@
+/*
+ * 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.jbws1694;
+
+import org.jboss.wsf.spi.annotation.WebContext;
+
+import javax.ejb.Stateless;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.ws.Holder;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1694.JBWS1694EndpointSEI")
+@Stateless
+@WebContext(contextRoot = "jbws1694")
+public class JBWS1694Endpoint implements JBWS1694EndpointSEI
+{
+ @WebMethod(operationName = "SubmitBasket")
+ @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
+ public Receipt submitBasket(
+
+ @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
+ mode = WebParam.Mode.INOUT)
+ Holder<Header> header,
+
+ @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
+ Basket request)
+ throws Exception
+ {
+ if(null==header)
+ throw new IllegalArgumentException("inout header was null");
+
+ Receipt receipt = new Receipt();
+ receipt.setMsg(header.value.getUuid());
+ return receipt;
+ }
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694Endpoint.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,50 @@
+/*
+ * 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.jbws1694;
+
+import javax.jws.WebMethod;
+import javax.jws.WebResult;
+import javax.jws.WebParam;
+import javax.jws.WebService;
+import javax.xml.ws.Holder;
+import javax.ejb.Remote;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+@WebService
+@Remote
+public interface JBWS1694EndpointSEI
+{
+ @WebMethod(operationName = "SubmitBasket")
+ @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response")
+ public Receipt submitBasket(
+
+ @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true,
+ mode = WebParam.Mode.INOUT)
+ Holder<Header> header,
+
+ @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request")
+ Basket request)
+ throws Exception;
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694EndpointSEI.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,65 @@
+/*
+ * 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.jbws1694;
+
+import junit.framework.Test;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.Holder;
+import java.net.URL;
+
+import org.jboss.wsf.test.JBossWSTestSetup;
+import org.jboss.wsf.test.JBossWSTest;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class JBWS1694TestCase extends JBossWSTest
+{
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1694TestCase.class, "jaxws-jbws1694.jar");
+ }
+
+ public void testInheritanceRpc() throws Exception
+ {
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1694/JBWS1694Endpoint?wsdl");
+ QName serviceName = new QName("http://jbws1694.jaxws.ws.test.jboss.org/", "JBWS1694EndpointService");
+ Service service = Service.create(wsdlURL, serviceName);
+
+ JBWS1694EndpointSEI port = service.getPort(JBWS1694EndpointSEI .class);
+
+ Header inout = new Header();
+ inout.setUuid("1234");
+
+ Basket basket = new Basket();
+ basket.setCustomerId("4567");
+
+ Receipt receipt = port.submitBasket(new Holder(inout), basket);
+ assertTrue(receipt.getMsg().equals("1234"));
+ }
+
+
+
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/JBWS1694TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java (rev 0)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java 2007-08-09 11:23:39 UTC (rev 4289)
@@ -0,0 +1,41 @@
+/*
+ * 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.jbws1694;
+
+/**
+ * @author Heiko.Braun(a)jboss.com
+ * @version $Revision$
+ */
+public class Receipt
+{
+ String msg;
+
+ public String getMsg()
+ {
+ return msg;
+ }
+
+ public void setMsg(String msg)
+ {
+ this.msg = msg;
+ }
+}
Property changes on: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1694/Receipt.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
17 years, 4 months
JBossWS SVN: r4288 - stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1733.
by jbossws-commits@lists.jboss.org
Author: richard_opalka
Date: 2007-08-09 07:15:56 -0400 (Thu, 09 Aug 2007)
New Revision: 4288
Modified:
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1733/JBWS1733TestCase.java
Log:
[JBWS-1733] adding test contract to notify about the issue to be fixed
Modified: stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1733/JBWS1733TestCase.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1733/JBWS1733TestCase.java 2007-08-09 11:11:16 UTC (rev 4287)
+++ stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1733/JBWS1733TestCase.java 2007-08-09 11:15:56 UTC (rev 4288)
@@ -64,12 +64,13 @@
((BindingProvider)proxy)
.getRequestContext()
.put(BindingProvider.SESSION_MAINTAIN_PROPERTY,true);
- int result = proxy.getCounter();
- System.out.println(result);
- result = proxy.getCounter();
- System.out.println(result);
- result = proxy.getCounter();
- System.out.println(result);
+ assertTrue( proxy.getCounter() == 1);
+ assertTrue( proxy.getCounter() == 2);
+ if (true) {
+ System.out.println("FIXME [JBWS-1733]: Fix JSESSIONID cookie issue");
+ return;
+ }
+ assertTrue( proxy.getCounter() == 3);
}
}
17 years, 4 months