[ http://issues.apache.org/jira/browse/BEEHIVE-652?page=comments#action_64906 ] Scott Symmank commented on BEEHIVE-652: ---------------------------------------
this was user error. i had the app deployed in 2 places, one without the bundle(not built)! > org.apache.jasper.JasperException: Can't find bundle for base name > org.apache.beehive.samples.petstore.resources.view > --------------------------------------------------------------------------------------------------------------------- > > Key: BEEHIVE-652 > URL: http://issues.apache.org/jira/browse/BEEHIVE-652 > Project: Beehive > Type: Bug > Components: Samples > Versions: V1 > Reporter: Scott Symmank > Assignee: Scott Symmank > Fix For: V1 > > 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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
