users@glassfish.java.net

Re: SEVERE error (LifecycleException) when deploying WebService

From: Mark Hansen <marklists_at_javector.com>
Date: Thu, 22 Mar 2007 10:18:02 -0400

My problem was an oversight with the web.xml <servlet-name>. Its value
must be the same as the class name (without package) of the @WebService
class.

Try that. If it still doesn't work, please post with your web.xml and
WAR and I'll take a look.

-- Mark

glassfish_at_javadesktop.org wrote:

>Hi,
>
>Have you got this LifecycleException (resulting from a ClassCastException) problem fixed.
>I am running into same error in my project.
>
>My classes deployed ok if the war contains no web.xml, but went wrong when web.xml has servlet settings.
>(Glassfish v2b39 on jdk 5)
>
>Any idea?
>
>Thanks.
>
>Raymond
>[Message sent by forum member 'raymondw' (raymondw)]
>
>http://forums.java.net/jive/thread.jspa?messageID=209347
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>