Re: LazyLoading and CGLIB return wrong types

2009-07-30 Thread Stelio Macumbe
Probably it would but the reason I am using xStream is because it does the (conversion) job quickly and easily , I don't really want to spend much time on writing code for conversion , not to mention that are tens of classes to be marshaled. Stelio cmathrusse wrote: > > Why not then create a c

Re: LazyLoading and CGLIB return wrong types

2009-07-30 Thread Stelio Macumbe
I am just adding functionality to an application which has been running for some time , I can't just disable lazy loading without knowing what (disastrous) side effects it could cause Jeff Butler-2 wrote: > > Are you really sure that lazy loading is buying you anything? I think > people turn th