[JBoss JIRA] (TEIIDDES-2169) SWT Widget Disposed errors creating Web Services
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2169:
--------------------------------------
Summary: SWT Widget Disposed errors creating Web Services
Key: TEIIDDES-2169
URL: https://issues.jboss.org/browse/TEIIDDES-2169
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.5
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.5
Create Web Service model from source model
Received the following logged exception twice and just need to add an isDisposed() check
{code}
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4397)
at org.eclipse.swt.SWT.error(SWT.java:4312)
at org.eclipse.swt.SWT.error(SWT.java:4283)
at org.eclipse.swt.widgets.Widget.error(Widget.java:481)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:418)
at org.eclipse.swt.custom.CTabItem.getControl(CTabItem.java:162)
at org.teiid.designer.webservice.ui.editor.OperationEditorPage$1$1.widgetSelected(OperationEditorPage.java:138)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2167) Cannot find registered translator "file" when deploying or executing VDB; preview works
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2167:
----------------------------------------
Can you attach Teiid Designer's log file under your workspace's .metadata folder?
> Cannot find registered translator "file" when deploying or executing VDB; preview works
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2167
> URL: https://issues.jboss.org/browse/TEIIDDES-2167
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 8.5
> Environment: Windows 7
> Eclipse Kepler with Designer 8.5.0.Alpha2
> JBoss EAP 6.1.0 Final
> JBoss Teiid 8.6.0 Final standalone (localhost)
> Reporter: John Muller
> Labels: FileConnector, translator
> Attachments: standalone-teiid.xml, TEIIDDES-2167_console.log, TEIIDDES-2167_project.zip
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> After modeling a simple CSV file using the "Create source model from local flat file source" and creating a Preview VDB deployed to a local standalone, unclustered Teiid 8.6 final box, the Preview VDB works. However, attempting to deploy the actual VDB fails with:
> "One or more models in VDB "zipFlatFileVDB" are either missing a translator name or have a translator name that is not found on the current Teiid Instance. These translator problems must be fixed before you can deploy the VDB".
> The source model's connection info is below in name -> value pairs:
> connectionProfileProviderId -> org.eclipse.datatools.connectivity.oda.flatfile
> ParentDirectory -> C:\Users\jmuller\Documents
> connectionProfileInstanceID -> 16447210-df7c-11e3-ad0b-97d7f7ba1428
> translator name -> file
> connectionProfileCategory -> org.eclipse.datatools.connectivity.oda.flatfile
> connectionProfileName -> zipFileSource
> connectionProfileDescription ->
> The FileManagedConnectionFactory datasource for the source model was created prior to attempting to deploy the VDB.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2167) Cannot find registered translator "file" when deploying or executing VDB; preview works
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2167:
----------------------------------------
Looking at the artifacts & server connection info, it all looks fine:
Your Source model contains property connection properties including the *file* translator type:
{code:xml}
<annotations xmi:uuid="mmuuid:ce905fe4-b7a7-4111-9779-b29a4351bc76" annotatedObject="mmuuid/150a2741-140b-4f17-8103-a0c673e3672e">
<tags xmi:uuid="mmuuid:23e0d84c-6f8c-4ef6-8d22-25ae963f0298" key="connection:FlatFileHomeUrl" value="C:\Users\jmuller\Documents"/>
<tags xmi:uuid="mmuuid:245419d0-879c-4ee6-b2e1-e9ee42495f2b" key="connectionProfile:connectionProfileName" value="zipFileSource"/>
<tags xmi:uuid="mmuuid:499dad42-8db6-4b75-bf6e-920a579ec527" key="connection:FlatFileDelimeter" value="COMMA"/>
<tags xmi:uuid="mmuuid:536be547-66db-40ca-aa40-bf94b1f1172f" key="connectionProfile:connectionProfileProviderId" value="org.eclipse.datatools.connectivity.oda.flatfile"/>
<tags xmi:uuid="mmuuid:a9d1b1f3-c23f-4d98-b960-6beb29b85709" key="translator:name" value="file"/>
<tags xmi:uuid="mmuuid:b28a146d-34d2-4a19-8d76-25e40cd01668" key="connection:FlatFileSecondLineDataType" value="NO"/>
<tags xmi:uuid="mmuuid:f4e389d9-be7d-4b91-9f0a-2553c2d761ab" key="connectionProfile:connectionProfileInstanceID" value="16447210-df7c-11e3-ad0b-97d7f7ba1438"/>
<tags xmi:uuid="mmuuid:ef58806e-982e-49a9-84ff-b79614a2a677" key="connection:FlatFileCharSet" value="UTF-8"/>
<tags xmi:uuid="mmuuid:ddc43109-ce62-417b-bddf-f93b049e567f" key="connection:FlatFileFirstLineColumnName" value="YES"/>
<tags xmi:uuid="mmuuid:9fa5b65e-0013-40cc-bddf-756ba70fbf85" key="connectionProfile:connectionProfileDescription" value=""/>
<tags xmi:uuid="mmuuid:039e1ceb-d9f7-41bc-b719-3815185b8c91" key="connectionProfile:connectionProfileCategory" value="org.eclipse.datatools.connectivity.oda.flatfile"/>
<tags xmi:uuid="mmuuid:b0ed9c09-6bc3-4827-83dd-5bf3dd5d7f60" key="modelExtensionDefinition:relational" value="relational"/>
</annotations>
{code}
The *standalone-teiid.xml* file contains the file translator: <translator name="file" module="org.jboss.teiid.translator.file"/> and the resource-adapter for your source model:
{code:xml}
<resource-adapter id="SourceModel">
<module slot="main" id="org.jboss.teiid.resource-adapter.file"/>
<transaction-support>NoTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.file.FileManagedConnectionFactory" jndi-name="java:/SourceModel" enabled="true" pool-name="SourceModel">
<config-property name="ParentDirectory">
C:\Users\jmuller\Documents
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
{code}
... and the main file resource-adapter
{code:xml}
<resource-adapter id="file">
<module slot="main" id="org.jboss.teiid.resource-adapter.file"/>
</resource-adapter>
{code}
> Cannot find registered translator "file" when deploying or executing VDB; preview works
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2167
> URL: https://issues.jboss.org/browse/TEIIDDES-2167
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 8.5
> Environment: Windows 7
> Eclipse Kepler with Designer 8.5.0.Alpha2
> JBoss EAP 6.1.0 Final
> JBoss Teiid 8.6.0 Final standalone (localhost)
> Reporter: John Muller
> Labels: FileConnector, translator
> Attachments: standalone-teiid.xml, TEIIDDES-2167_console.log, TEIIDDES-2167_project.zip
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> After modeling a simple CSV file using the "Create source model from local flat file source" and creating a Preview VDB deployed to a local standalone, unclustered Teiid 8.6 final box, the Preview VDB works. However, attempting to deploy the actual VDB fails with:
> "One or more models in VDB "zipFlatFileVDB" are either missing a translator name or have a translator name that is not found on the current Teiid Instance. These translator problems must be fixed before you can deploy the VDB".
> The source model's connection info is below in name -> value pairs:
> connectionProfileProviderId -> org.eclipse.datatools.connectivity.oda.flatfile
> ParentDirectory -> C:\Users\jmuller\Documents
> connectionProfileInstanceID -> 16447210-df7c-11e3-ad0b-97d7f7ba1428
> translator name -> file
> connectionProfileCategory -> org.eclipse.datatools.connectivity.oda.flatfile
> connectionProfileName -> zipFileSource
> connectionProfileDescription ->
> The FileManagedConnectionFactory datasource for the source model was created prior to attempting to deploy the VDB.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2110) Update 8.5 Documentation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2110?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2110:
-----------------------------------
Description:
Update docs for these JIRA
* TEIIDDES-433 - Request ability to select which tables you want "Update Data Source Statistics" to update >>> *new verbage and maybe screen cap*
* TEIIDDES-1257 - When in transformation editor, enable the ability to right click on an invalid function and create it >>> *show context action and dialog*
* TEIIDDES-1875 - Add ability to View a Built-In MED >>> *screen caps of menu/action/toolbar*
* TEIIDDES-1984 - Enhance security for data roles UI >> *New screen cap for data role editor dialog*
* TEIIDDES-2027 - Additional gui security support >> *New Vdb Editor properties editor screen cap*
* TEIIDDES-2033 - Need to provide all system functions (i.e, aggregates) that user can use >> *document availability of system functions in Function Builder wizard*
* TEIIDDES-2069 - Improve Default Server naming and make it consistent >>> *verbage and screen caps containing the Default Server section*
* TEIIDDES-2093 - Populate the "import" properties defined for translator >>> *new screen cap of Import Properties page*
* TEIIDDES-2094 - Support for dynamic extension metadata >>> *additional built-in MEDs from applicable Translators*
* TEIIDDES-2098 - Add basic new project/model/vdb actions to the Model Explorer Toolbar >>> *Model Explorer toolbar screencap & documentation*
* TEIIDDES-2100 - Add ability to migrate older models containing table names with "." characters >>> *new action/dialogs/quick-fixes*
* TEIIDDES-2108 - Edit Translator Overrides action (TEIIDDES-1251)
* TEIIDDES-2109 - New *Connection* sub-menu
* TEIIDDES-2138 - Restrict "New VDB" wizard's "Add model" to the current project >>> *New work-flow limitations* Include work for TEIIDDES-2120 & TEIIDDES-2168
* TEIIDDES-2142 - 'New VDB Data Role' Dialog needs layout improvement >>> *new screen caps*
* TEIIDDES-2149 - Simplify VDB Editor layout
was:
Update docs for these JIRA
* TEIIDDES-2108 - Edit Translator Overrides action (TEIIDDES-1251)
* TEIIDDES-2109 - New *Connection* sub-menu
* TEIIDDES-2149 - Simplify VDB Editor layout
* TEIIDDES-2100 - Add ability to migrate older models containing table names with "." characters >>> *new action/dialogs/quick-fixes*
* TEIIDDES-2094 - Support for dynamic extension metadata >>> *additional built-in MEDs from applicable Translators*
* TEIIDDES-2093 - Populate the "import" properties defined for translator >>> *new screen cap of Import Properties page*
* TEIIDDES-2033 - Need to provide all system functions (i.e, aggregates) that user can use >> *document availability of system functions in Function Builder wizard*
* TEIIDDES-1257 - When in transformation editor, enable the ability to right click on an invalid function and create it >>> *show context action and dialog*
* TEIIDDES-2142 - 'New VDB Data Role' Dialog needs layout improvement >>> *new screen caps*
* TEIIDDES-433 - Request ability to select which tables you want "Update Data Source Statistics" to update >>> *new verbage and maybe screen cap*
* TEIIDDES-1875 - Add ability to View a Built-In MED >>> *screen caps of menu/action/toolbar*
* TEIIDDES-2069 - Improve Default Server naming and make it consistent >>> *verbage and screen caps containing the Default Server section*
> Update 8.5 Documentation
> ------------------------
>
> Key: TEIIDDES-2110
> URL: https://issues.jboss.org/browse/TEIIDDES-2110
> Project: Teiid Designer
> Issue Type: Task
> Components: Documentation
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> Update docs for these JIRA
> * TEIIDDES-433 - Request ability to select which tables you want "Update Data Source Statistics" to update >>> *new verbage and maybe screen cap*
> * TEIIDDES-1257 - When in transformation editor, enable the ability to right click on an invalid function and create it >>> *show context action and dialog*
> * TEIIDDES-1875 - Add ability to View a Built-In MED >>> *screen caps of menu/action/toolbar*
> * TEIIDDES-1984 - Enhance security for data roles UI >> *New screen cap for data role editor dialog*
> * TEIIDDES-2027 - Additional gui security support >> *New Vdb Editor properties editor screen cap*
> * TEIIDDES-2033 - Need to provide all system functions (i.e, aggregates) that user can use >> *document availability of system functions in Function Builder wizard*
> * TEIIDDES-2069 - Improve Default Server naming and make it consistent >>> *verbage and screen caps containing the Default Server section*
> * TEIIDDES-2093 - Populate the "import" properties defined for translator >>> *new screen cap of Import Properties page*
> * TEIIDDES-2094 - Support for dynamic extension metadata >>> *additional built-in MEDs from applicable Translators*
> * TEIIDDES-2098 - Add basic new project/model/vdb actions to the Model Explorer Toolbar >>> *Model Explorer toolbar screencap & documentation*
> * TEIIDDES-2100 - Add ability to migrate older models containing table names with "." characters >>> *new action/dialogs/quick-fixes*
> * TEIIDDES-2108 - Edit Translator Overrides action (TEIIDDES-1251)
> * TEIIDDES-2109 - New *Connection* sub-menu
> * TEIIDDES-2138 - Restrict "New VDB" wizard's "Add model" to the current project >>> *New work-flow limitations* Include work for TEIIDDES-2120 & TEIIDDES-2168
> * TEIIDDES-2142 - 'New VDB Data Role' Dialog needs layout improvement >>> *new screen caps*
> * TEIIDDES-2149 - Simplify VDB Editor layout
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2164) Editing teiid importer connection url can't be finished
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2164?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2164:
-----------------------------------
Workaround Description: Delete the original Connection Profile and create a new profile with the new URL
Workaround: Workaround Exists
> Editing teiid importer connection url can't be finished
> -------------------------------------------------------
>
> Key: TEIIDDES-2164
> URL: https://issues.jboss.org/browse/TEIIDDES-2164
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 8.5, 8.3.4
>
> Attachments: bug.png
>
>
> I have Teiid importer connection set up without authentication and when I try to edit its URL I get an error message "The User Name cannot be empty" (the same with password) but my connection doesn't need authentication, so I don't have any username or password. 'OK' button is disabled.
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2164) Editing teiid importer connection url can't be finished
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2164?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2164:
-----------------------------------
Fix Version/s: 8.3.4
(was: 8.3.3)
> Editing teiid importer connection url can't be finished
> -------------------------------------------------------
>
> Key: TEIIDDES-2164
> URL: https://issues.jboss.org/browse/TEIIDDES-2164
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 8.5, 8.3.4
>
> Attachments: bug.png
>
>
> I have Teiid importer connection set up without authentication and when I try to edit its URL I get an error message "The User Name cannot be empty" (the same with password) but my connection doesn't need authentication, so I don't have any username or password. 'OK' button is disabled.
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2161) Merge various fixes from master into 8.3.4
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2161?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2161:
-----------------------------------
Description:
*Candidates*
* TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
*Completed Upstream*
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
* 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-2164 Editing teiid importer connection url can't be finished
was:
*Candidates*
* TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
*Completed Upstream*
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
* 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
> 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
> Reporter: Barry LaFond
> Fix For: 8.3.4
>
>
> *Candidates*
> * TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
> * TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
> *Completed Upstream*
> * TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
> * TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
> * 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-2164 Editing teiid importer connection url can't be finished
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2161) Merge various fixes from master into 8.3.4
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2161?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2161:
-----------------------------------
Description:
*Candidates*
* TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
*Completed Upstream*
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
* 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-2164 Editing teiid importer connection url can't be finished
was:
*Candidates*
* TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
* TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
*Completed Upstream*
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
* 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-2164 Editing teiid importer connection url can't be finished
> 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
> Reporter: Barry LaFond
> Fix For: 8.3.4
>
>
> *Candidates*
> * TEIIDDES-2100 Add ability to migrate older models containing table names with "." characters
> * TEIIDDES-2152 Adding source table with quoted name results in wrong generated SQL statement
> *Completed Upstream*
> * TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project (work around exists, suggest push to 8.3.4)
> * TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override (no bz, suggest push to 8.3.4)
> * 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-2164 Editing teiid importer connection url can't be finished
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2160) Merge various fixes from master into 8.3.3
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2160?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2160:
-----------------------------------
Description:
A handful of fixes for 8.5 release have been requested to be back-ported and applied to next 8.3 release, namely, 8.3
*Candidates*
* TEIIDDES-#### None
*Completed Upstream*
* TEIIDDES-2168 Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand (required for TEIIDDES-2120)
*Merged*
* TEIIDDES-1901 Teiid Connection Importer is using the pool-name instead of jndi name
* TEIIDDES-1945 fixed via TEIIDDES-2104
* TEIIDDES-1961 Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
* TEIIDDES-2061 char[n+] field is truncated by importer
* TEIIDDES-2101 Query resolution fails on procedure that references XmlDocument
* TEIIDDES-2104 NPE launching Undeploy VDB Action in server view
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2136 File Source (XML) importer reverses Root patch when typed (Windows)
* TEIIDDES-2155 Generating WS From Source Procedure Fails when Direction Type for Column is RETURN
* TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
* Misc... *6db82635538d6f3aab029e207678de3dac4e47fd* and *e9255d4187f437ad491cb2ad9fe8eba83e7ea29a*
was:
A handful of fixes for 8.5 release have been requested to be back-ported and applied to next 8.3 release, namely, 8.3
*Candidates*
* TEIIDDES-#### None
*Completed Upstream*
* TEIIDDES-2168 Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand (required for TEIIDDES-2120)
* TEIIDDES-2164 Editing teiid importer connection url can't be finished
*Merged*
* TEIIDDES-1901 Teiid Connection Importer is using the pool-name instead of jndi name
* TEIIDDES-1945 fixed via TEIIDDES-2104
* TEIIDDES-1961 Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
* TEIIDDES-2061 char[n+] field is truncated by importer
* TEIIDDES-2101 Query resolution fails on procedure that references XmlDocument
* TEIIDDES-2104 NPE launching Undeploy VDB Action in server view
* TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
* TEIIDDES-2136 File Source (XML) importer reverses Root patch when typed (Windows)
* TEIIDDES-2155 Generating WS From Source Procedure Fails when Direction Type for Column is RETURN
* TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
* Misc... *6db82635538d6f3aab029e207678de3dac4e47fd* and *e9255d4187f437ad491cb2ad9fe8eba83e7ea29a*
> Merge various fixes from master into 8.3.3
> ------------------------------------------
>
> Key: TEIIDDES-2160
> URL: https://issues.jboss.org/browse/TEIIDDES-2160
> Project: Teiid Designer
> Issue Type: Task
> Components: Build, Release Work
> Affects Versions: 8.3.3
> Reporter: Barry LaFond
> Assignee: Johnathon Lee
> Priority: Blocker
> Fix For: 8.3.3
>
>
> A handful of fixes for 8.5 release have been requested to be back-ported and applied to next 8.3 release, namely, 8.3
> *Candidates*
> * TEIIDDES-#### None
> *Completed Upstream*
> * TEIIDDES-2168 Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand (required for TEIIDDES-2120)
> *Merged*
> * TEIIDDES-1901 Teiid Connection Importer is using the pool-name instead of jndi name
> * TEIIDDES-1945 fixed via TEIIDDES-2104
> * TEIIDDES-1961 Create User Defined Wizard Displays The UDF Jar Path In Reverse Order From Entered Text
> * TEIIDDES-2061 char[n+] field is truncated by importer
> * TEIIDDES-2101 Query resolution fails on procedure that references XmlDocument
> * TEIIDDES-2104 NPE launching Undeploy VDB Action in server view
> * TEIIDDES-2120 unable to reference same name .xsd when saving .vdb
> * TEIIDDES-2136 File Source (XML) importer reverses Root patch when typed (Windows)
> * TEIIDDES-2155 Generating WS From Source Procedure Fails when Direction Type for Column is RETURN
> * TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions
> * Misc... *6db82635538d6f3aab029e207678de3dac4e47fd* and *e9255d4187f437ad491cb2ad9fe8eba83e7ea29a*
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 6 months