-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
5.0.0.CR7
-
None
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().
- relates to
-
ISPN-12797 Use supplied properties for config replacement in JCache
- Closed