Getting BeanIOConfigurationException when calling osgi service which has beanio implementation

2017-04-07 Thread partha006
I am using blueprint DSL and I have osgi service which has beanio implementation In my beanio mapping file , I am referring the class in the different package or the same package of my interface service class. Like mapping file: http://www.beanio.org/2012/03";>

camel-jsonpath to filter classname with path

2017-03-15 Thread partha006
My route to filter the json classname with class is $..com.mycompany.app10.Person My sample input is {"

camel-jsonpath in correlationExpression of aggregate EIP

2017-03-14 Thread partha006
My input json are 1.{"com.mycompany.app10.Person":{"firstName":"Gregory","surname":"Smith","type":"FAMILY"}} 2.{"com.mycompany.app10.Person":{"firstName":"Hady","surname":"Smith","type":"SINGLE"}} i need to aggregate above input when it has "com.mycompany.app10.Person" , so i tried below route

camel-spring-batch

2017-02-02 Thread partha006
I need to implement spring-batch using Apache camel. But the material you have provided was not understandable to me, since i didn't understand what needs to given in the camelReader to read the file and what needs to given in camelWriter to write to Database. kindly help me to understand the detai