thank you!

btw, I found the answer to my first question.

ejb3-interceptors-aop.xml:

   <domain name="Stateful Bean" extends="Base Stateful Bean" 
inheritBindings="true">
  | ...
  |       <annotation 
expr="!class(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND 
!class(@org.jboss.annotation.ejb.Clustered)">
  |          @org.jboss.annotation.ejb.cache.simple.CacheConfig 
(maxSize=100000, idleTimeoutSeconds=3600)
  |       </annotation>
  | ...
  |    </domain>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984429
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to