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. -- View this message in context: http://old.nabble.com/How-to-display-actual-used-mapping--tp26575308p26575308.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

