Re: Problem with ETL example

2014-06-14 Thread Christoph Emmersberger
You’ll probably understand this a bit better when looking at the class “org.apache.camel.spring.Main". Best, Christoph On 13 Jun 2014, at 15:17, Licia wrote: > Thanks a lot ! It works now, I mean nothing get to be print on the console. > > But what I'm wondering is the following. > > I don

Re: SendBodyAndProperties

2014-06-14 Thread Claus Ibsen
On Fri, Jun 13, 2014 at 8:38 PM, Mike Oxford wrote: > There is a "SendBodyAndProperty" (singular.) > This is a "SendBodyAndHeader" (plural) > > Why is there no plural version of the properties? Is very seldom needed (if needed at all). And you can use send, and populate the exchange if you need

Re: JPA entityType always Null

2014-06-14 Thread Babak Vahdat
Hi What is your JPA provider and which version of it (Eclipselink, OpenJPA or Hibernate-EntityManager, etc.) and how do you run your app? Standalone, inside a web-app or? Can you also try with the option value consumer.namedQuery=findUnprocessed without the Locationhistory prefix? Babak robbob

mod_rewrite not working in .htaccess.

2014-06-14 Thread r0obin77
i am using xampp on windows.For last two days i am trying to rewrite URL's but mod rewrite is doing nothing.its taking me to the same page.i am trying to do a simple redirect from foo.html to bar.html as its is a n example rewrite docs. I have put all the directives in .htaccess. .htaccess is proc

Camel JMS Spring Remoting and Google Protocol Buffers

2014-06-14 Thread Maurice
Dear Community, i am successfully using Camel with Spring remoting over JMS using the default Java serialization. The interface used: String decode(byte[]image, String BarcodeType, String charset). Now i have to add access for a CPP using CMS client and the best cross language structure serializer

Re: mod_rewrite not working in .htaccess.

2014-06-14 Thread Christian Müller
Wrong list? Best, Christian Am 14.06.2014 10:42 schrieb "r0obin77" : > i am using xampp on windows.For last two days i am trying to rewrite URL's > but mod rewrite is doing nothing.its taking me to the same page.i am trying > to do a simple redirect from foo.html to bar.html as its is a n example