When there are two lines of .documentation at operation level, only the second
line is appearing in ?tryit
----------------------------------------------------------------------------------------------------------
Key: MASHUP-1227
URL: https://wso2.org/jira/browse/MASHUP-1227
Project: WSO2 Mashup Server
Issue Type: Bug
Components: Core
Affects Versions: Nightly
Environment: WinXP, JDK16, IE7
Reporter: Yumani Ranaweera
Assignee: Keith Godwin Chapman
Fix For: 2.0
Steps:
-----------
1. Deploy the following service.
echoXSdate.documentation = "The date is specified in the following form
YYYY-MM-DD";
echoXSdate.documentation = "To specify a time zone -> 2002-09-24Z";
echoXSdate.documentation = "To specify an offset from the UTC time ->
2002-09-24-06:00 OR 2002-09-24+06:00";
echoXSdate.inputTypes="xs:date";
echoXSdate.outputType="xs:date";
function echoXSdate(param) {
return param;
}
2. Access the ?tryit.
Issue:
---------
Only the last line in documentation appears.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev