Bug 813814 - RFE: Have config sections depend on others
Summary: RFE: Have config sections depend on others
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Configuration
Version: 4.3
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-18 13:28 UTC by Heiko W. Rupp
Modified: 2022-03-31 04:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Heiko W. Rupp 2012-04-18 13:28:39 UTC
In AS7 Plugin, the SSL section should only be enabled for editing when 
the property 'secure' is set to true. (See Bug 813750 )

It should be possible to model that in configuration metadata

Comment 1 Heiko W. Rupp 2012-04-18 19:20:41 UTC
In the code for Bug 813750 this now look like


        <c:simple-property name="secure" required="false" type="boolean" readOnly="false" defaultValue="false" description="Indicates if content sent or received by the connector is secured from the user perspective. The default value is false."/>

        <c:group name="child:ssl=configuration:enabled=secure=true" displayName="SSL Configuration">
          <c:map-property name="*Configuration+" displayName="Configuration" readOnly="false" required="false">
            <c:simple-property name="ca-certificate-file" required="false" type="string" readOnly="false" description="Certificate authority."/>

See also http://rhq-project.org/display/RHQ/Notes#Notes-Identifyingasinglechildresource


Note You need to log in before you can comment on or make changes to this bug.