On Sat, Dec 6, 2008 at 12:00 AM, Gavin King <gavin(a)hibernate.org> wrote:
So it looks like we now have a working event bus, and we even have
the
code for @Observable Event and @Observes. However, I don't think we
have that stuff hooked into the startup scanning code. We just need to
tie that stuff into the scanner.
There is some code in Bootstrap.createBeans that iterates over the
observer methods and creates the EventBeans. Of course it might have
broken,
it needs some accompanying tests in BootstrapTest...
---
Nik