Bug 1315323

Summary: Web admin console typo when setting time-slice-in-milliseconds attribute
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Elias <felias>
Component: IntegrationAssignee: Van Halbert <vhalbert>
Status: CLOSED CURRENTRELEASE QA Contact: Filip Elias <felias>
Severity: medium Docs Contact:
Priority: medium    
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:
ER1
Last Closed: 2016-08-24 11:47:39 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:20:37 UTC
Description of problem:
Admin console prints error when editing Threading attributes.
Typo in attribute name: time-slice-in-millseconds 


Steps to Reproduce:
    Open Admin console
    Go to Configuration > Teiid > Query Engine > Threads
    Click Edit and Save

Error: 
Internal Server Error

{

    "outcome" => "failed",

    "result" => {"step-1" => {

        "outcome" => "failed",

        "failure-description" => "JBAS014792: Unknown attribute time-slice-in-millseconds",

        "rolled-back" => true

    }},

    "failure-description" => {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014792: Unknown attribute time-slice-in-millseconds"}},

    "rolled-back" => true,

    "response-headers" => {"process-state" => "reload-required"}

}

Comment 1 JBoss JIRA Server 2016-03-07 13:35:10 UTC
Van Halbert <vhalbert> updated the status of jira TEIID-4025 to Resolved