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]

Reply via email to