[JBoss JIRA] (TEIIDDES-3156) VDB "Test" did not create a connection profile automatically
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-3156:
--------------------------------------
Summary: VDB "Test" did not create a connection profile automatically
Key: TEIIDDES-3156
URL: https://issues.jboss.org/browse/TEIIDDES-3156
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 11.0
Reporter: Ramesh Reddy
Execute VDB action, as I remember used to create connection profile automatically such that user can click OK and execute. With the current version, it makes you enter all the values again including the VDB name. All the required information is available, so this should be automatically created.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3155) Consider Search Window on Model Explorer
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-3155:
--------------------------------------
Summary: Consider Search Window on Model Explorer
Key: TEIIDDES-3155
URL: https://issues.jboss.org/browse/TEIIDDES-3155
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling
Affects Versions: 11.0
Reporter: Ramesh Reddy
Consider a "search" box on the new model explorer window where it shows all the tables in the model. If there are many tables in the model, this would be good to narrow down tables looking for, this is similar to model filtering on VDB explorer window.
- Also consider auto minimizing expanded columns on all tables, with single click action.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3154) Index keys not created for quoted columns names
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-3154:
--------------------------------------
Summary: Index keys not created for quoted columns names
Key: TEIIDDES-3154
URL: https://issues.jboss.org/browse/TEIIDDES-3154
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.0
Reporter: Ramesh Reddy
Priority: Critical
If table has a columns like
CREATE FOREIGN TABLE Blah (
id int,
"year" date,
PRIMARY KEY ("year")
);
Then during the metadata import process, the PK is ignored. Also test same scenario for UNIQUE KEY and FOREIGN KEY.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3129) Create Web Service model from remote WSDL with digest authentication doesn't work
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3129?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-3129.
---------------------------------
Resolution: Done
Added username/password for Digest secured web services used for the web service model importer. Also modified stream logic of WSDL.
> Create Web Service model from remote WSDL with digest authentication doesn't work
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-3129
> URL: https://issues.jboss.org/browse/TEIIDDES-3129
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1.1
> Environment: Fedora 26
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 11.1.1
>
>
> I want to create web service from remote WSDL File which has set digest security. I set URL, security type, username and password and click OK. Validate passed successful but the wizard is still as before and I am not able to continue. In the error log is this exception:
> {code:java}
> java.lang.IllegalArgumentException: Username may not be null
> at org.apache.http.util.Args.notNull(Args.java:54)
> at org.apache.http.auth.UsernamePasswordCredentials.<init>(UsernamePasswordCredentials.java:80)
> at org.teiid.designer.core.util.URLHelper.createFileFromUrlInternalwithDigest(URLHelper.java:236)
> at org.teiid.designer.core.util.URLHelper.createFileFromUrlwithDigest(URLHelper.java:146)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage.addURLWsdlFile(WsdlSelectionPage.java:844)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage.access$3(WsdlSelectionPage.java:830)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage$3.execute(WsdlSelectionPage.java:481)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite$6.run(WsdlFileSelectionComposite.java:318)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator$2$1.run(UiBusyIndicator.java:206)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4497)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4110)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.executeRunnable(UiBusyIndicator.java:227)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhileInternal(UiBusyIndicator.java:159)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:116)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite.handleAddURLWsdlFile(WsdlFileSelectionComposite.java:314)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite.access$2(WsdlFileSelectionComposite.java:304)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite$3.widgetSelected(WsdlFileSelectionComposite.java:147)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5268)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4522)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4107)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:158)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:290)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:305)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:239)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:390)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:151)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:161)
> at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:99)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
> at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5268)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4522)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4107)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3146) Teiid Execution plan locks up Teiid Designer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3146?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3146:
-----------------------------------
Fix Version/s: 11.1.1
> Teiid Execution plan locks up Teiid Designer
> --------------------------------------------
>
> Key: TEIIDDES-3146
> URL: https://issues.jboss.org/browse/TEIIDDES-3146
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 11.1
> Environment: JBoss Developer Studio 11 with Teiid Designer 11.1
> Reporter: Michael Echevarria
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 11.1.1
>
> Attachments: lockup.mkv, preview-data-input-dialog.png
>
>
> Previewing data on any datasource that is not relational (file, excel, REST, etc) will produce a delay as the Teiid Execution Plan is calculated. During calculation, the entire Teiid Designer workspace is locked. When calculating execution plans on more than one datasource this delay can take several minutes. The designer is completely unusable while calculating
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3146) Teiid Execution plan locks up Teiid Designer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3146?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3146:
-----------------------------------
Attachment: preview-data-input-dialog.png
> Teiid Execution plan locks up Teiid Designer
> --------------------------------------------
>
> Key: TEIIDDES-3146
> URL: https://issues.jboss.org/browse/TEIIDDES-3146
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 11.1
> Environment: JBoss Developer Studio 11 with Teiid Designer 11.1
> Reporter: Michael Echevarria
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 11.1.1
>
> Attachments: lockup.mkv, preview-data-input-dialog.png
>
>
> Previewing data on any datasource that is not relational (file, excel, REST, etc) will produce a delay as the Teiid Execution Plan is calculated. During calculation, the entire Teiid Designer workspace is locked. When calculating execution plans on more than one datasource this delay can take several minutes. The designer is completely unusable while calculating
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3129) Create Web Service model from remote WSDL with digest authentication doesn't work
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3129?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-3129:
--------------------------------
Git Pull Request: https://github.com/Teiid-Designer/teiid-designer/pull/585
> Create Web Service model from remote WSDL with digest authentication doesn't work
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-3129
> URL: https://issues.jboss.org/browse/TEIIDDES-3129
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1.1
> Environment: Fedora 26
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 11.1.1
>
>
> I want to create web service from remote WSDL File which has set digest security. I set URL, security type, username and password and click OK. Validate passed successful but the wizard is still as before and I am not able to continue. In the error log is this exception:
> {code:java}
> java.lang.IllegalArgumentException: Username may not be null
> at org.apache.http.util.Args.notNull(Args.java:54)
> at org.apache.http.auth.UsernamePasswordCredentials.<init>(UsernamePasswordCredentials.java:80)
> at org.teiid.designer.core.util.URLHelper.createFileFromUrlInternalwithDigest(URLHelper.java:236)
> at org.teiid.designer.core.util.URLHelper.createFileFromUrlwithDigest(URLHelper.java:146)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage.addURLWsdlFile(WsdlSelectionPage.java:844)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage.access$3(WsdlSelectionPage.java:830)
> at org.teiid.designer.webservice.ui.wizard.WsdlSelectionPage$3.execute(WsdlSelectionPage.java:481)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite$6.run(WsdlFileSelectionComposite.java:318)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator$2$1.run(UiBusyIndicator.java:206)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4497)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4110)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.executeRunnable(UiBusyIndicator.java:227)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhileInternal(UiBusyIndicator.java:159)
> at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:116)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite.handleAddURLWsdlFile(WsdlFileSelectionComposite.java:314)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite.access$2(WsdlFileSelectionComposite.java:304)
> at org.teiid.designer.ui.wizards.wsdl.WsdlFileSelectionComposite$3.widgetSelected(WsdlFileSelectionComposite.java:147)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5268)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4522)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4107)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:158)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:290)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:305)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:239)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:390)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:151)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:161)
> at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:99)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
> at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5268)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4522)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4107)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3153) Fix various Model Extension issues with import/export DDL and vdb.xml formats
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3153?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3153:
----------------------------------------
attached a sample file: my_custom_med.mxd
> Fix various Model Extension issues with import/export DDL and vdb.xml formats
> -----------------------------------------------------------------------------
>
> Key: TEIIDDES-3153
> URL: https://issues.jboss.org/browse/TEIIDDES-3153
> Project: Teiid Designer
> Issue Type: Bug
> Components: Extension Framework, Import/Export
> Affects Versions: 11.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: my_custom_med.mxd
>
>
> Current 11.1 Designer does not fully support import/export DDL and vdb.xml containing model extension properties, especially user's custom/logcal model extension definitions (*.mxd files)
> Applicable actions
> Model Explorer
> * Select source model with table and procedure and apply custom MED via Modeling >> Manage Model Extension Definitions
> ** set required properties
> * In primary Model Editor tab for the source model
> ** Select *Export Teiid DDL* and verify the DDL contains the OPTIONS() properties and the SET NAMESPACE statement
> ** Select a table and click the generate data service (vdb.xml) toolbar button (bottom). Verify OPTIONS() and SET NAMESPACE are there
> * Create a VDB containing the source model and open VDB Editor
> ** Select *Save As XML* button and verify OPTIONS() and SET NAMESPACE are in the generated *.vdb.xml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (TEIIDDES-3153) Fix various Model Extension issues with import/export DDL and vdb.xml formats
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3153?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3153:
-----------------------------------
Description:
Current 11.1 Designer does not fully support import/export DDL and vdb.xml containing model extension properties, especially user's custom/logcal model extension definitions (*.mxd files)
Applicable actions
Model Explorer
* Select source model with table and procedure and apply custom MED via Modeling >> Manage Model Extension Definitions
** set required properties
* In primary Model Editor tab for the source model
** Select *Export Teiid DDL* and verify the DDL contains the OPTIONS() properties and the SET NAMESPACE statement
** Select a table and click the generate data service (vdb.xml) toolbar button (bottom). Verify OPTIONS() and SET NAMESPACE are there
* Create a VDB containing the source model and open VDB Editor
** Select *Save As XML* button and verify OPTIONS() and SET NAMESPACE are in the generated *.vdb.xml
was:
Current 11.1 Designer does not fully support import/export DDL and vdb.xml containing model extension properties, especially user's custom/logcal model extension definitions (*.mxd files)
Applicable actions
Model Explorer
* Select source model with table and procedure and apply custom MED via Modeling >> Manage Model Extension Definitions
** set required properties
* In primary Model Editor tab for the source model
** Select
> Fix various Model Extension issues with import/export DDL and vdb.xml formats
> -----------------------------------------------------------------------------
>
> Key: TEIIDDES-3153
> URL: https://issues.jboss.org/browse/TEIIDDES-3153
> Project: Teiid Designer
> Issue Type: Bug
> Components: Extension Framework, Import/Export
> Affects Versions: 11.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: my_custom_med.mxd
>
>
> Current 11.1 Designer does not fully support import/export DDL and vdb.xml containing model extension properties, especially user's custom/logcal model extension definitions (*.mxd files)
> Applicable actions
> Model Explorer
> * Select source model with table and procedure and apply custom MED via Modeling >> Manage Model Extension Definitions
> ** set required properties
> * In primary Model Editor tab for the source model
> ** Select *Export Teiid DDL* and verify the DDL contains the OPTIONS() properties and the SET NAMESPACE statement
> ** Select a table and click the generate data service (vdb.xml) toolbar button (bottom). Verify OPTIONS() and SET NAMESPACE are there
> * Create a VDB containing the source model and open VDB Editor
> ** Select *Save As XML* button and verify OPTIONS() and SET NAMESPACE are in the generated *.vdb.xml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years