2 Replies Latest reply on Aug 21, 2012 4:09 AM by mkouba

    CDI Event Observers

    slominskir

      I noticed that a subclass which inherits an event observer method from an abstract parent class does not receive the event notification.  Why not?


      This question was actually posted on Stack Overflow awhile back by someone else, and a workaround was given: use decorators.  However, I'd still like to know if using common Java inheritance will be supported at some point.