[jboss-jira] [JBoss JIRA] (WFCORE-3347) add-content operation of deployment resource contains alternative attributes that doesn't exist

Claudio Miranda (JIRA) issues at jboss.org
Fri Oct 6 17:50:00 EDT 2017


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

Claudio Miranda updated WFCORE-3347:
------------------------------------
    Description: 
add-content operation contains "content" attribute, 
{code}
/deployment=*:read-operation-description(name=add-content)
{code}

"content" attribute it is a list of other attributes, they themselves contains the alternatives metadata as
{code}
"alternatives" => [
    "hash",
    "bytes",
    "url",
    "path",
    "relative-to",
    "empty"
],
{code}

But the following attributes doesn't exist: path, relative-to, empty 


  was:
add-content operation contains "content" attribute, 
{code}
/deployment=batch-processing.war:read-operation-description(name=add-content)
{code}

"content" attribute it is a list of other attributes, they themselves contains the alternatives metadata as
{code}
"alternatives" => [
    "hash",
    "bytes",
    "url",
    "path",
    "relative-to",
    "empty"
],
{code}

But the following attributes doesn't exist: path, relative-to, empty 




> add-content operation of deployment resource contains alternative attributes that doesn't exist
> -----------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-3347
>                 URL: https://issues.jboss.org/browse/WFCORE-3347
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Claudio Miranda
>            Assignee: Brian Stansberry
>            Priority: Minor
>
> add-content operation contains "content" attribute, 
> {code}
> /deployment=*:read-operation-description(name=add-content)
> {code}
> "content" attribute it is a list of other attributes, they themselves contains the alternatives metadata as
> {code}
> "alternatives" => [
>     "hash",
>     "bytes",
>     "url",
>     "path",
>     "relative-to",
>     "empty"
> ],
> {code}
> But the following attributes doesn't exist: path, relative-to, empty 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list