[JBoss JIRA] (TEIIDDES-1037) Data types inported from flat file partially implemented in wizard
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1037?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-1037:
----------------------------------------
verified TD 8.6.1.CR1
> Data types inported from flat file partially implemented in wizard
> ------------------------------------------------------------------
>
> Key: TEIIDDES-1037
> URL: https://issues.jboss.org/browse/TEIIDDES-1037
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 7.5
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Fix For: 9.0, 8.6.1, 9.0.1
>
> Attachments: FlatFileDataTypes_NOT.png, out.webm, sample.csv
>
>
> The new Flat File metadata importer is great! Not having to write the TEXTTABLE function is a fine example of usability improvement.
> I noticed, during import, a dialog option that indicated datatypes can be the second line in the data file (column names being the first). That, and its associated help, are the only reference to this possibility (see attached screenshot). Without the actual functionality, it's confusing.
> Later in the wizardly process, the column names row number is captured. I suspect the types row--if present, and its use desired by the user--should also be determined at that point.
> The ability of importing the datatypes from the flat file would, IMHO, really enhance what is already a superb importer! (Yeah, I _do_ like it!)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2415) Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2415?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2415:
----------------------------------------
verified TD 8.6.1.CR1
> Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2415
> URL: https://issues.jboss.org/browse/TEIIDDES-2415
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Web Services Support
> Affects Versions: 9.0
> Environment: Ubuntu 14.04 LTS
> OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Eclipse Luna Service Release 1 (4.4.1)
> Build id: 20140925-1800
> Teiid Designer 9.0.0.Final-v20141216-2002-B3222
> Reporter: Wladislaw Mitzel
> Assignee: Ted Jones
> Fix For: 8.6.1, 9.0.1
>
> Attachments: 2014-12-29_14-59-13.png, new_connection_maximized.png, new_connection_normal.png, out.webm
>
>
> The import wizard for {{Web Service Source >> Source and View Model (REST)}} has various errors regarding the handling of parameters. The initial creation dialog {{New connection profile}} does not show buttons for addition or removal of parameters. The {{connection properties}} dialog displays the buttons, but the changes are not persisted.
> Furthermore there is a parsing error for the following JSON response:
> {code}
> {
> "md5": "37a6259cc0c1dae299a7866489dff0bd",
> "original": "null"
> }
> {code}
> Please see "Steps to reproduce" for further explanation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2278) Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2278?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2278:
----------------------------------------
verified with TD 8.6.1.CR1
> Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-2278
> URL: https://issues.jboss.org/browse/TEIIDDES-2278
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.0, 8.6.1, 9.0.1
>
> Attachments: JBDS.log, screen.png, server.log
>
>
> When I try to start server in JBDS, it gets stuck on "Performing pre-launch check..."
> Not all translators are loaded (for example, translator "ws") so I can not use some VDBs.
> I tried to completely reinstall DV and also JBDS + Teiid Designer, it didn't help.
> WINDOWS 8.1
> JBDS 7.1.1.GA
> Teiid Designer 8.3.3.Final-v20140613-1202-B88
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2444) Import flat file via remote URL problem
by Jan Stastny (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2444?page=com.atlassian.jira.plu... ]
Jan Stastny commented on TEIIDDES-2444:
---------------------------------------
I also found Unhandled event loop exception after clicking 'next' button:
java.lang.NullPointerException
at org.teiid.designer.transformation.ui.wizards.file.TeiidMetadataImportViewModelPage.viewAlreadyExists(TeiidMetadataImportViewModelPage.java:621)
at org.teiid.designer.transformation.ui.wizards.file.TeiidMetadataImportViewModelPage.validatePage(TeiidMetadataImportViewModelPage.java:433)
at org.teiid.designer.transformation.ui.wizards.file.TeiidMetadataImportViewModelPage.setVisible(TeiidMetadataImportViewModelPage.java:183)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1259)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1238)
at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1227)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1225)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:915)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
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)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
at org.eclipse.jface.window.Window.open(Window.java:802)
at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
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:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> Import flat file via remote URL problem
> ---------------------------------------
>
> Key: TEIIDDES-2444
> URL: https://issues.jboss.org/browse/TEIIDDES-2444
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.6.1
> Reporter: Jan Stastny
>
> When importing flat file via remote URL the import can't be finished. It gets stuck on screen 'Flat File Delimited Columns Parser Settings' where the 'next' button is enabled, but nothing happens after clicking it.
> I encountered the issue while performing this test script: https://mojo.redhat.com/docs/DOC-1016720
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month