5 Replies Latest reply on Jul 22, 2013 4:06 AM by pilhuhn

    RHQ Plugin simple-property "default" attribute?

    mbidewell

      I am working on validating JMX RHQ plugins from RHQ 3.X against RHQ 4.7.  to set up services I use:

       

      <plugin-configuration>

      <c:simple-property name="objectName" default="<objectName>" readOnly="true"/>

      <c:simple-property name="nameTemplate" default="<name>"/>

      </plugin-configuration>

       

       

       

      If I am not mistaken, the "default" attribute is deprecated in 4.7 (unless I am confused with defaultValue).  How to I set these properties without default?

       

      Thanks