Re: Is camel-beanio working ?

2012-10-05 Thread arep...@hotmail.com
This issue got resolved, the issue is with the beanio bundle, the beanio community has fixed the issue in the latest version (2.0.2) and it all works fine now. -- View this message in context: http://camel.465427.n5.nabble.com/Is-camel-beanio-working-tp5719695p5720637.html Sent from the Camel D

install feature: how to change version of Imported Packages

2012-10-05 Thread arep...@hotmail.com
When I install camel-beanio 2.10.1 in karaf, it imports beanio 2.0.1, but I need beanio 2.0.2. So, is there a way I could instruct karaf to import beanio 2.0.2 instead of beanio 2.0.1 -- View this message in context: http://camel.465427.n5.nabble.com/install-feature-how-to-change-version-of-I

Re: Is camel-beanio working ?

2012-09-24 Thread arep...@hotmail.com
Yes Claus, it works fine when I run it as a unit test. -- View this message in context: http://camel.465427.n5.nabble.com/Is-camel-beanio-working-tp5719695p5719867.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Is camel-beanio working ?

2012-09-24 Thread arep...@hotmail.com
*jar* beanio-2.0.1.jar *config file* beanio-2.0.1.jar\org\beanio\internal\config\beanio.properties (I think the error is while loading this config file) *blueprint* http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="ht

Re: Is camel-beanio working ?

2012-09-21 Thread arep...@hotmail.com
Yes Charles, you are right, the issue is from that part of code, even I saw that, but I am not sure how to fix it. regarding your Question : How have you defined the location of your xml config file ? I haven't defined the location of the config file anywhere. since the config file is part of t

Is camel-beanio working ?

2012-09-20 Thread arep...@hotmail.com
I am using the camel-beanio 2.10.0 with blueprint, the blueprint route is working fine when I am testing with junit, but when I try to deploy the route to Apache Karaf I am getting the below exception. If I am not wrong, I think there is a issue with beanio Manifest file. Can someone help me to val

java.lang.RuntimeException: Gave up waiting for service

2012-07-23 Thread arep...@hotmail.com
I am trying to test a simple blueprint route, but I am getting java.lang.RuntimeException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext) . Below are my blueprint and Unit test case, I am not sure what I am doing wrong. Need help with this issue. *Blueprint * http://www.