Can you file an issue in wbx jira? I'm travelling ATM so can't fix...
I fixed the spelling locally ;-)
--
Pete Muir
http://in.relation.to/Bloggers/Pete
On 18 Apr 2009, at 10:45, Benjamin Graf <Benjamin.Graf(a)gmx.net> wrote:
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