You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2005/08/31 07:26:06 UTC

[jira] Created: (AXIS2-196) Locking parameter vis its' locked attribute

Locking parameter vis its' locked attribute
-------------------------------------------

         Key: AXIS2-196
         URL: http://issues.apache.org/jira/browse/AXIS2-196
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
  Components: core  
 Reporter: Deepal Jayasinghe


A parameter in axis2 look like as follows
 <parameter name="paraName" locked="false">N:S</parameter>

as you can see there is an attribute called "locked"  and no one has used that. The correct implementation of that attribute should be as follows;

 If the locked attribute is true , then no one in the description hierarchy below that can override the that parameter. (as an eaxmple if the locked attribute is true in axis2.xml then neither in module.xml nor service.xml can have the same parameter with locked attribute set to true)
 A parameter can be locked at any level. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-196) Locking parameter vis its' locked attribute

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-196?page=all ]

Deepal Jayasinghe updated AXIS2-196:
------------------------------------

    Attachment: ParaHierachy.jpg

> Locking parameter vis its' locked attribute
> -------------------------------------------
>
>          Key: AXIS2-196
>          URL: http://issues.apache.org/jira/browse/AXIS2-196
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: core
>     Reporter: Deepal Jayasinghe
>  Attachments: ParaHierachy.jpg
>
> A parameter in axis2 look like as follows
>  <parameter name="paraName" locked="false">N:S</parameter>
> as you can see there is an attribute called "locked"  and no one has used that. The correct implementation of that attribute should be as follows;
>  If the locked attribute is true , then no one in the description hierarchy below that can override the that parameter. (as an eaxmple if the locked attribute is true in axis2.xml then neither in module.xml nor service.xml can have the same parameter with locked attribute set to true)
>  A parameter can be locked at any level. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-196) Locking parameter vis its' locked attribute

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-196?page=all ]
     
Deepal Jayasinghe resolved AXIS2-196:
-------------------------------------

    Resolution: Fixed

The implementation work as follows;

As shown in the attached image , if any parent locked his parameter none of children can override that parameter.


> Locking parameter vis its' locked attribute
> -------------------------------------------
>
>          Key: AXIS2-196
>          URL: http://issues.apache.org/jira/browse/AXIS2-196
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: core
>     Reporter: Deepal Jayasinghe
>  Attachments: ParaHierachy.jpg
>
> A parameter in axis2 look like as follows
>  <parameter name="paraName" locked="false">N:S</parameter>
> as you can see there is an attribute called "locked"  and no one has used that. The correct implementation of that attribute should be as follows;
>  If the locked attribute is true , then no one in the description hierarchy below that can override the that parameter. (as an eaxmple if the locked attribute is true in axis2.xml then neither in module.xml nor service.xml can have the same parameter with locked attribute set to true)
>  A parameter can be locked at any level. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira