We all know that the place holders for the WSA are already there in Axis2 core and engine/sender will make its routing decision based on those. So my view is what should be in core is already in core and there is nothing stopping us from creating a new module for the part that will actually cover the spec.
Thanks Chathura > -----Original Message----- > From: Srinath Perera [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 22, 2005 8:40 AM > To: [email protected] > Subject: Re: [Axis2] Where to put handlers > > I too belive it should be in the core unless we all agreed to create > modules for all ws-* modules in the axis2 project, in that case we can > have addressing modules! > Thanks > Srinath > > > On Mon, 21 Mar 2005 17:02:39 +0600, Deepal Jayasinghe > <[EMAIL PROTECTED]> wrote: > > Hi Eran; > > I think addressing handler should go to the core. So I think we do not > need > > to create a new module to keep handlers. > > > > If user want new handlers he has to create a new module (module.aar) > using > > those new handlers and drop it to AXISHOME/WEB-INF/modules > > > > Deepal. > > > > > > > Hi all, > > > > > > I wrote an addressing handler and I doubt where to put it.. > > > > > > I think we have three options. > > > > > > 1. Create a new module to hold all the handlers. > > > 2. Create a module for each and every handler, as we did for > > > transports. > > > 3. Put the core handlers like Addressing and Logging in to the core > > > module and put the rest of the handlers in a handler module. > > > 4. any thing else ??? > > > > > > IMO, I prefer options 3. > > > > > > What do you all think on this ?? > > > > > > > > > Thanks, > > > Eran Chinthaka > > > > > > > > > > > > >
