[JBoss JIRA] Updated: (TEIIDDES-745) Dialog selection is not initialized correctly.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-745?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-745:
----------------------------------
Attachment: TEIIDDES-745_ExecutionAdmin.java.patch
TEIIDDES-745_SelectJndiDataSourceDialog.java.patch
TEIIDDES-745_SelectTranslatorDialog.java.patch
TEIIDDES-745_VdbSourceConnectionHandler.java.patch
Patch to set initial selection in both Translator and JNDI dialogs
> Dialog selection is not initialized correctly.
> ----------------------------------------------
>
> Key: TEIIDDES-745
> URL: https://issues.jboss.org/browse/TEIIDDES-745
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 7.2
>
> Attachments: empty selection.png, TEIIDDES-745_ExecutionAdmin.java.patch, TEIIDDES-745_SelectJndiDataSourceDialog.java.patch, TEIIDDES-745_SelectTranslatorDialog.java.patch, TEIIDDES-745_VdbSourceConnectionHandler.java.patch
>
>
> There are some Wizards/Dialog in Teiid tools which doesn't take into account current selection when they are created.
> For example open vdb file editor with existing model.
> My example have Translator set to "postgresql".
> Right click on the model -> Change Translator. (see empty selection.png)
> Current selection is not taken into account.
> The same for Change JNDI Data Source.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Updated: (TEIIDDES-747) Synchronized/Visible column too big and can't be resized.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-747?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-747:
----------------------------------
Fix Version/s: 7.3
The Table type and column provider in the VDB Editor doesn't have clear hooks to change Text to Icon.
Will take some time to investigate how to convert. Icon for "Synched" is easy.. use Eclipse's Sync With Editor image. The "Visible" could be just a Spyglass (for search??)
The "Synchronized" could be changed to "Sync'd"
"Visible" is harder to shorten.
Targeting 7.3
> Synchronized/Visible column too big and can't be resized.
> ---------------------------------------------------------
>
> Key: TEIIDDES-747
> URL: https://issues.jboss.org/browse/TEIIDDES-747
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Trivial
> Fix For: 7.3
>
>
> In VDB Editor the columns are too big for just one checkbox and they can't be resized.
> Could we use icon instead of text? Or change the label? Something else?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Moved: (TEIIDDES-745) Dialog selection is not initialized correctly.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-745?page=com.atlassian.jira.plug... ]
Barry LaFond moved JBIDE-7835 to TEIIDDES-745:
----------------------------------------------
Project: Teiid Designer (was: Tools (JBoss Tools))
Key: TEIIDDES-745 (was: JBIDE-7835)
Affects Version/s: 7.1.1
(was: 3.2.0.Beta2)
Component/s: Editors
(was: teiid)
> Dialog selection is not initialized correctly.
> ----------------------------------------------
>
> Key: TEIIDDES-745
> URL: https://issues.jboss.org/browse/TEIIDDES-745
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Barry LaFond
> Priority: Minor
> Attachments: empty selection.png
>
>
> There are some Wizards/Dialog in Teiid tools which doesn't take into account current selection when they are created.
> For example open vdb file editor with existing model.
> My example have Translator set to "postgresql".
> Right click on the model -> Change Translator. (see empty selection.png)
> Current selection is not taken into account.
> The same for Change JNDI Data Source.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-733) SalesForce importer throws NPE if there are not profiles defined.
by John Doyle (JIRA)
SalesForce importer throws NPE if there are not profiles defined.
-----------------------------------------------------------------
Key: TEIIDDES-733
URL: https://jira.jboss.org/browse/TEIIDDES-733
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.1.1
Reporter: John Doyle
Assignee: John Doyle
Fix For: 7.1.1
Select the SalesForce importer
Click Next <<after waiting a minute or two>>
Click Cancel
Try again, but now I get an unhandled event loop exception
Click Next and I get the Salesforce Credentials page with nothing in it and the Back and Cancel buttons enabled.
!ENTRY org.eclipse.ui 4 0 2010-12-08 14:36:51.115
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.metamatrix.modeler.modelgenerator.salesforce.ui.wizards.CredentialsPage.handleProfileSelection(CredentialsPage.java:223)
at com.metamatrix.modeler.modelgenerator.salesforce.ui.wizards.CredentialsPage.createControl(CredentialsPage.java:214)
at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:152)
at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:137)
at com.metamatrix.modeler.modelgenerator.salesforce.ui.wizards.SalesforceToRelationalImportWizard.createPageControls(SalesforceToRelationalImportWizard.java:72)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:894)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:426)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months