You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Foppiano (JIRA)" <ji...@apache.org> on 2013/01/20 17:22:13 UTC

[jira] [Created] (CAMEL-5985) ClassCastException on SearchConsumer

Luca Foppiano created CAMEL-5985:
------------------------------------

             Summary: ClassCastException on SearchConsumer 
                 Key: CAMEL-5985
                 URL: https://issues.apache.org/jira/browse/CAMEL-5985
             Project: Camel
          Issue Type: Bug
          Components: camel-twitter
            Reporter: Luca Foppiano


Using the last SNAPSHOT from SVN, when I try to test the SearchConsumer of the camel-twitter component I get a ClassCastException on the line 

List<Status> tweets = qr.getTweets();

because the qr.getTweets() return a List<Tweet> and not a List<Status>.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira