Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
Hi people, We've observed a very strange problem. When using Entity Beans, memory does not seem to be released when the EJB is removed. We are tracing a J2EE application with OptimizeIt, and we have seen that EJBS are created but NEVER released, even if a call the the Garbage Collector

Re: Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
Juan Fuentes wrote: Hi people, We've observed a very strange problem. When using Entity Beans, memory does not seem to be released when the EJB is removed. We are tracing a J2EE application with OptimizeIt, and we have seen that EJBS are created but NEVER released, even if a call the