Re: Problem with ETL example

2014-06-14 Thread Christoph Emmersberger
t; > But what I really don't get is how all the instructions are executed. In > what order, who asks them to, etc. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752270.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: AW: Problem with ETL example

2014-06-13 Thread Babak Vahdat
al meaning" of routes even if here I don't > really understand the details. > > But what I really don't get is how all the instructions are executed. In > what order, who asks them to, etc. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752278.html Sent from the Camel - Users mailing list archive at Nabble.com.

AW: AW: Problem with ETL example

2014-06-13 Thread jhm
Licia [mailto:alicia.pari...@gmail.com] > Gesendet: Freitag, 13. Juni 2014 15:18 > An: users@camel.apache.org > Betreff: Re: AW: Problem with ETL example > > Thanks a lot ! It works now, I mean nothing get to be print on the > console. > > But what I'm wondering is

Re: AW: Problem with ETL example

2014-06-13 Thread Licia
erstand the details. But what I really don't get is how all the instructions are executed. In what order, who asks them to, etc. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752270.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: AW: Problem with ETL example

2014-06-13 Thread Babak Vahdat
epstmnt 404887544 > SELECT t0.id, t0.city, t0.firstName, t0.phone, t0.street, t0.surname, > t0.userName, t0.zip > FROM customer t0 -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752268.html Sent from the Camel - Users mailing list archive at Nabble.com.

AW: AW: Problem with ETL example

2014-06-13 Thread jhm
Thanks for explanation. I updated the wiki ;) Jan > -Ursprüngliche Nachricht- > Von: Babak Vahdat [mailto:babak.vah...@swissonline.ch] > Gesendet: Freitag, 13. Juni 2014 13:15 > An: users@camel.apache.org > Betreff: Re: AW: Problem with ETL example > > No, the fi

Re: AW: Problem with ETL example

2014-06-13 Thread Licia
.example.e tl.CustomerEntity] openjpa.jdbc.SQL - executing p repstmnt 404887544 SELECT t0.id, t0.city, t0.firstName, t0.phone, t0.street, t0.surname, t0.userName, t0.zip FROM customer t0 -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752264

Re: AW: Problem with ETL example

2014-06-13 Thread Babak Vahdat
se the first route doesnt move the processed files to > somewhere else ... > http://camel.apache.org/file2.html > > > Jan > > >> -Ursprüngliche Nachricht- >> Von: Babak Vahdat [mailto: > babak.vahdat@ > ] >> Gesendet: Freitag, 13. Juni 2014 12

AW: Problem with ETL example

2014-06-13 Thread jhm
omewhere else ... http://camel.apache.org/file2.html Jan > -Ursprüngliche Nachricht- > Von: Babak Vahdat [mailto:babak.vah...@swissonline.ch] > Gesendet: Freitag, 13. Juni 2014 12:18 > An: users@camel.apache.org > Betreff: Re: Problem with ETL example > > Hi > > The reason

Re: Problem with ETL example

2014-06-13 Thread Babak Vahdat
t; > > hiram > > > > Hiram > > > > Chirino > > > > Tampa > > > 2014-06-13 11:07:55,198 [.CustomerEntity] INFO Tracer > - > ID-ITEM-93866-58463-1402650414339-0-84 >>> (route2) > setHeader[CamelFileName] -- >> file://target/customers <<< Pattern:InOnly, >> Headers:{CamelEntityManager=org.ap > ache.openjpa.persistence.EntityManagerImpl@5d84d74b, > CamelFileName=hiram.xml, br > eadcrumbId=ID-ITEM-93866-58463-1402650414339-0-83}, > BodyType:org.apache.camel.ex > ample.etl.CustomerEntity, Body: standalone=" > yes"?> > > > > hiram > > > > Hiram > > > > Chirino > > > > Tampa > > > " > > > > > > > > > > > The two bold parts are the exact same ones. > > Plus I'm really confused about what the example is supposed to do. Isn't > it supposed to create the java classes ? Or am I completely wrong ? > Else, isn't it supposed to create the persons in my database ? How do I > see if it has been done ? > > Thanks a lot for your answers. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-ETL-example-tp5752256p5752259.html Sent from the Camel - Users mailing list archive at Nabble.com.

Problem with ETL example

2014-06-13 Thread Licia
ram Hiram Chirino Tampa " The two bold parts are the exact same ones. Plus I'm really confused about what the example is supposed to do. Isn't it supposed to create the java classes ? Or am I completely wrong ? Else, isn't it supposed to create the person