You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by bu...@apache.org on 2002/09/06 08:21:33 UTC

DO NOT REPLY [Bug 12351] New: - mxinfo generate incorrect operation's parameter type.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12351>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12351

mxinfo generate incorrect operation's parameter type.

           Summary: mxinfo generate incorrect operation's parameter type.
           Product: Avalon
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Phoenix
        AssignedTo: avalon-phoenix-dev@jakarta.apache.org
        ReportedBy: colus@apache.org


mxinfo generate incorrect parameter type.

public void fooBar( String name )
->
<param name="name" description"..." type="String"/>

It is incorrect. We need "java.lang.String" for type attribute.
HttpAdaptor can't show input field because of above reason.
We can't invoke operation with parameters.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>