PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3254

*** shadow/3254 Thu Aug 23 19:20:57 2001
--- shadow/3254.tmp.29748       Thu Aug 23 19:20:57 2001
***************
*** 0 ****
--- 1,45 ----
+ +============================================================================+
+ | Unimplemented interface method error                                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3254                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Major                    OS/Version: Linux                   |
+ |     Priority: Other                     Component: org.apache.xalan.proces |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I run a servlet using the Java-Xalan example provided and got the following 
+ error. Seems like the problem lies in the newTransformer method.
+ 
+ java.lang.IncompatibleClassChangeError: Unimplemented interface method
+       at org.apache.xalan.processor.XSLTSchema.class$(XSLTSchema.java:69)
+       at org.apache.xalan.processor.XSLTSchema.build(XSLTSchema.java:253)
+       at org.apache.xalan.processor.XSLTSchema.(XSLTSchema.java:77)
+       at org.apache.xalan.processor.StylesheetHandler.
+ (StylesheetHandler.java:1228)
+       at org.apache.xalan.processor.TransformerFactoryImpl.newTemplatesHandler
+ (TransformerFactoryImpl.java:434)
+       at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:742)
+       at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer
+ (TransformerFactoryImpl.java:669)
+       at invoice.service(invoice.java:33)
+       at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java)
+       at org.apache.tomcat.core.Handler.service(Handler.java)
+       at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java)
+       at org.apache.tomcat.core.ContextManager.internalService
+ (ContextManager.java)
+       at org.apache.tomcat.core.ContextManager.service(ContextManager.java)
+       at 
+ org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
+ (Ajp12ConnectionHandler.java)
+       at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java)
+       at org.apache.tomcat.util.ThreadPool$ControlRunnable.run
+ (ThreadPool.java)
+       at java.lang.Thread.run(Thread.java)

Reply via email to