[ 
https://issues.apache.org/jira/browse/CAMEL-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-6855.
--------------------------------

    Resolution: Invalid
      Assignee: Claus Ibsen

You should use the mailing list / user forum for this kind of help / questions 
about Apache Camel.

See more details here
http://camel.apache.org/mailing-lists.html
http://camel.apache.org/discussion-forums.html

> filecomponent bug
> -----------------
>
>                 Key: CAMEL-6855
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6855
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.12.1
>            Reporter: jun ma
>            Assignee: Claus Ibsen
>              Labels: bug
>
> package cn.sgi;
> import org.apache.camel.CamelContext;
> import org.apache.camel.Exchange;
> import org.apache.camel.Predicate;
> import org.apache.camel.Processor;
> import org.apache.camel.RoutesBuilder;
> import org.apache.camel.builder.RouteBuilder;
> import org.apache.camel.impl.DefaultCamelContext;
>  
> public class Test {
>       /**
>        * @param args
>        * @throws Exception 
>        */
>       public static void main(String[] args) throws Exception {
>               CamelContext context=new DefaultCamelContext();
>               context.addRoutes(new RouteBuilder() {
>                       
>                       @Override
>                       public void configure() throws Exception {
>                               
> from("file:data/inbox?noop=false").to("file:data/outbox/txt");
>                               
>                               
>                       }
>               });
>               
>               context.start();
>               Thread.currentThread().join();
>               context.stop();
>       }
> }
> hi,i 'm a beginnger,i found a bug, see my code, that I put 9 txt files into  
> inbox ,some files exists in outbox ,not in outbox/txt . help me ,thank you 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to