I've figured it out. I've been using the old deploy/undeploy targets for Tomcat (used by the DRTs). They've changed and it munched my deploy. I've got my own deployment script now ;-)
Scott -----Original Message----- From: Eddie O'Neil Sent: Wednesday, April 13, 2005 2:48 PM To: Beehive Developers Subject: Re: Resources not found error 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.registerResourceBundl > e( > BundleMap.java:91) > at > org.apache.beehive.netui.tags.databinding.bundle.DeclareBundle.doEndTa > g( > 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 >
