Hi,
I am new to hibernate. We upgraded hibernate to 3.2 recently. Since one of the property name has changed in 3.2 we changed the following line in our hibernate.cfg.xml files as follows:
<property name="hibernate.cglib.use_reflection_optimizer">false</property>
to
<property name="hibernate.bytecode.use_reflection_optimizer">false</property>
However, in the logs we still see:
Environment.java INFO Bytecode provider name : cglib
Does this look like a problem?
Any help will be highly appreciated.
Thanks.
Hibernate version:
3.2
Debug level Hibernate log excerpt:
2006-12-10 08:55:19,476 [Thread-40] 500 Environment.java INFO Hibernate 3.2.0
2006-12-10 08:55:19,567 [Thread-40] 533 Environment.java INFO hibernate.properties not found
2006-12-10 08:55:19,597 [Thread-40] 667 Environment.java INFO Bytecode provider name : cglib
2006-12-10 08:55:19,648 [Thread-40] 584 Environment.java INFO using JDK 1.4 java.sql.Timestamp handling
2006-12-10 08:55:19,752 [Thread-40] 1350 Configuration.java INFO configuring from resource: SDAS.hibernate.cfg.xml
2006-12-10 08:55:19,753 [Thread-40] 1327 Configuration.java INFO Configuration resource: SDAS.hibernate.cfg.xml
|