You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Graham Rivers-Brown (JIRA)" <ji...@apache.org> on 2010/03/30 06:59:08 UTC

[jira] Created: (CAMEL-2601) Stream documentation contains invalid sample

Stream documentation contains invalid sample
--------------------------------------------

                 Key: CAMEL-2601
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2601
             Project: Apache Camel
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.2.0
            Reporter: Graham Rivers-Brown
            Priority: Minor


On the following page: http://camel.apache.org/stream.html

In last example relating to monitoring an open file (like tail) the line is incorrect...
from("stream:file?fileName=/server/logs/server.log?scanStream=true&scanStreamDelay=1000").to("bean:logService?method=parseLogLine");

should be
from("stream:file?fileName=/server/logs/server.log&scanStream=true&scanStreamDelay=1000").to("bean:logService?method=parseLogLine");

There is a question mark after the filename field whereas this should actually be an ampersand. Unfortunately I don't have edit rights on the page to update it myself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2601) Stream documentation contains invalid sample

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2601.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0
         Assignee: Willem Jiang

Hi Graham, 
Thanks for reporting this, I updated the wiki doc.
Please feel free to send a kara request to dev at camel.apache.org, I'm sure Claus will grant you the right shortly.

> Stream documentation contains invalid sample
> --------------------------------------------
>
>                 Key: CAMEL-2601
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2601
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.2.0
>            Reporter: Graham Rivers-Brown
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> On the following page: http://camel.apache.org/stream.html
> In last example relating to monitoring an open file (like tail) the line is incorrect...
> from("stream:file?fileName=/server/logs/server.log?scanStream=true&scanStreamDelay=1000").to("bean:logService?method=parseLogLine");
> should be
> from("stream:file?fileName=/server/logs/server.log&scanStream=true&scanStreamDelay=1000").to("bean:logService?method=parseLogLine");
> There is a question mark after the filename field whereas this should actually be an ampersand. Unfortunately I don't have edit rights on the page to update it myself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.