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