Bugs item #1005271, was opened at 2004-08-07 17:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1005271&group_id=22866

Category: JBossCX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim McCune (javajedi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect "Apparently wrong driver class specified" error

Initial Comment:
Environment: JBoss 3.2.3, Linux 2.4.20, JDK 1.4.2_01.

I just started working with Oracle.  I have the Oracle
JDBC drivers (version 9.2.0.3) bundled inside my ear. 
I also have my own loader-repository set up inside
jboss-app.xml.  When I deploy my ear, I get a
JBossResourceException thrown from line 287 of
LocalManagedConnectionFactory, "Apparently wrong driver
class specified for URL".  The exception shows my
Oracle driver and Oracle URL, which are both correct. 
It looks like this is some kind of class-loading bug
and the call to isDriverLoadedForURL is returning false
even though the driver is available.  I replaced line
287, which throws the exception at the end of the
method, with the line:

return driver;

and everything is working fine now.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1005271&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to