Re: [castor-dev] using SourceGenerator Descriptor classes AND a mapping file?

2003-01-14 Thread Keith Koski
Keith Visco wrote: If you want to modify a generated descriptor you can do the following: ...changes... With the auto-complete Castor will look for generated descriptors. it seems that if a mapping file is used at all, the Descriptors are never instantiated. is this a relatively new featu

[castor-dev] using SourceGenerator Descriptor classes AND a mapping file?

2003-01-14 Thread Keith Koski
i'd like to be able to utilize constraint facets in my XSD which the source generator puts into the Descriptor classes. but, i also want to be able to unmarshal a document into my business classes that extend the source generator classes. it is possible to mix this two modes of unmarshalling an

[castor-dev] supporting XML Schema key and keyref?

2003-01-14 Thread Keith Koski
Keith Visco wrote: Castor will eventually need to support the notion of "key and keyref" as defined by XML Schema so I have no problem with keys being within the scope of a particular class. I'll review your patch. We just have to make sure we don't break behavior if the user is indeed using ID/I

Re: [castor-dev] complex types from simple types?

2002-12-17 Thread Keith Koski
Keith Koski wrote: however, i get a SAX exception when i try to unmarshal a file. i.e. "Text data found as child of: " i've attached a jar file of the code. what am i doing wrong? is it because i'm using a mapping file? my apologies, my mapping file is incomplete. i