[jboss-jira] [JBoss JIRA] Created: (JBAOP-633) system properties replacement in ejb3-interceptors-aop.xml

Dmitri Voronov (JIRA) jira-events at lists.jboss.org
Thu Sep 4 02:40:38 EDT 2008


system properties replacement in ejb3-interceptors-aop.xml
----------------------------------------------------------

                 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


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