Joined: Tue Mar 01, 2005 11:39 am Posts: 8
|
Hibernate version: 2.1.7c
I am trying to set a breakpoint in an equals method in a class that is mapped using hibernate then running the eclipse debuger... After hibernate is initialized Eclipse gives me a popup that reads:
Unable to install breakpoint in com.foo.bar.MappedClass$$FastClassByCGLIB$$eaaae17c due to missing line number attributes. Modify compiler optoins to generate number attributes.
I have tried (and verified the property was set) hibernate.cglib.use_reflection_optimizer=false however this did not have an effect. Also note that I am using spring (no aop besides transaction processing).
Has anyone else seen this problem? If so, how can I fix it I would love to be able to use the debuger on this class!
|
|