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