File idempotent store problem

2017-11-27 Thread Krzysztof Hołdanowicz
Hi all, I recently noticed that there is wrong entry order in file using FileIdempotentRepository implementation. The effect is that instead of having order like: file1.txt.20171123 file2.txt.20171123 file1.txt.20171124 file3.txt.20171125 file2.txt.20171126 we have: file1.txt.20171123 file1.txt

Unknown parameters=[{myConfig=myconfig}] error while creating custom component - CiA-2 - Chapter 8

2017-11-27 Thread Imran Raza Khan
Hi, While creating custom component i want to pass one object as parameter, but i am getting following error org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route route1 at: >>> To[mycomponent://foo?param1=value1&myConfig=myconfig] <<< due

Re: Camel CDI with standalone JTA in Weld SE

2017-11-27 Thread Gary Hodgson
Scratch that - setting the activeMQConfiguration.setUseSingleConnection(true) causes everything to run in the same thread and the problem still occurs. On 27 November 2017 at 23:59, Gary Hodgson wrote: > Hi > > So after a hiatus I got time to look at this problem again. From delving > into the

Re: Camel CDI with standalone JTA in Weld SE

2017-11-27 Thread Gary Hodgson
Hi So after a hiatus I got time to look at this problem again. From delving into the atomikos code and the trace logs I believe the issue lies in threading. As shown in the logs below the atomikos jms factory bean appears to correctly create a composite transaction on the camel JmsConsumer threa

HazelcastComponent deprecated in 2.20

2017-11-27 Thread John Smith
Hello there, I'm using the HazelcastComponent in one of my projects where I configure a hazelcast instance in blueprint and inject that bean into my routebuilder where I use code such as: HazelcastComponent hc = new HazelcastComponent(); hc.setHazelcastInstance(hazelcastInstance); getConte