[jboss-jira] [JBoss JIRA] (AS7-3647) native attribute of web subsystem is not writable
Nicklas Karlsson (JIRA)
jira-events at lists.jboss.org
Mon Feb 6 14:49:50 EST 2012
[ https://issues.jboss.org/browse/AS7-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nicklas Karlsson updated AS7-3647:
----------------------------------
Description:
{code}
[standalone at localhost:9999 /] /subsystem=web:write-attribute(name="native", value=false)
{
"outcome" => "failed",
"failure-description" => "JBAS014639: Attribute native is not writable",
"rolled-back" => true
}
{code}
but the same attribute can be added/edited manually with an editor
was:
[standalone at localhost:9999 /] /subsystem=web:write-attribute(name="native", value=false)
{
"outcome" => "failed",
"failure-description" => "JBAS014639: Attribute native is not writable",
"rolled-back" => true
}
but the same attribute can be added/edited manually with an editor
> native attribute of web subsystem is not writable
> -------------------------------------------------
>
> Key: AS7-3647
> URL: https://issues.jboss.org/browse/AS7-3647
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.1.0.CR1b
> Reporter: Nicklas Karlsson
> Assignee: Brian Stansberry
>
> {code}
> [standalone at localhost:9999 /] /subsystem=web:write-attribute(name="native", value=false)
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014639: Attribute native is not writable",
> "rolled-back" => true
> }
> {code}
> but the same attribute can be added/edited manually with an editor
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list