Two enumerated parameters of same name result in two schema types with same id
(invalid schema)
-----------------------------------------------------------------------------------------------
Key: MASHUP-937
URL: https://wso2.org/jira/browse/MASHUP-937
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Jonathan Marsh
Assignee: Keith Godwin Chapman
Fix For: Future
test1.inputTypes = {"id" : "a|b"};
function test1(id) {
}
test2.inputTypes = {"id" : "a|b"};
function test2(id) {
}
Results in two idEnumerationType schema definitions. Eventually results in
double listing in tryit.
--
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]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev