[ 
https://wso2.org/jira/browse/MASHUP-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18641#action_18641
 ] 

Jonathan Marsh commented on MASHUP-851:
---------------------------------------

Still having issues of this type on 1.5.1 release:

function testEntryLink() {
    var feed = new FeedReader();
    var systemMashups = 
feed.get('http://localhost:7762/search.jsp?query=mashups&scope=system&format=rss');
    var first = systemMashups.getEntries()[0].link;
    return typeof(first);
}

Result:
Fault: Invalid JavaScript value of type [Ljava.lang.String;

> Entry methods fail to conver to string
> --------------------------------------
>
>                 Key: MASHUP-851
>                 URL: https://wso2.org/jira/browse/MASHUP-851
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>            Reporter: Jonathan Marsh
>            Assignee: Tyrell Perera
>             Fix For: 1.1
>
>
> I notice entry.title = 3 throws and exception rather than casting to a string 
> as I would expect in Javascript.  Please also check other methods of this and 
> the feed object to verify that appropriate casting occurs.

-- 
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

Reply via email to