Missing Jar in Petstore 2.2

Hi guys, I had some missing jar files namely httpunit.jarnekohtml.jarxercesImpl.jarwhile trying to add my petstore to Netbean 5.5...reference problem.pls help out..
[220 byte] By [Klaas2001a] at [2007-11-26 19:31:05]
# 1

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?

steverar1a at 2007-7-9 22:00:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

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

markbaslera at 2007-7-9 22:00:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
You can d/l the httpjunit from http://httpunit.sourceforge.net/ and just install the jar files and it should resolve
merlin_aa at 2007-7-9 22:00:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Yes, That is another way to address the problem...Thanks - Mark
markbaslera at 2007-7-9 22:00:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...