
21 Apr
2011
21 Apr
'11
12:45 p.m.
Below is something what I want to achieve <insertFromJNDI env-entry-name="LogLocation" as="LOG_LOCATION"/> <if condition='property("LOG_LOCATION").equals("")'> <then> <!--how do I reset the LOG_LOCATION property here--> </then> </if> Basically I want to set the LOG_LOCATION property to be set to a default value if the JNDI entry is not present. What currently happens is - if the JNDI property is not defined it assigns the property named "LOG_LOCATION" to "LOG_LOCATION_IS_UNDEFINED". Thank you in advance. -- View this message in context: http://old.nabble.com/Is-it-possible-to-set-a-defined-property-with-a-new-va... Sent from the Logback User mailing list archive at Nabble.com.