Question about OSGi and SCA

2013-08-18 Thread Dhiego Abrantes de Oliveira Martins
Hi all, One question: = It is possible to say that OSGi is SCA-based? And if is using bundles as web services? Best regards! __ *Dhiego*

Re: Question about OSGi and SCA

2013-08-18 Thread Clement Escoffier
Hi, On 18 août 2013, at 08:54, Dhiego Abrantes de Oliveira Martins dhi...@dhiegoabrantes.com wrote: Hi all, One question: = It is possible to say that OSGi is SCA-based? And if is using bundles as web services? OSGi is not SCA-based. But, it can be used as an SCA component

DS and Exceptions

2013-08-18 Thread bokie
Hi, Considering the internals of the SCR, what would be the most appropriate behaviour for a component's activate, deactivate and modified methods if an exception occurs: i) add a throws declaration and let the SCR caller handle it or at least be aware of the exception ii) catch the exception

Re: [fileinstall] stuck on starting new bundle

2013-08-18 Thread bokie
Hi Neils, I'm not sure what the problem is, but as a first attempt try changing out the fileinstall 3.2.4 version for the 3.1.6 version. Regards, Jorge -- View this message in context: http://apache-felix.18485.x6.nabble.com/fileinstall-stuck-on-starting-new-bundle-tp5004445p5004601.html

Re: DS and Exceptions

2013-08-18 Thread Felix Meschberger
Hi Am 18.08.2013 um 11:33 schrieb bokie: Hi, Considering the internals of the SCR, what would be the most appropriate behaviour for a component's activate, deactivate and modified methods if an exception occurs: This really depends on how you want your component to behave: i) add a