Description
when i hit the following url, i receive the below exception:
http://localhost:8080/petstoreWeb/
<jspoutput>
NetUI Error Exception: org.apache.jasper.JasperException: Can't find bundle for base name org.apache.beehive.samples.petstore.resources.view, locale en_US
caused by : java.util.MissingResourceException: Can't find bundle for base name org.apache.beehive.samples.petstore.resources.view, locale en_US
--------------------------------------------------------------------------------
Stack Trace:
</jspoutput>
D:\tmp\apache-beehive-incubating-20050510-svn169446\apache-beehive-incubating-20050510-svn169446
bash05102005
STEPS_TO_REPRODUCE:
1. Using dist apache-beehive-incubating-20050510-svn169446
2. Follow petstore tutorial \docs\jpetstore.html
3. call 'ant deploy-beehive' (julie will enter a bug on petstore tutorial for
not detailing this step)
4. deploy the .war
5. start tomcat
6. http://localhost:8080/petstoreWeb/
EXPECTED_BEHAVIOR:
1. See the page
ACTUAL_BEHAVIOR:
1. MissingResourceException