Re: Cannot inherit from final class

2002-12-28 Thread Steve Loughran
- 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

Re: Cannot inherit from final class

2002-12-27 Thread Tim Sawyer
: > 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

Re: Cannot inherit from final class

2002-12-27 Thread Tim Sawyer
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

Re: Cannot inherit from final class

2002-12-27 Thread Benjamin Tomasini
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

Cannot inherit from final class

2002-12-27 Thread Tim Sawyer
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

Cannot inherit from final class [was RE: Can't solve Bad envelope namespace error - have tried suggestions on list]

2002-02-27 Thread Murray Spork
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