[JBoss JIRA] (TEIIDDES-2511) Import from SOAP WS problems with View model
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2511?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2511:
---------------------------------------------------
Matus Makovy <mmakovy(a)redhat.com> changed the Status of [bug 1219010|https://bugzilla.redhat.com/show_bug.cgi?id=1219010] from NEW to VERIFIED
> Import from SOAP WS problems with View model
> --------------------------------------------
>
> Key: TEIIDDES-2511
> URL: https://issues.jboss.org/browse/TEIIDDES-2511
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 9.1, 9.0.2 Beta2, 9.0.2
>
> Attachments: screen.png
>
>
> After finishing import from SOAP WS, View model reports problem.
> Some SWTException -> See attachment
> Also, I am importing two procedures "FullCountryInfo()" and "FullCountryInfoAllCountries()" and I see only one procedure in the View model.
> Lastly, I think that there is one part missing. For example after import of procedure "FullCountryInfo" I should have in the view model 3 procedures: "FullCountryInfo_request" , "FullCountryInfo_response" and "FullCountryInfo" and there are only 2 of them. See screenshot
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (TEIIDDES-2511) Import from SOAP WS problems with View model
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2511?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2511.
----------------------------------
verified TD 9.0.2.Final
> Import from SOAP WS problems with View model
> --------------------------------------------
>
> Key: TEIIDDES-2511
> URL: https://issues.jboss.org/browse/TEIIDDES-2511
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 9.1, 9.0.2 Beta2, 9.0.2
>
> Attachments: screen.png
>
>
> After finishing import from SOAP WS, View model reports problem.
> Some SWTException -> See attachment
> Also, I am importing two procedures "FullCountryInfo()" and "FullCountryInfoAllCountries()" and I see only one procedure in the View model.
> Lastly, I think that there is one part missing. For example after import of procedure "FullCountryInfo" I should have in the view model 3 procedures: "FullCountryInfo_request" , "FullCountryInfo_response" and "FullCountryInfo" and there are only 2 of them. See screenshot
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (TEIIDDES-2540) Cannot create Data Source on the server
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2540?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration updated TEIIDDES-2540:
----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1224681
> Cannot create Data Source on the server
> ---------------------------------------
>
> Key: TEIIDDES-2540
> URL: https://issues.jboss.org/browse/TEIIDDES-2540
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 9.0.2 Beta2
> Reporter: Andrej Šmigala
> Priority: Critical
>
> Right clicking Data Sources under the Teiid Instance in Servers view and selecting Create Data Source fails with an empty error message.
> This is caused by a NPE in the code on lines 125 - 133 here: https://github.com/Teiid-Designer/teiid-designer/blob/f28c49b8dafe2a7351e...
> Stacktrace:
> {noformat}
> java.lang.NullPointerException
> at org.teiid.designer.runtime.ui.connection.CreateDataSourceAction.run(CreateDataSourceAction.java:130)
> at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$7.run(TeiidServerActionProvider.java:359)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
> 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:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> 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: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:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months
[JBoss JIRA] (TEIIDDES-2540) Cannot create Data Source on the server
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2540:
----------------------------------------
Summary: Cannot create Data Source on the server
Key: TEIIDDES-2540
URL: https://issues.jboss.org/browse/TEIIDDES-2540
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 9.0.2 Beta2
Reporter: Andrej Šmigala
Priority: Critical
Right clicking Data Sources under the Teiid Instance in Servers view and selecting Create Data Source fails with an empty error message.
This is caused by a NPE in the code on lines 125 - 133 here: https://github.com/Teiid-Designer/teiid-designer/blob/f28c49b8dafe2a7351e...
Stacktrace:
{noformat}
java.lang.NullPointerException
at org.teiid.designer.runtime.ui.connection.CreateDataSourceAction.run(CreateDataSourceAction.java:130)
at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$7.run(TeiidServerActionProvider.java:359)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
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:4454)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
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: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:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 4 months