[JBoss JIRA] (TEIIDDES-3128) For input string "1.0.0"
by Matej Kralik (Jira)
[ https://issues.jboss.org/browse/TEIIDDES-3128?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3128.
----------------------------------
> For input string "1.0.0"
> ------------------------
>
> Key: TEIIDDES-3128
> URL: https://issues.jboss.org/browse/TEIIDDES-3128
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 11.1
> Reporter: Shiloh Jordan
> Priority: Major
> Attachments: for input string.png, image-2017-10-27-16-51-30-101.png
>
>
> I am following the Guides view in Teiid Designer and I have done the following:
> * defined Teiid Model Project
> * Created JDBC connection
> * created source model for jdbc data source
> I am able to preview my data (although I do get the following error):
> "_Error occurred during deployment of VDB: PREVIEW- ....._"
> am not able to execute my VDB. I get this error message:
> For input string "1.0.0"
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (TEIIDDES-3086) Issue when importing Flat files
by Matej Kralik (Jira)
[ https://issues.jboss.org/browse/TEIIDDES-3086?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3086.
----------------------------------
> Issue when importing Flat files
> -------------------------------
>
> Key: TEIIDDES-3086
> URL: https://issues.jboss.org/browse/TEIIDDES-3086
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 11.0.1
> Environment: Teiid Version 8.12.10
> Reporter: Madou Coulibaly
> Assignee: Barry LaFond
> Priority: Major
> Attachments: editor1.png, editor2.png, execution.png, wizard.png
>
>
> Several issues when importing CSV file using Teiid Designer
> # Double quotes are added on the first fields of the file. (wizard.png)
> # When we remove these double quotes from the Transformation Editor, we got a mapping error. (editor1.png)
> # We are not able anymore to add double quotes (because of SQL validation and Auto-Syntax), we have to click on "Reconcile Transformation SQL with Target Columns" button and bind the missing field. This will have an alias with double quotes and add "ROW DELIMITER ';'" information. (editor2.png)
> # After removing the "ROW DELIMITER ';'" information, we execute the query and we got another error "org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30181 HEADER entry missing for column name airlinePartner in file:xxxx"
> # We have to replace "HEADER" to "SKIP 1" to get a result (execution.png) but we still need to keep the alias with double quotes for the first field in the projection area.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (TEIIDDES-3222) Error saving dynamic vdb to workspace
by Matej Kralik (Jira)
Matej Kralik created TEIIDDES-3222:
--------------------------------------
Summary: Error saving dynamic vdb to workspace
Key: TEIIDDES-3222
URL: https://issues.jboss.org/browse/TEIIDDES-3222
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.2.1
Environment: Windows 10
Reporter: Matej Kralik
Attachments: jdg6final.zip, windows.png
When I have a project with JDG6 or JDG7 and I want to save VDB as XML VDB, an Error dialog is shown. I am able to reproduce it only on Windows 10. When I click OK, dynamic VDB is created anyway. After that, the next saving is without any issue. So this issue happens only for first generating an XML file.
Stack trace from the log:
{code:java}
org.eclipse.core.runtime.CoreException: Problems encountered while deleting files.
at org.eclipse.core.internal.filesystem.local.LocalFile.delete(LocalFile.java:139)
at org.eclipse.core.internal.resources.ResourceTree.internalDeleteFile(ResourceTree.java:310)
at org.eclipse.core.internal.resources.ResourceTree.standardDeleteFile(ResourceTree.java:796)
at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1764)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:749)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager$2.run(GenerateDynamicVdbManager.java:440)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:471)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager.saveToWorkspace(GenerateDynamicVdbManager.java:466)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager.write(GenerateDynamicVdbManager.java:255)
at org.teiid.designer.runtime.ui.actions.GenerateDynamicVdbAction.run(GenerateDynamicVdbAction.java:68)
at org.teiid.designer.vdb.ui.editor.VdbEditor$26.widgetSelected(VdbEditor.java:1838)
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:4118)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3931)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3534)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:667)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:597)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:656)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
Contains: Could not delete: C:\Users\jboss\workspace_td11.2.beta_JDG7_issue2\jdgTest\BookMat-vdb.xml.
java.nio.file.FileSystemException: C:\Users\jboss\workspace_td11.2.beta_JDG7_issue2\jdgTest\BookMat-vdb.xml: The process cannot access the file because it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1165)
at org.eclipse.core.internal.filesystem.local.LocalFile.internalDelete(LocalFile.java:220)
at org.eclipse.core.internal.filesystem.local.LocalFile.delete(LocalFile.java:137)
at org.eclipse.core.internal.resources.ResourceTree.internalDeleteFile(ResourceTree.java:310)
at org.eclipse.core.internal.resources.ResourceTree.standardDeleteFile(ResourceTree.java:796)
at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1764)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:749)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:719)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager$2.run(GenerateDynamicVdbManager.java:440)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:471)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager.saveToWorkspace(GenerateDynamicVdbManager.java:466)
at org.teiid.designer.runtime.ui.wizards.vdbs.GenerateDynamicVdbManager.write(GenerateDynamicVdbManager.java:255)
at org.teiid.designer.runtime.ui.actions.GenerateDynamicVdbAction.run(GenerateDynamicVdbAction.java:68)
at org.teiid.designer.vdb.ui.editor.VdbEditor$26.widgetSelected(VdbEditor.java:1838)
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:4118)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3931)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3534)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:667)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:597)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:656)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (TEIIDDES-3221) REST WAR File Creation Failed
by Matej Kralik (Jira)
[ https://issues.jboss.org/browse/TEIIDDES-3221?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3221.
----------------------------------
Resolution: Done
https://github.com/Teiid-Designer/teiid-designer/commit/940f49c7bf294367a...
https://github.com/Teiid-Designer/teiid-designer/commit/dd88a7d4e22a0291f...
> REST WAR File Creation Failed
> -----------------------------
>
> Key: TEIIDDES-3221
> URL: https://issues.jboss.org/browse/TEIIDDES-3221
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 11.2.1
> Reporter: Matej Kralik
> Priority: Blocker
> Attachments: restProject.zip
>
>
> When I want to generate REST WAR from a VDB, the error that REST WAR File Creation Failed shows after Create REST WAR File dialog.
> Error log:
> {code:java}
> java.lang.Exception: package org.json does not exist
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createResourceJavaClasses(RestWebArchiveBuilderImpl.java:608)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createWebArchive(RestWebArchiveBuilderImpl.java:226)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.execute(RestWarDeploymentInfoDialog.java:214)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog$1.run(RestWarDeploymentInfoDialog.java:169)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:471)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.okPressed(RestWarDeploymentInfoDialog.java:178)
> at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:466)
> at org.eclipse.jface.dialogs.Dialog.lambda$0(Dialog.java:619)
> at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:81)
> 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:5686)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1370)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4940)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4518)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.open(RestWarDeploymentInfoDialog.java:190)
> at org.teiid.designer.runtime.ui.actions.GenerateRestWarAction.run(GenerateRestWarAction.java:150)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> 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:5686)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1370)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4940)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4518)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:667)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:597)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
> 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:656)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (TEIIDDES-3221) REST WAR File Creation Failed
by Matej Kralik (Jira)
Matej Kralik created TEIIDDES-3221:
--------------------------------------
Summary: REST WAR File Creation Failed
Key: TEIIDDES-3221
URL: https://issues.jboss.org/browse/TEIIDDES-3221
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.2.1
Reporter: Matej Kralik
Attachments: restProject.zip
When I want to generate REST WAR from a VDB, the error that REST WAR File Creation Failed shows after Create REST WAR File dialog.
Error log:
{code:java}
java.lang.Exception: package org.json does not exist
at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createResourceJavaClasses(RestWebArchiveBuilderImpl.java:608)
at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createWebArchive(RestWebArchiveBuilderImpl.java:226)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.execute(RestWarDeploymentInfoDialog.java:214)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog$1.run(RestWarDeploymentInfoDialog.java:169)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:471)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.okPressed(RestWarDeploymentInfoDialog.java:178)
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:466)
at org.eclipse.jface.dialogs.Dialog.lambda$0(Dialog.java:619)
at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:81)
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:5686)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1370)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4940)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4518)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.open(RestWarDeploymentInfoDialog.java:190)
at org.teiid.designer.runtime.ui.actions.GenerateRestWarAction.run(GenerateRestWarAction.java:150)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
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:5686)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1370)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4940)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4518)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:667)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:597)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:656)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (TEIIDDES-2870) Usability: Multiple UDF jars, one gets removed when VDB is synch'd
by Matej Kralik (Jira)
[ https://issues.jboss.org/browse/TEIIDDES-2870?page=com.atlassian.jira.plu... ]
Matej Kralik commented on TEIIDDES-2870:
----------------------------------------
[~blafond] I think it is not necessary. When the users want to deploy JAR file which is not referenced to any model, they can right click on them and choose "Mark as Deployable or deploy it via JBoss CLI. I don't see any use-case when the users want to add a JAR file to the VDB which is not connected in any models.
[~van.halbert] Were both JARs connected to any model from VDB? If so, the issue is gone.
> Usability: Multiple UDF jars, one gets removed when VDB is synch'd
> ------------------------------------------------------------------
>
> Key: TEIIDDES-2870
> URL: https://issues.jboss.org/browse/TEIIDDES-2870
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 10.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Major
> Fix For: 11.2.1
>
> Attachments: UDFsProject.zip
>
>
> When there are multiple UDF's jar's are added, and the VDB needs resynching, it will remove the second jar. Which has to be readded.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months