[ 
https://wso2.org/jira/browse/MASHUP-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yumani Ranaweera closed MASHUP-401.
-----------------------------------


> IM Support: The messages' sequence has changed at the recievers end
> -------------------------------------------------------------------
>
>                 Key: MASHUP-401
>                 URL: https://wso2.org/jira/browse/MASHUP-401
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.2
>         Environment: WinXP, JDK1.5
> SVN revision -9985
>            Reporter: Yumani Ranaweera
>            Assignee: Keith Godwin Chapman
>             Fix For: 0.3
>
>
> Steps:
> -------
> 1. Write a .js service which sends 3-5 consecutive messages from yahoo 
> messanger.
> yahoo.inputTypes="none";
> yahoo.outputType="string";
> function yahoo(){
> var im = new IM("yahoo");
> im.login("mashupserver","wso2wsas");
> im.sendMessage("manodya_r","test hi1");
> im.sendMessage("manodya_r","test hi2");
> im.sendMessage("manodya_r","test hi3");
> im.sendMessage("manodya_r","test hi4");
> im.sendMessage("manodya_r","test hi5");
> system.wait(60000);
> im.disconnect();
> return "successful";
> }
> 2. Deploy the service.
> 3. Access the operation via ?tryit
> 4. Observe the message recieving sequence at the recievers messenger
> Issue:
> -------
> The sequence that the messages received differ from the message sequnce in 
> the service.
> The sequence at the user end is:
> mashupserver: test hi3
> mashupserver: test hi2
> mashupserver: test hi1
> mashupserver: test hi4
> mashupserver: test hi5

-- 
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://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to