Thanks,
Joseph Toth
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforg
uot;);
o = new Title[list.size()];
list.toArray(o);
// Initialize each
for (int i = 0; i < o.length; i++)
{
Hibernate.initialize(o[i]);
Using hibernate 2.0.3
I initialize hibernate via a Properties object.
Configuration configuration = new
Configuration().addClass(Panel.class).setProperties(properties);
sessionFactory = configuration.buildSessionFactory();
When I put hibernate.cglib.use_reflection_optimizer=false as a property