[JBoss JIRA] Created: (TEIIDDES-710) Add Ability to Create Translator Overrides in Designer
by Ted Jones (JIRA)
Add Ability to Create Translator Overrides in Designer
-------------------------------------------------------
Key: TEIIDDES-710
URL: https://jira.jboss.org/browse/TEIIDDES-710
Project: Teiid Designer
Issue Type: Feature Request
Components: VDB & Execution
Affects Versions: 7.1
Reporter: Ted Jones
Assignee: Ted Jones
Need the ability to ad translator overrides for a VDB. Currently overrides have to be manually added to the vdb.xml.
After talking with Barry, the best place for such and editor would be from the Translator field of the models table from within the VDB editor. There is a context menu that allows you to change the translator from that field.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Assigned: (TEIIDDES-920) IllegalArgumentException in Export DDL Wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-920?page=com.atlassian.jira.plug... ]
Barry LaFond reassigned TEIIDDES-920:
-------------------------------------
Assignee: Barry LaFond
> IllegalArgumentException in Export DDL Wizard
> ---------------------------------------------
>
> Key: TEIIDDES-920
> URL: https://issues.jboss.org/browse/TEIIDDES-920
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.2, 7.3
> Environment: JBDS 4.0.GA, linux 32bit
> Reporter: Pavol Srna
> Assignee: Barry LaFond
> Fix For: 7.4
>
>
> Exception Stack Trace:
> java.lang.IllegalArgumentException: Expected argument to be non-null but got null
> at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:139)
> at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:125)
> at com.metamatrix.modeler.core.workspace.ModelWorkspaceView.findObject(ModelWorkspaceView.java:135)
> at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard.createPageControl(ExportDdlWizard.java:483)
> at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard$2.createControl(ExportDdlWizard.java:225)
> at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:152)
> at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:137)
> 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)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:98)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Moved: (TEIIDDES-920) IllegalArgumentException in Export DDL Wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-920?page=com.atlassian.jira.plug... ]
Barry LaFond moved JBIDE-8545 to TEIIDDES-920:
----------------------------------------------
Project: Teiid Designer (was: Tools (JBoss Tools))
Key: TEIIDDES-920 (was: JBIDE-8545)
Affects Version/s: 7.3
7.2
(was: 3.2.0.Final)
Component/s: Import/Export
(was: teiid)
Fix Version/s: 7.4
(was: 3.2.1)
> IllegalArgumentException in Export DDL Wizard
> ---------------------------------------------
>
> Key: TEIIDDES-920
> URL: https://issues.jboss.org/browse/TEIIDDES-920
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.3, 7.2
> Environment: JBDS 4.0.GA, linux 32bit
> Reporter: Pavol Srna
> Fix For: 7.4
>
>
> Exception Stack Trace:
> java.lang.IllegalArgumentException: Expected argument to be non-null but got null
> at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:139)
> at com.metamatrix.core.util.CoreArgCheck.isNotNull(CoreArgCheck.java:125)
> at com.metamatrix.modeler.core.workspace.ModelWorkspaceView.findObject(ModelWorkspaceView.java:135)
> at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard.createPageControl(ExportDdlWizard.java:483)
> at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard$2.createControl(ExportDdlWizard.java:225)
> at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:152)
> at com.metamatrix.ui.internal.wizard.AbstractWizard.createPageControls(AbstractWizard.java:137)
> 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)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:98)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (TEIIDDES-919) Create Web Service action is not present for source model with schema root objects
by Barry LaFond (JIRA)
Create Web Service action is not present for source model with schema root objects
----------------------------------------------------------------------------------
Key: TEIIDDES-919
URL: https://issues.jboss.org/browse/TEIIDDES-919
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Critical
Fix For: 7.4
If a source model is created (import or otherwise) that has only schema or catalog root elements, the Create Web Service action returns isApplicable() == FALSE and does not show up in Modeling menu
Debugging revealed that the modelResource.getEObjects() call was assuming the returned list was ALL the EObjects in the model and it actually only returns the primary "root" EObjects.
Need to add a model visitor to dive into the contents to discover Table and Procedure objects.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months