I have :
<message-resources parameter="ApplicationResources"/>
it is in the classpath.
--- Ross Gibb <[EMAIL PROTECTED]> wrote:
> Hi Chuck,
>
> Not really sure. However, in your struts-config.xml
> I assume you have
> an entry for your message resources. Something
> like:
>
> <message-resources
>
>
parameter="com.company.resources.ApplicationResources"
> null="false"/>
>
> Meaning you should have a file in your source code
> folder called
>
com/company/resources/ApplicationResources.properties.
> This file also
> needs to exist inside your WEB-INF/classes
> directory. Some build tools
> exclude *.properties files. I would check to see if
> your propertys file
> is inside WEB-INF/classes under its correct path.
>
> Ross
>
> chuck harris wrote:
>
> >I am moving a struts app from development to test
> and
> >am getting an exception that I can't track down and
> am
> >stuck. What file is not found?
> >
> >2005-07-29 08:42:06,925 INFO [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Initializing,
> >config='org.apache.struts.action.ActionResources',
> >returnNull=true
> >2005-07-29 08:42:06,925 DEBUG [main]
> >[org.apache.struts.action.ActionServlet] Scanning
> >web.xml for controller servlet mapping
> >2005-07-29 08:42:06,925 DEBUG [main]
> >[org.apache.struts.action.ActionServlet] Process
> >servletName=SUTServlet,
> urlPattern=/servlet/SUTServlet
> >2005-07-29 08:42:06,925 DEBUG [main]
> >[org.apache.struts.action.ActionServlet] Process
> >servletName=action, urlPattern=*.do
> >2005-07-29 08:42:06,925 DEBUG [main]
> >[org.apache.struts.action.ActionServlet] Mapping
> for
> >servlet 'action' = '*.do'
> >2005-07-29 08:42:06,925 DEBUG [main]
> >[org.apache.struts.action.ActionServlet]
> Initializing
> >module path '' configuration from
> >'/WEB-INF/struts-config.xml'
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >getMessage(en_US,configParse)
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >loadLocale(en_US)
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource
>
>'org/apache/struts/action/ActionResources_en_US.properties'
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource completed
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >loadLocale(en)
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource
>
>'org/apache/struts/action/ActionResources_en.properties'
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource completed
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >loadLocale()
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource
>
>'org/apache/struts/action/ActionResources.properties'
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Loading resource completed
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.initProcessor
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.destroyDataSource
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configMissing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.verifyForwardConfig.invalid
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.unhandledException
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.dataSource.init
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.verifyPlugInConfigs.missing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.dataSource.destroy
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.processInvalid
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.notAuthorized
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key
> >'.verifyMessageResourcesConfigs.missing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key
> '.verifyMessageResourcesConfigs.key
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.noInput
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configIO
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.reloading
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.processPath
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configInit
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configVerifying
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.sessionCreate
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.verifyForwardConfig.missing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configCompleted
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key
> '.verifyActionMappingClass.invalid
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.initDataSource
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configMapping
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.requestDispatcher
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configParse
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.finalizing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.formBean
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key
> '.verifyActionMappingClass.missing
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.applicationLoading
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.verifyPlugInConfigs.invalid
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.mappingType
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.actionCreate
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.applicationResources
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key '.configFatal
> >2005-07-29 08:42:06,941 DEBUG [main]
> >[org.apache.struts.util.PropertyMessageResources]
> >Saving message key
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]