Using exchange in PropertiesFunction ?

2015-08-20 Thread rwijngaa
Hi, Is it possible to get hold of the exchange somehow when apply() is called in an PropertiesFunction? Regards Rino -- View this message in context: http://camel.465427.n5.nabble.com/Using-exchange-in-PropertiesFunction-tp5770848.html Sent from the Camel - Users mailing list archive at N

Re: Using exchange in PropertiesFunction ?

2015-08-20 Thread Claus Ibsen
No property placeholders is not Exchange specific, but generic. On Thu, Aug 20, 2015 at 11:05 AM, rwijngaa wrote: > Hi, > > Is it possible to get hold of the exchange somehow when apply() is called in > an PropertiesFunction? > > Regards > Rino > > > > > > > -- > View this message in context: >

Camel for Karaf 2.3.10

2015-08-20 Thread sarveswaran_m
We want to run Camel in Apache Karaf environment. 2.3.10 is the karaf version that we are using. What is the recommended Camel version for karaf 2.3.10 ? I was referring to this page. But there is no straight forward answer there. I deployed a sample camel a

Re: what's happening to camel extra?

2015-08-20 Thread Pontus Ullgren
Yes this has been discussed on the dev list[1][2] and the Apache community development mailing list [2]. Unfortuantly there does not seem to be any conclusion on this discussion yet. // Pontus [1] http://camel.465427.n5.nabble.com/Moving-camel-extra-to-github-tt5764066.html [2] http://camel.4654

Camel SQL Using JNDI and Connecting to Schema other than default Schema

2015-08-20 Thread vivekrao001
Hi, I successfully configured sql component using the following config. I was able to do write join queries with tables in different schemas. But if change it to

Re: what's happening to camel extra?

2015-08-20 Thread Pontus Ullgren
Diging through the community development list shows that it will be moved to sourceforge along with the rest of the apache extra. https://mail-archives.apache.org/mod_mbox/community-dev//201507.mbox/browser On Thu, 20 Aug 2015 14:12 Pontus Ullgren wrote: > > Yes this has been discussed on the d

Create 'to' http endpoint (with arguments) with bean

2015-08-20 Thread rwijngaa
Hi, I'm 'calculating' a dynamic http uri / arguments with a bean as below. But, the http endpoint does not seem to be called (i do not see the Http headers; i *do* see the getFxAllUrl being called) When replacing the bean:fxAllHttpUrlBuilder with https:jadajada it is called again (and i see http h

Cannot find data format with name: gzip -

2015-08-20 Thread Scott Stroud
Im trying to use the data format marshall to gzip and I get an exception and Im unsure as to why. According to the documentation, gzip comes with camel-core so I should not need any additional libs. To confirm that I was specifying it correctly I switched to zip marshalling and that worked. I

Re: Cannot find data format with name: gzip -

2015-08-20 Thread Claus Ibsen
Hi Ah yeah that is sadly a bug in that release. the gzip descriptor is missing https://github.com/apache/camel/tree/camel-2.15.0/camel-core/src/main/resources/META-INF/services/org/apache/camel/dataformat It will be in the next release https://github.com/apache/camel/tree/camel-2.15.x/camel-core/

Re: Apache Camel XA transaction

2015-08-20 Thread kishoreJ
Hi claus But in that transactional client it is not specifying anything about what i need . I have to update a database if the message is sent successfully to a queue , if one fails then i have to roll back both the transactions. Here i am dealing with a database transaction and a camel transact

Re: Camel SQL Using JNDI and Connecting to Schema other than default Schema

2015-08-20 Thread vivekrao001
Is the above problem is a bug or I'm doing it wrong? Thanks, Vivek. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-Using-JNDI-and-Connecting-to-Schema-other-than-default-Schema-tp5770854p5770860.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SQL Using JNDI and Connecting to Schema other than default Schema

2015-08-20 Thread Claus Ibsen
Maybe try as a as shown here http://stackoverflow.com/questions/9183321/how-to-use-jndi-datasource-provided-by-tomcat-in-spring I dont know how jndi-lookup is implemented in spring. But all Camel does is to ask the spring app context to lookup beans with the name of the datasource you configure o

Camel hanging up

2015-08-20 Thread bbuzzard
Yes I know there are newer versions and we're planning on updating to the latest version, but this code is in production and we can't change it just yet. I'm using ActiveMQ-Camel-5.5.1 in a star topology. A large number of files, approximately 100 at 100 MB average, are being dequeued and dropped

RE: HOW TO SORT EMAIL POLLING

2015-08-20 Thread Mills, Gary (GE Energy Management, consultant)
Sorry to reopen this but this option is for IMAP protocol, is there something similar for POP3? Thank you, Gary -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, August 19, 2015 1:01 AM To: users@camel.apache.org Subject: Re: HOW TO SORT EMAIL POLLING

Exception inside the DMLC for Temporary ReplyTo Queue for destination

2015-08-20 Thread Vanshul . Chawla
Hello, I am getting this error when we are trying to connect to WMQ queue. TemporaryQueueReplyManager | ? ? | 206 - org.apache.camel.camel-jms - 2.12.0.redhat-610379 | Exception inside the DMLC for Temporary ReplyTo Queue for destination XX.XX.XX.XX, refr

Re: what's happening to camel extra?

2015-08-20 Thread Christoph Emmersberger
Is there any date when this move is expected? We have still the backup plan with Github in place, ... On Thu, Aug 20, 2015 at 6:54 AM, Pontus Ullgren wrote: > Diging through the community development list shows that it will be moved > to sourceforge along with the rest of the apache extra. > > >

Re: Create 'to' http endpoint (with arguments) with bean

2015-08-20 Thread rwijngaa
Work-around: (works, but why use bean:xxx at all then? could then just replace it with a processor ;-) -- View this message in context: http://camel.465427.n5.nabble.com/Create-to-http-endpoint-with-arguments-with-bean-tp5770857p5770876.html Sent from the Camel - Users mailing list archive at