Declarative Services, Exceptions and Eclipse PDE

by Max Rohde,

Problem

When using declarative services in a bundle, which is started in eclipse PDE, usually exceptions occurring ‚inside‘ the services are not traced in the the usual output window. This can be especially daunting for frequent ClassNotFound exceptions.

Solution

In the run configuration window in eclipse is a tab „tracing“. This can be enabled for the „equinox.ds“ package and exceptions will be shown in the eclipse output window.

bildschirmfoto2010-08-20um18-09-20.png

Categories: java