Re: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-05-14 Thread Bharath R
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. Do you suggest I put the 2.4 servlet spec version in web.xml? so Tomcat chose the one

RE: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-05-14 Thread Martin Gainty
: Re: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0 From: bharath.mail.l...@gmail.com To: users@tomcat.apache.org 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

RE: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-05-14 Thread Caldarale, Charles R
From: Bharath R [mailto:bharath.mail.l...@gmail.com] Subject: Re: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0 Do you suggest I put the 2.4 servlet spec version in web.xml? That would probably work; you could also remove the annotations, since they're not doing

RE: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-03-17 Thread Caldarale, Charles R
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;