[JBoss JIRA] Resolved: (TEIIDDES-746) Translator/JNDI Name cells should be a comboboxes, but not textboxes.
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-746?page=com.atlassian.jira.plug... ]
Dan Florian resolved TEIIDDES-746.
----------------------------------
Resolution: Done
CellEditors for the translator and JNDI name columns are now comboboxes when a default server is connected. The comboboxes are filled with the existing translator names and data source names obtained from the Teiid Server. The user is still allowed to add their own name if they don't want to choose an existing one. If there is no default server or the default server is not connected the CellEditor remains a text field. Also those columns are now readonly if VDB is readonly.
> Translator/JNDI Name cells should be a comboboxes, but not textboxes.
> ---------------------------------------------------------------------
>
> Key: TEIIDDES-746
> URL: https://issues.jboss.org/browse/TEIIDDES-746
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Editors
> Affects Versions: 7.1, 7.1.1
> Reporter: Dmitry Geraskov
> Assignee: Dan Florian
> Priority: Minor
> Fix For: 7.4
>
> Attachments: cells.PNG
>
>
> Open VDB files editor and look at Model visual part.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-897) NPE Customizing Designer Perspective
by Dan Florian (JIRA)
NPE Customizing Designer Perspective
------------------------------------
Key: TEIIDDES-897
URL: https://issues.jboss.org/browse/TEIIDDES-897
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 7.3
Environment: Mac OS X 10.6.6
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: 7.4
Open a VDB Editor then right-click on Designer perspective tab and customize and get below exception. Error is because the VDB Editor has a null selection provider.
java.lang.NullPointerException
at com.metamatrix.modeler.internal.ui.actions.NewMenuContributionsManager.getContributionItems(NewMenuContributionsManager.java:28)
at org.eclipse.ui.actions.CompoundContributionItem.getContributionItemsToFill(CompoundContributionItem.java:95)
at org.eclipse.ui.actions.CompoundContributionItem.fill(CompoundContributionItem.java:70)
at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:125)
at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:737)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:818)
at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:935)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:838)
at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:935)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:838)
at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:935)
at org.eclipse.ui.internal.dialogs.CustomizePerspectiveDialog.loadMenuAndToolbarStructure(CustomizePerspectiveDialog.java:2639)
at org.eclipse.ui.internal.dialogs.CustomizePerspectiveDialog.<init>(CustomizePerspectiveDialog.java:1447)
at org.eclipse.ui.internal.WorkbenchWindow.createCustomizePerspectiveDialog(WorkbenchWindow.java:4012)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-892) Editing Description sometimes fails because of focus issues
by Barry LaFond (JIRA)
Editing Description sometimes fails because of focus issues
-----------------------------------------------------------
Key: TEIIDDES-892
URL: https://issues.jboss.org/browse/TEIIDDES-892
Project: Teiid Designer
Issue Type: Bug
Components: Views
Affects Versions: 7.3
Reporter: Barry LaFond
Fix For: 7.4
The Description View allows users to set ... Description text for most/all EObjects or model objects.
But the actually committing of the EMF transaction doesn't happen until there is an unfocus on that view. Sometimes the change/edit will NOT commit and that's not good. We did this because we didn't want to commit each edit during keystroke events.
I think a better option would be to make the Description view READ ONLY and add an "Edit..." or "Change..." button to open a separate dialog. On Dialog "okFinish()" we would create/commit a transaction thereby insuring that we always commit.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-210) Add implicit conversion of NULL to correct datatype in transformation validator
by Marc Shirley (JIRA)
Add implicit conversion of NULL to correct datatype in transformation validator
-------------------------------------------------------------------------------
Key: TEIIDDES-210
URL: https://jira.jboss.org/jira/browse/TEIIDDES-210
Project: Teiid Designer
Issue Type: Feature Request
Components: Transformations, Validation
Affects Versions: 6.0.0, 6.1.0
Reporter: Marc Shirley
When using NULL value as a column (ie, NULL as columnName), it is only implicitly converted to a string. When trying to use the NULL as a column of type date, integer, float, etc., the validator throws a warning that the transformation is not valid. If you wrap the NULL in a convert to the correct column datatype (ie, "convert(NULL,date)"), the transformation can be validated successfully.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months