Re: [castor-dev] cloning an invalid object

2004-04-12 Thread Robert La Ferla
FYI - I found that the exception was being thrown due to a bug and not because of validation. --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev

[castor-dev] cloning an invalid object

2004-04-12 Thread Robert La Ferla
I need to clone an object that doesn't validate. e.g. throws a ValidationException I tried disabling validation by setting org.exolab.castor.marshalling.validation=true before cloning it but I still get the exception. To clone, I am using writeObject() to write the object to an Objec