[mashup-dev] [jira] Created: (MASHUP-229) .visible annotation is not working.

Yumani Ranaweera (JIRA) jira at wso2.org
Mon Jul 30 22:29:44 PDT 2007


.visible annotation is not working.
-----------------------------------

                 Key: MASHUP-229
                 URL: http://www.wso2.org/jira/browse/MASHUP-229
             Project: WSO2 Mashup Server
          Issue Type: Bug
         Environment: WinXP, JDK1.5, FF2.0.0.6
            Reporter: Yumani Ranaweera
         Assigned To: Keith Godwin Chapman



Steps to recreate:
===========

1). Deploy the service with the source below:
-----------------------------------------------------------------
this.documentation = "This is to test .visible annotation" ;

helloNotVisible.visible = "false";
function helloNotVisible(param) {
return (param);
}

function helloVisible(param) {
return (param);
}
-----------------------------------------------------------------

2). Access the ?wsdl and ?wsdl2 of the service.


Issue:
====
In the first operation (helloNotVisible) the .visible property is marked as "false". But in the ?wsdl and ?wsdl2 views it is visible.


NOTE: The testing was performed on the nightly build 29-07-07. This annotation was working correctly before 0.1.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Mashup-dev mailing list