> From: Bharath R [mailto:bharath.mail.l...@gmail.com] 
> Subject: javax.naming.NameNotFoundException with JAXWS RI 2.5 
> and Tomcat 6.0

> This problem occurs only with Tomcat 6.0.18. It is ok with Tomcat 
> 5.5.27.

Tomcat 6.0 supports version 2.5 of the servlet spec, whereas Tocmat 5.5 uses 
2.4; the 2.5 spec includes resource annotations, whereas 2.4 doesn't.  You 
didn't bother to specify a spec version in your web.xml, so Tomcat chose the 
one appropriate for its level; Tomcat 6.0 honored your annotations while Tomcat 
5.5 ignored them.  Since the declared resources weren't available, you received 
the appropriate error messages.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to