Depending on user input, I will occasionaly need to modify the
ClassDescriptor for a particular object.  I've been successfull with
this so far.  The problem is that once I've done my operation I need to
reset the ClassDescriptor on the PersistentBroker to the original
ClassDescriptor for the following operations.  

Short of creating a new ClassDescriptor object and populating all the
fields to simulate the original ClassDescriptor that was retrieved from
the PersistentBroker. Is there any other way that I could get a copy of
that object?  I've tried cloning the object but the clone() method is
protected.

Do I need to reload the repository_user.xml file?  If so, could I maybe
get some pointers on how to proceed to do this?

Thanks
Chantale

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to