Not like I find that suprises since there are 3 classes with the same name in the  Axis 2 distribution... you'd think they'd fine a way to refactor or rename the class to some else or a different package.
 
John
>>> "Ajith Ranabahu" <[EMAIL PROTECTED]> 07/13/06 8:39 AM >>>
Hi,
hmm.. I have a feeling that your code may be picking up the wrong
QName class from somwhere - probably somewhere from the servlet
container or the classpath.

Ajith

On 7/13/06, John Ferron <[EMAIL PROTECTED]> wrote:
>
>
> Ajith,
>
> My poster utility that I am trying to write is posting to a webapp that uses
> Glue which is hosted on a Tomcat 5.0 web server.  This link
> http://xfire.codehaus.org/FAQ has the same error that I want to point out.
> Has anyone come across this?  The error is on the middle of the page.
>
> John
>
> >>> [EMAIL PROTECTED] 07/13/06 4:42 AM >>>
>
> Hi,
> What is the servlet engine you are using ? Perhaps a mismatch of the
> servlet spec used ?
>
> Ajith
>
> On 7/12/06, John Ferron <[EMAIL PROTECTED]> wrote:
> >
> >
> > Has anyone seen this error when trying to instantiate a QName object?
> >
> >   QName q = new QName(requestElement.getNamespace().getName(),
> >     requestElement.getLocalName() ,
> > requestElement.getNamespace().getPrefix());
> >
> > followed by error:
> >
> > javax.servlet.ServletException:
> >
> javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
> >
> org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown
> > Source)
> >
> org.apache.jsp.ProcessSOAPMessage$jsp._jspService(ProcessSOAPMessage$jsp.java:258)
> >  org.apache.jasper.runtime.HttpJspBase.service(Unknown
> > Source)
> >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(Unknown
> > Source)
> >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown
> > Source)
> >  org.apache.jasper.servlet.JspServlet.service(Unknown
> > Source)
> >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >
> > John
> >
>
>
> --
> Ajith Ranabahu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Ajith Ranabahu

Reply via email to