[teiid-issues] [JBoss JIRA] (TEIID-4025) Web admin console typo when setting time-slice-in-milliseconds attribute

Filip Elias (JIRA) issues at jboss.org
Mon Mar 7 08:18:00 EST 2016


Filip Elias created TEIID-4025:
----------------------------------

             Summary: Web admin console typo when setting time-slice-in-milliseconds attribute
                 Key: TEIID-4025
                 URL: https://issues.jboss.org/browse/TEIID-4025
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 8.12.5
            Reporter: Filip Elias
            Assignee: Steven Hawkins


Admin console prints error when editing Threading attributes.
Typo in attribute name: time-slice-in-millseconds 

{code}
Unknown error

Unexpected HTTP response: 500

Request
{
    "operation" => "composite",
    "address" => [],
    "steps" => [{
        "address" => [("subsystem" => "teiid")],
        "operation" => "write-attribute",
        "name" => "time-slice-in-millseconds",
        "value" => 10000
    }]
}

Response

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"}
}
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list