[
https://issues.apache.org/jira/browse/AXIS2-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661157#comment-13661157
]
Martin Gainty commented on AXIS2-5574:
--------------------------------------
java.lang.NoSuchMethodError:
org.apache.axis2.engine.AxisEngine.<init>(Lorg/apache/axis2/context/ConfigurationContext;)V
at
org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:135)
Problem
RESTUTIL.java contains hardcoded call to Axis-1.4
AxisEngine(ConfigurationContext)
Suggested workaround
Code org.apache.axis2.transport.http.util.RESTUtil to instantiate AxisEngine by
using reflection rather than hardcoded
new AxisEngine(ConfigurationContext)
Martin-
> RESTUTIL hardcoded call to 1.4 AxisEngine
> -----------------------------------------
>
> Key: AXIS2-5574
> URL: https://issues.apache.org/jira/browse/AXIS2-5574
> Project: Axis2
> Issue Type: Bug
> Components: transports
> Reporter: Martin Gainty
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]