2 Replies Latest reply on Aug 13, 2010 3:15 PM by fantazmabhz

    "bridge:public-parameter-mappings" is not bound.

    fantazmabhz

      I'm trying to run the example of JBoss Portlet Bridge Episode 6 screencast and i got the following error:

       

      16:58:12,286 ERROR [[/episode6-web]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! The prefix "bridge" for element "bridge:public-parameter-mappings" is not bound.
          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:215)
          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
          at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)
          at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
          at org.apache.catalina.core.StandardContext.start(StandardContext.java:4389)
          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

       

      I downloaded the source code and follow the screencast, but when i try to deploy the application, the  above error happens.

      could someone help me and tell me why this happens?