--- Sameer Nanda <[EMAIL PROTECTED]> wrote:
> Hi Konstantin, > > I tried different thing like, > > 1) not closing the Hibernate Session at all (bad > trick :) > 2) Loading the DB values via Hibernate in the > default constructor of my > PerspectiveResponse Bean > > But still the same error message. I definetly have > the feeling that Betwixt > doesnt like the way the Person class is been loaded > via Hibernate. I am > checking on with the Hibernate guys about the same > and would let you guys > know. But still at the back of my mind I think its > Betwixt which is not able > to load the values from the Bean and generate the > XML output. Any thougths > !!!!!!! It's not your bean, what gets loaded through hibernate. It's dynamic proxy that mimics its behaviour, and this proxy is created at the runtime with byte code manipulation. Maybe there is a bit too much manipulation for betwixt ( bean utils ) - so it just freaks out... regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- Still using XDoclet 1.x? XDoclet 2 is released and of production quality. check it out: http://xdoclet.codehaus.org __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
