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
Ooooh, made happyaxis.jsp work. I copied the Xerces files from Tomcat/common/endorsed into my source (and therefore WAR file) and it now seems to work. I can also list my newly deployed service. Now to see if I can call it from something Tim. On Fri, 2002-12-27 at 17:57, Tim Sawyer wrote:

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