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