Re: [camel-extra] Changed groupId and package name of camel-esper-demo

2012-10-09 Thread Henryk Konsek
On Thu, Oct 4, 2012 at 5:36 PM, James Carman wrote: > Has there been a release of the software before? If so, and you are > changing the maven coordinates, then you could run into class path > collisions Hi James, These are only the Esper examples. You don't (at least you shouldn't) include them

Re: [camel-extra] Changed groupId and package name of camel-esper-demo

2012-10-09 Thread Henryk Konsek
> Sorry but preparation for my travel takes more time than i expected. I will > perform release in a few days. I've staged the release [1] at Sonatype Nexus. The Camel Extra version in the trunk is 2.10.1-SNAPSHOT now (I think we might release it soon as well). You're welcome to take a look at t

Re: [camel-extra] Changed groupId and package name of camel-esper-demo

2012-10-09 Thread Christian Müller
No hurry... Best, Christian On Sat, Oct 6, 2012 at 6:57 PM, Henryk Konsek wrote: > Sorry but preparation for my travel takes more time than i expected. I will > perform release in a few days. > 05-10-2012 01:00 użytkownik "Christian Müller" < > christian.muel...@gmail.com> > napisał: > > > Go a

Re: Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
I give it a try it's two changed imports and one dependeny change in pom of camel-spring and everything works fine: import org.eclipse.gemini.blueprint.context.BundleContextAware; in apache-camel-2.10.0\components\camel-spring\src\main\java\org\apache\camel\osgi\CamelContextFactoryBean.java apach

Re: Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
But why not replace spring-osgi since gemini-blueprint is the successor of spring-osgi and nearly 100% class compatible? As already said camel-spring depends on a "dead end" called spring-osgi. Original-Nachricht > Datum: Tue, 9 Oct 2012 11:03:50 +0200 > Von: Claus Ibsen > An

Re: Dependencies of camel-spring

2012-10-09 Thread Claus Ibsen
On Tue, Oct 9, 2012 at 10:08 AM, Benjamin Graf wrote: > Hi, > > does anybody knows why camel-spring still depends on spring-osgi? This bundle > is gemini-blueprint since 2009 and won't be developed anymore. This fact > forces to use an old unsupported bundle if you like camel with spring and >

Re: Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
I know. That's why I use the jboss osgi module. Original-Nachricht > Datum: Tue, 9 Oct 2012 10:39:31 +0200 > Von: Charles Moulliard > An: dev@camel.apache.org > Betreff: Re: Dependencies of camel-spring > Be aware that JBoss Module ( > https://docs.jboss.org/author/display/MODU

Re: Dependencies of camel-spring

2012-10-09 Thread Charles Moulliard
Be aware that JBoss Module ( https://docs.jboss.org/author/display/MODULES/Introduction) proposes a class loading solution which is "modular" based but is not OSGI based and does not depend on a OSGI container/runtime. On Tue, Oct 9, 2012 at 10:33 AM, Claus Ibsen wrote: > This is a JBoss issue a

Re: Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
I'm using JBoss OSGi Container and fails because of an ClassNotFoundException of spring-osgi which you say should be optional? I don't see something optional in manifest files. Original-Nachricht > Datum: Tue, 9 Oct 2012 10:33:38 +0200 > Von: Claus Ibsen > An: dev@camel.apache

Re: Dependencies of camel-spring

2012-10-09 Thread Claus Ibsen
This is a JBoss issue and not Camel. Because JBoss module loader tries to load the classes from the org.apache.camel.osgi package which is optional, and only in use for OSGi runtimes. On Tue, Oct 9, 2012 at 10:28 AM, Benjamin Graf wrote: > Well, look at that exception if using camel-spring witho

Re: Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
Well, look at that exception if using camel-spring without spring-osgi installed! 10:24:16,572 WARN [org.jboss.modules] (ClassLoader Thread) Failed to define class org.apache.camel.osgi.CamelContextFactoryBean in Module "deployment.org.apache.camel.camel-spring:2.10.0" from Service Module Load

Re: Dependencies of camel-spring

2012-10-09 Thread Claus Ibsen
On Tue, Oct 9, 2012 at 10:08 AM, Benjamin Graf wrote: > Hi, > > does anybody knows why camel-spring still depends on spring-osgi? This bundle > is gemini-blueprint since 2009 and won't be developed anymore. This fact > forces to use an old unsupported bundle if you like camel with spring and >

Dependencies of camel-spring

2012-10-09 Thread Benjamin Graf
Hi, does anybody knows why camel-spring still depends on spring-osgi? This bundle is gemini-blueprint since 2009 and won't be developed anymore. This fact forces to use an old unsupported bundle if you like camel with spring and OSGi. :-( I think it should change whether to create a new camel-g