Issue Type: Bug Bug
Affects Versions: 1.0.6
Assignee: Logback dev list
Components: logback-core
Created: 17/Jul/12 4:09 PM
Description: <property name="myProperty" value="myJndiKey" />

<!-- it does not work: -->
<insertFromJNDI env-entry-name="java:comp/env/${myProperty}" as="myJndiValue" />
<!-- result: ...InsertFromJNDIAction - [java:comp/env/${myProperty}] has null or empty value -->

<!-- it works: -->
<property file="${myProperty}myPropFile.properties" />
<!-- result: myJndiKeymyPropFile.properties -->
Environment: linux x64, tomcat 7
Project: logback
Labels: Property substitution jndi
Priority: Major Major
Reporter: Hrotkó Gábor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira