Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 6de9a551e433c1959c3128af801b34e2eafd7b02
https://github.com/Teiid-Designer/teiid-designer/commit/6de9a551e433c1959...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths:
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidJDBCConnection.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/i18n.properties
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/vdb/ExecuteVdbWorker.java
Log Message:
-----------
TEIIDDES-2118: Display error message when jdbc connection fails
* ExecuteVdbWorker
* Display the error dialog if the code of the connection's returned status
is ERROR.
* TeiidJDBCConnection
* Breaks up the exception handling to differentiate between a
ClassNotFoundException which should be ignored and an actual connection
failure which needs to be thrown and reported to the user
Commit: 593f1386dd26efc4f2d45f8c32af2a780435050d
https://github.com/Teiid-Designer/teiid-designer/commit/593f1386dd26efc4f...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths:
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/ConnectivityUtil.java
A
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/Messages.java
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidJDBCConnection.java
A
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/messages.properties
Log Message:
-----------
TEIIDDES-2118: Factor out all connectivity plugin's message strings
* Uses enums in Messages class to refactor all exception messages into
separate resource properties file
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/79ca47769cd5...5...