Ok, shut me if I tell stupid things..
After reading some mails on the "Cache" subject, i've understood that
several clients can access to an instance of a stateless session bean or
entity bean, but only one client can access to a stateful session bean
instance.
Then I've understood that you can't provide cache persistence with
stateless session beans, you can only do that with stateful session beans.
A second way for persistence is to store informations in databases, which
is provided by entity beans..
So my problem is :
I want my ejb to be able :
- to provide access for several clients on one instance of bean
- in the same time to keep informations on those clients in memory (so
cache)
- without any database use...
Am I asking to much to JBoss ?
This question sounds very important to me, so don't fear to give me all
details you can.
thanks.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user