latest axis2 war does not reploy
--------------------------------
Key: AXIS2-1241
URL: http://issues.apache.org/jira/browse/AXIS2-1241
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.1
Environment: linux, java 5.0
Reporter: robert lazarski
The recent changes to the org.apache.axis2.description.Parameter constructor
results in throws NoSuchMethodError via the axisServlet call, as shown here:
java.lang.NoSuchMethodError:
org.apache.axis2.description.Parameter.<init>(Ljava/lang/String;Ljava/lang/String;)V
at
org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:145)
at
org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:366)
at
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304)
WarBasedAxisConfigurator.java:145
Parameter enableHttp = new Parameter("enableHTTP", "true");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
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]