[mashup-dev] [jira] Commented: (MASHUP-424) IM Support: Incorrect
error message when the server is trying to IM after a disconnect
Yumani Ranaweera (JIRA)
jira at wso2.org
Sun Jan 13 21:01:00 PST 2008
[ http://wso2.org/jira/browse/MASHUP-424?page=comments#action_14670 ]
Yumani Ranaweera commented on MASHUP-424:
-----------------------------------------
Closed.
> 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
More information about the Mashup-dev
mailing list