Bug 1315333

Summary: Web Admin Console: Invalid attribute in SSL configuration
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Elias <felias>
Component: IntegrationAssignee: Van Halbert <vhalbert>
Status: CLOSED CURRENTRELEASE QA Contact: Filip Elias <felias>
Severity: low Docs Contact:
Priority: low    
Version: 6.3.0CC: aszczucz, jolee, lfabriko, mbaluch, thauser, vhalbert
Target Milestone: ER2   
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
DV 6.3 ER1
Last Closed: 2016-08-24 11:46:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Filip Elias 2016-03-07 13:43:48 UTC
It seems ssl-enable is invalid attribute (ssl can be enabled through attribute 'mode'). I assume it can be removed from menu. Configuration fails when SSL Enabled is checked.

Steps to reproduce:
    Open web admin console
    Configuration > Teiid > Transports > SSL
    Click Edit
    Check SSL Enabled
    Click Save



Error:
Internal Server Error
{
    "outcome" => "failed",
    "result" => {"step-1" => {
        "outcome" => "failed",
        "failure-description" => "JBAS014792: Unknown attribute ssl-enable",
        "rolled-back" => true
    }},
    "failure-description" => {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014792: Unknown attribute ssl-enable"}},
    "rolled-back" => true,
    "response-headers" => {"process-state" => "reload-required"}
}

Comment 1 JBoss JIRA Server 2016-03-07 14:17:04 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-4026 to Resolved