3 Replies Latest reply on Oct 11, 2012 7:42 AM by jwcarman

    fabric profile configuration property question

    arun.parihar

      Hi,

       

      While setting a configuration property in a fabric profile with a value which contains equals sign in it, the part of string including and after the equals sign is ignored.

       

      fabric:profile-edit --pid com.my.project/my.property='protocol://user@localhost:1234?password=AbC0de&key1=value1&key2=value2' my-profile

       

      Above sets the property value for my-profile only as:

      com.my.project/my.property=protocol://user@localhost:1234?password

       

      It makes me think if I need to escape equals sign somehow while passing to fuse.

       

      Please help!

       

      Thanks in advance

      Arun