axis2.xml has configuration issues with current AXIS2 version
-------------------------------------------------------------
Key: ODE-171
URL: https://issues.apache.org/jira/browse/ODE-171
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Environment: Mac OS X, Ode trunk
Reporter: Paul R. Brown
Running buildr ode:axis2-war:start produces the following set of messages
(edited to remove duplicates and some fluff):
WARN - GeronimoLog.warn(92) | Dispatcher
org.apache.axis2.engine.RequestURIBasedDispatcher is now deprecated.
WARN - GeronimoLog.warn(92) | Please edit axis2.xml and replace with the same
class in org.apache.axis2.dispatchers package
WARN - GeronimoLog.warn(92) | Dispatcher
org.apache.axis2.engine.SOAPActionBasedDispatcher is now deprecated.
WARN - GeronimoLog.warn(92) | Please edit axis2.xml and replace with the same
class in org.apache.axis2.dispatchers package
WARN - GeronimoLog.warn(92) | Dispatcher
org.apache.axis2.engine.InstanceDispatcher is now deprecated.
WARN - GeronimoLog.warn(92) | Please remove the entry for
org.apache.axis2.engine.InstanceDispatcherfrom axis2.xml
WARN - GeronimoLog.warn(92) | Dispatcher
org.apache.axis2.engine.AddressingBasedDispatcher is now deprecated.
WARN - GeronimoLog.warn(92) | Please edit axis2.xml and replace with the same
class in org.apache.axis2.dispatchers package
And Jetty then shuts down. Fixing the issues then results in the message:
org.apache.axis2.deployment.DeploymentException: The "Dispatch" phase is not
found on the global "InFlow" phase of the axis2.xml file. Make sure the phase
is within the axis2.xml file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.