- Original Message -
From: "Tim Sawyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 09:57
Subject: Re: Cannot inherit from final class
> Ooops, forgot that bit!
>
> HappyAxis.jsp gives this:
>
> org.apache.jasper.Jaspe
:
> Ooops, forgot that bit!
>
> HappyAxis.jsp gives this:
>
> org.apache.jasper.JasperException: Cannot inherit from final class
> at
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
> at org.apache.jasper.servlet.J
Ooops, forgot that bit!
HappyAxis.jsp gives this:
org.apache.jasper.JasperException: Cannot inherit from final class
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289
What is the error?
On Fri, 2002-12-27 at 11:26, Tim Sawyer wrote:
> Hi,
>
> I'm trying to get a simple Axis service of my own working, and I can't
> get it to work. I'm sure it's something to do with the libraries or
> environment that I'm using.
>
> After messing about with my libraries (addin
Hi,
I'm trying to get a simple Axis service of my own working, and I can't
get it to work. I'm sure it's something to do with the libraries or
environment that I'm using.
After messing about with my libraries (adding and removing versions of
xerces and jaxp) I've managed to get my wsdd file to d
Follow up to my previous message.
I'm now getting a different error message - I'm not sure what I have changed
to cause this. About half way down the stack trace there is the following
line:
root cause java.lang.VerifyError: Cannot inherit
from final class
Does anyone know why thi