0 Replies Latest reply on Jul 2, 2010 3:05 AM by gamba

    Portlet error during deployment

    gamba

      Hi,

       

      Jboss-Portal 2.7.2.GA

      Portletbridge 2.0.0.FINAL

      RichFaces 3.3.3.CR1

       

      directly after deploying my ear, I get the following error-messages in my  logs ...

      My application seems to run normal, but the message is in ERROR-level.

      This error occurs every time deploying a portlet. How can I avoid it?

      16:13:45,062 ERROR  [STDERR] 20.05.2010 16:13:45 javax.portlet.faces.GenericFacesPortlet  calculateBridgeClassName
      INFO: Bridge class name is  org.jboss.portletbridge.AjaxPortletBridge
      16:13:45,062 ERROR [STDERR]  20.05.2010 16:13:45 javax.portlet.faces.GenericFacesPortlet init
      INFO:  The bridge does not support doHeaders method
      <?xml version="1.0" encoding="utf-8"?>
      <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
          version="2.0">
         
          <!-- TasklistePortlet -->
          <portlet>
              <portlet-name>TasklistePortlet</portlet-name>
              <portlet-class>javax.portlet.faces.GenericFacesPortlet</portlet-class>
         
              <init-param>
                  <name>javax.portlet.faces.defaultViewId.view</name>
                  <value>/pages/taskAnzeige.xhtml</value>
              </init-param>
             
              <init-param>
                  <name>javax.portlet.faces.preserveActionParams</name>
                  <value>false</value>
              </init-param>
         
              <expiration-cache>-0</expiration-cache>
         
              <supports>
                  <mime-type>text/html</mime-type>
                  <portlet-mode>VIEW</portlet-mode>
              </supports>
         
              <portlet-info>
                  <title>Anzeige der Taskliste</title>
              </portlet-info>
          </portlet>
             
      </portlet-app>

      Thx

      Gamba