0 Replies Latest reply on Aug 8, 2013 12:27 AM by fdominguez

    using cli to update indivdual value in LIST

    fdominguez

      I have a custom-handler configured in Jboss 7.1.1 standalone.xml and an attribute of a custom-handler are the properties. See:

       

      https://docs.jboss.org/author/display/AS71/Logging+Configuration#LoggingConfiguration-customhandler

       

      When i deploy our application i would like to update ONE of the properties and not reset all the previously set properties.

       

      I cannot figure out if jboss-cli supports this?

       

      This is how i used the cli to set initialize the property:

       

      /subsystem=logging/custom-handler=SnsLogHandler:write-attribute(name=properties, value=["version","1.1", "topicName","Error-Prod"])

       

      I would like to update version each time i deploy and leave the topicName property with the same name and value that it previously had.

       

      Any help is greatly appreciated.

      thanks

      francisco