-
1. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
hikesh hasmukh Apr 13, 2009 2:24 PM (in response to hikesh hasmukh)Error happens when executing the following command:
ServletOutputStream outStr = response.getOutputStream();
outStr.write(data);
outStr.flush();
outStr.close(); -
2. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
Brennan Jones Jun 15, 2009 2:29 PM (in response to hikesh hasmukh)I am having the same problem. Did anyone figure out a solution?
-
3. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
hikesh hasmukh Jun 26, 2009 4:57 PM (in response to hikesh hasmukh)Hello Brennan,
My problem was related to the entity manager, on the component class.
Check if you have any warning when declaring the entity manager.
And make sure you are using the right variable on the download link.Hope it helps
-
4. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
Busssard Buss Jul 12, 2009 6:24 AM (in response to hikesh hasmukh)Hi hikesh, I'm facing the same problem, but I'm not using any entity manager. Could you explain how do you solve this issue ?
hikesh hasmukh wrote on Jun 26, 2009 16:57:
Hello Brennan,
My problem was related to the entity manager, on the component class.
Check if you have any warning when declaring the entity manager.
And make sure you are using the right variable on the download link.
Hope it helpsClick HELP for text formatting instructions. Then edit this text and check the preview.
-
5. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
Dmitry Sachin Dec 6, 2009 3:23 PM (in response to hikesh hasmukh)I am having the same problem. I am trying to send a file to browser, while getting an OutputStream from response. Following exception occurs:
Can't find bundle for base name org.ajax4jsf.messages, locale de_DE
So whats up with that? I dont use any property files.
-
6. Re: java.util.MissingResourceException: Can't find bundle for base name org.ajax4jsf.messages, locale en_US
Dmitry Sachin Mar 6, 2010 8:42 PM (in response to hikesh hasmukh)In case more people are wondering: the problem is related to ajax4jsf-filter being invoked, while trying to get a Writer or OutputStream. I dont know why, but it tries to load a bundle and fails. Remove all richfaces jars and file download will work.
Disabling ajax4jsf in config for non-ajax related requests (30.1.4.6. RichFaces) seems not to work (seam 2.1 doc).