1 Reply Latest reply on Jun 9, 2012 10:21 AM by jdiefenbach83

    RichFaces 4.0 skins are not applied in JBoss 4.2.2

    surfspider

      I always get the following errors in the console when I start my JBoss 4.2.2. server with RichFaces 4.0:

       

      12:39:04,040 ERROR [STDERR] 10.11.2011 12:39:04 org.richfaces.cache.CacheManager getCacheFactory

      INFO: Selected fallback cache factory

      12:39:04,046 ERROR [STDERR] 10.11.2011 12:39:04 org.richfaces.cache.lru.LRUMapCacheFactory createCache

      INFO: Creating LRUMap cache instance using parameters: {org.ajax4jsf.VIEW_HANDLERS=com.sun.facelets.FaceletViewHandler, org.ajax4jsf.COMPRESS_SCRIPT=false, javax.faces.application.CONFIG_FILES=/WEB-INF/faces-config.xml, org.richfaces.SKIN=blueSky, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, org.richfaces.fileUpload.maxRequestSize=100000, javax.faces.PROJECT_STAGE=Production, org.richfaces.LoadScriptStrategy=ALL, org.richfaces.LoadStyleStrategy=ALL, javax.faces.FACELETS_LIBRARIES=/WEB-INF/upload.taglib.xml, org.richfaces.fileUpload.createTempFiles=false, org.ajax4jsf.xmlparser.ORDER=NONE,NEKO,TIDY, javax.faces.STATE_SAVING_METHOD=server, javax.faces.DEFAULT_SUFFIX=.xhtml}

      12:39:04,058 ERROR [STDERR] 10.11.2011 12:39:04 org.richfaces.cache.lru.LRUMapCacheFactory createCache

      INFO: Creating LRUMap cache instance of 512 items capacity

      12:39:04,080 ERROR [STDERR] 10.11.2011 12:39:04 org.richfaces.application.InitializationListener onStart

      INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269

       

      RichFaces seems to work in my application but no skins are applied. It seems that DEFAULT.skin.properties are loaded.

      I have following configuration in my web.xml:

       

      <context-param>

           <param-name>org.richfaces.SKIN</param-name>

           <param-value>blueSky</param-value>

      </context-param>

       

      Thank you in advance for your answers