Hi all,

I'm trying to port a module from around .94 to RC1 . I had some engagement problems, so I decided to try deploying the LoggingModule from the user guide - my module largely follows that example. The debug logs show:

- Deploying module : LoggingModule
- org.apache.axis2.i18n.resource::handleGetObject(modulenotavailble)
- org.apache.axis2.i18n.resource::handleGetObject(modulevalfailed)
- Module validation failed  Trying to engage a module which is not available : logging
- org.apache.axis2.i18n.resource::handleGetObject(modulenotavailble)
- org.apache.axis2.i18n.resource::handleGetObject(modulevalfailed)
- Module validation failed  Trying to engage a module which is not available : logging

Now the steps I followed was:

1) Move LoggingModule.mar to WEB-INF/modules.
2) add <module ref="logging"/> to my services.xml
3) Edit axis2.xml to put  <phase name="loggingPhase"/> in the inflow, outflow, and faults.
4) add <module ref="logging"/> to axis2.xml .

That's the way I remember it working. Any ideas?

Robert
http://www.braziloutsource.com/

Reply via email to