Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 33057 invoked from network); 20 Jan 2009 19:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 19:50:20 -0000 Received: (qmail 63461 invoked by uid 500); 20 Jan 2009 19:50:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 63443 invoked by uid 500); 20 Jan 2009 19:50:20 -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 63432 invoked by uid 500); 20 Jan 2009 19:50:20 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 63429 invoked by uid 99); 20 Jan 2009 19:50:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 11:50:20 -0800 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, 20 Jan 2009 19:50:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D9B0234C48B for ; Tue, 20 Jan 2009 11:49:59 -0800 (PST) Message-ID: <580038631.1232480999367.JavaMail.jira@brutus> Date: Tue, 20 Jan 2009 11:49:59 -0800 (PST) From: "Stephen Joyner (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1237) Adds file and url support to stream endpoint. Allows a text file to be polled for continual updates. In-Reply-To: <29704244.1231423259323.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Joyner updated CAMEL-1237: ---------------------------------- Attachment: camel-stream-fix-multithread-patch.zip I believe this patch should fix the thread error. This diff was created against the head revision. > Adds file and url support to stream endpoint. Allows a text file to be polled for continual updates. > ---------------------------------------------------------------------------------------------------- > > Key: CAMEL-1237 > URL: https://issues.apache.org/activemq/browse/CAMEL-1237 > Project: Apache Camel > Issue Type: Improvement > Components: camel-stream > Environment: All > Reporter: Stephen Joyner > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.0.0 > > Attachments: camel-stream-fix-multithread-patch.zip, StreamConsumer_multThread.txt, StreamEndpoint_patch.txt > > > The camel-stream component is documented to support file and url parameters, but the code in the StreamEnpoint.java file didn't allow these properties to be set. This patch also adds the feature of keeping a text file open and reading lines from it as they are written by other processes or applications. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.