This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: CacheProvider null when injectedzaferteker Sep 3, 2009 1:24 PM (in response to troy.sellers)
 The same problem occurred to me. I could not find solutionDid you solve? Configurition : Seam 2.2 , JBoss 5.1 javax.el.ELException: org.jboss.seam.RequiredException: @In attribute requires non-null value: authenticator.cacheProvider 
- 
        2. Re: CacheProvider null when injectedsandman202 Oct 5, 2009 11:44 PM (in response to troy.sellers)I too am having the same issue when I use EhCache. Does anyone have a solution? 
- 
        3. Re: CacheProvider null when injectedjoff May 27, 2010 7:57 AM (in response to troy.sellers)Add to your components.xml: <components xmlns="http://jboss.com/products/seam/components" ... xmlns:cache="http://jboss.com/products/seam/cache" xsi:schemaLocation= "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd http://jboss.com/products/seam/cache http://www.jboss.com/products/seam/cache-2.1.xsd"> ... <cache:eh-cache-provider/> ... </components> 
 
     
     
    