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: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Thanks, Deepal ................................................................ ~Future is Open~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
