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

Van Halbert (JIRA) issues at jboss.org
Mon Mar 7 08:29:00 EST 2016


     [ https://issues.jboss.org/browse/TEIID-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Van Halbert reassigned TEIID-4025:
----------------------------------

    Assignee: Van Halbert  (was: Steven Hawkins)


> 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: Van Halbert
>
> 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