[jboss-jira] [JBoss JIRA] Issue Comment Edited: (AS7-1414) Almost all configuration attributes for /profile=default/subsystem=web are read-only

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Mon Sep 12 12:46:26 EDT 2011


    [ https://issues.jboss.org/browse/AS7-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627898#comment-12627898 ] 

Jean-Frederic Clere edited comment on AS7-1414 at 9/12/11 12:44 PM:
--------------------------------------------------------------------

the problem is that there is:
+++
standalone at localhost:9999 subsystem=web] :read-attribute(name=configuration)   
{
    "outcome" => "success",
    "result" => {
        "static-resources" => {
            "sendfile" => 49152,
            "max-depth" => 3,
+++

We need to arrange the xsd to have something like:
/subsystem=web/configuration=static-resources:write-attribute(name=sendfile,value=2000)


      was (Author: jfclere):
    the problem is that there is:
+++
standalone at localhost:9999 subsystem=web] :read-attribute(name=configuration)   
{
    "outcome" => "success",
    "result" => {
        "static-resources" => {
            "sendfile" => 49152,
            "max-depth" => 3,
+++

We need to arrange the xsd to have something like:
/subsystem=web/configuration=jsp:write-attribute(name=develop,value=true)

  
> Almost all configuration attributes for /profile=default/subsystem=web are read-only
> ------------------------------------------------------------------------------------
>
>                 Key: AS7-1414
>                 URL: https://issues.jboss.org/browse/AS7-1414
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web
>            Reporter: Heiko Rupp
>            Assignee: Jean-Frederic Clere
>
> If you look at the resource-description for /subsystem=web, all attributes are read-only.
> The administrator can not switch on webdav or disable JSP via the API

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list