[castor-user] Fwd: unable to find FieldDescriptor for FaultCode in ClassDescriptor of Fault

2005-07-29 Thread Emrah Şener
I am also sending the definitions and binding. Thanks... ** Definition of soap:Fault : *** xs:element name=Fault type=tns:Fault / xs:complexType name=Fault xs:annotation xs:documentationFault reporting structure/xs:documentation

[castor-user] Object to XML marshalling-order

2005-07-29 Thread Gopinath R
Hi Castor Guru's, I am using Castor-XML to convert my Java objects to XML file. The marshalling is occuring fine , but the XML generated is not in order as specified in the mapping.xml file. Is there any parameter to be changed in castor.properties for the same. Pl let me know. Thanks Gopi

RE: [castor-user] Mapping document to odd fields in xml doc

2005-07-29 Thread Green, Jason M.
Everyone, Thanks for all the help. I have finished the unmarshalling thanks to you all. Have an excellent weekend. Jason -Original Message- From: Stephen Bash [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 3:21 PM To: user@castor.codehaus.org Subject: Re: [castor-user]

Re: [castor-user] RE: Avoiding setting empty integer elements to zero

2005-07-29 Thread Keith Visco
Dinesh, Castor treats missing elements as null and empty elements as non-null. In order to treat an empty element as null, you need to use nillable=true in your schema. Nillable support is not completely finished and there is an open bug report in Jira for this. --Keith Pandey, Dinesh