Login  Register

Re: OSGi with Bndtools and Apache Felix throws exception

Posted by sneakpaw on Mar 25, 2013; 9:46pm
URL: https://forum.jogamp.org/OSGi-with-Bndtools-and-Apache-Felix-throws-exception-tp4028765p4028814.html

I actually took the AWT example from the Wiki, which works alright.
To create the OSGi Test bundle, I just added the BundleActivator and called the existing main-method of the example from the activate method.

I don't know if that causes a problem, but in my main application I have a fully working modular AWT GUI, that works up until the point when I try to display the GL canvas (which throws the same ArrayIndexOutOfBoundsException)
I'm sure, I followed common practice there and of course have a dedicated thread for the GUI there.

I'm going to try your idea the day after tomorrow.

As you suggested, I'm going to file a bug report now.
Thank you again for your time and effort.