[castor-dev] Generated XSD from mapping file or Source?

2003-02-13 Thread Darren Govoni
Hi, Is there an easy way to generate a schema XSD from either a castor mapping file or set of JavaBeans? Thanks! Darren --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe cast

Re: [castor-dev] Marshalling & Class Descriptor ?

2003-02-11 Thread Darren Govoni
iptor compiled? --Keith Darren Govoni wrote: Hi, Pardon this question if it's arisen before. I just recently learned how to create Java Beans and class Descriptors from an XSD. However, when I marshal a class to XML, the xml name used is the default castor scheme and not the name in

[castor-dev] Marshalling & Class Descriptor ?

2003-02-11 Thread Darren Govoni
Hi, Pardon this question if it's arisen before. I just recently learned how to create Java Beans and class Descriptors from an XSD. However, when I marshal a class to XML, the xml name used is the default castor scheme and not the name indicated in the generated descriptor class that was gener

[castor-dev] FieldHandlers for JDO/SQL Mapping?

2002-12-06 Thread Darren Govoni
Should this work? I would like to use my UID handler to marshal UID's to/from SQL table the same way it does for XML. It is basically a String<->UID type converter. I didn't notice a 'handler' attribute for the element for JDO mappings. Any suggestions? Can I supply my own TypeConvert

Re: [castor-dev] 'extends' and

2002-12-04 Thread Darren Govoni
e they are in the subclass only. Darren Govoni wrote: Hi, I am trying to understand why my clause is ignored for a class 'extends' another class in my mapping file. The output uses the bind name of the parent class and not the desired bind name in my explicit clause for the sub

[castor-dev] 'extends' and

2002-12-04 Thread Darren Govoni
Hi, I am trying to understand why my clause is ignored for a class 'extends' another class in my mapping file. The output uses the bind name of the parent class and not the desired bind name in my explicit clause for the subclass. Anyone have a quick clue into this? Thanks! Darren

[castor-dev] FieldHandlers & Interfaces

2002-11-26 Thread Darren Govoni
Hi, I'm just starting to learn castor and have run into trouble already. I have this property in a class: setCertificate(java.securty.cert.X509Certificate cert); java.securty.cert.X509Certificate X509Certificate getCertificate(); . and this mapping file