dev@ws-test-harness.java.net

test harness: local transport jar

From: Ken Hofsass <Kenneth.Hofsass_at_Sun.COM>
Date: Thu, 13 Jul 2006 15:48:21 -0700

Hey Bobby,

I saw your comments/questions about local transport jar in the
ws-test-harness chat. The deal is (or at least, probably is) that I
switched the NetBeans project file from passing "-cp:jaxws-image" to
"-cp:jaxws" to the test harness when invoking it. With jaxws-image, the
harness expects a dist image and local trnasport isn't part of it, so it
had to be copied. With the 'jaxws', the harness expects a full jaxws
build tree. It explicitly adds a bunch of class directories (not just
jars) to the class path... including the local transport stuff.

Ken