Handling timeout in Recipient list with aggregation statergy

2016-04-27 Thread ravi21588
Hi All, Iam calling two different endpoints with delimeter seperated,Parallel Processing and timeout as 3000 ms in recipient list. I have mentioned aggregation strategy to aggregate the response message. I need to frame a fault message when iam not getting response from both the end points. i t

warning while calling Bean ref in camel route

2016-04-28 Thread ravi21588
Hi All, Iam getting below warn when i call the bean ref in camel route 17:44:18,385 WARN [org.apache.camel.util.ObjectHelper] (http-/127.0.0.1:8080-18) Cannot find class: A1_Sync_Con_RQRequestReceived Java class: package com.example.switchyard.a1.sync.consumer.rq; import javax.enterprise.

Aggregation Stratergy Apache camel

2016-05-08 Thread ravi21588
Hi All, Is there any way we can do merging of old exchange and new exchange during aggregation using xslt instead of doing it in aggregate method in the stratergy ref class.? -- View this message in context: http://camel.465427.n5.nabble.com/Aggregation-Stratergy-Apache-camel-tp5782341.html S

Re: warning while calling Bean ref in camel route

2016-05-08 Thread ravi21588
Hi Claus, Iam not using Jboss fuse,iam using jboss fuse service works.It uses Jboss EAP 6.1 and not a OSGI karaf container. -- View this message in context: http://camel.465427.n5.nabble.com/warning-while-calling-Bean-ref-in-camel-route-tp5781911p5782342.html Sent from the Camel - Users mailing

Re: Aggregation Stratergy Apache camel

2016-05-09 Thread ravi21588
Hi Arnaude, During Aggregation we combine the old exchange and new exchange in the overridden aggregate method in java layer. is there any possibility to use xslt during combining old exchange and new exchange? am i clear now? -- View this message in context: http://camel.465427.n5.nabble.com/A

Query in using Dynamic router EIP

2016-05-13 Thread ravi21588
Hi All, I have a query related to dynamic router EIP. The diagram in camel site shows the EIP has a Dynamic rule base store and a control channel . I just saw the implemented example in Documentation   http://camel.apache.org/schema/spring";>  

Onexception and try catch block in camel.

2016-06-06 Thread ravi21588
Hi All, Onexception clause and try catch block both can be specified in with in a camel route. Can you please let me know the difference and advantage of using one upon other. -- View this message in context: http://camel.465427.n5.nabble.com/Onexception-and-try-catch-block-in-camel-tp5783511.h

Adding MQMD headers to IBM MQ using camel

2016-09-06 Thread ravi21588
Hi All, I need to add application specific headers in MQMD part of IBM MQ. Can you please tell me how can i add it.? -- View this message in context: http://camel.465427.n5.nabble.com/Adding-MQMD-headers-to-IBM-MQ-using-camel-tp5787257.html Sent from the Camel - Users mailing list archive at Na

How to set exchange headers from xslt.

2016-09-12 Thread ravi21588
Hi All, Iam using camel 2.10 version. I would like to set exchange headers while calling XSLT component. Iam able to Get Parameters into the XSLT,but i need to do vice versa. Can you please tell how can i acheive it. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-

Issue with Request-Reply pattern in JMS camel 2.10

2016-09-14 Thread ravi21588
Hi All, Iam trying to achieve the below scenario. I have a switchyard application with soap binding which puts the request in request Queue and waits for the response from response queue,request-reply pattern.i have another route In-only mep which picks the message from a queue process it and put t

Understanding streamCache in camel

2016-10-13 Thread ravi21588
Hi All, i would like to understand how streamCache works. i have created two routes,one route with streamCache enabled and another without streamCache.Iam not able to find the difference.Iam assuming log component will also be considered as a camel process. Route One http://camel.apache.org/sch

TransformerException camel xslt error-Jboss fuse service works

2016-10-19 Thread ravi21588
Hi All, iam getting below error when deploying switchyard component in Jboss EAP. 14:14:25,683 ERROR [org.apache.camel.builder.xml.XsltErrorListener] (MSC service thread 1-14) "xml:lang" attribute is not allowed on the soap:Text element!; Line#: 16; Column#: 32: javax.xml.transform.TransformerExce

Map content from XML

2016-10-20 Thread ravi21588
Hi all, I have a external reference XML and would like to map the exchange content by referring the XML. Can you please let me know what is the better way to implement it. I am using Apache camel 2.10 . -- View this message in context: http://camel.465427.n5.nabble.com/Map-content-from-XML-

Camel Transactions query

2016-10-21 Thread ravi21588
Hi all, I have a query in implementing transactions. If there is any exception in route the transaction will not be committed and rollbacked. I had mentioned redelivery for 3 times in hornetq address setting configuration. Is there any way in camel,i can frame the error message with error details

using externalized xslt for transformation from server

2016-12-02 Thread ravi21588
Hi All, Iam using camel 2.10 with Jboss EAP 6.1 server. I would like to externalize XSLT for transformation by placing it as a file in some location in server. Can you please let me know how can i acheive. The XSLT transformation frequently changes,will the xslt be picked correctly without any rest

XSLT transformation Base64binary and camel xslt

2016-12-05 Thread ravi21588
Hi All, We have an integration to generate the document from document generation system. The Document generation system returns document as bytes of array. While creating response i need to create an xml along with attachment type as an element with type base64binary. Can you please tell me how c

RE: XSLT transformation Base64binary and camel xslt

2016-12-06 Thread ravi21588
Hi, The document generation system is not directly exposed for consuming in internet. We have custom library classes which we invoke and it return the document as byte[]. once i get the response as byte array,i need to create an xml with just a root element pdf-data. I am assuming that if i def

Processing large PDF files using apache camel 2.10

2016-12-14 Thread ravi21588
Hi all, I have an integration scenario to generate PDF from a document generation system. The document generation system generates byte [] data. The data can be huge enough,I need to transport the Byte array to jms queue. I have two components in camel for this integration which is connected using

Re: Processing large PDF files using apache camel 2.10

2016-12-16 Thread ravi21588
Hi Claus, Thanks for the reply. Do you mean to place the pdf in a file location and use the stream component http://camel.apache.org/stream.html to get data as stream? Also can you please tell me how the data transfer happens using stream component? Using claim check EIP also at some point stores

Lookup functionality using apache camel

2016-12-19 Thread ravi21588
Hi All, I have a Excel sheet with 4700 entries. The list contains List name,Code and Description. For a particular description in an xpath i need to lookup and get the Code. Doing translation using xslt will be cumbersome. Example as below: ListValueDescription CNT 001 United Sta

Cron Trigger and JMS get

2017-01-18 Thread ravi21588
Hi All, I have an integration scenario which i need to design using Apache camel for each request the destination system id returns a unique id as acknowledgement and it starts processing the request asynchronously.The processing can take more time. The Destination system have exposed a web servi

cronscheduledroutepolicy not working as expected in switchyard

2017-01-25 Thread ravi21588
Hi All, Iam trying to implement cronscheduledroutepolicy in camel route and it is not working as expected.iam expecting switchyard Route to stop and start at cron trigger.I had added routePolicyRef="customRoutePolicy" and autoStartup="false" attributes in route definition. logs: 23:07:01,530 INFO

Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-03-13 Thread ravi21588
Hi Santhosh, Can you please let me know how did you use destination resolver with Apache camel. Iam using Jboss fuse service works 6.0,in which iam using switchyard as service delivery framework and camel as implementation. -- View this message in context: http://camel.465427.n5.nabble.com/Unab

Sending MQMD headers from Apache camel.

2017-03-13 Thread ravi21588
Hi All, iam using Jboss Fuse service works 6.0 with Switchyard 1.1 and camel 2.10. iam trying to set MQMD headers for the JMS message and send it to IBM MQ. By seeing camel documentation and various blogs i came to know that this can be achieved by using Spring destinationResolver. I would like to

RE: [EXTERNAL] Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-03-13 Thread ravi21588
Hi Vanshul, Thanks for the reply. Iam using Jboss eap 6.1 and i have configured the connection factory and MQ adapter as mentioned in below.I have setup SSL configuration etc. https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuratio

NoTypeConversionAvailableException exception while running junit test case

2017-05-09 Thread ravi21588
Hi iam getting NoTypeConversionAvailableException while using xpath in camel,iam using camel 2.10.Iam getting this exception only in junit test case,but it is working fine while deployed in Jboss EAP server. My camel route is as below: http://camel.apache.org/schema/spring";>