Undefined method generated (regression)
---------------------------------------
Key: AXIS2-1236
URL: http://issues.apache.org/jira/browse/AXIS2-1236
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Environment: Windows XP, Axis 2.0 nightly (9/25)
Reporter: Brennan Spies
The 9/25 nightly build seems to have introduced a regression bug, where the
WSDL to Java code generator (using XMLBeans databinding) is referencing a
non-existent method in the invokeBusinessLogic() method, namely
getSOAPFactory(MessageContext).
if("Query".equals(methodName)){
envelope =
(msgContext.getEnvelope().getBody().getFirstElement(),
getSOAPFactory(msgContext));
}
Hence it will not compile.
--
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]