Scott--
It's probably complaining about the "en_US" locale because that's the default locale running on your system.
Also, how are you deploying the app to Tomcat?
Beyond that, could you do a "find" in WEB-INF/classes and send the output?
Eddie
Scott Semyan wrote:
I am seeing a new error recently when running my page flow.
java.util.MissingResourceException: Can't find bundle for base name
org.apache.beehive.samples.petstore.resources.view, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown
Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at
org.apache.beehive.netui.script.common.BundleMap.registerResourceBundle(
BundleMap.java:91) at
org.apache.beehive.netui.tags.databinding.bundle.DeclareBundle.doEndTag(
DeclareBundle.java:332) at
org.apache.jsp.index_jsp._jspx_meth_netui$1data_declareBundle_0(index_js
p.java:119) at org.apache.jsp.index_jsp._jspService(index_jsp.java:86) I have view.properties in the proper place in my classpath but it is not
being picked up. I'm not sure why it's complaining about the specific
local (en_US).
Any help would be appriciated.
Scott
