12 Replies Latest reply on Apr 6, 2010 9:44 AM by adamw

    Seam3-faces event qualifier names

    adamw

      Hello,


      I noticed in the seam3-faces module that there are some qualifier annotations for faces events, e.g. org/jboss/seam/faces/event/qualifier/ExceptionQueuedEvent.java. If I understand correctly, the method signature for observing such an event would be:


      public void onEvent(@Observes @ExceptionQueuedEvent ExceptionQueuedEvent event) { }



      There is an obvious namespace problem, the annotation coming from org.jboss.seam.faces.event.qualifier package and the event class from the javax.faces package.


      Maybe the qualifier could be renamed to avoid the name clash?


      Adam