Missing Constraint: org.springframework.osgi.context

2011-06-15 Thread Lorenz, Stefan
Hi, I just tried to upgrade from Camel 2.5 to 2.7.2. I use Camel in an Equinox OSGI environment. But now I get the following error: !ENTRY org.apache.camel.camel-spring 4 0 2011-06-15 13:14:53.341 !MESSAGE !STACK 0 org.osgi.framework.BundleException: The bundle "org.apache.camel.camel-spring_2.

Re: Missing Constraint: org.springframework.osgi.context

2011-06-15 Thread Jean-Baptiste Onofré
Hi Stefan, did you define org.springframework.osgi.context in the Import-Package statement of your bundle ? I assume that the Spring bundles are available in your OSGi container. Regards JB On 06/15/2011 01:33 PM, Lorenz, Stefan wrote: Hi, I just tried to upgrade from Camel 2.5 to 2.7.2. I

Re: Missing Constraint: org.springframework.osgi.context

2011-06-15 Thread Gert Vanthienen
Stefan, That package is part of spring-dm - those are a separate set of bundles (spring-osgi-core, spring-osgi-io, ...) that need to be installed next to the default Spring libraries that you probably have (things like spring-bean, ...). Regards, Gert Vanthienen FuseSour

AW: Missing Constraint: org.springframework.osgi.context

2011-06-15 Thread Lorenz, Stefan
Hi, Thanks a lot, I knew that I had forgot something :-) Now it's working again... -Ursprüngliche Nachricht- Von: Gert Vanthienen [mailto:gert.vanthie...@gmail.com] Gesendet: Mittwoch, 15. Juni 2011 14:02 An: users@camel.apache.org Betreff: Re: Missing Const