Re: PDF/A files using Camel FOP component

2016-03-31 Thread Laurentiu Trica
Hi, It is possible with Apache FOP, and the needed parameter is: -pdfprofile PDF/A-1b Usage (command line) To activate PDF/A-1b from the command-line, specify "-pdfprofile PDF/A-1b" as a parameter. If there is a violation of one of

Re: PDF/A files using Camel FOP component

2016-03-31 Thread Claus Ibsen
I suggest to research whether its possible with Apache Fop and then see what may be missing in camel-fop to do this. After all camel-fop can only do what Apache Fop can do. On Thu, Mar 31, 2016 at 2:23 PM, Laurentiu Trica wrote: > Hello, > > Do you know any other way to do this? > Can the compone

Re: Java DSL and logback logstash encoder

2016-03-31 Thread Claus Ibsen
The Camel LogEIP uses the slf4j marker interface. Isn't there a slf4j-logstash or some wrapper api you can use? On Fri, Apr 1, 2016 at 5:10 AM, rbkumar88 wrote: > Hi , > > I have a Spring Boot application with routes defined using Java DSL. Is > there anyway to integrate the "logstash-logback-en

Re: camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

2016-03-31 Thread Claus Ibsen
Hi Yeah sounds like a good idea, you are welcome to log a JIRA and if possible work on a patch/PR http://camel.apache.org/support.html On Fri, Apr 1, 2016 at 12:42 AM, kumar5 wrote: > if org.apache.kafka.clients.producer.KafkaProducer.waitOnMetadata throwing > org.apache.kafka.common.errors.Ti

Re: Camel JPA consumer causing Out of Memory when polling table

2016-03-31 Thread Claus Ibsen
Hi Good to hear, that is a low of records in that table. You are welcome to add a section in the docs to emphasize this option to limit the returned data when there is a lot of rows http://camel.apache.org/jpa How to edit the docs http://camel.apache.org/how-do-i-edit-the-website.html On Thu,

camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

2016-03-31 Thread kumar5
if org.apache.kafka.clients.producer.KafkaProducer.waitOnMetadata throwing org.apache.kafka.common.errors.TimeoutException exception then it catching warping up in FutureFailure(e) passing to camel KafkaProducer but camel KafkaProuder is not doing anything with that. it will be good if camel K

Re: Camel JPA consumer causing Out of Memory when polling table

2016-03-31 Thread raffi
Figured it out, forgot to set maximumResults on poller, http://camel.465427.n5.nabble.com/Camel-JPA-consumer-causing-Out-of-Memory-when-polling-table-tp5780168p5780197.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Path Parameters with REST DSL and Swagger

2016-03-31 Thread Claus Ibsen
Can you try with 2.16.3 SNAPSHOT. We got a git of fix in there, and combiend with the swagger upgrade it fixed some issues in the past. On Thu, Mar 31, 2016 at 11:37 PM, Gregor Zurowski wrote: > Hi Claus, > > Thanks for your quick response. I installed version 1.5.8 of > swagger-core, which is t

Java DSL and logback logstash encoder

2016-03-31 Thread rbkumar88
Hi , I have a Spring Boot application with routes defined using Java DSL. Is there anyway to integrate the "logstash-logback-encoder" net.logstash.logback.marker.Marker method with the Camel LogEIP or Camel Log pattern. Thanks Bharath -- View this message in context: http://camel.465427.n5.n

Re: Camel - Consul integration

2016-03-31 Thread bprager
The camel-consul component implements the Camel pluggable Registry strategy for Consul. (Basically, it allows you to persist and retrieve your beans in Consul. The complete Camel registry plugin API is supported.) So if your route is returned from a bean method you then store in Consul, yes you sh

Re: Path Parameters with REST DSL and Swagger

2016-03-31 Thread Gregor Zurowski
Hi Claus, Thanks for your quick response. I installed version 1.5.8 of swagger-core, which is the latest stable version, but the problem remains the same. Thanks, Gregor On Thu, Mar 31, 2016 at 7:44 AM, Claus Ibsen wrote: > Try upgrade swagger-core to newer version > > On Wed, Mar 30, 2016 at

[ANNOUNCEMENT] Apache Camel 2.15.6 Released

2016-03-31 Thread Gregor Zurowski
The Camel community announces the immediate availability of the new patch release Camel 2.15.6, the last planned release for the 2.15.x branch. This release contains a total of 37 bug fixes and improvements applied in the past months by the community on the Camel 2.15.x branch. The artifacts are p

Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread Claus Ibsen
You need to install all the other bundles and features that camel-hazelcast would normally install, do a feature:info camel-hazelcast and look and install those bits also. Or just wait for next Camel release instead. On Thu, Mar 31, 2016 at 7:52 PM, akpcnu wrote: > Claus, > I could install but c

RE: Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread akpcnu
Claus, I could install but couldn't get them started. Here is the log: karaf@root()> install -s mvn:com.hazelcast/hazelcast-client/3.6.1Bundle ID: 551Error executing command: Error installing bundles: Unable to start bundle mvn:com.hazelcast/hazelcast-client/3.6.1 karaf@root()> install -s

Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread Claus Ibsen
Install the client first install -s mvn:com.hazelcast/hazelcast-client/3.6.1 install -s mvn:com.hazelcast/hazelcast/3.6.1 On Thu, Mar 31, 2016 at 7:33 PM, akpcnu wrote: > This is continuation to the discussion we had on JIRA > ( > https://iss

Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread akpcnu
This is continuation to the discussion we had on JIRA ( https://issues.apache.org/jira/browse/CAMEL-9780 ), I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple of wor

Re: How to process Multipart SOAP response

2016-03-31 Thread Gregoire Autric
hi Ekta, I think if you change your dataformat to CXF_MESSAGE it should work fine please follow URL doc http://camel.apache.org/cxf.html CXF_MESSAGE Mode: MTOM is supported, and Attachments can be retrieved by Camel Message APIs mentioned above. Note that when receiving a multipart (i.e. MTOM) m

Re: Best Strategy to process a large number of rows in File

2016-03-31 Thread Ranx
Cool. It's good to see you're able to chip away at the problem. This is another section you may want to look at as well. Christian has good explanation of it: https://dzone.com/articles/activemq-understanding-memory This is why when I'm starting on proof of concepts, spikes or protos I tend to

Camel JPA consumer causing Out of Memory when polling table

2016-03-31 Thread raffi
Curious if anyone can shed light on this... Using Camel JPA to poll Oracle. On startup, high CPU and memory consumption is observed; profiler shows oracle driver spending A LOT of time in getColumnIndex(), not much else, ultimately causes OOM. Camel 2.15.3/Java 8/RHEL 7.1 2016-03-31 07:40:35,95

RE: Kafka producer ssl error

2016-03-31 Thread Vanshul . Chawla
Yeah thought so. Sent an email to our kafka folks as I tries same code on local kafka setup and it worked fine. Thanks Gerard. Vanshul -Original Message- From: Gerard Klijs [mailto:gerard.kl...@dizzit.com] Sent: Thursday, March 31, 2016 8:33 AM To: users@camel.apache.org Subject: Re: K

Re: Kafka producer ssl error

2016-03-31 Thread Gerard Klijs
Seems more like a kafka issue. Did you set the correct super user for the broker? There are a lot of things which can go wrong when going from non-ssl connections to ssl-connection and using the acl, so start by using ssl first, and ACL later. This way you better know where to look when you encount

Kafka producer ssl error

2016-03-31 Thread Vanshul . Chawla
Hello, I am getting below error when I connect to kafka 0.9 over ssl. [-network-thread | tcomil-audit] NetworkClient WARN Error while fetching metadata with correlation id 0 : {tcomil-audit-log=UNKNOWN} [-network-thread | tcomil-audit] NetworkClient WARN Error

Re: Instagram Component ?

2016-03-31 Thread Mark
Thank you for the information. I will continue moving along with this component. On Thu, Mar 31, 2016 at 7:13 AM, Claus Ibsen wrote: > Yeah it is, you can see which ones are valid at > http://www.apache.org/legal/resolved.html#category-a > > And there is a guide for developing a new component h

Re: PDF/A files using Camel FOP component

2016-03-31 Thread Laurentiu Trica
Hello, Do you know any other way to do this? Can the component be updated to include this? Can I use a custom fopFactory for this? This is kind of urgent for me. Regards, Laurentiu On Wed, Mar 30, 2016 at 10:03 AM, Laurentiu Trica < laurentiu.tr...@moredevs.ro> wrote: > Hi Ibryam, > > I tried

Re: Instagram Component ?

2016-03-31 Thread Claus Ibsen
Yeah it is, you can see which ones are valid at http://www.apache.org/legal/resolved.html#category-a And there is a guide for developing a new component here http://camel.apache.org/add-new-component-guide.html On Thu, Mar 31, 2016 at 12:44 PM, Mark wrote: > I have been evaluating jinstagram. I

Re: Instagram Component ?

2016-03-31 Thread Mark
I have been evaluating jinstagram. Is the MIT license compatible for inclusion into Apache Camel? On Wed, Mar 30, 2016 at 5:30 PM, Bilgin Ibryam wrote: > In the past I used jinstagram from Camel, but never seen a componet. > Will be nice to have one. > > B. > > On 28 March 2016 at 02:56, Mark

Re: Best Strategy to process a large number of rows in File

2016-03-31 Thread Michele
Hi, yesterday I worked on JMS Configuration and following your suggestion I changed it like this avoiding OOM