Camel Bindy - Issues with returntype

2014-04-16 Thread contactreji
Hi I am trying to parse some CSV data. Camel Bindy component seems to be doing its job well. When I am taking the data to a processor to access each Object separately and do the processing, I see that Bindy returns a List and the List contains a Hashmap!! Is there a way to configure Bindy to re

Fwd: [] Please moderate: "Learn Node.js Basics in Just 5 Minutes"​

2014-04-16 Thread Aldo Bucchi
v  y sctxpffufy z llqLesE— Sent from Mailbox for iPhone -- Forwarded message -- From: "AirPair" Date: Tue, Apr 15, 2014 at 10:40 PM Subject: [] Please moderate: "Learn Node.js Basics in Just 5 Minutes" To: "aldo.buc...@gmail.com" > A new trackback on the post "Learn Node.js

camel cxrrs no service found

2014-04-16 Thread pointerness
I am using the below servlet configuration CXFServlet org.apache.cxf.transport.servlet.CXFServlet 1 CXFServlet /rest/* The service class is below @Path("/data") public Class Service { @GET @Path("customercontacts/{customerid}") public String getDat

Re: Configuring JMS connection pool for WMQ

2014-04-16 Thread David Karlsen
Yes to all questions. Just use the internal pooling: com.ibm.mq.jms.MQConnectionFactory has a property setUseConnectionPooling(boolean yesno) 2014-04-15 19:12 GMT+02:00 smadarapu : > Hi > > I have been successfully running several routes connecting to a JMS queue > using Websphere MQ. I have sev

Re: onException issues with cxfrs

2014-04-16 Thread Sergey Beryozkin
Hi On 16/04/14 14:14, bijoy wrote: Hi Sergey, Thanks for your response! Somehow onException was not setting the exception object on header. As you mentioned it should be a core camel issue. To get the exception object I had manually set a header as follows... java.lang.Exception

Re: Issue while dynamically adding cxfEndpoint and its routes using Camel

2014-04-16 Thread ranetruptiv
I was able to invoke http://localhost:8080/customerapp/CustomerRequestImplPort. I replaced /CamelContext camelContext = new DefaultCamelContext(registry);/ with /SpringCamelContext contextSpring = (SpringCamelContext) exchange.getContext(); contextSpring.setRegistry(registry);/ Thanks,

Issue while dynamically adding cxfEndpoint and its routes using Camel

2014-04-16 Thread ranetruptiv
Hello, I am newbie to Camel. In my current project, we are using cxfEndpoint as consumer and dynamically building the spring-ws producer for posting request on downstream system. The spring-ws producer is built by retrieving the data from database and then forming routes. These routes are then

Re: onException issues with cxfrs

2014-04-16 Thread bijoy
Hi Sergey, Thanks for your response! Somehow onException was not setting the exception object on header. As you mentioned it should be a core camel issue. To get the exception object I had manually set a header as follows... java.lang.Exception true

Apache Camel, CDI and @PersistenceContext/@Inject

2014-04-16 Thread htit
Hi, I have the following situation: - a full fledged JEE webapplication that uses CDI, JSF and JPA/Hibernate for persistence (it does NOT use any Spring components) - a goal of using Apache Camel for some processing I have a standalone Apache Camel application running perfectly. It uses camel-cdi

Your thoughts on a High Availablity Solution.

2014-04-16 Thread Madhukar Nagaraja
Hello, We are using Apache Camel with Active MQ extensively for our integration needs. For one of our customers, a high availability solution is a must. So we are in the process of solutioning this. Deployment model: 1) Active MQ(5.9.0) is deployed in a VM. 2) Apache Camel is deploye