[JBoss JIRA] (TEIIDDES-2887) Unable to edit the admin port on the Teiid Instance Tab
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2887?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2887.
----------------------------------
> Unable to edit the admin port on the Teiid Instance Tab
> -------------------------------------------------------
>
> Key: TEIIDDES-2887
> URL: https://issues.jboss.org/browse/TEIIDDES-2887
> Project: Teiid Designer
> Issue Type: Bug
> Components: Usability
> Affects Versions: 10.0.2
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 11.0.1
>
>
> When the DV server is started with port offsets means that in Teiid Designer, the Teiid Instance tab, the admin port needs to be adjusted accordingly. However, its not editable and doesn't pull its info from the Overview tab when port offsets are configured. This issue arises in cases where the server is externally administered and you don't wan to have to install a local EAP instance in order to manage it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (TEIIDDES-2991) Cannot generate REST war in TD
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2991?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2991.
----------------------------------
> Cannot generate REST war in TD
> ------------------------------
>
> Key: TEIIDDES-2991
> URL: https://issues.jboss.org/browse/TEIIDDES-2991
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.2
> Environment: MAC
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes
> Fix For: 11.0.1
>
> Attachments: project.zip
>
>
> When I right click the VDB and select Modeling -> generate REST WAR I get this excetption:
> {code:java}
> java.lang.Exception: no suitable method found for create(org.teiid.query.parser.TeiidParser,org.teiid.query.parser.TeiidNodeFactory.ASTNodes)
> method org.teiid.query.parser.TeiidNodeFactory.<T>create(org.teiid.designer.runtime.version.spi.ITeiidServerVersion,org.teiid.query.parser.TeiidNodeFactory.ASTNodes) is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch; org.teiid.query.parser.TeiidParser cannot be converted to org.teiid.designer.runtime.version.spi.ITeiidServerVersion))
> method org.teiid.query.parser.TeiidNodeFactory.<T>create(org.teiid.designer.runtime.version.spi.ITeiidServerVersion,int) is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch; org.teiid.query.parser.TeiidParser cannot be converted to org.teiid.designer.runtime.version.spi.ITeiidServerVersion))
> 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:463)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:371)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:500)
> 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$2.widgetSelected(Dialog.java:619)
> 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:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> 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:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.jboss.reddeer.eclipse.core.UITestApplication.start(UITestApplication.java:47)
> 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:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> 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:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
> Project attached.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (TEIIDDES-2991) Cannot generate REST war in TD
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2991?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2991:
-----------------------------------
Labels: release_notes (was: )
> Cannot generate REST war in TD
> ------------------------------
>
> Key: TEIIDDES-2991
> URL: https://issues.jboss.org/browse/TEIIDDES-2991
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.2
> Environment: MAC
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes
> Fix For: 11.0.1
>
> Attachments: project.zip
>
>
> When I right click the VDB and select Modeling -> generate REST WAR I get this excetption:
> {code:java}
> java.lang.Exception: no suitable method found for create(org.teiid.query.parser.TeiidParser,org.teiid.query.parser.TeiidNodeFactory.ASTNodes)
> method org.teiid.query.parser.TeiidNodeFactory.<T>create(org.teiid.designer.runtime.version.spi.ITeiidServerVersion,org.teiid.query.parser.TeiidNodeFactory.ASTNodes) is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch; org.teiid.query.parser.TeiidParser cannot be converted to org.teiid.designer.runtime.version.spi.ITeiidServerVersion))
> method org.teiid.query.parser.TeiidNodeFactory.<T>create(org.teiid.designer.runtime.version.spi.ITeiidServerVersion,int) is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch; org.teiid.query.parser.TeiidParser cannot be converted to org.teiid.designer.runtime.version.spi.ITeiidServerVersion))
> 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:463)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:371)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:500)
> 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$2.widgetSelected(Dialog.java:619)
> 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:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
> at org.eclipse.jface.window.Window.open(Window.java:803)
> 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:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.jboss.reddeer.eclipse.core.UITestApplication.start(UITestApplication.java:47)
> 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:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> 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:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
> Project attached.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (TEIIDDES-3010) Add feature to provide adding After Triggers to materialized views/tables
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3010?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-3010 at 2/1/17 3:25 PM:
----------------------------------------------------------------
Created Mockup of a new Model Editor *Materialization* editor page
was (Author: blafond):
> Add feature to provide adding After Triggers to materialized views/tables
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-3010
> URL: https://issues.jboss.org/browse/TEIIDDES-3010
> Project: Teiid Designer
> Issue Type: Enhancement
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 12.0
>
> Attachments: Sample Materialization Editor Page.bmml, Sample Materialization Editor Page.png, teditor-toolbar.png
>
>
> TEIID-4627 adds support for source level triggers to be called after CDC events.
> The triggers are similar to what is supported by views, but "INSTEAD OF" is not supported - just AFTER.
> CREATE TRIGGER name ON table AFTER (INSERT|UPDATE|DELETE) FOR EACH ROW statement
> Just like view triggers new/old/changing values can be referenced. Note that unlike view triggers, these must be named as an arbitrary number of them are supported per table (like other of our constructs they are scoped to the table, not to the schema).
> We may eventually want to support multiple event types for a single trigger and may need to support internal events as well.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (TEIIDDES-3010) Add feature to provide adding After Triggers to materialized views/tables
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3010?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3010:
-----------------------------------
Summary: Add feature to provide adding After Triggers to materialized views/tables (was: High-level event handling)
> Add feature to provide adding After Triggers to materialized views/tables
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-3010
> URL: https://issues.jboss.org/browse/TEIIDDES-3010
> Project: Teiid Designer
> Issue Type: Enhancement
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 12.0
>
> Attachments: Sample Materialization Editor Page.bmml, Sample Materialization Editor Page.png, teditor-toolbar.png
>
>
> TEIID-4627 adds support for source level triggers to be called after CDC events.
> The triggers are similar to what is supported by views, but "INSTEAD OF" is not supported - just AFTER.
> CREATE TRIGGER name ON table AFTER (INSERT|UPDATE|DELETE) FOR EACH ROW statement
> Just like view triggers new/old/changing values can be referenced. Note that unlike view triggers, these must be named as an arbitrary number of them are supported per table (like other of our constructs they are scoped to the table, not to the schema).
> We may eventually want to support multiple event types for a single trigger and may need to support internal events as well.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (TEIIDDES-3010) High-level event handling
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3010?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3010:
----------------------------------------
> High-level event handling
> -------------------------
>
> Key: TEIIDDES-3010
> URL: https://issues.jboss.org/browse/TEIIDDES-3010
> Project: Teiid Designer
> Issue Type: Enhancement
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 12.0
>
> Attachments: Sample Materialization Editor Page.bmml, Sample Materialization Editor Page.png, teditor-toolbar.png
>
>
> TEIID-4627 adds support for source level triggers to be called after CDC events.
> The triggers are similar to what is supported by views, but "INSTEAD OF" is not supported - just AFTER.
> CREATE TRIGGER name ON table AFTER (INSERT|UPDATE|DELETE) FOR EACH ROW statement
> Just like view triggers new/old/changing values can be referenced. Note that unlike view triggers, these must be named as an arbitrary number of them are supported per table (like other of our constructs they are scoped to the table, not to the schema).
> We may eventually want to support multiple event types for a single trigger and may need to support internal events as well.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months