Hello,
Did some further investigation, looks like it is an oracle problem.
See part of the error:
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestD
ispatcher.java:765)
Logged the problem at oracle support and the say I have to ovreride the
default XML parser with other parser in OC4J.
Does anybody know how I should do this
Regrads Erik


-----Oorspronkelijk bericht-----
Van: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Verzonden: maandag 20 september 2004 17:15
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Newbie: Fopservlet problem

Glen Mazza wrote:

> It may be Xalan-related, because the first URL below (which works) 
> does not use Xalan while the others do.  Perhaps use newer versions of

> the XML jars?

Yes, I also think this is Xalan related. An old version of xalan is
often included with early versions of JDK 1.4.0, but also possibly with
Oracle Application Server.

Rather than simply searching the local disk for files named xalan*.*,
look carefully at the class path in your servlet to see where the xalan
classes are coming from. To output the classpath from a java program to
std out do:

System.out.println(System.getProperty("java.class.path"));

Chris

<snip/>


---------------------------------------------------------------------
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]

Reply via email to