7 Replies Latest reply on Feb 8, 2011 10:46 AM by pilhuhn

    Custom Plugin Connection Properties Subtab

    james.lopez

      I'm trying to write a custom plugin using the rhq pluginGen, but I'm not quite clear on how to create a plugin that has configurable connection properties.

       

      I have implemented discoverResources and the resource is discovered with my test property in tact. I have my test property declared in the rhq-plugin.xml descriptor. What else is necessary?

       

      I was thinking maybe I need to implement ManualAddFacet or my descriptor is incorrect. Could it be because I haven't completed the start() stub in the plugin component?