NPE thrown if request.address is used when a service is invoked over JMS
------------------------------------------------------------------------
Key: MASHUP-1046
URL: https://wso2.org/jira/browse/MASHUP-1046
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Keith Godwin Chapman
Assignee: Keith Godwin Chapman
Fix For: 1.5.1
echo.inputTypes="string";
echo.outputType="string";
function echo(param){
system.log("Invoked echo function. The epr was " + request.address);
return param;
}
Invoke the service above via JMS. A NPE if thrown due to request.address.
--
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://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev