Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: a3786c6fe5828fb441007482a4d3f17c07042102
https://github.com/Teiid-Designer/teiid-designer/commit/a3786c6fe5828fb44...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidJDBCConnection.java
Log Message:
-----------
TEIIDDES-2124: Incorrect exception being caught
* Seems that ClassNotFoundException gets thrown in the IDE but a
NoClassDefError is thrown by installs.
* Catches any throwable and discards since the important thing is whether
jdbcDriver has been successfully assigned. If not then moves on to
alternative initialising process.
Commit: c7d1264c9f59b389453d671574f9cf5df8f2ad5f
https://github.com/Teiid-Designer/teiid-designer/commit/c7d1264c9f59b3894...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M build.sh
Log Message:
-----------
Adds ability to skip tests to mvn build script
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/ea2e14f38f83...c...