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=2802

*** shadow/2802 Wed Jul 25 13:46:57 2001
--- shadow/2802.tmp.6662        Wed Jul 25 13:46:57 2001
***************
*** 0 ****
--- 1,36 ----
+ +============================================================================+
+ | Unimplemented interface method: tFactory.newTransformer(xslSource)         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2802                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Other                   |
+ |     Priority: Other                     Component: javax.xml               |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                    |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ This line of code
+ "javax.xml.transform.Transformer transformer = tFactory.newTransformer 
+ (xslSource);"
+ 
+ gives me the following runtime error:
+ 
+ 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.<init>(XSLTSchema.java:77)
+     at org.apache.xalan.processor.StylesheetHandler.<init>
+ (StylesheetHandler.java:1226)
+     at org.apache.xalan.processor.TransformerFactoryImpl.newTemplatesHandler
+ (TransformerFactoryImpl.java:400)
+     at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:708)
+     at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer
+ (TransformerFactoryImpl.java:635)
+     at applications.turnaround.xml.PetEnrollment.main(PetEnrollment.java:79)
+     at symantec.tools.debug.MainThread.run(Agent.java:48)

Reply via email to