Oops - yes, you're quite right.
And you'll be searching for 'domain name="Stateful Bean"
extends="Base Stateful Bean" inheritBindings="true">'
(there should be a '<' before "domain name" above - but this renders
the string invisible when it is displayed in the forum.)
<domain name="Stateful Bean" extends="Base Stateful Bean"
inheritBindings="true">
| <!-- NON Clustered cache configuration -->
| <annotation expr="!class((a)org.jboss.annotation.ejb.cache.Cache) AND
!class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.Cache
(org.jboss.ejb3.cache.simple.SimpleStatefulCache.class)
| </annotation>
| <annotation
expr="!class((a)org.jboss.annotation.ejb.cache.simple.PersistenceManager) AND
!class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.simple.PersistenceManager
(org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.class)
| </annotation>
| <annotation
expr="!class((a)org.jboss.annotation.ejb.cache.simple.CacheConfig) AND
!class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=100000,
idleTimeoutSeconds=900)
| </annotation>
|
| <!-- Clustered cache configuration -->
| <annotation expr="!class((a)org.jboss.annotation.ejb.cache.Cache) AND
class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.Cache
(org.jboss.ejb3.cache.tree.StatefulTreeCache.class)
| </annotation>
| <annotation
expr="!class((a)org.jboss.annotation.ejb.cache.tree.CacheConfig) AND
class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.tree.CacheConfig
(name="jboss.cache:service=EJB3SFSBClusteredCache", maxSize=100000,
idleTimeoutSeconds=300)
| </annotation>
| </domain>
A wiki sounds like a great idea. Can you point me to the wiki page that tells me
"how to create a wiki page"?!
C
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991023#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...