On 8/17/06 7:07 PM, [EMAIL PROTECTED] wrote:
> Turned out that it was an installation problem with a DateTime module
> required by Rose::DB::MySQL. The reason why the error message is so
> mysterious is that the real error gets suppressed here:
> 
>     #### Rose::DB.pm
>     unless($Class_Loaded{$driver_class})
>     {
>       eval "require $driver_class"; # ignore errors
>     }
> 
> Would it make sense to catch this type of module loading error and
> display it?

Yeah, that's a bug.  It should be doing what load_driver_class() does (or
rather, just calling load_driver_class()) in which case it'd croak on such
errors.  I'll fix it in the next release.  Thanks for the report.

-John



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to