Hi

I've been having problems using the DataSourceSelector block in James; the 
driver class was being loaded, but not initialised. Patch is included.

ciao
Daz

Index: DefaultDataSourceSelector.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.java,v
retrieving revision 1.6
diff -r1.6 DefaultDataSourceSelector.java
73c73
<                     classLoader.loadClass( driver );
---
>                     Class.forName( driver, true, classLoader );



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to