Hello , I am having a problem with castor's marshalling of hibernate classes.
Since Hibernate is using cglib, the actual class passed into my marshalling function is not getting correctly picked up and therefore not mapped, since the class name is similar but not exact (I forget the actual name format ). I don't have this problem with Hibernate 2, which I am still using (and would rather not) It seems like all this would take is a modificaiton to the name of the class that is being matched prior to marshalling. so instead of matching contact, match contact*. has anyone encountered this (would seem like a univeral problem) or is there a work around anyone knows of. I believe this relates to castor issue 1342 http://jira.codehaus.org/browse/CASTOR-1342 Thanks -- Best regards, David mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

