hi,
Firstly, is it possible to have one & only one instance of a stateless
session bean? (there should always be minimum & maximum of only 1 instance)
If it is possible to configure, in which file(s) should i specify that?

In the current situation I've to store/update some values in the stateless
session bean, which is accessed by all clients.
Can i be assured that only that instance is used by the clients,  & neither
new instance is created nor the existing instance is destroyed.

thanx,
Arun


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

Reply via email to