RE: OSGi - CAMEL and Custom Namespace

2012-05-09 Thread PAC Kieffer Guillaume
[mailto:guillaume.kief...@panalpina.com] Sent: Wednesday, May 09, 2012 11:19 To: users@camel.apache.org Subject: RE: OSGi - CAMEL and Custom Namespace Adding the namespaces attribute would be a good idea, especially in OSGi environment. It would be more flexible than static XML declaration. As a user it would

RE: OSGi - CAMEL and Custom Namespace

2012-05-09 Thread PAC Kieffer Guillaume
as it is only useful for the xpath element.. Regards, Guillaume. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, May 09, 2012 10:01 To: users@camel.apache.org Subject: Re: OSGi - CAMEL and Custom Namespace On Wed, May 9, 2012 at 9:17 AM, PAC Kieffer

Re: OSGi - CAMEL and Custom Namespace

2012-05-09 Thread Claus Ibsen
html > Regards, > Guillaume. > > > -Original Message- > From: PAC Kieffer Guillaume [mailto:guillaume.kief...@panalpina.com] > Sent: Tuesday, May 08, 2012 15:02 > To: users@camel.apache.org > Subject: RE: OSGi - CAMEL and Custom Namespace > > Hi, > > M

RE: OSGi - CAMEL and Custom Namespace

2012-05-09 Thread PAC Kieffer Guillaume
Message- From: PAC Kieffer Guillaume [mailto:guillaume.kief...@panalpina.com] Sent: Tuesday, May 08, 2012 15:02 To: users@camel.apache.org Subject: RE: OSGi - CAMEL and Custom Namespace Hi, My objective is the following to implement: - A single bundle containing all my beans info (Java

RE: OSGi - CAMEL and Custom Namespace

2012-05-08 Thread PAC Kieffer Guillaume
[mailto:claus.ib...@gmail.com] Sent: Tuesday, May 08, 2012 14:06 To: users@camel.apache.org Subject: Re: OSGi - CAMEL and Custom Namespace Hi Whats the use case for using a bundle to expose a namespace. I am not sure all this is avail during the namespace parsing. The usual approach is just to define the

Re: OSGi - CAMEL and Custom Namespace

2012-05-08 Thread Claus Ibsen
oth as 2.8.4 -> > 2.8.5.. > > Regards, > Guillaume. > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Tuesday, May 08, 2012 08:56 > To: users@camel.apache.org > Subject: Re: OSGi - CAMEL and Custom Namespace > > Hi >

RE: OSGi - CAMEL and Custom Namespace

2012-05-08 Thread PAC Kieffer Guillaume
ume. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, May 08, 2012 08:56 To: users@camel.apache.org Subject: Re: OSGi - CAMEL and Custom Namespace Hi Have you tried with 2.8.5 version of Camel ? On Mon, May 7, 2012 at 2:34 PM, PAC Kieffer Guillaume wr

Re: OSGi - CAMEL and Custom Namespace

2012-05-07 Thread Claus Ibsen
Hi Have you tried with 2.8.5 version of Camel ? On Mon, May 7, 2012 at 2:34 PM, PAC Kieffer Guillaume wrote: > Hi, > > I am using Camel (2.8.4) XML DSL on ServiceMix 4.4.1 (OSGi environment) > I created a bundle exposing a custom namespace; here is the blueprint file: > > http://www.osgi.org/xm

OSGi - CAMEL and Custom Namespace

2012-05-07 Thread PAC Kieffer Guillaume
Hi, I am using Camel (2.8.4) XML DSL on ServiceMix 4.4.1 (OSGi environment) I created a bundle exposing a custom namespace; here is the blueprint file: http://www.osgi.org/xmlns/blueprint/v1.0.0";>             http://www.company.com/xmlns/scs/v1.0.0"/>            

OSGi - CAMEL and Custom Namespace

2012-05-07 Thread PAC Kieffer Guillaume
Hi, I am using Camel (2.8.4) XML DSL on ServiceMix 4.4.1 (OSGi environment) I created a bundle exposing a custom namespace; here is the blueprint file: http://www.osgi.org/xmlns/blueprint/v1.0.0";> http://www.company.com/xmlns/scs/v1.0.0"/> h