Hi, Im using 2.0M5/jsf/basic/mysql/jdk5/windows and I have a simple persistent entity in which I have to persist 1.081.575 records. After the records are created and persisted, theres no memory to load them on the list screen. The classes for this were created using appfuse:gen.
This collection of persistent objects is not contained (ManyToOne, etc) by any other class. I tried the @Proxy(lazy=true) class annotation, but it seems to be default, and didnt work. I also tried getHibernateTemplate().setFetchSize() and it didnt work either. Also tried to look for AOP/Spring configurations, with no success. Finally, I tried putting this collection in an association annotated fetchType=lazy, but no deal. Am I missing something? Doing something wrong? Wrong direction? Thanks, Adolfo. -- View this message in context: http://www.nabble.com/1.000.000-records-tf4312011s2369.html#a12276047 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
