GenericDataSource Question

I need to set the driver of a generic datasource
the only method to configure the driver is setDriverClass(String
driverCLass) 

I want a method like setDriver(java.sql.Driver driver)

The only way to handle this is to extend the GenericDataSource class 
and add this method ... but now I need to redefine the GenericDataSource
instantiation in order to instantiate my Implementation,
have an idea ?

(I imagine that this is done into the ActionServlet) ... 

-- 
Kevin Viet <[EMAIL PROTECTED]>
ActiVia Networks




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

Reply via email to