[
https://jira.jboss.org/jira/browse/JBAOP-633?page=com.atlassian.jira.plug...
]
Kabir Khan updated JBAOP-633:
-----------------------------
Summary: system properties replacement in jboss-aop.xml annotation introductions and
overrides (was: system properties replacement in ejb3-interceptors-aop.xml)
system properties replacement in jboss-aop.xml annotation
introductions and overrides
-------------------------------------------------------------------------------------
Key: JBAOP-633
URL:
https://jira.jboss.org/jira/browse/JBAOP-633
Project: JBoss AOP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Aspect Library
Affects Versions: 1.5.6.GA
Reporter: Dmitri Voronov
Fix For: 1.5.7.GA
It would be useful to have the system properties replacement feature for ejb3 aop
configuration e.g.
<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="${jboss.ejb3.sfsb.cache.maxSize:100000}",
idleTimeoutSeconds="${jboss.ejb3.sfsb.cache.idleTimeoutSeconds:300}",
removalTimeoutSeconds="${boss.ejb3.sfsb.cache.removalTimeoutSeconds:0}")
</annotation>
This feature is available for standardjboss.xml and in almost all other service
deployment configurations. It would increase usability of the aop configuration.
The default setting could be then easily overwritten by setting the system properties.
Please implement this feature for the aop configuration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira