1 Reply Latest reply on May 13, 2010 11:20 AM by kirpi4ik

    Observer instantiate ALL conversation components - bug?

    kirpi4ik

      Hi,



      I see very strange behavior of @Observer annotation. From component 'A' I'm raising an event 'X' after this event my components 'B','C','D' are instantiated( @Create -  method is invoked), BUT only component 'C' have Observer defined for event 'X'. So my question would be: why component 'B','D' are instantiated when I don't want to, this components have nothing to do with this event 'X',




      thank you,


      Dima