users@glassfish.java.net

Re: web service in Glassfish using metro library

From: <glassfish_at_javadesktop.org>
Date: Tue, 07 Apr 2009 06:29:50 PDT

JAR

I solve the problem
change the first line of web.xml
 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
by
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

Thanks anyway
[Message sent by forum member 'caton70' (caton70)]

http://forums.java.net/jive/thread.jspa?messageID=340967