Re: tutorial-osgi-camel-part2 problems during startup

2010-07-15 Thread Michael Van
I was running into the same problem about 6 months ago, and directed my developers to skip it entirely. We're using JMS to send info between bundles, and only using camel internally inside of bundles. Respectfully Submitted, -- View this message in context: http://camel.465427.n5.nabble.com/t

Re: tutorial-osgi-camel-part2 problems during startup

2010-07-15 Thread Charles Moulliard
Hi, Everything works fine now. Please consider to use camel-2.3 with activemq 5.3.2 and Apache ServiceMix (4.2.0) Kind regards, Charles -- View this message in context: http://camel.465427.n5.nabble.com/tutorial-osgi-camel-part2-problems-during-startup-tp478958p1188807.html Sent from the Cam

Re: tutorial-osgi-camel-part2 problems during startup

2010-07-14 Thread jomclaughlin
Charles Moulliard wrote: > > I have discovered a problem with activemq and pooling engine so it is not > possible to parse files and place the result in queues > > Was this problem ever resolved or is the "tutorial-osgi-camel-part2" (great tutorial btw) not workable? Thanks, jim -- View thi

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Charles Moulliard
I have discovered a problem with activemq and pooling engine so it is not possible to parse files and place the result in queues Exception in thread "SpringOsgiExtenderThread-12" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.os gi.servi

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Charles Moulliard
Hi Richard, Please update the pom as mentioned in my previous email, recompile projects and update the bundles ! Kind regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cm

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Richard Slide
Ok, thanks for suggestion but i have problems again.. java.lang.Exception: Could not start bundle mvn:org.apache.camel.example/reportincident.queueservice/1.0-SNAPSHOT in feature(s) reportincident-1.0-SNAPSHOT: Unresolved constraint in bundle reportincident.queueservice [54]: package; (&(pack

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Charles Moulliard
Hi Richard, Her is an additional modification that I have made in the pom of reportincident.camelqueueservice org.apache.activemq.camel.component;version="[5.3.0,5.4.0)", org.apache.camel;version="[2.0,2.3)", org.a

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Filippo Balicchia
It works Thanks a lot ! 2010/3/31 Charles Moulliard : > Richard, > > To install camel 2.2.0 features = list of bundles, you must use the features > file 2.2.0 of camel > > --> > > featuresRepositories=mvn:org.apache.felix.karaf/apache-felix-karaf/1.4.0/xml/features,mvn:org.apache.camel.karaf/

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Charles Moulliard
Richard, To install camel 2.2.0 features = list of bundles, you must use the features file 2.2.0 of camel --> featuresRepositories=mvn:org.apache.felix.karaf/apache-felix-karaf/1.4.0/xml/features,mvn:org.apache.camel.karaf/apache-camel/2.2.0/xml/features,jar:mvn:org.apache.camel.example/reportin

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Charles Moulliard
I will make a test with camel 2.2.0 / activemq 5.3.1 and come back to you soon. Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://www.linkedin.com/in/c

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Richard Slide
Hello first of all thanks for patience; || Why are you using camel 2.1.0-SNAPSHOT with ActiveMQ 5.3.0? cause its in pom on the site here the step that i do 1: I have downloaded the zip from the site and delete all my M2 repository 2: Modify pom reportincident.routing and insert 2.2.0 and 5.3.1

Re: tutorial-osgi-camel-part2 problems during startup

2010-03-31 Thread Willem Jiang
Hi Richard, Why are you using camel 2.1.0-SNAPSHOT with ActiveMQ 5.3.0? There is an OSGi meta info issue[1] on the ActiveMQ 5.3.0, when you are not using camel 2.0.0. So please try out the Camel 2.2.0 with ActiveMQ 5.3.1, I'm sure you can run the example smoothly :) [1]https://issues.apach