You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Brennan Spies (JIRA)" <ji...@apache.org> on 2006/09/25 19:56:50 UTC

[jira] Commented: (AXIS2-1236) Undefined method generated (regression)

    [ http://issues.apache.org/jira/browse/AXIS2-1236?page=comments#action_12437622 ] 
            
Brennan Spies commented on AXIS2-1236:
--------------------------------------

Right...it is on second check (and a coffee), a missing method call. Something like toEnvelope(...) should be after the = sign. Will check in a few.

Brennan

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org