You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Erik Bunn <eb...@basen.net> on 2006/11/29 10:35:38 UTC

AbstractMethodError for SVGOMDocument.getXmlStandalone()


Hello;

I'm running into an AbstractMethodError similar to what some others  
have reported earlier.

java.lang.AbstractMethodError:  
org.apache.batik.dom.svg.SVGOMDocument.getXmlStandalone()Z
at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.setDocumentInfo 
(DOM2TO.java:373)
...

In this case, the code runs fine under an 1.5 JVM, but fails under  
JDK1.6. Batik is version 1.6, compiled from source in September.

Any suggestions as to what may be wrong? I'm trying to test with the  
latest SVN code in the meanwhile.

Thanks;
//ebu

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: AbstractMethodError for SVGOMDocument.getXmlStandalone()

Posted by Hari <ha...@gmail.com>.
I am also facing same problem. When this problem will be fixed.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: AbstractMethodError for SVGOMDocument.getXmlStandalone()

Posted by Cameron McCormack <ca...@mcc.id.au>.
Thomas DeWeese:
>   We are working towards one, but slowly.  There are still a number
> of i's to dot and t's to cross, but there are currently no major
> hurdles left to releasing Batik (the last major hurdle was getting
> a version Rhino under a license we could bundle).
> 
>   That said we don't have a particular target date in mind.
> Cameron care to comment?  What else do we need to do?

The three real things that I think need to be done before the release
are:

  - fix the LiveAttributeValue problem
  - write test cases for the animation support
  - get a better animation update strategy

These things I’d like:

  - some UI tweaking so that Squiggle doesn’t look ugly under Mac OS X
  - use XML Graphics Commons
  - logo!

I’d be happy if we can get a release candidate out by the end of the
year, but it might take a bit longer.

Cameron

-- 
Cameron McCormack, http://mcc.id.au/
	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: AbstractMethodError for SVGOMDocument.getXmlStandalone()

Posted by th...@kodak.com.
Hi Erik,

Erik Bunn <eb...@basen.net> wrote on 11/30/2006 08:26:58 AM:

> Thomas, or anyone:
> * What is the batik schedule like - is there going to be a new 
>   release soon?

  We are working towards one, but slowly.  There are still a number
of i's to dot and t's to cross, but there are currently no major
hurdles left to releasing Batik (the last major hurdle was getting
a version Rhino under a license we could bundle).

  That said we don't have a particular target date in mind.
Cameron care to comment?  What else do we need to do?

> * If not, would you have any idea what was fixed in the SVN snapshot to
>    achieve jdk1.6 compatibility? I could just patch the 1.6 sources and
>    rebuild our package until the next release.

   The 'fix' is to implement DOM level 3.  JDK 1.6 appears to
bundle DOM level 3 interfaces and it's XSLT engine appears to
use them.  The other option would be to use the xalan.jar that
we bundle (rather than the JDK one) which I suspect will work 
with the Batik 1.6 release.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: AbstractMethodError for SVGOMDocument.getXmlStandalone()

Posted by Erik Bunn <eb...@basen.net>.
On Nov 29, 2006, at 12:13 , Erik Bunn wrote:

> Tested with batik-svn-06-11-29.zip, seems to solve the problem.


Returning briefly to this issue:
I'm reluctant to package the svn snapshot for our update system, but  
on the
other hand I do need to run a working batik lib on our test server  
(which
uses the same update packages, but runs jdk1.6). Dilemma.

Thomas, or anyone:
* What is the batik schedule like - is there going to be a new  
release soon?
* If not, would you have any idea what was fixed in the SVN snapshot to
   achieve jdk1.6 compatibility? I could just patch the 1.6 sources and
   rebuild our package until the next release.

Thanks,
//ebu


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: AbstractMethodError for SVGOMDocument.getXmlStandalone()

Posted by Erik Bunn <eb...@basen.net>.
On Nov 29, 2006, at 11:35 , Erik Bunn wrote:

> Any suggestions as to what may be wrong? I'm trying to test with  
> the latest SVN code in the meanwhile.

Tested with batik-svn-06-11-29.zip, seems to solve the problem.

Cheers,
//ebu



---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org