On Mon, Apr 14, 2014 at 12:37 AM, vrahul wrote:
> I am using 2.10.0.redhat-60024 version but still getting the same namespace
> not found exception.
> Is there is a way to run the compendium namespace camel file in fuse ide/mvn
> camel:run.
>
No you cannot use camel:run to bootup a jvm with spr
No i am not using Blueprint, I have to use spring only.
--
View this message in context:
http://camel.465427.n5.nabble.com/Problem-with-Camel-osgi-compendium-and-mvn-camel-run-tp4598536p5750192.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Did you use blueprint to define the camel context?
--
Willem Jiang
Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem
On April 14, 2014 at 3:37:45 PM, vrahul (vrahul1...@gmail.com) wro
I am using 2.10.0.redhat-60024 version but still getting the same namespace
not found exception.
Is there is a way to run the compendium namespace camel file in fuse ide/mvn
camel:run.
--
View this message in context:
http://camel.465427.n5.nabble.com/Problem-with-Camel-osgi-compendium-and-
Camel 2.10 will support running OSGi blueprint XML files using the mvn
camel:run plugin.
And the OSGi config admin should be supported as well (well as far as
we have seen/tested).
On Wed, May 2, 2012 at 6:45 PM, ychawla wrote:
> Hi Dinesh,
> You will see a similar error if you try to run Camel
Hi Dinesh,
You will see a similar error if you try to run Camel JUnit tests and are
using OSGi for your properties file. To make this slightly less painful,
you can put your PropertyPlaceHolder in its own file. For example, this
file can be called properties-context.xml
http://www.springframewor
camel:run doesn't support to provide the OSGi services like you used in
the ServiceMix.
If you want support the camel:run with your osgi application bundle. You
may consider to provide your camel context with two layer.
one is for the pure Spring configuration without any OSGi service, you
s
Hi,
I don't think there's a way you can init camel-context which include
spring-dm property placeholder outside the OSGi container.
Because to init bean like id="testcfg" it will use OSGi configAdim
service which need some core functionality from OSGi container such as
bundleContext get in
We have camel based application as OSGi bundle and were able to run using
[mvn camel:run] apart from deploying it as a bundle in Servicemix.
Later we moved the properties file out of bundle.For this we have used
Compendium Services.This facilitates us to keep the configuration file
outside the b