camel file redlock=idempotent-changed

2017-02-09 Thread Scisci
Hi, where I can find an example of redlock=idempotent-change for file component write in Spring DSL? Thanks Mirko -- View this message in context: http://camel.465427.n5.nabble.com/camel-file-redlock-idempotent-changed-tp5793722.html Sent from the Camel - Users mailing list archive at Nabble.co

Re: Infinispan Idempotent - EAP Cluster mod

2017-01-18 Thread Scisci
Hi, after some try, I think I've found the error. It seems that the idempotentkey on file endpoint doesn't work as expected. With this route the key is never found ${file:name} ${file:onlyname.noext}

Re: Infinispan Idempotent - EAP Cluster mod

2017-01-17 Thread Scisci
For more clarity, I'm using camel 2.18.1 and a remote infinispan server connect by hotrod (version 8.2.5). This is the config cache Thanks Mirko -- View this message in context: http://came

Infinispan Idempotent - EAP Cluster mod

2017-01-16 Thread Scisci
Hi, I've a problem with Idempotent, the route is deployed on a EAP7 server on cluster mode ( 2 servers active ). The idempotent doesn't work. The file is process from the two server. Why? Can someone help me please ? Thanks Mirko

Camel Bindy - marshal fixed file with heade,footer and section

2016-06-15 Thread Scisci
Hi, I've a problem to create a file with header, footer and sections with header, sub_header and contents ex: F994CMPU03817.33.382016061480---> HEADER P_AR_O --> HEADER SECTION Titoli_Bloccati_Fondo_GABSORET --> SUB_HEADER SECTION -->CONTENT

Re: infinispan Idempotent and RemoteCacheManager

2016-04-08 Thread Scisci
Ok, now after I have changed the file hotrod-client.propertis how you suggested it's working Thank you very much. Bye Mirko -- View this message in context: http://camel.465427.n5.nabble.com/infinispan-Idempotent-and-RemoteCacheManager-tp5780600p5780757.html Sent from the Camel - Users mailin

Re: infinispan Idempotent and RemoteCacheManager

2016-04-07 Thread Scisci
Sorry, was a typo. On the new route obviously I've removed the attribute skipDuplicate... But idempotent continues doesn't working help me please Thanks Mirko -- View this message in context: http://camel.465427.n5.nabble.com/infinispan-Idempotent-and-RemoteCacheManager-tp5780600p5780723.htm

Re: infinispan Idempotent and RemoteCacheManager

2016-04-07 Thread Scisci
Hi, to coplete the information set I sent, this is the config of hotrod-client.properties infinispan.client.hotrod.transport_factory = org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory infinispan.client.hotrod.server_list = 10.0.0.77:11222 infinispan.client.hotrod.marshaller = or

infinispan Idempotent and RemoteCacheManager

2016-04-06 Thread Scisci
Hi, I have a problem with infinispanIdempotent. This is my config : /ag_02:Messaggio/ag_02:Data_Giro CamelDuplicateMessage I have two EAP server in domain mode w

split -> strategyRef with Exchange as constructor param

2016-03-08 Thread Scisci
Hi, I've a problem with custom AggregationStrategy and xml spring config. I've copied the source code of UseOriginalAggregationStrategy for my custom AggregationStrategy and add new Header. How to configure the aggregator with the original Exchange? In the splitter "code" if (strategy == null) {

Re: AggregatinStrategy on split never stop

2015-12-11 Thread Scisci
hi, sorry for the delayed response. I'm using camel version 2.6.0 and spring version 4.1.6.RELEASE. This one of the routes http://camel.apache.org/schema/spring"; xmlns:ag_01="http://www.my.it/Accpos"; >

Re: AggregatinStrategy on split never stop

2015-11-26 Thread Scisci
Hi, after a bit of investigation I've found when the aggregation not end. If the last item in the split throw an error it will be redirected to a deadletter channel and not return to the Split component. I think this is because the default failure processor on org.apache.camel.DeadLetterChannelBui

RE: AggregatinStrategy on split never stop

2015-11-16 Thread Scisci
Hi, to repond to Kai , I've tryed with the properties CamelSplitIndex, CamelSlpitSize and CamelSplitComplete but this properties are empty out of split and if I set the header with a simple on the split at the end the split the header is also not set. To respond to Claus, the problem is that the

AggregatinStrategy on split never stop

2015-11-16 Thread Scisci
Hi, I've a problem with a split and custom aggregationStrateqy. I've to count the items that were split. This in my AggreagationSt egy public class Item_AggregationStrategy implements AggregationStrategy{ private static final Logger LOGGER = Logger.getLogger(Item_AggregationStrate

from pojo to csv

2015-10-27 Thread Scisci
hi everyone, I've a problem with marshal a List with bindy. this is part of my route; on processor I've setted: List b = exchange.getOut()set.Body(b) on the result file I've the header and blank lines for each object in the List. I've also tryed add: before the marshal but I've an

SetHeader and XPath

2015-07-06 Thread Scisci
Hi, I've a problem with setHeader ad xpath. This is my xml http://www.gestielle.it/Accpos"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.gestielle.it/Accpos src/main/resources/Accpos.xsd "> 2015-07-01 O C6_O 98 Cambi Spot

Re: camel bindy 2.14.1 and jboss-eap 6.3.3

2015-03-11 Thread Scisci
Thanks, now works. I've added on pom org.apache-extras.camel-extra camel-jboss6 2.13.2 and this on applicationContex Thanks -- View this message in context: http://camel.465427.n5.nabble.com/camel-bindy-2-14-1-and-jboss-eap-6-3-3-tp5763997p5764003.html Sent from th

camel bindy 2.14.1 and jboss-eap 6.3.3

2015-03-11 Thread Scisci
Hi, I'm trying to use bindy on camel 2.14.1 with a WAR deploy on jboss-eap 6.3.3 this is my camel context: http://camel.apache.org/schema/spring";>