users@glassfish.java.net

Re: debugging deployment failure

From: Ed Mooney <Ed.Mooney_at_Sun.COM>
Date: Sat, 19 Aug 2006 08:42:01 -0400

Hi Vijay,

Ah, thank you. What you say is just the case (old war failing on new
platform).

   -- Ed

Vijay Ramachandran wrote:
> Here is the root cause of deployment failure :
>
> [#|2006-08-18T17:07:24.052-0400|WARNING|sun-appserver-ee9.1|javax.enterprise.system.stream.err|_ThreadID=13;_ThreadName=Thread-27;_RequestID=cd2a966d-528c-4b23-8202-4a1259d6c55f;|modeler
> error: The @javax.jws.WebMethod annotation cannot be used in with
> @javax.jws.WebService.endpointInterface element.
> |#]
>
> You have to fix your SEI. Please note that recently, the wsgen tool went
> through some bug fixes one of which included catching these kind of
> errors. So it is possible that this same sample / test was passing
> before but has started failing now.
>
> Vijay
>
[ ... ]