Hi Vincent, Thanks for catching that, I've updated the CVS.
Arnaud > -----Original Message----- > From: Figari, Vincent [mailto:vincent.figari@;sap.com] > Sent: Friday, October 18, 2002 5:17 PM > To: [EMAIL PROTECTED] > Subject: [castor-dev] Problem in validation code generated for > <xsd:any > elements > > > Hello Castor users, > > Another strangeness I found in generated code: > The validation code generated for a member of > type <any> element does not register the FieldValidator. > > Example: when generating (type option) classes for the > attached soap.xsd, the generated BodyDescriptor class > contains: > //-- validation code for: _anyObject > fieldValidator = new FieldValidator(); > } //-- com.sap.uddi.model.soap.BodyDescriptor() > > > desc.setValidator(fieldValidator) seems to be missing, > causing <Body> element contents to not be properly > validated at run-time. > > Did any one observe a similar behavior ? > > Vincent ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
