Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-16133: Provide better feedback for incorrect admin password #267

Merged
merged 1 commit into from Dec 2, 2013

Conversation

phantomjinx
Copy link
Member

  • 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.

* 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.
@ghost ghost assigned blafond Nov 29, 2013
@phantomjinx phantomjinx merged commit a504cbe into Teiid-Designer:master Dec 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants