Hello,

    Was the question below about "memory consumed by entity beans
recovered" answered?

    I have an issue where I am creating MANY (container managed)
entity beans and the EJB server memory usage grows until it runs out
of memory. Basically we are performing the following steps:

        1) Get the BeanHome
        2) Call BeanHome.create() to create a new entity.
        3) Start a txn.
        4) Call some methods to set values in the entity bean.
        5) Commit the txn.

    Steps 2-5 are repeated MANY times.

    Is there something else that we need to do after committing the txn?

    Thanks in advance.

Will

----- Original Message -----
From: Jim Archer <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: Philippe Coq <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 28, 2000 12:32 PM
Subject: Re: Passivation in JOnas


> Does this mean that I always have an instance of an entity bean for every
> record I have created and/or found? Other than by deleting the record
> through the entity bean, is the memory consumed by entity beans ever
> recovered?
>
> I'm just trying to understand the effect of this so I know what to expect
> and work around it if needed.
>
> Thanks!
>
> Jim
>
> --On Friday, April 28, 2000 3:50 PM +0200 Philippe Coq
> <[EMAIL PROTECTED]> wrote:
>
> > [EMAIL PROTECTED] wrote:
> >>
> >> Hi,
> >>
> >> I would like to know about passivation in JOnAS. It seems to me
> >> that ejbPassivate() and ejbActivate() are implemented with
> >> stateful session beans and they are'nt with entity beans.
> >> I am right ?
> >>
> >> Thanks
> >>
> >>
> >>                         Paolo Sommaruga
> >>
> >>                         Garda Access
> >>                         Garda (Vr), Italy
> >>
> >>
> > In the current version the activation/passivation is not implemented
> > It will be in the next version
> > Regards,
> >
> > --
> > Philippe
> >
> > Philippe Coq  Groupe Bulll/BullSoft/OpenMaster Phone: (33) 04 76 29 78
> > 49
> > Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
> > [EMAIL PROTECTED]  http://www-frec.bull.com
> > Download our EJBServer at http://www.bullsoft.com/ejb
> > ----
> > To unsubscribe, send email to [EMAIL PROTECTED] and
> > include in the body of the message "unsubscribe jonas-users".
> > For general help, send email to [EMAIL PROTECTED] and
> > include in the body of the message "help".
>
>
>
>
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".

smime.p7s

Reply via email to