I was playing around with JBoss3.0RC3 when I ran into some behaviour I
didn't understand:

When an instance of my BMP entity bean was used for executing a finder
method, or
when passivate() was called upon an instance, this instance is garbage
collected afterwards.
(I tested this by outputting from the finalize() method in my bean class).

Can't bean instances in these situations be held in a pool and be reused for
finder and
home method executions, or to activate() with a new identity ?
Because next time I execute a finder method, a new instance of my bean class
is
instantiated AND discarded afterwards!

Or is this just that I misunderstood the pooling concept of Entity Beans ?


Regards,

Günther.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to