[jboss-cvs] JBossAS SVN: r58129 - in branches/Branch_4_2/testsuite: . src/main/org/jboss/test/webservice/jbws718 src/resources/webservice/jbws718/WEB-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 5 13:36:41 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-11-05 13:36:36 -0500 (Sun, 05 Nov 2006)
New Revision: 58129

Removed:
   branches/Branch_4_2/testsuite/.cvsignore
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/webservice/jbws718/DummyTypeForChoice.java
Modified:
   branches/Branch_4_2/testsuite/src/resources/webservice/jbws718/WEB-INF/jaxrpc-mapping.xml
Log:
Map xsd:choice to SOAPElement

Deleted: branches/Branch_4_2/testsuite/.cvsignore
===================================================================
--- branches/Branch_4_2/testsuite/.cvsignore	2006-11-05 15:35:55 UTC (rev 58128)
+++ branches/Branch_4_2/testsuite/.cvsignore	2006-11-05 18:36:36 UTC (rev 58129)
@@ -1,5 +0,0 @@
-.settings
-output
-build.log
-run.tstamp
-junit*.properties

Deleted: branches/Branch_4_2/testsuite/src/main/org/jboss/test/webservice/jbws718/DummyTypeForChoice.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/webservice/jbws718/DummyTypeForChoice.java	2006-11-05 15:35:55 UTC (rev 58128)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/webservice/jbws718/DummyTypeForChoice.java	2006-11-05 18:36:36 UTC (rev 58129)
@@ -1,30 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file 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.webservice.jbws718;
-
-public class DummyTypeForChoice
-{
-
-   public DummyTypeForChoice()
-   {
-   }
-}

Modified: branches/Branch_4_2/testsuite/src/resources/webservice/jbws718/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/webservice/jbws718/WEB-INF/jaxrpc-mapping.xml	2006-11-05 15:35:55 UTC (rev 58128)
+++ branches/Branch_4_2/testsuite/src/resources/webservice/jbws718/WEB-INF/jaxrpc-mapping.xml	2006-11-05 18:36:36 UTC (rev 58129)
@@ -2359,32 +2359,32 @@
 
   <!-- BEGIN manually added -->
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;SetExecutionOptions</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;GetExecutionOptionsResponse</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;SetCacheOptions</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;GetCacheOptionsResponse</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;SetReportHistoryOptions</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>
   <java-xml-type-mapping>
-    <java-type>org.jboss.test.webservice.jbws718.DummyTypeForChoice</java-type>
+    <java-type>javax.xml.soap.SOAPElement</java-type>
     <anonymous-type-qname>http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices:&gt;GetReportHistoryOptionsResponse</anonymous-type-qname>
     <qname-scope>complexType</qname-scope>
   </java-xml-type-mapping>




More information about the jboss-cvs-commits mailing list