Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> java stored procedures noclassdeffound

java stored procedures noclassdeffound

From: thomas <thomas.vandierendonck_at_gmail.com>
Date: 21 Jun 2005 03:58:03 -0700
Message-ID: <1119351483.789035.5350@z14g2000cwz.googlegroups.com>


Hi,

I've loaded apache axis in the database with all dependent jars. Everything resolves nicely but still I get a noclassdeffound error. When I dig deeper into this problem it seems that the logger is causing this problem. At some point it calls the function

org.apache.commons.discovery.tools.DiscoverSingleton.find(org.apache.commons.logging.LogFactory.class,
org.apache.commons.logging.LogFactory.FACTORY_PROPERTIES,
org.apache.commons.logging.LogFactory.FACTORY_DEFAULT).
The first argument should be a LogFactory class but instead it returns java.lang.String.
Actually I found that for whatever class, this always returns string. Is this some kind of weird Oracle feature?? Anybody ever had the same problems and what could I do to avoid this from happening?

Tnx for the help,
thomas Received on Tue Jun 21 2005 - 05:58:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US