mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

Bug correction when multiple factory services are registered. #57

Closed arcane86 closed 13 years ago

arcane86 commented 13 years ago

If the current factory service is unregistered but there is another factory service CDI-OSGi may switch to the next factory service.

It was just ignoring the service departure and tried to continue with an unregistered service.