[JBoss JIRA] (TEIIDDES-1802) NPE when trying to add Result Set to the procedure that is being created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1802?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1802.
------------------------------------
Resolution: Done
fixed enablement issue of Add button and added tooltip to Include checkbox
> NPE when trying to add Result Set to the procedure that is being created
> ------------------------------------------------------------------------
>
> Key: TEIIDDES-1802
> URL: https://issues.jboss.org/browse/TEIIDDES-1802
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 8.2
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 8.2
>
>
> When in the create procedure dialog, unable to press the Result Set tab.
> Produces the NPE:
> java.lang.NullPointerException
> at org.teiid.designer.transformation.ui.editors.ViewProcedureEditorPanel$3.widgetSelected(ViewProcedureEditorPanel.java:298)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489)
>
--
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, 9 months
[JBoss JIRA] (TEIIDDES-800) NPE during the valdation of column, from Oracle
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-800?page=com.atlassian.jira.plug... ]
Barry LaFond resolved TEIIDDES-800.
-----------------------------------
Assignee: Barry LaFond
Resolution: Cannot Reproduce Bug
Cannot reproduce. Guessing it was an intermediate EMF issue since resolved by upgrading Eclipse/EMF
> NPE during the valdation of column, from Oracle
> -----------------------------------------------
>
> Key: TEIIDDES-800
> URL: https://issues.jboss.org/browse/TEIIDDES-800
> Project: Teiid Designer
> Issue Type: Bug
> Components: Validation
> Affects Versions: 7.1
> Reporter: Ramesh Reddy
> Assignee: Barry LaFond
>
> Error 2011-01-24 15:49:12.227 An exception was encountered during validation.
> java.lang.NullPointerException
> at com.metamatrix.metamodels.relational.aspects.validation.rules.ColumnDatatypeRule.validate(ColumnDatatypeRule.java:77)
> at com.metamatrix.modeler.internal.core.validation.ValidationRuleSetImpl.validate(ValidationRuleSetImpl.java:137)
> at com.metamatrix.modeler.internal.core.validation.Validator.validateObject(Validator.java:124)
> at com.metamatrix.modeler.internal.core.validation.Validator.validate(Validator.java:76)
> at com.metamatrix.modeler.internal.core.builder.XmiResourceValidator.validate(XmiResourceValidator.java:84)
> at com.metamatrix.modeler.internal.core.builder.ModelBuildUtil.internalValidateResource(ModelBuildUtil.java:377)
> at com.metamatrix.modeler.internal.core.builder.ModelBuildUtil.validateResources(ModelBuildUtil.java:632)
> at com.metamatrix.modeler.internal.core.builder.ModelBuildUtil.buildResources(ModelBuildUtil.java:100)
> at org.teiid.designer.vdb.VdbModelEntry.synchronizeModelEntry(VdbModelEntry.java:370)
> at org.teiid.designer.vdb.VdbModelEntry.<init>(VdbModelEntry.java:83)
> at org.teiid.designer.vdb.Vdb.addModelEntry(Vdb.java:220)
> at org.teiid.designer.runtime.preview.jobs.CreatePreviewVdbJob.runImpl(CreatePreviewVdbJob.java:139)
> at org.teiid.designer.runtime.preview.jobs.WorkspacePreviewVdbJob.runInWorkspace(WorkspacePreviewVdbJob.java:126)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
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, 9 months
[JBoss JIRA] (TEIIDDES-1803) Error generating JBossWS-CXF war
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1803?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1803:
-----------------------------------
Assignee: Paul Richardson (was: Barry LaFond)
> Error generating JBossWS-CXF war
> --------------------------------
>
> Key: TEIIDDES-1803
> URL: https://issues.jboss.org/browse/TEIIDDES-1803
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.2
> Reporter: Van Halbert
> Assignee: Paul Richardson
>
> Attached is the Sample.vdb that was used to try to generate the JBossWS-CXF war. The following error occurred:
> java.lang.RuntimeException: org.xml.sax.SAXParseException: The element type "meta" must be terminated by the matching end-tag "</meta>".
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.generateWsdl(DefaultWebArchiveBuilderImpl.java:718)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.createWebArchive(DefaultWebArchiveBuilderImpl.java:236)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.execute(WarDeploymentInfoDialog.java:195)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog$1.run(WarDeploymentInfoDialog.java:150)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.okPressed(WarDeploymentInfoDialog.java:159)
> at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:476)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
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, 9 months
[JBoss JIRA] (TEIIDDES-1803) Error generating JBossWS-CXF war
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1803?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1803:
-----------------------------------
Fix Version/s: 8.2
> Error generating JBossWS-CXF war
> --------------------------------
>
> Key: TEIIDDES-1803
> URL: https://issues.jboss.org/browse/TEIIDDES-1803
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.2
> Reporter: Van Halbert
> Assignee: Paul Richardson
> Fix For: 8.2
>
>
> Attached is the Sample.vdb that was used to try to generate the JBossWS-CXF war. The following error occurred:
> java.lang.RuntimeException: org.xml.sax.SAXParseException: The element type "meta" must be terminated by the matching end-tag "</meta>".
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.generateWsdl(DefaultWebArchiveBuilderImpl.java:718)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.createWebArchive(DefaultWebArchiveBuilderImpl.java:236)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.execute(WarDeploymentInfoDialog.java:195)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog$1.run(WarDeploymentInfoDialog.java:150)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.okPressed(WarDeploymentInfoDialog.java:159)
> at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:476)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
--
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, 9 months
[JBoss JIRA] (TEIIDDES-275) Designer should collect cost analysis statistics at import time, by default, for any data source that supports it
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-275?page=com.atlassian.jira.plug... ]
Mark Drilling resolved TEIIDDES-275.
------------------------------------
Resolution: Done
Added Option to importer to optionally allow gathering of costing stats at import time
https://github.com/Teiid-Designer/teiid-designer/pull/215
> Designer should collect cost analysis statistics at import time, by default, for any data source that supports it
> -----------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-275
> URL: https://issues.jboss.org/browse/TEIIDDES-275
> Project: Teiid Designer
> Issue Type: Feature Request
> Affects Versions: Future
> Reporter: Michael Walker
> Assignee: Mark Drilling
> Fix For: 8.2
>
>
> Performance can be dramatically improved if cost statistics are gathered at design time, which turns on cost-based optimizations at run time. However, the majority of Genentech users fail to remember to import this information, because it is not part of the standard import process.
> When importing metadata from any data source, we should present users with the option to collect cost analysis statistics during import, so long as the data source supports it (or if MMX can calculate it synthetically).
> Of course, we could inform users that cost analysis may take add some time to the import process.
--
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, 9 months