You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/28 10:41:59 UTC

DO NOT REPLY [Bug 7562] New: - Xalan 2.3.1 does not work with J2RE 1.4.0

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7562>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

Xalan 2.3.1 does not work with J2RE 1.4.0

           Summary: Xalan 2.3.1 does not work with J2RE 1.4.0
           Product: XalanJ2
           Version: 2.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.processor
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: ruediger.murach@softwareag.com


Xalan 2.3.1 does not work with J2RE 1.4.0 ...

***

C:\>Programme\Java\j2re1.4.0\bin\java -version
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)

C:\>Programme\Java\j2re1.4.0\bin\java org.apache.xalan.xslt.Process -V
Exception in thread "main" java.lang.ClassCastException: org.apache.xalan.res.XS
LTErrorResources_de
        at org.apache.xalan.xslt.Process.main(Process.java:209)

**********

But it works with J2RE 1.3.1 ...

***

C:\>Programme\Java\j2re1.3.1_01\bin\java -version
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01a)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

C:\>Programme\Java\j2re1.3.1_01\bin\java org.apache.xalan.xslt.Process -V
>>>>>>> Xalan Version Xalan Java 2.3.1, <<<<<<<

(Location of error unknown)XSLT Error (javax.xml.transform.TransformerConfigurat
ionException): getAssociatedStylesheets failed

**********