Can't get Axis handlers to work

2010-02-18 Thread Joe Ammann
Hi list I'm about to write my first module with Axis2 1.5. Here's what I did until now to my existing service: - write 2 classes SimpleModule (implements org.apache.axis2.modules.Module) and Simple handler (extends AbstractHandler implements Handler) - write module.xml and put it together

Re: Can't get Axis handlers to work

2010-02-18 Thread Joe Ammann
On Thursday 18 February 2010 16:15:03 Joe Ammann wrote: And - my problem - the handler.invoke() is never called. Any hints what I'm doing wrong? Ok, https://issues.apache.org/jira/browse/AXIS2-3588 was extremly helpful :-) Of course, I also got the XML tags case wrong :-/ Now it works --