Guys,

I created a new project using the camel-maven-blueprint archetype to be
used in an OSGi container. I ran mvn clean install on my project. Where and
how do I deploy this bundle to my OSGi container? I"m using ServiceMix. I
had a look at the generated files from the blueprint archetype. In the
readme it says the following:

Camel Router Project for Blueprint (OSGi)
=========================================

To build this project use

    mvn install

To deploy the example in OSGi. For example using Apache ServiceMix
or Apache Karaf. You will run the following command from its shell:

    osgi:install -s mvn:com.myproj/myproject

For more help see the Apache Camel documentation

    http://camel.apache.org/

I do not understand how the osgi:install command knows to pick up the
bundle and from where? I however tried this command in the command line of
my service mix but nothing happened. After hitting enter, the cursor would
blink for ever.

Any suggestions?

Regards,
Jothi

Reply via email to