[jboss-as7-dev] (JDBC) Driver Registry

Heiko Braun hbraun at redhat.com
Mon May 9 11:13:49 EDT 2011




https://issues.jboss.org/browse/AS7-726


On May 9, 2011, at 4:53 PM, Heiko Braun wrote:

> 
> On May 9, 2011, at 4:49 PM, Andrig Miller wrote:
> 
>> 
>> One problem we have is distribution of the drivers.  For the open source drivers, its not a problem, but for close source drivers I don't believe their licenses allow us to distribute them, so that could be one impediment to doing this, as I assume that we would need to distribute the drivers within the registry.
>> 
>> I really like this idea in general, but it may be limited in usefulness if we cannot do it for close source data sources.
>> 
>> Do you think we could attempt to grab the strings right from the jar file MANIFEST.MF, and the META-INF/services?  In looking at the MySQL and PostgreSQL drivers I have installed, it would work for MySQL, but not for PostgreSQL.  Not sure about other drivers.  The PostgreSQL driver jar files MANIFEST.MF file doesn't contain the version information like MySQL does, but perhaps if the closed source drivers have such information, we could get the Postgres guys to add it.
>> 
>> Andy
> 
> 
> 
> I do not necessarily mean that we need to distribute the driver binaries,
> although that came to my mind as well.
> 
> What I mean is a registry for drivers that are (manually) deployed or registered as modules.
> However that enter the domain I would need to be able to query the domain API to retrieve a list 
> of available drivers including the driver class, name and version.
> 
> 
> Ike
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev




More information about the jboss-as7-dev mailing list