Hi,
I've tried to develop a module (containing a handler) for Axis2 0.95.
The mymodule.mar file looks like this:
mymodule.mar
->meta-inf/module.xml
->com.dir.dir.dir.MyTestHandler.class
->com.dir.dir.dir.MytestModule.class
The mymodule.mar lies in WEB-INF/modules together with
addressing-0.95.mar
After deployment I get
Invalid module : mymodule.mar caused module.xml not found for the
module..; nested exception is:
org.apache.axis2.deployment.DeploymentException: module.xml not
found for the module... mymodule.mar
org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArch
ive(ArchiveReader.java:303)
...
What do I have to change/fix, if I want Axis2 to find my module.xml in
my own mar-file ?
Best regards,
Sebastian