Wednesday, May 26, 2010

How to fix 'No converter found for 'org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer"

if you are seeing 'No converter found for 'org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer' in your log when you using the spring+hibernate+dwr combination,

to solve this problem,

change the converter='bean' to converter="hibernate3" in the convert tag.

for example.



to

0 comments: