Hi
I am a maven newbie, and I have implemented a web project with ADF.
I have developed an Exception handler who need to access a resource file to display messages, where I have the following code:
...
ResourceBundle.getBundle("err-desc.properties");
...
When the app run, shows the following error: Can't find bundle for base name error-desc.properties, locale en
The location of the file into the Web Project: src/main/resources/error-desc.properties
Any suggestions
Thanks!
Felipe
Edited by: Felipe on Jul 22, 2011 9:19 AM
Edited by: Felipe on Jul 22, 2011 9:51 AM
Edited by: Felipe on Jul 22, 2011 11:35 AM