[ http://wso2.org/jira/browse/MASHUP-424?page=all ]
Keith Godwin Chapman updated MASHUP-424:
----------------------------------------
Fix Version/s: 1.0
(was: 0.3)
> IM Support: Incorrect error message when the server is trying to IM after a
> disconnect
> --------------------------------------------------------------------------------------
>
> Key: MASHUP-424
> URL: http://wso2.org/jira/browse/MASHUP-424
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.2
> Environment: WinXp, JDK 1.5, FF 2.0.0.8
> Reporter: Yumani Ranaweera
> Assigned To: Keith Godwin Chapman
> Fix For: 1.0
>
>
> Steps to recreate:
> --------------------
> 1. Save and deploy the service source given below;
> In this service it logins to yahoo, sends a message, disconnects and then
> sends another message while disconnected.
> test.inputTypes="none";
> test.outputType="string";
> function test(){
> var im = new IM("yahoo");
> im.login("<sender login ID>","<sender password>");
> im.sendMessage("<reciever login ID>","Hi from yahoo 1");
> //system.wait(60000);
> im.disconnect();
> im.sendMessage("<reciever login ID>","Hi from yahoo 2");
> return "successful";
> }
> 2. Access this operation from ?tryit of this service
> Issue:
> -------
> It sends the first message and does not send the second message. (which is
> correct).
> But after failing to send the second message, it returns an error which says:
>
> Fault: Cannot find yahoo library in the class path. Please make sure its in
> the classpath.
> This message is incorrect.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://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://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev