[JBoss JIRA] (TEIIDDES-1686) When deploying a VDB, selected to create a corresponding Datasource but none created
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1686:
---------------------------------------
Summary: When deploying a VDB, selected to create a corresponding Datasource but none created
Key: TEIIDDES-1686
URL: https://issues.jboss.org/browse/TEIIDDES-1686
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.1
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.2
After creating a VDB in Designer, I was using the Guides view "Create a REST War" action set. Then executed the action "Deploy a VDB". I chose the option to create a DataSource and provided a DS jndi name. But, the data source was not created.
Limited debug shows a problem around line 165 of DeployVdbAction. I believe the hasVdb call is returning 'false' because vdb.getName() returns a name "myVdb.vdb" when the method is expecting the name without .vdb - eg "myVdb".
Should verify that the same name style is expected on Teiid 7.7 and Teiid 8.x servers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (TEIIDDES-1676) NPE opening VDB containing a UDF jar
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1676?page=com.atlassian.jira.plu... ]
Mark Drilling resolved TEIIDDES-1676.
-------------------------------------
Resolution: Done
Resolved NPE issue and also resolved sync problem with VDB containing udfs under certain conditions. Retested OK.
https://github.com/Teiid-Designer/teiid-designer/pull/143
> NPE opening VDB containing a UDF jar
> ------------------------------------
>
> Key: TEIIDDES-1676
> URL: https://issues.jboss.org/browse/TEIIDDES-1676
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, VDB & Execution
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Mark Drilling
> Fix For: 8.1
>
> Attachments: YahooVDB.vdb
>
>
> Opening the VDB in the attached model project set throws an NPE. Appears that the editor is processing a VDB property change during creation of the UDF jar tab and the Other User Files tab has not be initialized yet.
> {code}
> java.lang.NullPointerException
> at org.teiid.designer.vdb.ui.editor.VdbEditor.vdbNotification(VdbEditor.java:1931)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$24$1.run(VdbEditor.java:1871)
> at org.teiid.designer.ui.common.util.UiUtil.runInSwtThread(UiUtil.java:464)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$24.propertyChange(VdbEditor.java:1862)
> at org.teiid.designer.vdb.Vdb.notifyChangeListeners(Vdb.java:680)
> at org.teiid.designer.vdb.VdbEntry.setSynchronization(VdbEntry.java:283)
> at org.teiid.designer.vdb.VdbEntry.findFileInWorkspace(VdbEntry.java:175)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$9.getImage(VdbEditor.java:635)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$9.getImage(VdbEditor.java:1)
> at org.teiid.designer.ui.common.table.Table$2.getImage(Table.java:90)
> at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:37)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152)
> at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:399)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:485)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2167)
> at org.eclipse.jface.viewers.AbstractTableViewer.createItem(AbstractTableViewer.java:277)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:757)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:649)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:636)
> at org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.java:592)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1443)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1404)
> at org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTableViewer.java:590)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:280)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1690)
> at org.teiid.designer.ui.common.table.Table.setInput(Table.java:230)
> at org.teiid.designer.ui.common.table.TableAndToolBar.setInput(TableAndToolBar.java:129)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createUdfJarsControl(VdbEditor.java:871)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createEditorTop(VdbEditor.java:1248)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createPartControl(VdbEditor.java:1202))
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (TEIIDDES-1676) NPE opening VDB containing a UDF jar
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1676?page=com.atlassian.jira.plu... ]
Mark Drilling reassigned TEIIDDES-1676:
---------------------------------------
Assignee: Mark Drilling (was: Dan Florian)
> NPE opening VDB containing a UDF jar
> ------------------------------------
>
> Key: TEIIDDES-1676
> URL: https://issues.jboss.org/browse/TEIIDDES-1676
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, VDB & Execution
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Mark Drilling
> Fix For: 8.1
>
> Attachments: YahooVDB.vdb
>
>
> Opening the VDB in the attached model project set throws an NPE. Appears that the editor is processing a VDB property change during creation of the UDF jar tab and the Other User Files tab has not be initialized yet.
> {code}
> java.lang.NullPointerException
> at org.teiid.designer.vdb.ui.editor.VdbEditor.vdbNotification(VdbEditor.java:1931)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$24$1.run(VdbEditor.java:1871)
> at org.teiid.designer.ui.common.util.UiUtil.runInSwtThread(UiUtil.java:464)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$24.propertyChange(VdbEditor.java:1862)
> at org.teiid.designer.vdb.Vdb.notifyChangeListeners(Vdb.java:680)
> at org.teiid.designer.vdb.VdbEntry.setSynchronization(VdbEntry.java:283)
> at org.teiid.designer.vdb.VdbEntry.findFileInWorkspace(VdbEntry.java:175)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$9.getImage(VdbEditor.java:635)
> at org.teiid.designer.vdb.ui.editor.VdbEditor$9.getImage(VdbEditor.java:1)
> at org.teiid.designer.ui.common.table.Table$2.getImage(Table.java:90)
> at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:37)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152)
> at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:399)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:485)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2167)
> at org.eclipse.jface.viewers.AbstractTableViewer.createItem(AbstractTableViewer.java:277)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:757)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:649)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:636)
> at org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.java:592)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1443)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1404)
> at org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTableViewer.java:590)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:280)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1690)
> at org.teiid.designer.ui.common.table.Table.setInput(Table.java:230)
> at org.teiid.designer.ui.common.table.TableAndToolBar.setInput(TableAndToolBar.java:129)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createUdfJarsControl(VdbEditor.java:871)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createEditorTop(VdbEditor.java:1248)
> at org.teiid.designer.vdb.ui.editor.VdbEditor.createPartControl(VdbEditor.java:1202))
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (TEIIDDES-1682) Exception Creating UDF In A View Model Trying To Set "relational:null-on-null" Property
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1682?page=com.atlassian.jira.plu... ]
Dan Florian resolved TEIIDDES-1682.
-----------------------------------
Resolution: Duplicate Issue
Duplicate of TEIIDDES-1666.
> Exception Creating UDF In A View Model Trying To Set "relational:null-on-null" Property
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1682
> URL: https://issues.jboss.org/browse/TEIIDDES-1682
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.0
> Reporter: Dan Florian
> Assignee: Dan Florian
> Fix For: 8.1
>
>
> Creating a UDF in a view model I get this:
> !MESSAGE Error setting extension properties on Abc
> !STACK 0
> java.lang.Exception: The property definition "relational:null-on-null" could not be found.
> at org.teiid.designer.core.extension.EmfModelObjectExtensionAssistant.setPropertyValue(EmfModelObjectExtensionAssistant.java:485)
> at org.teiid.designer.metamodels.relational.extension.RelationalModelExtensionAssistant.setPropertyValue(RelationalModelExtensionAssistant.java:241)
> at org.teiid.designer.relational.model.RelationalModelFactory.applyProcedureExtensionProperties(RelationalModelFactory.java:789)
> at org.teiid.designer.transformation.model.RelationalViewModelFactory.buildObject(RelationalViewModelFactory.java:160)
> at org.teiid.designer.relational.model.RelationalModelFactory.buildFullModel(RelationalModelFactory.java:200)
> at org.teiid.designer.transformation.model.RelationalViewModelFactory.build(RelationalViewModelFactory.java:110)
> at org.teiid.designer.transformation.ui.actions.CreateViewProcedureAction.createViewProcedureInTxn(CreateViewProcedureAction.java:207)
> at org.teiid.designer.transformation.ui.actions.CreateViewProcedureAction.run(CreateViewProcedureAction.java:182)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (TEIIDDES-1685) Unused I18n messages logged
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1685?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1685.
------------------------------------
Resolution: Done
DONE
> Unused I18n messages logged
> ---------------------------
>
> Key: TEIIDDES-1685
> URL: https://issues.jboss.org/browse/TEIIDDES-1685
> Project: Teiid Designer
> Issue Type: Bug
> Components: Release Work
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.1
>
>
> !ENTRY org.eclipse.osgi 2 1 2013-04-23 11:13:22.630
> !MESSAGE NLS unused message: workspaceOrFileSystemDialogTitle in: org.teiid.designer.ui.properties.extension.messages
> !ENTRY org.eclipse.osgi 2 1 2013-04-23 11:13:22.650
> !MESSAGE NLS unused message: workspaceOrFileSystemDialogMessage in: org.teiid.designer.ui.properties.extension.messages
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (TEIIDDES-1685) Unused I18n messages logged
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1685:
--------------------------------------
Summary: Unused I18n messages logged
Key: TEIIDDES-1685
URL: https://issues.jboss.org/browse/TEIIDDES-1685
Project: Teiid Designer
Issue Type: Bug
Components: Release Work
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Minor
Fix For: 8.1
!ENTRY org.eclipse.osgi 2 1 2013-04-23 11:13:22.630
!MESSAGE NLS unused message: workspaceOrFileSystemDialogTitle in: org.teiid.designer.ui.properties.extension.messages
!ENTRY org.eclipse.osgi 2 1 2013-04-23 11:13:22.650
!MESSAGE NLS unused message: workspaceOrFileSystemDialogMessage in: org.teiid.designer.ui.properties.extension.messages
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months