users@jax-ws.java.net

stateful-sample feedback

From: Robert Wierschke <wierob83_at_googlemail.com>
Date: Sat, 23 Jun 2007 10:19:42 +0200

Hi,

I tried the stateful sample of jax-ws.

The sample doesn't compile because the Book class does not have a default
constructor. Besides this apt produces some warnings. The ant tries to copy
the generated war into the autodeploy directory of glassfish but puts it in
the current directory under ${ env.AS_HOME}/..

I added a default constructor and copied the war myself. The client works
fine, but the service in the war are not visible in the glassfish admin
console. Hence accessing the WSDL is a bit tricky and I cannot configure
SOAP logging for the web services which would be very interesting in this
case. Fortunately the client prints out the endpoint reference. Is this a
bug in glassfish?

regards
robert