]
RH Bugzilla Integration updated JBJCA-1253:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
Multiple JDBC drivers versions - wrong driver is used
-----------------------------------------------------
Key: JBJCA-1253
URL:
https://issues.jboss.org/browse/JBJCA-1253
Project: IronJacamar
Issue Type: Bug
Reporter: Enrique González Martínez
Assignee: Enrique González Martínez
When multiple verions of the driver are being used only one is being used. the class
driver is cached with the same string, i.e: "jdbc:mysql". This cache is shared
among every mcf (the field LocalManagedConnectionFactory::driverCache is static).