Hi all,
i have c programmed a piece of code that can help to copy an DTO bean
in Hibernate POJO bean. I am using intropsection for that. I get some error messages :
2005-01-12 16:07:18,609 DEBUG [net.sf.hibernate.impl.SessionImpl] collection initialized
2005-01-12 16:07:18,703 INFO [STDOUT] java.lang.StackOverflowError
2005-01-12 16:07:18,718 INFO [STDOUT] at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source)
2005-01-12 16:07:18,718 INFO [STDOUT] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2005-01-12 16:07:18,718 INFO [STDOUT] at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
2005-01-12 16:07:18,718 INFO [STDOUT] at java.lang.Class.newInstance0(Class.java:308)
2005-01-12 16:07:18,718 INFO [STDOUT] at java.lang.Class.newInstance(Class.java:261)
Do u know if the error occurs cause the hibernate introspection ? How can
i manage the deep of that ?
|