EJB Caching

Hii'm using Sun Application Server 8 to deploy EJBs (CMPs)I was wondering if there is any instruction to FORCE a Cache Reload of the EJBs (CMPs)If there is no instruction for this, then perhaps a tag in the deployment fileThanks
[264 byte] By [safinahmed] at [2007-11-26 6:12:06]
# 1
Hi,CMPs are cached only inside a transaction, unless they are read-only beans.If you abort the transaction, all beans will be reloaded. Read-only beans haverefresh timeouts.-marina
marina at 2007-7-6 13:47:14 > top of Java-index,Application & Integration Servers,Application Servers...