[Teiid-Designer/teiid-designer] a504cb: JBIDE-16133: Provide better feedback for incorrect...
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: a504cbe25117b09a3288705cd1e48340bf945d9f
https://github.com/Teiid-Designer/teiid-designer/commit/a504cbe25117b09a3...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)
Changed paths:
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/server/editor/TeiidServerEditor.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/content/TeiidErrorNode.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/DqpPlugin.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidParentServerListener.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServer.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBoss7ServerUtil.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBossServerUtil.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/TeiidServerAdapterFactory.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/i18n.properties
Log Message:
-----------
JBIDE-16133: Provide better feedback for incorrect admin password
* JBoss[7]ServerUtil
* TeiidServerAdapterFactory
* Rather than catching JBoss exceptions (may be caused by incorrect
security credentials) throw them instead and force UI components to
catch and process them
* TeiidServer
* Better handle exceptions thrown when failing to connect to teiid instance
* TeiidServerEditor
* TeiidParentServerListener
* Rather than just logging exceptions thrown when initialising the teiid
instance, get the exception back to the user
* DqpPlugin
* API for handling exceptions by displaying them using an ErrorDialog
* This is not ideal given that the DqpPlugin is technically a non-UI
plugin despite depending on org.eclipse.ui.
* At some point, this needs refactoring to set a UI provider for displaying
exceptions in the UI.
Commit: 1dab1ee9a62f79129c4c81e26d6161460f11031c
https://github.com/Teiid-Designer/teiid-designer/commit/1dab1ee9a62f79129...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Changed paths:
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/server/RefreshServerAction.java
Log Message:
-----------
TEIIDDES-1944: check jboss server prior to refreshing teiid instance
* Avoids throwing an exception when refreshing a stopped teiid instance
* Displays sensible error message instead
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/275c473321b0...1...
11 years, 1 month