Re: Observation on OSGi and NoTypeConversionAvailableException

2011-03-29 Thread Hendy Irawan
I have posted a detailed experience how to run Camel inside an Eclipse RCP application (successfully :-). Anyone interested can look here: http://eclipsedriven.blogspot.com/2011/01/pojo-remoting-over-camel-xmpp-within.html Good luck :-) - Soluvas - Making eCommerce Work for You -- View thi

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-30 Thread Hendy Irawan
I followed what Willem said and my Camel app is working fine with : - Eclipse 3.7 milestone - Camel-blueprint 2.5.0 + camel-eclipse - Aries Blueprint 0.2-incubator - XMPP component (need to hack dependencies though) (this is Eclipse RCP application) Basically I need to *start* (not just resolve

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-01 Thread klausb
I switched to camel 2.4.0 and it works now. Thanks to all, klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p3287614.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-01 Thread Willem Jiang
On 11/30/10 3:29 AM, klausb wrote: While coding with Karaf and Camel 2.5.0, I made the following observation: If I'm loading two communicating bundles using the VM endpoint I do not see any problems. Both get started and exchange messages as expected. Afterwards, if I quit Karaf (^D) gracefull

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-11-30 Thread klausb
Yes, I used features. I defined my own feature, which loads this camel-core camel-spring camel-xstream klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p3285822.html Sent from the Camel - Users mailing

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-11-30 Thread Claus Ibsen
Hi Did you install camel using features? features:install camel Which loads and ensures all JARs and bundles is installed correctly. Also each Camel component has a feature, eg camel-mail features:install camel-mail On Tue, Nov 30, 2010 at 9:29 AM, klausb wrote: > > While coding with Karaf