Community
Participate
Working Groups
The Weaving Hook chapter of the OSGi 4.3 specification states that a Framework error should be generated when a weaving hook throws an exception. The current Equinox doesn't generate this event.
Created attachment 188450 [details] Proposed fix A FrameworkEvent is generated, but we do not set the source bundle to the correct Bundle object. It should be the Bundle which registered the bad hook. Currently we set the source to the Bundle object which contains the class being woven.
This was fixed along with bug334582 from the OSGI_R4_3_Wiring branch.