NullPointer in SharedResources when ussing Resourcereference and OSGi

2009-10-13 Thread Marc-Andre Houle
Hello user list, I just wanted to aska quick question and know if I am going in the right direction. I am developping a Wicket application (obviously) that can be extended through module loaded in an OSGi framework. At the first attempt, I got this when using an Image with ResourceReference in

Re: NullPointer in SharedResources when ussing Resourcereference and OSGi

2009-10-13 Thread Igor Vaynberg
On Tue, Oct 13, 2009 at 11:30 AM, Marc-Andre Houle mho...@gmail.com wrote: Hello user list, I just wanted to aska quick question and know if I am going in the right direction.  I am developping a Wicket application (obviously) that can be extended through module loaded in an OSGi framework.

Re: NullPointer in SharedResources when ussing Resourcereference and OSGi

2009-10-13 Thread Marc-Andre Houle
Thanks a lot for the fast answer. I have already gone by the trouble of making sure the system bundle export all the classpath available so that plugin can take access to it. But I didn't find out those technic previously. (I'm using felix for now because the licensing was much smoother to us).