Camel Hbase

2016-04-12 Thread VinothKR
Hi Team, I'm using Camel Hbase component to put data into remote hbase but data is getting inserted with value as null. *Route*: 001 54321 *Data stored in table* 001 column=emp:empId, timestamp=1460498530077, value= *Camel Hbase version*: 2.13.2 The exchange headers a

Re: [Bug?] hl7dataformat hapicontext&parser not in camel-blueprint.xsd

2016-04-12 Thread Walzer, Thomas
Quinn, Your blueprint works fine (the factory method should be named getContext but that was an easy one). Spares me one additional CamelContext :-) Cheers, Thomas. -Ursprüngliche Nachricht- Von: Quinn Stevenson [mailto:qu...@pronoia-solutions.com] Gesendet: Freitag, 08. April 2016 17

database is locked

2016-04-12 Thread Anton
Hello I am trying to use Camel JPA to store entities into a sqlite database. My route looks like this: public void configure() { from(zendeskEndpoint).to("jpa:org.zendesk.client.v2.model.Ticket&persistenceUnit=camel"); } However, I am getting the following error: [l-1) thread #0 - z

camel-spring-boot + @UseAdviceWith

2016-04-12 Thread Jeff Segal
All, I'm currently creating a camel-spring-boot project and would like to add some tests using @UseAdviceWith but am hitting a few issues. I couldn't find an example that fit that use case exactly, so I've played around with different things to no avail. Specifically, I found that when I use @Con

Throttling JMS Messages from Multiple Queues

2016-04-12 Thread raza_naqvi
Hi Guys, I am very new to Camel and trying to design a solution which needs throttling on transactions per second. We have a number of JMS queues(~25 Queues) which feed into the downstream system. This underlying system has a limit on transactions per second. Going through the Camel documentation,

Re: Guaranteed file processing - JMS and file producer

2016-04-12 Thread Quinn Stevenson
Is there a reason you’re not using a persistent aggregation repository? If you could share a simplified version of your route, that would help as well. > On Apr 11, 2016, at 4:21 AM, glenn wrote: > > Hi > > I’ve been looking at how to use camel-jms to consume xml from a persistent > queue, d

Camel not being able to start up if the RabbitMQ server using MQTT or STOMP is unavailable

2016-04-12 Thread nvbabu
ActiveMQ with camel not being able to start up if the RabbitMQ server using MQTT or STOMP is unavailable. The way I replicate this problem is to: 1. Configure camel.xml to use MQTT or STOMP to a remote broker 2. Stop the remote broker (RabbitMQ) 3. Restart ActiveMQ Initially Camel starts but it t

Re: Email not copied to sent items

2016-04-12 Thread NewCamelDev
Thanks Walzer. While we are exploring the CC solution, I would like to check with you would it be possible to extend the DeafultJavaMailSender, try to open the imap store and copy it in "Sent Items". Sounds possible but I couldnt find a way to configure the customized JavaMailSender which extends

Problem with the Body object of a Camel CXF endpoint where DataFormat = MESSAGE

2016-04-12 Thread Charles Moulliard
Hi, When a Camel CXF endpoint (where the data format = MESSAGE) processes a SOAP HTTP request, then the Body is defined as InputStream but without BodyType Message History -

Re: URI contains unsafe characters

2016-04-12 Thread Marco Crivellaro
Any idea? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/URI-contains-unsafe-characters-tp5779497p5780919.html Sent from the Camel - Users mailing list archive at Nabble.com.