Glen

I agree its good overall, but I am a bit concerned about a public API change if its without deprecation of the previous methods. Synapse can upgrade our code - but there may be other projects/code outside that may get broken. Just a concern..

asankha

How about

public void engageModule(String modName) {
   engageModule(new QName(modName));
}

Funny you should ask... How about I just do the same thing with Module names (Stringify them) right now and be done with it?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to