[JBoss JIRA] (TEIIDDES-2276) Windows only - XML File Importer will not let you add elements as columns
by Debbie Steigner (JIRA)
Debbie Steigner created TEIIDDES-2276:
-----------------------------------------
Summary: Windows only - XML File Importer will not let you add elements as columns
Key: TEIIDDES-2276
URL: https://issues.jboss.org/browse/TEIIDDES-2276
Project: Teiid Designer
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Import/Export
Affects Versions: 8.3.3, 8.4
Environment: Windows
Reporter: Debbie Steigner
This only happens in Window the Linux JBDS works fine. Using the attached xml file, trying importing it as a File source. At the XML File Data Import options, try to select the rss > channel > item > tns:StoreId and click Add to move it to the columns box. It won't do it and gives the below error in the log
!ENTRY org.eclipse.ui 4 0 2014-08-07 10:24:35.234
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.getName(TeiidXmlColumnInfo.java:212)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.validate(TeiidXmlColumnInfo.java:466)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.setRelativePath(TeiidXmlColumnInfo.java:290)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.setRelativePathInternal(TeiidXmlColumnInfo.java:300)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.<init>(TeiidXmlColumnInfo.java:141)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.<init>(TeiidXmlColumnInfo.java:95)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlFileInfo.addNewColumn(TeiidXmlFileInfo.java:277)
at org.teiid.designer.transformation.ui.wizards.xmlfile.panels.XmlFileContentsGroup.createColumn(XmlFileContentsGroup.java:174)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlImportXmlConfigurationPage.createColumn(TeiidXmlImportXmlConfigurationPage.java:233)
at org.teiid.designer.transformation.ui.wizards.xmlfile.panels.ColumnsInfoPanel$2.widgetSelected(ColumnsInfoPanel.java:112)
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.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:601)
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.ui.internal.actions.CommandAction.run(CommandAction.java:171)
at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
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:601)
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)
!ENTRY org.eclipse.ui 4 0 2014-08-07 10:25:54.277
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.getName(TeiidXmlColumnInfo.java:212)
at org.teiid.designer.transformation.ui.wizards.xmlfile.TeiidXmlColumnInfo.validate(TeiidXmlColumnInfo.java:466)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2268) NPE An internal error occurred during: "Loading Core provider".
by Greg MacKinnon (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2268?page=com.atlassian.jira.plu... ]
Greg MacKinnon commented on TEIIDDES-2268:
------------------------------------------
Thanks, Paul.
I'll apply the changes you propose to see if they address the problem. I'll update you once I've had a chance to do it.
Best Regards,
Greg
> NPE An internal error occurred during: "Loading Core provider".
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2268
> URL: https://issues.jboss.org/browse/TEIIDDES-2268
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Datatools Integration
> Affects Versions: 8.5, 8.6
> Environment: windows 7, eclipse kepler 4.3.2, teiid designer 8.5/8.6
> Reporter: Greg MacKinnon
>
> Here is a representative stack trace. This had been observed in teiid designer 8.5. I fetched the 8.6 teiid designer code, built and installed in on eclipse to workaround an AuthenticationType issue and have observed this NPE there as well.
>
> !ENTRY org.eclipse.core.jobs 4 2 2014-07-24 15:34:22.685
> !MESSAGE An internal error occurred during: "Loading Core provider".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.sqm.internal.core.definition.isAuthorizationIdentifierSupported(DatabaseDefinitionImpl.java:2014)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.vnode.ServerExplorerVNodeContentProviderNav.displayDatabaseChildren(ServerExplorerVNodeContentProviderNav.java:391)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:116)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:239)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractLayoutProviderNav.getChildren(AbstractLayoutProviderNav.java:85)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.impl.ServerExplorerContentProviderNav.load(ServerExplorerContentProviderNav.java:153)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.loading.LoadingJob.run(LoadingJob.java:43)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
>
> This occurs right after a call is made to load the definition.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2139) 2 Connections to same VDB in JBDS seem to share one password
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2139?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2139:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1093617|https://bugzilla.redhat.com/show_bug.cgi?id=1093617] from NEW to MODIFIED
> 2 Connections to same VDB in JBDS seem to share one password
> ------------------------------------------------------------
>
> Key: TEIIDDES-2139
> URL: https://issues.jboss.org/browse/TEIIDDES-2139
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Teiid Integration
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 8.3.4, 8.6, 8.5.1
>
>
> Description of problem:
> Connections to same VDB seem to share one password.
> I have 2 connections to one VDB and each connection should use different username and password(one with longer password and the other one with shorter).
> When I save the password in configuration of the first connection, the second connection doesn't work. In the preferences of the second one is obvious that the saved password is too long to be right, after retyping the password this connection works, but the other one doesn't...
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2161) Merge various fixes from master into 8.3.4
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2161?page=com.atlassian.jira.plu... ]
Paul Richardson updated TEIIDDES-2161:
--------------------------------------
Description:
*Candidates*
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
* TEIIDDES-2142 & TEIIDDES-2131 New VDB Data Role' Dialog needs layout improvement
* TEIIDDES-2147 Packaged runtime client lib versions in Designer are behind the corresponding server libs (Investigate if it's possible to back-port)
* TEIIDDES-2224 web service returns 500 when concurrent access
*Completed Upstream*
* TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
* TEIIDDES-2153 Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
* TEIIDDES-2162 WSDL->Souce/View Importer issues
*Merged*
* TEIIDDES-2017 NPE while using Teiid Connection Importer
* TEIIDDES-2018 DDL importer creates wrong data type for "integer"
* TEIIDDES-2089 Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
* TEIIDDES-2111 NPE trying to Preview Data (partial merge)
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override ( partial related commit)
* TEIIDDES-2164 Editing teiid importer connection url can't be finished
* TEIIDDES-2186 SWT Illegal Argument exception from Teiid Server Editor page
* TEIIDDES-2189 Add ModelType validation in the New MED wizard to prevent creating MED without one selected
* TEIIDDES-2196 Data Roles dialog issues (addresses TEIIDDES-2261)
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter (related to TEIIDDES-2100)
* TEIIDDES-2214 Cannot generate CXF WAR from VDB created in 8.3.3
* TEIIDDES-2244 Exception in TeiidServerVersion parsing "8.4.1-redhat-7"
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
* [91fc48c8|https://github.com/Teiid-Designer/teiid-designer/commit/91fc48c8...] - Miscellaneous fixes found while debugging TEIIDDES-2139 and TEIIDDES-2237
* [35a73da0|https://github.com/Teiid-Designer/teiid-designer/commit/35a73da0...] - Removes debug messages erroneously added by TEIIDDES-2139
was:
*Candidates*
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
* TEIIDDES-2142 & TEIIDDES-2131 New VDB Data Role' Dialog needs layout improvement
* TEIIDDES-2147 Packaged runtime client lib versions in Designer are behind the corresponding server libs (Investigate if it's possible to back-port)
* TEIIDDES-2224 web service returns 500 when concurrent access
*Completed Upstream*
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
* TEIIDDES-2153 Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
* TEIIDDES-2162 WSDL->Souce/View Importer issues
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
*Merged*
* TEIIDDES-2017 NPE while using Teiid Connection Importer
* TEIIDDES-2018 DDL importer creates wrong data type for "integer"
* TEIIDDES-2089 Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
* TEIIDDES-2111 NPE trying to Preview Data (partial merge)
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override ( partial related commit)
* TEIIDDES-2164 Editing teiid importer connection url can't be finished
* TEIIDDES-2186 SWT Illegal Argument exception from Teiid Server Editor page
* TEIIDDES-2189 Add ModelType validation in the New MED wizard to prevent creating MED without one selected
* TEIIDDES-2196 Data Roles dialog issues (addresses TEIIDDES-2261)
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter (related to TEIIDDES-2100)
* TEIIDDES-2214 Cannot generate CXF WAR from VDB created in 8.3.3
* TEIIDDES-2244 Exception in TeiidServerVersion parsing "8.4.1-redhat-7"
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2274 Row-based Security creates incorrect permission
> Merge various fixes from master into 8.3.4
> ------------------------------------------
>
> Key: TEIIDDES-2161
> URL: https://issues.jboss.org/browse/TEIIDDES-2161
> Project: Teiid Designer
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Patch Release
> Reporter: Barry LaFond
> Assignee: Johnathon Lee
> Priority: Blocker
> Fix For: 8.3.4
>
>
> *Candidates*
> * TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
> * TEIIDDES-2142 & TEIIDDES-2131 New VDB Data Role' Dialog needs layout improvement
> * TEIIDDES-2147 Packaged runtime client lib versions in Designer are behind the corresponding server libs (Investigate if it's possible to back-port)
> * TEIIDDES-2224 web service returns 500 when concurrent access
> *Completed Upstream*
> * TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
> * TEIIDDES-2153 Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
> * TEIIDDES-2162 WSDL->Souce/View Importer issues
> *Merged*
> * TEIIDDES-2017 NPE while using Teiid Connection Importer
> * TEIIDDES-2018 DDL importer creates wrong data type for "integer"
> * TEIIDDES-2089 Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
> * TEIIDDES-2111 NPE trying to Preview Data (partial merge)
> * TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project
> * TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override ( partial related commit)
> * TEIIDDES-2164 Editing teiid importer connection url can't be finished
> * TEIIDDES-2186 SWT Illegal Argument exception from Teiid Server Editor page
> * TEIIDDES-2189 Add ModelType validation in the New MED wizard to prevent creating MED without one selected
> * TEIIDDES-2196 Data Roles dialog issues (addresses TEIIDDES-2261)
> * TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter (related to TEIIDDES-2100)
> * TEIIDDES-2214 Cannot generate CXF WAR from VDB created in 8.3.3
> * TEIIDDES-2244 Exception in TeiidServerVersion parsing "8.4.1-redhat-7"
> * TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
> * TEIIDDES-2266 Unexpected internal error near index 1 on Windows
> * TEIIDDES-2274 Row-based Security creates incorrect permission
> * TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
> * TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
> * [91fc48c8|https://github.com/Teiid-Designer/teiid-designer/commit/91fc48c8...] - Miscellaneous fixes found while debugging TEIIDDES-2139 and TEIIDDES-2237
> * [35a73da0|https://github.com/Teiid-Designer/teiid-designer/commit/35a73da0...] - Removes debug messages erroneously added by TEIIDDES-2139
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2237) Server credentials for multiple Teiid instances sharing password
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2237?page=com.atlassian.jira.plu... ]
Paul Richardson resolved TEIIDDES-2237.
---------------------------------------
Resolution: Done
> Server credentials for multiple Teiid instances sharing password
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2237
> URL: https://issues.jboss.org/browse/TEIIDDES-2237
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Teiid Integration, VDB & Execution
> Affects Versions: 8.5
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: 8.6, 8.5.1
>
>
> 1) Set up EAP6.1Alpha + Teiid 7.7Final server (username=user, pwd=user)
> * Open Teiid server editor page and see user/****
> 2) Set up DV6.1DR1 server (username=teiidUser, pwd =teiidUser)
> 3) Start DV6.1DR1 server and open Teiid server editor page and see teiidUser/******** properties. Stop server.
> 4) Start EAP6.1Alpha + Teiid 7.7Final. Open Teiid server editor page and see user/********
> Seems the PWD from one server is being used for multiple servers?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2139) 2 Connections to same VDB in JBDS seem to share one password
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2139?page=com.atlassian.jira.plu... ]
Paul Richardson resolved TEIIDDES-2139.
---------------------------------------
Resolution: Done
> 2 Connections to same VDB in JBDS seem to share one password
> ------------------------------------------------------------
>
> Key: TEIIDDES-2139
> URL: https://issues.jboss.org/browse/TEIIDDES-2139
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Teiid Integration
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 8.3.4, 8.6, 8.5.1
>
>
> Description of problem:
> Connections to same VDB seem to share one password.
> I have 2 connections to one VDB and each connection should use different username and password(one with longer password and the other one with shorter).
> When I save the password in configuration of the first connection, the second connection doesn't work. In the preferences of the second one is obvious that the saved password is too long to be right, after retyping the password this connection works, but the other one doesn't...
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2268) NPE An internal error occurred during: "Loading Core provider".
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2268?page=com.atlassian.jira.plu... ]
Paul Richardson commented on TEIIDDES-2268:
-------------------------------------------
Hey [~gmackinnon]
I have a theory what the problem may be that you are running into and if I am right, it is a Designer issue.
>From the built plugin jars, can you inflate the contents of org.teiid.runtime.client and see if it contains the file TeiidDB.xmi?
If so, can you note the location of the file and what the location reference is to it listed in the plugin.xml file of the same plugin?
My rationale:
1. Looking at the source of DatabaseDefinitionImpl.java (line 2014):
{code}
return this.databaseVendorDefinition.isAuthorizationIdentifierSupported();
{code}
The most likely culprit for the NPE is the databaseVendorDefinition
2. For this field not to be set when using the teiid driver, its possible that something in the teiid driver's configuration is not being constructed. The teiidDB.xmi includes the following:
{code}
<DBDefinition:DatabaseVendorDefinition xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:DBDefinition="http:///org/eclipse/datatools/modelbase/dbdefinition/dbdefinition.ecore" vendor="Teiid" version="x.x.x" ...
{code}
3. When the teiidDB.xmi was migrated to the runtime.client plugin it was located to src/org/teiid/runtime/client/database/teiidDB.xmi which gets built to the jar location org/teiid/runtime/client/database/teiidDB.xmi (note no src) yet the plugin.xml still references the former path.
I have pushed a [commit|https://github.com/phantomjinx/teiid-designer/commit/5aa83e3ccd41e...] with this change. Would you mind applying it to your source, rebuilding and testing to see if the same error occurs?
Regards
Paul
> NPE An internal error occurred during: "Loading Core provider".
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2268
> URL: https://issues.jboss.org/browse/TEIIDDES-2268
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Datatools Integration
> Affects Versions: 8.5, 8.6
> Environment: windows 7, eclipse kepler 4.3.2, teiid designer 8.5/8.6
> Reporter: Greg MacKinnon
>
> Here is a representative stack trace. This had been observed in teiid designer 8.5. I fetched the 8.6 teiid designer code, built and installed in on eclipse to workaround an AuthenticationType issue and have observed this NPE there as well.
>
> !ENTRY org.eclipse.core.jobs 4 2 2014-07-24 15:34:22.685
> !MESSAGE An internal error occurred during: "Loading Core provider".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.sqm.internal.core.definition.isAuthorizationIdentifierSupported(DatabaseDefinitionImpl.java:2014)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.vnode.ServerExplorerVNodeContentProviderNav.displayDatabaseChildren(ServerExplorerVNodeContentProviderNav.java:391)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:116)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:239)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractLayoutProviderNav.getChildren(AbstractLayoutProviderNav.java:85)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.impl.ServerExplorerContentProviderNav.load(ServerExplorerContentProviderNav.java:153)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.loading.LoadingJob.run(LoadingJob.java:43)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
>
> This occurs right after a call is made to load the definition.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2268) NPE An internal error occurred during: "Loading Core provider".
by Greg MacKinnon (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2268?page=com.atlassian.jira.plu... ]
Greg MacKinnon commented on TEIIDDES-2268:
------------------------------------------
I successfully executed a VDB (created from another non-teiid relational data source). I think I'm using the same teiid driver for the teiid profile connection.
I see an incident on Eclipse BZ where someone was having the very same problem with a DB2 model (i.e., the NPE with an identical stack trace as shown in this issue). They recommended a workaround of upgrading some Datatools support to Luna. I tried this but it didn't appear to work. I'll probably append a comment to or open an issue on Eclipse BZ to see what they have to say.
To be clear, I can connect to a VDB. It is when I try to expand the VDB in Data Source Explorer that the NPE occurs.
> NPE An internal error occurred during: "Loading Core provider".
> ---------------------------------------------------------------
>
> Key: TEIIDDES-2268
> URL: https://issues.jboss.org/browse/TEIIDDES-2268
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Datatools Integration
> Affects Versions: 8.5, 8.6
> Environment: windows 7, eclipse kepler 4.3.2, teiid designer 8.5/8.6
> Reporter: Greg MacKinnon
>
> Here is a representative stack trace. This had been observed in teiid designer 8.5. I fetched the 8.6 teiid designer code, built and installed in on eclipse to workaround an AuthenticationType issue and have observed this NPE there as well.
>
> !ENTRY org.eclipse.core.jobs 4 2 2014-07-24 15:34:22.685
> !MESSAGE An internal error occurred during: "Loading Core provider".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.sqm.internal.core.definition.isAuthorizationIdentifierSupported(DatabaseDefinitionImpl.java:2014)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.vnode.ServerExplorerVNodeContentProviderNav.displayDatabaseChildren(ServerExplorerVNodeContentProviderNav.java:391)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:116)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:239)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractLayoutProviderNav.getChildren(AbstractLayoutProviderNav.java:85)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.impl.ServerExplorerContentProviderNav.load(ServerExplorerContentProviderNav.java:153)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.loading.LoadingJob.run(LoadingJob.java:43)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
>
> This occurs right after a call is made to load the definition.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2229) Merge various fixes from master into 8.5.1
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2229?page=com.atlassian.jira.plu... ]
Paul Richardson updated TEIIDDES-2229:
--------------------------------------
Description:
*Candidates*
* TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
* TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
* TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
* TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
* TEIIDDES-2224 - web service returns 500 when concurrent access
* TEIIDDES-2245 - Error Assigning WS CP to source model
* TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
* TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
*Completed Upstream*
TEIIDDES-#### <title>
*Merged*
* TEIIDDES-2110 Update 8.5 Documentation
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
* TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
* TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
* TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
* TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
* TEIIDDES-2208 Column layout issue in RelationalEditorPanel
* TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
* TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
* TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
* TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
* TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
* TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
* TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
* TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
* TEIIDDES-2254 rename View Model causes issues
* TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
* TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
* [e00652d|https://github.com/Teiid-Designer/teiid-designer/commit/e00652d3f...] - Miscellaneous fixes found while debugging TEIIDDES-2139 and TEIIDDES-2237
* [d032ea1|https://github.com/Teiid-Designer/teiid-designer/commit/d032ea1be...] - Removes debug messages erroneously added by TEIIDDES-2139
* [0513845|https://github.com/Teiid-Designer/teiid-designer/commit/0513845aa...] - Partially reverts changes to Handshake which introduces a regression when connecting to teiid versions less than 8.5
was:
*Candidates*
* TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
* TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
* TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
* TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
* TEIIDDES-2224 - web service returns 500 when concurrent access
* TEIIDDES-2245 - Error Assigning WS CP to source model
* TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
* TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
*Completed Upstream*
TEIIDDES-#### <title>
*Merged*
* TEIIDDES-2110 Update 8.5 Documentation
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
* TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
* TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
* TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
* TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
* TEIIDDES-2208 Column layout issue in RelationalEditorPanel
* TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
* TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
* TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
* TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
* TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
* TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
* TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
* TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
* TEIIDDES-2254 rename View Model causes issues
* TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
* TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
> Merge various fixes from master into 8.5.1
> ------------------------------------------
>
> Key: TEIIDDES-2229
> URL: https://issues.jboss.org/browse/TEIIDDES-2229
> Project: Teiid Designer
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Patch Release
> Affects Versions: 8.5.1
> Reporter: Ted Jones
> Assignee: Johnathon Lee
> Priority: Blocker
> Fix For: 8.5.1
>
>
> *Candidates*
> * TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
> * TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
> * TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
> * TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
> * TEIIDDES-2224 - web service returns 500 when concurrent access
> * TEIIDDES-2245 - Error Assigning WS CP to source model
> * TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
> * TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
> *Completed Upstream*
> TEIIDDES-#### <title>
> *Merged*
> * TEIIDDES-2110 Update 8.5 Documentation
> * TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
> * TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
> * TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
> * TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
> * TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
> * TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
> * TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
> * TEIIDDES-2208 Column layout issue in RelationalEditorPanel
> * TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
> * TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
> * TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
> * TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
> * TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
> * TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
> * TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
> * TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
> * TEIIDDES-2254 rename View Model causes issues
> * TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
> * TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
> * TEIIDDES-2274 Row-based Security creates incorrect permission
> * TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
> * TEIIDDES-2266 Unexpected internal error near index 1 on Windows
> * TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
> * TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
> * [e00652d|https://github.com/Teiid-Designer/teiid-designer/commit/e00652d3f...] - Miscellaneous fixes found while debugging TEIIDDES-2139 and TEIIDDES-2237
> * [d032ea1|https://github.com/Teiid-Designer/teiid-designer/commit/d032ea1be...] - Removes debug messages erroneously added by TEIIDDES-2139
> * [0513845|https://github.com/Teiid-Designer/teiid-designer/commit/0513845aa...] - Partially reverts changes to Handshake which introduces a regression when connecting to teiid versions less than 8.5
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months
[JBoss JIRA] (TEIIDDES-2229) Merge various fixes from master into 8.5.1
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2229?page=com.atlassian.jira.plu... ]
Paul Richardson updated TEIIDDES-2229:
--------------------------------------
Description:
*Candidates*
* TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
* TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
* TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
* TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
* TEIIDDES-2224 - web service returns 500 when concurrent access
* TEIIDDES-2245 - Error Assigning WS CP to source model
* TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
* TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
*Completed Upstream*
TEIIDDES-#### <title>
*Merged*
* TEIIDDES-2110 Update 8.5 Documentation
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
* TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
* TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
* TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
* TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
* TEIIDDES-2208 Column layout issue in RelationalEditorPanel
* TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
* TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
* TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
* TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
* TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
* TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
* TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
* TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
* TEIIDDES-2254 rename View Model causes issues
* TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
* TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
was:
*Candidates*
* TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
* TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
* TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
* TEIIDDES-2224 - web service returns 500 when concurrent access
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
* TEIIDDES-2245 - Error Assigning WS CP to source model
* TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
* TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
*Completed Upstream*
TEIIDDES-#### <title>
*Merged*
* TEIIDDES-2110 Update 8.5 Documentation
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
* TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
* TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
* TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
* TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
* TEIIDDES-2208 Column layout issue in RelationalEditorPanel
* TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
* TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
* TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
* TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
* TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
* TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
* TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
* TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
* TEIIDDES-2254 rename View Model causes issues
* TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
* TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
> Merge various fixes from master into 8.5.1
> ------------------------------------------
>
> Key: TEIIDDES-2229
> URL: https://issues.jboss.org/browse/TEIIDDES-2229
> Project: Teiid Designer
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Patch Release
> Affects Versions: 8.5.1
> Reporter: Ted Jones
> Assignee: Johnathon Lee
> Priority: Blocker
> Fix For: 8.5.1
>
>
> *Candidates*
> * TEIIDDES-1829 - Add Dynamic Parameter Capability to REST Connection Profile
> * TEIIDDES-2188 - Move the REST Importer out of the XML Importer and into a Separate Importer Option]
> * TEIIDDES-2190 - Update the Generated Transformation for REST to Support Dynamic Parameters
> * TEIIDDES-2218 - JBossWS-CXF/RestEasy WAR menu options are impl specific
> * TEIIDDES-2224 - web service returns 500 when concurrent access
> * TEIIDDES-2245 - Error Assigning WS CP to source model
> * TEIIDDES-1882 - Add Support for JSON Based Web Service Importing
> * TEIIDDES-2207 - Web Service Operation SQL valid in 8.3.2 but invalid in 8.5??
> *Completed Upstream*
> TEIIDDES-#### <title>
> *Merged*
> * TEIIDDES-2110 Update 8.5 Documentation
> * TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
> * TEIIDDES-2150 JBDS keeps selecting all operations in "Create relational model from WS" dialogue
> * TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
> * TEIIDDES-2179 Teiid connection importer choice of dynamic-vdb name needs to be unique
> * TEIIDDES-2198 Virtual procedure transformation not revalidated after changing parameter datatype
> * TEIIDDES-2203 Deletion of invalid (columnless) models causes NPE
> * TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter
> * TEIIDDES-2208 Column layout issue in RelationalEditorPanel
> * TEIIDDES-2212 Virtual procedures with function == TRUE still validates SQL transformations
> * TEIIDDES-2216 TEIID30181 HEADER entry missing for column name id in Unknown
> * TEIIDDES-2227 After deleting connection profile, action Guides -> Generate relational models from WSDL throws an exception
> * TEIIDDES-2228 Action "Generate relational models from WSDL(Guides)" ignores preselected Connection profile
> * TEIIDDES-2235 Preview uses Pool Name instead of JNDI name
> * TEIIDDES-2236 An error occurred while attempting to analyse the teiid instance's translator: salesforce
> * TEIIDDES-2240 Handling of fixed-length datatypes is not handled consistently
> * TEIIDDES-2242 If default Teiid runtime is set to version < 8.0 check VDB and warn user if VDB was created for >= 8.0
> * TEIIDDES-2254 rename View Model causes issues
> * TEIIDDES-2255 Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions
> * TEIIDDES-2257 Create VDB DataSource Dialog Enhancements
> * TEIIDDES-2274 Row-based Security creates incorrect permission
> * TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
> * TEIIDDES-2266 Unexpected internal error near index 1 on Windows
> * TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
> * TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 2 months