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
It seems that defining a OSGi managed service factory for producing
configurable bean instances could solve your problem ?
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
> -
> 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
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.
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
]
> 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
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)
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