Petstore Early Release Issue
I d/l'd NetBeans 5.5 that is bundled with the new version of Java EE and have installed the new Petstore early access (web 2.0) version. However, when I start it I am able to select one of the category ids (Dogs) and the page flips to the inventory page but, the accordion menu is present but has no items and the dark square in the middle of the page does not have a picture. The picker on the bottom does not show the inventory either. I receive the following stack trace:
StandardWrapperValve[CatalogServlet]: Servlet.service() for servlet CatalogServlet threw exception
java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName PetstorePu
at com.sun.enterprise.util.EntityManagerFactoryWrapper.getDelegate(EntityManagerFactoryWrapper.java:159)
at com.sun.enterprise.util.EntityManagerFactoryWrapper.createEntityManager(EntityManagerFactoryWrapper.java:181)
at com.sun.javaee.blueprints.petstore.model.CatalogFacade.getCategories(CatalogFacade.java:39)
at com.sun.javaee.blueprints.petstore.controller.CatalogServlet.handleCategories(CatalogServlet.java:239)
at com.sun.javaee.blueprints.petstore.controller.CatalogServlet.doGet(CatalogServlet.java:124)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
I am a novice whan it come to using NetBeans and the Sun Application Server, we use Eclipse and WebSphere. So, I'm sure its just a config problem but, I'm having difficulty getting this straightend out.
Any Help would be greatly appreciated.
Fran

