[infinispan-issues] [JBoss JIRA] Created: (ISPN-1314) Support properties instance other than System.getProperties() when resolving configuration placeholders

Yuri de Wit (JIRA) jira-events at lists.jboss.org
Fri Aug 5 11:39:29 EDT 2011


Support properties instance other than System.getProperties() when resolving configuration placeholders 
--------------------------------------------------------------------------------------------------------

                 Key: ISPN-1314
                 URL: https://issues.jboss.org/browse/ISPN-1314
             Project: Infinispan
          Issue Type: Enhancement
          Components: Configuration
    Affects Versions: 5.0.0.CR7
            Reporter: Yuri de Wit
            Assignee: Manik Surtani


The current implementation always uses System.getProperties() when resolving configuration placeholders (See InfinispanConfiguration line 331) and this is a bit limiting when trying to configure Infinispan in a webapplication. In this specific case, I need to construct a Properties object with a combination of System.getProperties() and the servlet context parameters. In other cases maybe the web app don't have access permissions to System.getProperties().

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list