On 23.12.2004 17:29:45 Saptarshi Sen wrote:
> This is getting increasingly away from FOP and closer to
> Batik.....

I hope that's not a problem for you. FOP is a XSL-FO converter while
Batik is an SVG converter. FOP just happens to implement the part that
converts SVG to PDF. This aspect is suboptimal and is going to be
addressed. The PDF Transcoder will move to a different location closer
to the Batik subproject in the near future.

> nevertheless, I am continuing along this thread to get some more
> inputs.
> 
> I have added all the jar's under batik's lib folder into my project as well
> as my Weblogic domain (where other libraries are placed).
> 
> However, when I try to run the application I get a
> java.lang.NoClassDefFoundError:
> org/apache/batik/transcoder/TranscoderException. Is there anything that I am
> missing. (I found a similar query by another person who was using Tomcat. The
> reply simply asked him to include the jars under the web container's lib
> directory).
> 
> 
> In my case, I have all the jar's already in my Weblogic's application folder.

The TranscoderException is in batik-transcoder.jar. Looks like you've
fallen victim to classloading problems with Weblogic. As I don't have
Weblogic it's certainly a bit difficult to provide assistance here. I'd
simply make sure that the necessary JARs for SVG processing are all at
the same location so they make it into the same ClassLoader. Make sure
not to create strange setups with XML Parsers (Xerces et al.) as they
are covered by the JDK/JRE assuming you work with >=1.4.

Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to