[
https://issues.apache.org/jira/browse/DELTASPIKE-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek resolved DELTASPIKE-1090.
------------------------------------------
Resolution: Fixed
> ProjectStage config key with just uppercase letters and '_'
> -----------------------------------------------------------
>
> Key: DELTASPIKE-1090
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1090
> Project: DeltaSpike
> Issue Type: Improvement
> Components: Core
> Reporter: Patrick Suter
> Assignee: Mark Struberg
> Priority: Minor
> Fix For: 1.6.0
>
>
> It would be great to have a key to resolve the ProjectStage that only
> contains uppercase letters and underscores to ensure it can be overwritten by
> an environment variable. Have encountered some problems when deploying to
> Cloud Foundry because a "." is not accepted in the name of an environment
> variable.
> My suggestions would be to add 'DELTASPIKE_PROJECT_STAGE' to
> org.apache.deltaspike.core.util.ProjectStageProducer.java:
> {code:title=org.apache.deltaspike.core.util.ProjectStageProducer.java|borderStyle=solid}
> /**
> * These config keys will get used to detect the ProjectStage.
> * We iterate through them until we find the first non-empty value.
> */
> public static final String[] CONFIG_SETTING_KEYS =
> {
> //TODO discuss it
> "org.apache.deltaspike.ProjectStage",
> "javax.faces.PROJECT_STAGE",
> "faces.PROJECT_STAGE",
> "DELTASPIKE_PROJECT_STAGE"
> };
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)