>From the SQL Developer, after doing the same query that is shown in the log,
about ~720.000 rows.

In the older application (done in Weblogic 8.1) doing this in the
ejbPostCreate didn't charge the rows, but in OpenEJB, from what I've seen,
it tries to charge them even they are LAZY.

My toughts are that maybe, because I do the this.setArticle(articleLocal)
inside the ejbPostCreate, I'm forcing OpenEJB to charge the whole collection
of articles... but, unluckly, still haven't found any workaround.

Thanks again,

Tomás



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Problem-with-Tomee-on-ejbPostCreate-method-OutOfMemoryError-tp4676642p4676649.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to