On Tue, 2006-06-13 at 13:43 +0530, Deepal Jayasinghe wrote: > We had this feature sometimes ago and we had to removed that since there > were few JIRAs on the list saying why do you start all the transports > w.o asking. I mean if the axis2.xml has several transport listeners then > we started all of them whether user wants or not. So I dont like go to > the same state again. > > And like the approach that you mentioned to control this using a > parameter, so how about the following approach. > - User can specify any number of transports in axis2.xml > - but by default we are not going to start any of them > - if user want to start them then he has to go and change axis2.xml > (need to add a parameter) > - If the parameter is there we will start all the transport using > Listener Manager
How about each transport having a flag: autostart=true|false and have it default to false? Same idea but the option is per transport instead of global. Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
