[JBoss JIRA] (TEIIDDES-2765) View model procedure_response created using SOAP import is missing information in XMLNAMESPACES()
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2765?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2765.
----------------------------------
Resolution: Out of Date
This is no longer an issue, since the fix for TEIIDDES-2748 was reverted. (The issue was caused by the fix for 2748)
> View model procedure_response created using SOAP import is missing information in XMLNAMESPACES()
> -------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2765
> URL: https://issues.jboss.org/browse/TEIIDDES-2765
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.5
> Environment: MAC
> Reporter: Matus Makovy
> Priority: Critical
> Attachments: Screen Shot 2016-01-21 at 10.16.55.png
>
>
> Transformation SQL on xxx_response procedures looks like this:
> {code:java}
> CREATE VIRTUAL PROCEDURE
> BEGIN
> SELECT t.* FROM
> XMLTABLE(XMLNAMESPACES() , '/FullCountryInfoResponse/return' PASSING CountriesSOAPServiceView.FullCountryInfo_response.xml_in
> COLUMNS
> continentCode string PATH '/continentCode',
> capitalCity string PATH '/capitalCity',
> currencyIsoCode string PATH '/currencyIsoCode',
> isoCode string PATH '/isoCode',
> name string PATH '/name',
> phoneCode string PATH '/phoneCode') AS t;
> END
> {code}
> XMLNAMESPACES() is empty. When I add: "'http://qe.dv.jboss.org/' AS tns" everything works. (I copied this from TD 9.0.4)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2762) REST import parameter issue - problem on java 8
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2762?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2762:
-----------------------------------
Labels: verified_jbdsis-8.0.5 (was: )
> REST import parameter issue - problem on java 8
> -----------------------------------------------
>
> Key: TEIIDDES-2762
> URL: https://issues.jboss.org/browse/TEIIDDES-2762
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.5
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Blocker
> Labels: verified_jbdsis-8.0.5
> Fix For: 9.0.5, 10.0.1, 9.2.1
>
> Attachments: Screen Shot 2016-01-15 at 11.41.18.png
>
>
> I discovered this on 9.0.5, but the issue seems to be caused by Java 8, so it doesn't matter which version of TD is used.
> I tried to import data from REST ws and when I added some parameter (name of parameter is "new") I got following error:
> {code:java}
> Illegal character(s) in message header field: rest_param:new
> {code}
> This seems to be problem only with Java 8. It works with Java 7.
> Marked this as blocker, because user cannot import from REST if he wants to use some parameters during import. After some googling I found out that this could be an issue in Java not in Designer.
> Java version: 1.8.0_65, vendor: Oracle Corporation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2762) REST import parameter issue - problem on java 8
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2762?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2762.
----------------------------------
> REST import parameter issue - problem on java 8
> -----------------------------------------------
>
> Key: TEIIDDES-2762
> URL: https://issues.jboss.org/browse/TEIIDDES-2762
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.5
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Blocker
> Labels: verified_jbdsis-8.0.5
> Fix For: 9.0.5, 10.0.1, 9.2.1
>
> Attachments: Screen Shot 2016-01-15 at 11.41.18.png
>
>
> I discovered this on 9.0.5, but the issue seems to be caused by Java 8, so it doesn't matter which version of TD is used.
> I tried to import data from REST ws and when I added some parameter (name of parameter is "new") I got following error:
> {code:java}
> Illegal character(s) in message header field: rest_param:new
> {code}
> This seems to be problem only with Java 8. It works with Java 7.
> Marked this as blocker, because user cannot import from REST if he wants to use some parameters during import. After some googling I found out that this could be an issue in Java not in Designer.
> Java version: 1.8.0_65, vendor: Oracle Corporation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Debbie Steigner (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Debbie Steigner commented on TEIIDDES-2769:
-------------------------------------------
!ENTRY org.eclipse.jface 4 2 2016-01-26 07:03:46.484
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.roles.ui.wizard.DataRoleWizard.<init>(DataRoleWizard.java:159)
at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$1.selected(DataRolesPanel.java:172)
at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:197)
at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:1)
at org.teiid.designer.ui.common.table.TableAndToolBar$1.doubleClick(TableAndToolBar.java:79)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:831)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:828)
at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1124)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1237)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:252)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:249)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:311)
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)
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Debbie Steigner (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Debbie Steigner reassigned TEIIDDES-2769:
-----------------------------------------
Assignee: Barry LaFond
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Debbie Steigner (JIRA)
Debbie Steigner created TEIIDDES-2769:
-----------------------------------------
Summary: NPE when trying to edit a Data Role created in older teiid designer version
Key: TEIIDDES-2769
URL: https://issues.jboss.org/browse/TEIIDDES-2769
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 9.0.4
Reporter: Debbie Steigner
migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2436) StackOverflow Exception Importing VDB via JDBC Importer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2436?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2436:
----------------------------------------
[~asmigala] Can log another JIRA for the remaining/confusing part in your last comment? I"m not able to really reproduce the dual-radio button state and I think set-up is key.
The JDBC importer caches the values of the 3 radio button options, so thinking this is a "clean workspace" issue? once a user select an option, the importer should auto-select the cached value (Show all schema, Show only selected schema or Show selected and Connection Profile filtered schema)
> StackOverflow Exception Importing VDB via JDBC Importer
> -------------------------------------------------------
>
> Key: TEIIDDES-2436
> URL: https://issues.jboss.org/browse/TEIIDDES-2436
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 9.0.1
> Reporter: Ted Jones
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 10.0.1, 9.2.1
>
> Attachments: import-vdb.png, JdbcImoprtObjectsPage_TEIIDDES_2436.patch
>
>
> Receiving StackOverflow exception importing a VDB via the JDBC importer using the following steps:
> 1. Import a JDBC source (any source)
> a. On page 3, select "Show Selected Schemas".
> 2. Now try importing a deployed VDB. You will receive a StackOverflow exception.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (TEIIDDES-2767) Illegal argument exception if explorer context menu launched prior to explorer view fully functional
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2767?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2767.
------------------------------------
Resolution: Done
master: https://github.com/Teiid-Designer/teiid-designer/commit/8db4cbc169eb09dc3...
> Illegal argument exception if explorer context menu launched prior to explorer view fully functional
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2767
> URL: https://issues.jboss.org/browse/TEIIDDES-2767
> Project: Teiid Designer
> Issue Type: Bug
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 10.0.1, 9.2.1
>
>
> Re-opening a workspace with projects and larger model sets will take a little longer to launch.
> Right-clicking on the explorer may throw the following because Model Explorer is adding a listener that calls fillContextMenu() on it's own. Need to check that ModelerActionService is fully added/functional.
> org.eclipse.core.runtime.AssertionFailedException: null argument:Action must not be null
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.jface.action.ContributionManager.add(ContributionManager.java:76)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.createRefactorMenu(ModelExplorerResourceNavigator.java:1206)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.fillContextMenu(ModelExplorerResourceNavigator.java:1291)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator$13.menuAboutToShow(ModelExplorerResourceNavigator.java:1144)
> at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> 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.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:198)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:3841)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3399)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months