Re: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2009-01-18 Thread Amin Ahmad
-users@xmlgraphics.apache.org > Subject: Re: Integrating Apache FOP in an Eclipse RCP app gives > IncompatibleClassChangeError > > > Hi, > > I had exactly the same error in the same context. How I solve it : > > I have renouced to build a separate plug-in which is supposed to

RE: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2008-06-17 Thread Martin Kristensen
: fop-users@xmlgraphics.apache.org Subject: Re: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError Hi, I had exactly the same error in the same context. How I solve it : I have renouced to build a separate plug-in which is supposed to encapsulated Apache FOP libraries

Re: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2008-06-12 Thread Fabrice Dubach
Hi, I had exactly the same error in the same context. How I solve it : I have renouced to build a separate plug-in which is supposed to encapsulated Apache FOP libraries. I have included directly all needed jars in my own RCP application in a simple "lib" folder, than I linked them to my appli

Re: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2008-06-11 Thread Jeremias Maerki
FOTreeBuilder does indirectly implement ContentHandler (it's a DefaultHandler subclass). So what you get here is really strange. I've never seen this. My only explanation is some kind of class loader confusion, i.e. the ContentHandler expected by the ToSAXHandler is a different one from the one acc