when you call remove() method at that time the EJBObject for that particular bean is destroyed.Not the bean. let me know if i am wrong.
Thanks Pranav On Fri, 19 Apr 2002 JavaSoft wrote : >Hi all >I have read about stateless session and stateful session, >stateless means the session object can be used by diffrent user >if the object session is free... ( this is mean the session >object isnt destroyed after a client used it but sits in the >session pool ) >My question is how about if the ejbRemove() method invoked by >container, is the session object still exist in the pool ? if >not, and if i make every client that uses the session Object >calls statelessSession.remove() after finished use the session, >it means the session object will be destroyed .. so the stateless >feature is gone .. am i right ? > >=== >thx, >a Java Addicted _________________________________________________________ Click below to visit monsterindia.com and review jobs in India or Abroad http://monsterindia.rediff.com/jobs =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
