4 Replies Latest reply on Jul 25, 2010 4:55 PM by michaelschuetz

    Missing Portlet title leads to MissingResourceException

    michaelschuetz

      Hi to all,

       

      I created a Portet. Assigning it by portal config leads to following exception:

       

      java.util.MissingResourceException: Can't find resource for bundle org.gatein.pc.portlet.impl.jsr168.InlineBundle, key javax.portlet.title

       

      My portal config (\\portal\..WEB-INF\..\portal\classic\pages.xml)

       

      <portlet-application>
                  <portlet>
                      <application-ref>portlets</application-ref>
                      <portlet-ref>TestPortlet</portlet-ref>
                  </portlet>
                  <access-permissions>Everyone</access-permissions>
                  <show-info-bar>true</show-info-bar>
                  <show-application-state>true</show-application-state>
                  <show-application-mode>false</show-application-mode>
              </portlet-application>

       

      Adding <title>..</title>  doesn't help.

       

      Does look related to this JIRA issue: https://jira.jboss.org/browse/GTNPC-19

       

      Is there a quickfix?

       

       

      Thanks and regards

      Michael