Menu

#2 net.sf.saxon.value.CalendarValue compareTo error

open
nobody
None
5
2006-01-12
2006-01-12
Anonymous
No

The following is output from when using Saxon.NET to
transform a file using the Docbook XSL transform.

From the error, it looks like it is a coding issue
that should be easily to locate. However, if you need
more repro steps, feel free to ask.

G:\Home\Frederik\Saxon.NET-1.0-
RC1>Transform.exe "g:\Development\VIA vzw\VIA Cor
e\Documentation\Handleiding.xml" ..\Docbook\docbook-
xsl-1.69.1\htmlhelp\htmlhelp
.xsl
Warning: Running an XSLT 1.0 stylesheet with an XSLT
2.0 processor
Warning: relative URI for namespace:
com.nwalsh.xalan.Verbatim
Warning: relative URI for namespace:
com.nwalsh.xalan.Verbatim
Warning: relative URI for namespace:
com.nwalsh.xalan.Text
Warning: relative URI for namespace:
com.nwalsh.xalan.Table
Warning: relative URI for namespace:
org.apache.xalan.xslt.extensions.Redirect
Exception in thread "main"
cli.System.TypeLoadException: Method 'java.lang.Compa
rable/compareTo(Ljava.lang.Object;)I' on
type 'net.sf.saxon.value.CalendarValue'
from assembly 'Saxon.NET, Version=0.2.8.3,
Culture=neutral, PublicKeyToken=0390
82bc3d203ffd' is overriding a method that has been
overridden.
at net.sf.saxon.Controller.transform
(Controller.java)
at net.sf.saxon.Transform.processFile
(Transform.java:819)
at net.sf.saxon.Transform.doMain
(Transform.java:498)
at net.sf.saxon.Transform.doMain
(Transform.java:498)
at net.sf.saxon.Transform.doTransform
(Transform.java:82)
at net.sf.saxon.DoTransform.main
(DoTransform.java:21)

Discussion

  • Frederik Carlier

    Logged In: YES
    user_id=1149415

    Sorry, forgot to log in. It would be me who submitted this
    bug.

     
  • Nobody/Anonymous

    Logged In: NO

    Hi,

    Exact same problem with XQuery features when used with
    Visual Studio 2005/ DotNet 2.0 whereas it works fine with
    VS2003/Dot Net 1.1