Hi,
Thanks it solve my problem. I put Xerces and all Xml libraries in
tomcat5\common\endorsed
I'm pretty sure it was a ClassLoader problem. Since Xerces classes are
in the JDK it use a classloader that don't see the classes in my web
application.
Thanks for your help!
Best Regards
/David
Jeremias Maerki wrote:
On 28.03.2006 16:21:48 David Gagnon wrote:
Hi,
Well, it looks like there's something wrong with your CompanyReportWebosFacade
class. Maybe you changed the method signature of the featureContent()
method or you forgot to include that class in the classpath.
I just updated my Tomcat and JDK it stops working ... I know that FOP
seems to use Xerces bundle with JDK1.5 is that can be the problem ?
Xerces and Xalan shipped with Apache FOP will only get activated in Java 1.4
or later if they are installed so that they override the implementations
embedded in the JRE (Endorsed standards override mechanism [1]).
Otherwise, they don't have an effect. In my experience, it is a very
good idea to replace the XML libraries bundled with the JRE with the
latest releases of Xerces-J and Xalan-J. But if it help your problem, I
don't know. I'd debug your stylesheet in a separate test class outside
Tomcat with your new JDK to more easily identify the problem. Other than
that, I have currently no idea what else you could do.
[1] http://java.sun.com/j2se/1.4.2/docs/guide/standards/
<snip/>
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]