warn when a final method is tried to be proxied

Description

you may not use a CGLIB proxy for a final class or a class with any final methods (see
http://www.hibernate.org/hib_docs/reference/en/html_single/#performance-proxies)
.
However, if you do anyway, SessionFactory still initializes without any warning or exception, so people have a hard time figuring out what's wrong.

Activity

Emmanuel BernardJune 7, 2005 at 4:16 PM

Check getters and setters

Fixed

Details

Assignee

Reporter

Original estimate

Time tracking

No time logged1h remaining

Components

Fix versions

Priority

Created May 19, 2005 at 5:14 PM
Updated July 20, 2005 at 10:07 PM
Resolved June 7, 2005 at 4:16 PM

Flag notifications