0 Replies Latest reply on Jan 31, 2005 9:16 AM by sylobsa

    Custom System Properties

      Hi all,

      I want to define new System Properties, so I configured jboss-service.xml
      to load my properties file.
      I'd like to define some properties using other properties already defined.
      Is it possible ?

      I tried the Ant syntax, but it doesn't work.
      Var1=Value1
      Var2=${Var1}_and_some_complement
      doesn't work.

      Regards