Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 5917 invoked from network); 15 Sep 2009 18:24:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 18:24:40 -0000 Received: (qmail 42399 invoked by uid 500); 15 Sep 2009 18:24:40 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 42365 invoked by uid 500); 15 Sep 2009 18:24:40 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 42355 invoked by uid 500); 15 Sep 2009 18:24:39 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 42352 invoked by uid 99); 15 Sep 2009 18:24:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:24:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:24:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4343B234C1E7 for ; Tue, 15 Sep 2009 11:24:12 -0700 (PDT) Message-ID: <2063603754.1253039052274.JavaMail.jira@brutus> Date: Tue, 15 Sep 2009 11:24:12 -0700 (PDT) From: "Bruno Borges (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1520) Twitter Component to Consume and Publish Tweets In-Reply-To: <1319322162.1239054814697.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54276#action_54276 ] Bruno Borges commented on CAMEL-1520: ------------------------------------- Yeah... I don't know what happened, but the code you sent has a '&' right after '?' in the URI. This injects a null parameter and then it fails the test. I'm now setting camel-twitter to use twitter4j version 2.0.9. > Twitter Component to Consume and Publish Tweets > ----------------------------------------------- > > Key: CAMEL-1520 > URL: https://issues.apache.org/activemq/browse/CAMEL-1520 > Project: Apache Camel > Issue Type: New Feature > Environment: Any > Reporter: Bruno Borges > Assignee: Bruce Snyder > Fix For: 2.1.0, 2.2.0 > > Attachments: camel-twitter.patch, camel-twitter.tar.bz2 > > > This is a camel-twitter component to consume and publish tweets within a route. > The usage is something like : > from("twitter:mypoint?user=foo&pass=bar").to("bean:logging"); > from("direct:apoint").to("twitter:publisher?user=foo&pass=bar"); > It is also possible to follow someone specific: > from("twitter:consume?follow=someuser"); > It still need some documentation about all parameters. > Also it would be great to have an automatic Type Converter. > This component has a dependency to the Twitter4J API, which is a BSD-style license. Is this a problem? If yes, is there anything that can be done in case the author does not want to change its license? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.