Skip to content

Commit

Permalink
WBX-33
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2521 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 19, 2009
1 parent 1304fb4 commit 32cf1f5
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -116,7 +116,8 @@ public <T> void notifyObservers(Set<Observer<T>> observers, T event)
}
finally
{
DependentContext.instance().setActive(false);
// TODO This breaks SE shutdown, also we need to tidy up how dependent context is activated....
//DependentContext.instance().setActive(false);
}
}

Expand Down

0 comments on commit 32cf1f5

Please sign in to comment.