Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] How to trace osgi component resolving?

Hello,

Recently I tried to use E4 NSL approach (POJO with @Translation annotation) inside the Component implementation.

It works fine with plug-in unit tests launched from IDE and it also works with IDE UI, but fails with the maven unit-tests.

This particular failure may be related with target platform difference or start levels, but my question is more generic:
what is the proper way to trace OSGi component resolution process?

Regards,
AF


Back to the top