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