You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by sinu0 <si...@gmail.com> on 2013/07/10 15:44:17 UTC

Eclipse servicemix integration

Hi,
I have a question. It is possible to run servicemix from eclipse and deploy
small changes(for example in one project)? Right now i must compile all
projects for every changes in code to find out that everything is ok.



--
View this message in context: http://servicemix.396122.n5.nabble.com/Eclipse-servicemix-integration-tp5717265.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: Eclipse servicemix integration

Posted by sinu0 <si...@gmail.com>.
Thank you for answer, dev:watch working but I struggle with 
https://issues.apache.org/jira/browse/KARAF-1724 so for now this work for
some bundles. Do you think do I need activators, it is good way to go?



--
View this message in context: http://servicemix.396122.n5.nabble.com/Eclipse-servicemix-integration-tp5717265p5717370.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: Eclipse servicemix integration

Posted by Wim Verreydt <wi...@anova.be>.
Dear,

It is possible to split up a servicemix project into smaller parts. At compilation level you can do this by dividing your project into different maven modules. At runtime each maven module will usually correspond with a OSGI bundle. 

When you make changes in the code, you only have to recompile the corresponding maven module and reinstall the compiled osgi bundle. To speed up this process you can use the service mix command "dev:watch". It can monitor bundles to automatically update the bundle to the new version after a maven compile. 

I'm not aware of any specific eclipse integration for this particular problem so I usually switch to the command line to start the compilation.

Do not hesitate to leave a message if you need some extra information on this.

Wim

On 10 Jul 2013, at 15:44, sinu0 <si...@gmail.com> wrote:

> Hi,
> I have a question. It is possible to run servicemix from eclipse and deploy
> small changes(for example in one project)? Right now i must compile all
> projects for every changes in code to find out that everything is ok.
> 
> 
> 
> --
> View this message in context: http://servicemix.396122.n5.nabble.com/Eclipse-servicemix-integration-tp5717265.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.