On Thu, 2004-01-29 at 04:33, Muraly R wrote:
> Hi Scott,
>         Thanks for the information.
>         Please see inline...
> 
> Thanks
> Muraly
> 
> At 13:57 28/01/2004 -0600, you wrote:
> > We do not issue an ejbRemove on stateful session beans that expire
> > while in the passivated state.
> 
> So, its better the client itself invoke the remove for SFSB.
> 

The passivate operation should do the same processing done in ejbRemove.
It is mentioned in the spec.

Regards,
Adrian

> 
> > Stateless session beans only see a remove when they are evicted from
> > the
> > session pool, which may be only on shutdown/undeployment.
> 
> One question here.
> Say instead of the default pool size(<MaximumSize>100</MaximumSize>)
> mentioned in the Standardjboss.xml for SLSB, if it is reduced to say
> <MaximumSize>10</MaximumSize>, will the exceeding beans generated
> during the application life cycle, be removed from the pool by calling
> ejbRemove()?
> Also,(bear my ignorance), the pool size is for each SLSB deployed or
> as a whole the pool will contain only specified nos?
> 
> >  
> > 
> > xxxxxxxxxxxxxxxxxxxxxxxx
> > Scott Stark
> > Chief Technology Officer
> > JBoss Group, LLC
> > xxxxxxxxxxxxxxxxxxxxxxxx 
> > 
> >  
> > 
> > ________________________________
> > 
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Muraly
> > R
> > Sent: Monday, January 26, 2004 9:29 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] <max-bean-life>?
> > 
> > 
> > Hi Gurus,
> >         From the paid docs I have understood that this tag
> > represents
> > the time in sec. a 'Stateful' bean remains in the passivate store.
> >         My doubt is while removing the instance from the passivate
> > store, does JBoss makes a call to the ejbRemove on that particular
> > instance?
> >         The reason for the doubt being in the ejb-spec in sec:-7.6.3
> > Missed ejbRemove() calls, the following point explains a scenario
> > when a
> > call to ejbRemove is missied:
> > 
> > A timeout of client inactivity while the instance is in the passive
> > state. The timeout is speci-
> > fied by the Deployer in an EJB Container implementation specific
> > way.
> > 
> > Also, what happens in the case of a 'Sateless' session beans, when
> > an
> > instance has to be removed. From the spec. I understand that a call
> > is
> > made(only) by the 'container', when an instance has to be removed.
> > 
> > Thanks
> > Muraly
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > The SF.Net email is sponsored by EclipseCon 2004
> > Premiere Conference on Open Tools Development and Integration
> > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > http://www.eclipsecon.org/osdn
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to