hello,

just wondering if anyone can give me a hint as to how to go about this.  i'm
using hibernate (http://hibernate.org/) for my current project as the ORM
tool.  it supports a lazy loading feature using the cglib-asm library, which
can dynamically subclass and override methods of other classes at runtime.
long story short, i have a class "Business" that is persisted by hibernate.
when i load a "Business" object, it actually returns a cglib-asm derived
class which is named something like "Business$$CGLIB$0".  i'd like to be
able to use castor to serialize this object to XML; the problem is that i
can't rely on the name of the class returned by hibernate or cglib.  is
there any configuration of castor that would work for me?

thanks in advance,
james

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to