Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 21939 invoked from network); 14 Dec 2005 00:55:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 00:55:38 -0000 Received: (qmail 22917 invoked by uid 500); 14 Dec 2005 00:55:28 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 22891 invoked by uid 500); 14 Dec 2005 00:55:27 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 22855 invoked by uid 99); 14 Dec 2005 00:55:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 16:55:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pratik.parikh@cerner.com designates 159.140.213.148 as permitted sender) Received: from [159.140.213.148] (HELO ns02.cerner.com) (159.140.213.148) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 16:55:26 -0800 Received: from cerner.com ([159.140.213.242]) by ns02.cerner.com (smtp) with ESMTP id jBE0t5sF030445 for ; Tue, 13 Dec 2005 18:55:05 -0600 Received: from ([10.160.12.234]) by CT03.cerner.com with ESMTP id KP-TRRB5.9749680; Tue, 13 Dec 2005 18:54:47 -0600 Received: from msbhwhq02.northamerica.cerner.net ([10.160.16.184]) by msscanwhq02.northamerica.cerner.net with InterScan Messaging Security Suite; Tue, 13 Dec 2005 18:54:46 -0600 Received: from MSMBWHQ10.northamerica.cerner.net ([10.160.16.10]) by msbhwhq02.northamerica.cerner.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 13 Dec 2005 18:54:45 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C60048.F9ED867F" Subject: Bug in beandeserializer?? Date: Tue, 13 Dec 2005 18:54:42 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Bug in beandeserializer?? Thread-Index: AcYASPdmCEx3E7IlTsufbbAOdVOw9A== From: "Parikh,Pratik" To: X-OriginalArrivalTime: 14 Dec 2005 00:54:45.0587 (UTC) FILETIME=[F9D68A30:01C60048] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C60048.F9ED867F Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi Everyone, I have a case where the generated code is that behaving right with case sensitivity. My element name is "EmptyName" and the generate code is something like this: elemField =3D new org.apache.axis.description.ElementDesc(); elemField.setFieldName("emptyName"); elemField.setXmlName(new javax.xml.namespace.QName("urn:person-org", "EmptyName")); elemField.setXmlType(new javax.xml.namespace.QName("urn:person-org", "PersonOrg.EmptyName")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField);=0D The schema is as following =0D =0D soapenv:Server.userExceptionorg.xml. sax.SAXException: Invalid element in org.person.PersonOrg - EmptyNameLPP010755 When I debugged thought it is erroring out on BeanDeserilizer line 259. Please help I need to get this working by tomorrow morning??? I think this is a bug and if someone can fix it for me then it will be nice???=0D Thanks, Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | pratik.parikh@cerner.com | www.cerner.com CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. ---------------------------------------- -- ------_=_NextPart_001_01C60048.F9ED867F Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Bug in beandeserializer??

Hi Everyone,

     I have a case= where the generated code is that behaving right with case sensitivity. My= element name is "EmptyName" and the generate code is something= like this:

       = elemField =3D new org.apache.axis.description.ElementDesc();
       = elemField.setFieldName("emptyName");
       = elemField.setXmlName(new= javax.xml.namespace.QName("urn:person-org",= "EmptyName"));
       = elemField.setXmlType(new= javax.xml.namespace.QName("urn:person-org",= "PersonOrg.EmptyName"));
       = elemField.setNillable(false);
       = typeDesc.addFieldDesc(elemField);


    The schema is as= following

<?xml version=3D"1.0"= encoding=3D"utf-8"?>
<xs:schema xmlns:xs=3D"http://www.w3.org/2001/XMLSchema&= quot; targetNamespace=3D"urn:person-org" elementFormDefault= =3D"qualified" xmlns:porg=3D"urn:person-org" xmlns= =3D"urn:person-org">

   <xs:element name= =3D"PersonOrg" type=3D"PersonOrg.Message"/>
   <xs:complexType name= =3D"PersonOrg.Message">
     = <xs:sequence>        =
         <xs:element= name=3D"EmptyName" type= =3D"PersonOrg.EmptyName"/>
     = </xs:sequence>
  = </xs:complexType>
   <xs:complexType name= =3D"PersonOrg.EmptyName">
     = <xs:sequence>
         <xs:element= type=3D"xsd:string" minOccurs=3D"1" maxOccurs= =3D"1" name=3D"author"/>
     = </xs:sequence>
  = </xs:complexType>
</xs:schema>

<faultcode>soapenv:Server.userException</faultcode>&= lt;faultstring>org.xml.sax.SAXException: Invalid element in= org.person.PersonOrg -= EmptyName</faultstring><detail><ns1:hostname xmlns:ns1= =3D"http://xml.apache.org/axis/">L= PP010755</ns1:hostname></detail>

When I debugged thought it is erroring out= on BeanDeserilizer line 259. Please help I need to get this working by= tomorrow morning??? I think this is a bug and if someone can fix it for me= then it will be nice???

Thanks,
Parikh, Pratik= | Software Engineer= | Cerner= Corporation | (1)-816-201-1298 | pratik.parikh@cerner.com | www.cerner.com


CONFIDENTIALITY= NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --
------_=_NextPart_001_01C60048.F9ED867F--