Re: Problem designing a camel route for an OSGi system.

2011-05-06 Thread Mark Doyle
I did actually solve this today using exactly that (coupled with the ability to route to "this" using a nested private RouteBuilder). When I get a minute I will provide details for the mailing list in case it helps anybody in the future. On 6 May 2011 16:51, Tarun Ramakrishna wrote: > It seems

Re: Problem designing a camel route for an OSGi system.

2011-05-06 Thread Tarun Ramakrishna
It seems that defining a OSGi managed service factory for producing configurable bean instances could solve your problem ?

Re: Problem designing a camel route for an OSGi system.

2011-05-05 Thread Donald Whytock
blog post  when evaluating options are a client.  If you land on an >> alternate solution, let me know... >> >> >> >> - >> Ben O'Day >> IT Consultant -http://benoday.blogspot.com >> >> -- >> View this message in context: >&g

Re: Problem designing a camel route for an OSGi system.

2011-05-04 Thread Achim Nierbeck
> - > Ben O'Day > IT Consultant -http://benoday.blogspot.com > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-designing-a-camel-route-for-an-OSGi-system-tp4363426p4371567.html > Sent from the Camel - Users mailing list archive at Nabble.com

Re: Problem designing a camel route for an OSGi system.

2011-05-04 Thread boday
27.n5.nabble.com/Problem-designing-a-camel-route-for-an-OSGi-system-tp4363426p4371567.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem designing a camel route for an OSGi system.

2011-05-04 Thread Mark Doyle
ould be to get multiple routes into a single OSGi > application? > > > > > > -Original Message- > > From: Mark Doyle [mailto:markjohndo...@googlemail.com] > > Sent: Sun 5/1/2011 10:02 PM > > To: users@camel.apache.org > > Subject: Problem designing

Re: Problem designing a camel route for an OSGi system.

2011-05-03 Thread Donald Whytock
] > Sent: Sun 5/1/2011 10:02 PM > To: users@camel.apache.org > Subject: Problem designing a camel route for an OSGi system. > > I have the spring file below. It simply creates a couple of beans > which are used in a camel route. The camel route is obviously > configured in

RE: Problem designing a camel route for an OSGi system.

2011-05-03 Thread Klug, Johannes
e.org Subject: Problem designing a camel route for an OSGi system. I have the spring file below. It simply creates a couple of beans which are used in a camel route. The camel route is obviously configured in the context section. One of the beans is actually an OSGi service (id camelParameterProvider)

Problem designing a camel route for an OSGi system.

2011-05-01 Thread Mark Doyle
I have the spring file below. It simply creates a couple of beans which are used in a camel route. The camel route is obviously configured in the context section. One of the beans is actually an OSGi service (id camelParameterProvider) which means it's used by multiple service consumer bundles (In