Hello, I just want to post the solution of my issue. I configured everything in the right places, but my module.xml was incorrect. I did not pay enough attention to the case sensitivity of the tag names for "InFlow", "OutFlow", "InFaultFlow" and "OutFaultFlow". I followed the axis2 1.2 module guide which used slightly different tags for this instead of the axis2 1.3 module guide.
Thanks for your help, guys (especially Michele). Matthias. > -----Ursprüngliche Nachricht----- > Von: Gaiser, Matthias > Gesendet: Montag, 10. März 2008 15:55 > An: [email protected] > Betreff: AW: [Axis2] Problem with handler and services.xml > > Hello again, > > I now created an issue in JIRA with my module to try and the axis2.xml > configuration. > https://issues.apache.org/jira/browse/AXIS2-3588 > > Could please someone of you test my module or have a look at it what I > am doing wrong? > The module is being loaded, but the handler is never being invoked. > > Thanks, > Matthias. > > > -----Ursprüngliche Nachricht----- > > Von: Gaiser, Matthias > > Gesendet: Freitag, 7. März 2008 16:41 > > An: '[email protected]' > > Betreff: AW: [Axis2] Problem with handler and services.xml > > > > Hi Martin, > > > > I can confirm all your questions, but still do not have a working > > handler. > > I am happy to provide you with any more details, if it helps. > > > > Thanks, > > Matthias. > > > > > Von: Martin Gainty [mailto:[EMAIL PROTECTED] > > > Gesendet: Freitag, 7. März 2008 14:45 > > > An: Gaiser, Matthias > > > Cc: [email protected] > > > Betreff: Re: [Axis2] Problem with handler and services.xml > > > > > > Good Morning Matthias > > > > > > Can you confirm the module is located in /WEB-INF/modules folder? > > Yes. > > > > > can you confirm the modules.list contains the entry for the name of > > > module? > > Yes. > > > > > > > > Module Engaged to service > > > In the /META-INF/services.xml can you view the service entry to > > include > > > the > > > module name e.g. <module ref="addressing" /> ? > > Yes. > > > > > > > > Global available Modules > > > Can you see your module ref <module ref="addressing" /> in > > > /WEB-INF/conf/axis2.xml ? > > Yes. > > > > > > > > ? > > > Martin- > > > ----- Original Message ----- > > > From: <[EMAIL PROTECTED]> > > > To: <[email protected]> > > > Sent: Friday, March 07, 2008 2:50 AM > > > Subject: AW: [Axis2] Problem with handler and services.xml > > > > > > > > > > Hi Deepal, > > > > > > > > I have created an axis2 project with eclipse which arranged the > > axis2 > > > folder structure for me. By placing my module in the > > > "WEB-INF/modules"-folder I deploy it to axis2. > > > > When I use the Axis2 Admin Console I can see my module engaged > for > > my > > > service.But it still does not work. That is the weird point I do > not > > > get in > > > my mind, everything seems to be in place... > > > > > > > > Any more help? > > > > > > > > Thank you, > > > > Matthias. > > > > > > > > -----Ursprüngliche Nachricht----- > > > > Von: Deepal jayasinghe [mailto:[EMAIL PROTECTED] > > > > Gesendet: Freitag, 7. März 2008 07:53 > > > > An: [email protected] > > > > Betreff: Re: [Axis2] Problem with handler and services.xml > > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > I am writing my own module, containing a handler. > > > > > > > > > > > > > > > > > > > > For this, I have completed following steps. > > > > > > > > > > - I have specified the handler for a custom phase (in the > InFlow) > > > in > > > > > the module.xml > > > > > > > > > > - I have added the custom phase to the axis2.xml (in the > InFlow) > > > > > > > > > > - I have added a <module ref=”…”> to the services.xml > > > > > > > > > > > > > > > > > > > > The module is being loaded, but the problem is that my handler > is > > > not > > > > > executed when I call my service. > > > > > > > > > > > > > > > > > > > > It worked when I directly specified the handler in the custom > > phase > > > in > > > > > the axis2.xml, but that is not the way it is supposed to be > done, > > > is it? > > > > > > > > > > > > > > > > > > > > Any ideas? > > > > > > > > > If you are using axis2.war as your deployment mechanism then > from > > > the > > > > administration console you can see whether you handler is there > or > > > not. > > > > Please check that and confirm first , if it is there then let's > see > > > what > > > > we can do > > > > > > > > Thank you, > > > > Deepal > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------------------- > -- > > -- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > >
