2 Replies Latest reply on Oct 6, 2010 1:51 AM by jaikiran

    JBOSS SystemPropertiesService cannot deal with escape character

      JBOSS Version: 5.1.0GA

      I added an attribute element  in deploy/properties-service.xml file as follows:

       

      <attribute name="Properties">
          myconfigfile=${jboss.server.home.dir}/app/conf/test.conf
      </attribute>

       

      I started jboss on windows, the jboss.server.home.dir variable is correctly replace by c:\sala223\tool,

      but the myconfigfile variable now becomes c:/sala223     ool/app/conf/test.conf which is not what I want, is there any solution to not escape the "\t" character?