Re: Oracle JDeveloper 9i JSP Problem
Date: Wed, 30 Oct 2002 16:38:26 +0000
Message-ID: <app2aa$607$1_at_pheidippides.axion.bt.co.uk>
Hi
Unfortunately, neither of the fixes suggested have been successful, though myself (and a couple of others in my team) think that the reason you've given sounds correct, and fits in with the results of some of the fixes we've already tried.
If there is anything else at all you can think of, I'd be glad to hear from you.
Thanks again for your help.
Dave Ford wrote:
> I've had this problem before. The problem is similar to DLL hell in windows.
> That is: having the wrong version of an expected library. OC4J has a
> built-in implementation of Xalan, and it might not be the version that your
> application requires.
>
> I would try this:
>
> 1. First, try putting xalan.jar (the one that worked with the non-jsp
> version of your application) in your web app's WEB-INF/lib folder. If you
> don't have that folder then create it and put the jar file in that folder.
>
> 2. If that doesn't work, try putting it in OC4J's global lib folder:
> OC4J_HOME\j2ee\home\lib
>
>
> --
> Dave Ford
> Smart Soft - The Developer Training Company
> http://www.smart-soft.com
>
>
> "Kieran Arthur" <kieran.arthur_at_bt.com> wrote in message
> news:apmell$irr$1_at_pheidippides.axion.bt.co.uk...
>
>>I'm currently developing a Java program which is called by a JSP. The >>problem that I'm having is that the program runs fine on its own, but >>gives a class cast exception when called by the JSP. >> >>I'm using JDeveloper 9i and JDOM version b8, and the JSP runs uses OC4J >>Embedded Server. >> >>Incidentally, the class cast exception occurred previously, but >>disappeared when I ensured the inclusion of a file called xalan.jar (in >>a library). >> >>Consequently, I suspect the error is to do with the Embedded Server not >>including this file when it should, no matter what I've tried. >> >>Any suggestions or help with this would be very greatly appreciated. >> >>Thanks >> >>Kieran Arthur >>
>
>
>
Received on Wed Oct 30 2002 - 17:38:26 CET