I switched to the latest CVS version of excalibur, and this patch isn't
necesssary. In fact, I'm pretty sure that the driver config and
driver-loading code in:
cornerstone.blocks.datasource.DefaultDataSourceSelector
have been made redundant by recent fixes to:
excalibur.datasource.JdbcDataSource.
So, the patch I sent is irrelevant, since the code it applies to should
probably be removed.
thanks
Daz
On Sat, 4 Aug 2001 21:20, Darrell DeBoer wrote:
> 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/corne
>rstone/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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]