You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Charak, Vikas" <vi...@cns-inc.com> on 2006/08/30 17:03:12 UTC

[Axis2] Usage of Locked attribute

Can anyone please tell me what is the usage of "Locked" attribute in
service.xml


Thanks,
VC

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] Usage of Locked attribute

Posted by Deepal Jayasinghe <de...@opensource.lk>.
if you set lock attribute to true then child elements can not be
override that parameter. As an example lets say you have following
parameter in axis2.xml
 <parameter name="foo" locked="true">bar</parameter>

and if you try to add the following parameter in services.xml you will
get an exception.
<parameter name="foo" locked="true">bar</parameter>

Thanks
Deepal

Charak, Vikas wrote:

>Can anyone please tell me what is the usage of "Locked" attribute in
>service.xml
>
>
>Thanks,
>VC
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org