[webbeans-dev] Problem in webbeans event handling

Benjamin Graf Benjamin.Graf at gmx.net
Sat Apr 18 05:44:26 EDT 2009


Hi Pete,

I recognized an issue while compiling latest webbeans se extension. Two
unit tests fails because of an nullpointerexception. The reason for this
exception is:

SE finally sends an Shutdown Event which is fired to all observers in
EventManager.notifyObservers.
Finally this method invokes DependentContext.instance().setActive(false);
And there is the problem. If you follow the invokationprocess you'll get
than will get an instance of IsolatedStaticSingletonProvider whose
internal object is null. Maybe this instance was cleaned to early?

By the way IntegerMaangerImplMap in CurrentManager seems to be misspell! :-)

Greets Benjamin



More information about the weld-dev mailing list