I got the same problem but built/ran it anyway.
It built OK but when running the appserver returned:
WEB0100: Loading web module [javapetstore-2.0-ea4] in virtual server [server] at [/javapetstore-2.0-ea4]
naming.bind
Error looking up jta-datasource by name : jdbc/PetstoreDB
javax.naming.NameNotFoundException
at com.sun.enterprise.naming.TransientContext.resolveContext(TransientContext.java:255)
at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:178)
and things screwed up after that...
I haven't looked at any petstore docs yet, but do we have to configure some DB to use it?
Hi,
Yes, this was an oversight and the jars weren't added.
In the next release we are going to remove these jars from the netbeans project.properties.
This shouldn't cause any problems unless you try to run the unit tests. The application should build and deploy fine.
Hope this helps - Thanks - Mark