[teiid-designer-dev] [Teiid-Designer/teiid-designer] a3786c: TEIIDDES-2124: Incorrect exception being caught

Paul Richardson p.g.richardson at redhat.com
Tue Apr 22 08:10:48 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: a3786c6fe5828fb441007482a4d3f17c07042102
      https://github.com/Teiid-Designer/teiid-designer/commit/a3786c6fe5828fb441007482a4d3f17c07042102
  Author: Paul Richardson <p.g.richardson at 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/c7d1264c9f59b389453d671574f9cf5df8f2ad5f
  Author: Paul Richardson <p.g.richardson at 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...c7d1264c9f59


More information about the teiid-designer-dev mailing list