2 Replies Latest reply on Jul 25, 2011 7:45 AM by mcphersondb

    Could not load ResourceBundle

    mcphersondb

      I am in the process of upgrading a web application from JBoss AS 4.2.3 to JBoss AS 5.1.0. I keep getting the following error messages when I access the actual content and none of the strings that are referenced from the JSP pages are displayed.

       

      ERROR [org.ajax4jsf.component.UILoadBundle] (http-0.0.0.0-8080-1) Could not load ResourceBundle "strings.messages"

      ERROR [org.ajax4jsf.component.UILoadBundle] (http-0.0.0.0-8080-1) Could not load ResourceBundle "strings.validator"

      ERROR [org.ajax4jsf.component.UILoadBundle] (http-0.0.0.0-8080-1) Could not load ResourceBundle "strings.connections"

       

      I have tried moving the following property files from WAR\strings to WAR\WEB-INF\classes but that did not help:

      - messages.properties

      - connections.properties

      - validator.properties

       

      My question is, how do I tell Ajax where the property files are located? Is this documented in a manual or online somewhere?