Hi,
I don't think the current code base has support for this feature. Whilst
it could be added in theory, one has to keep in mind that a mapping file
is just one way of defining a binding between your Java classes and the
corresponding XML documents.
Internally, Castor XML (as well as JDO) uses descriptor classes to
establish exactly that binding information, And afair there's some
debugging output related to establishing what descriptor(s) is being
used during unmarshalling.
So how about defining what you are looking for once again - keeping in
mind what I have just said.
Cheers
Werner
jimmi4664 wrote:
> I define my XML mapping in a mapping file castor-mapping.xml. Some classes
> use Castor's automatically created mapping with auto-complete="true" for
> some or all fields, and some classes are fully configured in the file with
> <class name="foo" auto-complete="false"/>
>
> I want to change all classes to have auto-complete="false", so that I don't
> run into problems if I rename some fields and can better control what fields
> are mapped and what not.
>
> Can I get Castor to print out the actual mapping it generates based on the
> given mapping file? I have activated debug logging but that info does not
> seem to be logged.
>
>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email