6 Replies Latest reply on Mar 12, 2009 11:11 PM by ssilvert

    JSF not working

      HI floks,

      I had an issue with Richfaces deploying in Jboss 5 CR2 i had my jars in my war file for JSF 1.2 and came to know that with some context param varaible setted in my application deployment descriptor i can make my application look at the jars in my war other than to the server provided jars

      and i configured the same and now im getting this error


      13:14:09,915 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
      13:14:10,931 INFO [TomcatDeployment] deploy, ctxPath=/RichFaces-J, vfsUrl=RichFaces-J.war
      13:14:24,446 ERROR [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider' does not implement the InjectionProvider interface.
      13:14:24,446 INFO [application] JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
      13:14:28,290 INFO [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory


      could any one pls help me