Re: [CODI] Injection in PhaseListener

2012-02-20 Thread Gerhard Petracek
hi thomas, no - only global phase-listeners are supported. you can use e.g. the helper methods of the BeanManagerProvider within such listeners (as an alternative). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German

[CODI] Injection in PhaseListener

2012-02-20 Thread Thomas Andraschko
Hi, i tried to use injection in a PhaseListener, which is registered via: but it does not work. Isn't this supported with CODI? Best regards, Thomas