0 Replies Latest reply on Jul 10, 2012 6:38 AM by mylos78

    Expand System Properties in JBoss 7

    mylos78

      Hi all,

      I need to store a set of System properties which are referencing a common system property such as:

      <system-properties>
          <property name="project.dir" value="/home/mylos"/>
          <property name="project.temp.dir" value="${project.dir}/temp"/>
      </system-properties>

      Unfortunately I see that the property project.dir does not get expanded. I'm running JBoss AS 7.1.1 final. Is it going to be fixed in next releases ?

      Thanks

      Mylos