View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820607#3820607

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820607

Hi Adrian and Marc,

Thank you.



The field I want to put in the stateless session bean is not session specific.

(the bean has only one method).

It holds reference to an array of objects that I want to be instatiated before the 
client invokes the EJB method.

So I want to instantiate these objects when the container call the ejbCreate() method.



But I want to know what happens when the same bean instance serves  a different 
client??

Will the objects that have been instantiated when the container called ejbCreate() 
method be available to that new client???



 And in general, is there any impact on performance to declare a private field in a 
Stateless session bean???



Thank you very much

Cari


-------------------------------------------------------
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