Mantis - Resin
Viewing Issue Advanced Details
5076 major always 05-13-12 15:30 06-21-12 12:39
afischer  
ferg  
normal  
closed 4.0.27  
unable to reproduce  
none    
none 4.0.29  
0005076: Injection with JSF is broken
When I launch resin I get the error message that com.caucho.jsf.integration.Mojarra12InjectionProvider can not be loaded.

The effect is that beans that are marked as @ManagedBean with JSF annotations can no longer load any resin resources like for Persistence etc. So it seems like all JSF ManagedBeans are in a different world then the Resin managed beans.


Notes
(0005923)
ferg   
06-21-12 12:39   
ioc/00c0

Checked with the 4.0.28 release, and JSF injection is working properly there (My test used @Inject ServletContext in a @ManagedBean with no beans.xml.)