The idea of lock attribute is to prevent of overriding the parent parameters from child descriptions. As an example let's say we have a parameter in axis2.xml with the name foo and setting lock attribute to true , and a service trying to add a parameter with the same name (here service is trying to override the parameter) , then service will not be able to do that since parent has locked the parameter.
Thanks Deepal Thilo Frotscher wrote: > > Does anyone have any information on this, please? > > Thanks, > Thilo > > Thilo Frotscher wrote: > >> >> Hello, >> >> Could someone please explain: >> >> - What exactly does it mean if a parameter is *locked*? >> - Which ways exist to change a parameter that is *unlocked*? >> >> Thanks, >> Thilo > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
