Issue Details (XML | Word | Printable)

Key: DEPLOY-3
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Fabrizio Giustina
Reporter: Fabrizio Giustina
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Deployment tools

Support context paramaters in EnvironmentPropertyConfigurer

Created: 19/Mar/10 23:19   Updated: 19/Mar/10 23:22   Resolved: 19/Mar/10 23:22
Component/s: None
Affects Version/s: None
Fix Version/s: 2.2


 Description  « Hide

Make context parameters available in EnvironmentPropertyConfigurer, so that they can be used in property resolution.

Sample configuration:

<context-param>
    <param-name>myparam</param-name>
    <param-value>paramvalue</param-value>
  </context-param>
WEB-INF/config/${contextParam/myparam}/environment.properties,


There are no comments yet on this issue.