You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Christian Schneider <ch...@die-schneider.net> on 2015/09/01 08:33:10 UTC

Re: Karaf: How to get Equinox DS working correctly

Eventadmin is special as it provides an optional package for the feature
servcies. So resolving eventadmin causes the feature service to restart
which can cause problems. So it is important to install eventadmin very
early.

Currently we start a customizef felix eventadmin in startup.properties. You
can start equinox eventadmin there instead.

Christian
Am 31.08.2015 10:21 nachm. schrieb "Markus Rathgeb" <ma...@gmail.com>:

> Hi Achim,
>
> > well, the eventadmin is kind of special. Make sure you install the
> > eventadmin feature,
> > that one is felix and does provide the needed compendium classes.
>
> I am would like to move another project to use Karaf.
> For the first, I would like to kept all bundles but using Karaf for
> the OSGi container.
>
> Could you give me some lecture / hints, why eventadmin is so special
> in this case?
>
> Is the "Equinox Event Admin Service" a no-go using Karaf?
> Is there an option to use Equinox Event Admin without further problems?
>
> Best regards,
> Markus
>

Re: Karaf: How to get Equinox DS working correctly

Posted by Markus Rathgeb <ma...@gmail.com>.
> Currently we start a customizef felix eventadmin in startup.properties. You
> can start equinox eventadmin there instead.

Das hat funktioniert.
Danke