RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
ou? Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Error in serialization of boolean fields Yes, hand editing to use the correct namespace works just fine, but unfortunately is not an adequate work-around

RE: Error in serialization of boolean fields

2003-03-20 Thread Michael Ryan
the build. -Original Message- From: Davis, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 2:36 PM To: '[EMAIL PROTECTED]' Subject: RE: Error in serialization of boolean fields I know this may sound silly, but have you tried editing the generated classes to

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
I know this may sound silly, but have you tried editing the generated classes to but in the namespace you are expecting? field.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema".";, boolean")); Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED]