Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 98002a3fd7bff3911c083abfd9de2a606b0b08d5
https://github.com/Teiid-Designer/teiid-designer/commit/98002a3fd7bff3911...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidJDBCConnection.java
Log Message:
-----------
TEIIDDES-879: Surround loading of class with exception handling
* If the classloader fails to load the class, avoid letting an exception
thrown so that the version can be found using the runtime client
registry.
* This mitigates the possibility that users still have the original
default Teiid driver instance.