Can anyone think of a reason why a Plugin's bundle (i.e.
Plugin.getBundle()) should be null? I have a classpath container
initializer that calls my Plugin's static getDefault method. This returns
a non-null reference. It then checks calls the Plugin.getBundle() method,
which returns null. How could this happen and what can I do about it?