[jboss-jira] [JBoss JIRA] Closed: (JBAOP-633) system properties replacement in jboss-aop.xml annotation introductions and overrides
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Mon Sep 22 12:25:23 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAOP-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan closed JBAOP-633.
----------------------------
Fix Version/s: 1.5.7.GA
Resolution: Done
Assignee: Kabir Khan
> 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
> Assignee: Kabir Khan
> 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(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND !class(@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
More information about the jboss-jira
mailing list