You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this is not solvable because we don't have the class loader available before we start the bundle (and enter the Felix machine), and when we hit the start method from the activator, this is too late-- we are already in the plugin.
Looks like the solution is to set that context class loader in the plugin itself but that requires to be done in each plugin (or at least the subset that need it for their start sequence to happen correctly).
Looks like the solution is to set that context class loader in the plugin itself but that requires to be done in each plugin (or at least the subset that need it for their start sequence to happen correctly).
For reference, the only plugin that requires it today is Forte.
See #5.
The text was updated successfully, but these errors were encountered: