[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)
* 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*
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-2164 Editing teiid importer connection url can't be finished
* 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)
*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)
> * 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*
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2155) Generating WS From Source Procedure Fails when Direction Type for Column is RETURN
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2155?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2155:
--------------------------------
Attachment: sqlstoredproceduresample.zip
Attached sample project for testing
> Generating WS From Source Procedure Fails when Direction Type for Column is RETURN
> ----------------------------------------------------------------------------------
>
> Key: TEIIDDES-2155
> URL: https://issues.jboss.org/browse/TEIIDDES-2155
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.3.2
> Reporter: Ted Jones
> Assignee: Ted Jones
> Priority: Critical
> Fix For: 8.5, 8.3.3
>
> Attachments: sqlstoredproceduresample.zip
>
>
> When generating a web service for a source model, we check for direction types of OUT and IN/OUT, but do not check for a type of RETURN. This cause the ws model generation to fail with an error stating their is no root.
> Need to add check for RETURN direction type.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2168) Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2168?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2168.
------------------------------------
Fix Version/s: 8.3.3
(was: 8.3.4)
Resolution: Done
1) Added validator to check if .project is missing VDB builder command
2) Added Quick Fix resolution to add the VDB builder if missing
Done
> Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
> --------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2168
> URL: https://issues.jboss.org/browse/TEIIDDES-2168
> Project: Teiid Designer
> Issue Type: Bug
> Components: Usability, VDB & Execution
> Affects Versions: 8.3.2
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.5, 8.3.3
>
> Attachments: Books_TEIIDDES_2120.zip
>
>
> Importing attached model project set, the VDB should end up with an Error problem marker associated with same named models in VDB (Books.xmi and Books.xsd). Because the old .project doesn't have the following build command, the VDB is not validated and the error isn't created:
> {code:xml}
> <buildCommand>
> <name>org.teiid.designer.vdb.ui.vdbBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> {code}
> Need a check and maybe a validation error on the ".project" to detect the older project and a quick fix to update the .project to add the VDB builder entry.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2168) Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2168?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2168:
--------------------------------------
Assignee: Barry LaFond
> Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
> --------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2168
> URL: https://issues.jboss.org/browse/TEIIDDES-2168
> Project: Teiid Designer
> Issue Type: Bug
> Components: Usability, VDB & Execution
> Affects Versions: 8.3.2
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.5, 8.3.4
>
> Attachments: Books_TEIIDDES_2120.zip
>
>
> Importing attached model project set, the VDB should end up with an Error problem marker associated with same named models in VDB (Books.xmi and Books.xsd). Because the old .project doesn't have the following build command, the VDB is not validated and the error isn't created:
> {code:xml}
> <buildCommand>
> <name>org.teiid.designer.vdb.ui.vdbBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> {code}
> Need a check and maybe a validation error on the ".project" to detect the older project and a quick fix to update the .project to add the VDB builder entry.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2120) unable to reference same name .xsd when saving .vdb
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2120?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2120:
----------------------------------------
Note that to make the attached Model Project Set validate, you'll need to add the following to the .project file (text file) after importing:
{code:xml}
<buildCommand>
<name>org.teiid.designer.vdb.ui.vdbBuilder</name>
<arguments>
</arguments>
</buildCommand>
{code}
> unable to reference same name .xsd when saving .vdb
> ---------------------------------------------------
>
> Key: TEIIDDES-2120
> URL: https://issues.jboss.org/browse/TEIIDDES-2120
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3
> Reporter: Johnathon Lee
> Assignee: Paul Richardson
> Fix For: 8.5, 8.3.3
>
> Attachments: Books_2120.vdb, Books_TEIIDDES_2120.zip
>
>
> User can no longer add same name .xsd to a vdb (name same, location(s) different).
> Results in:
> java.lang.RuntimeException: javax.xml.bind.UnmarshalException
> - with linked exception:
> [org.xml.sax.SAXParseException; lineNumber: 61; columnNumber: 168; Duplicate unique value [<name>] declared for identity constraint of element "vdb".]
> at org.teiid.core.designer.CoreModelerPlugin.toRuntimeException(CoreModelerPlugin.java:76)
> at org.teiid.core.designer.util.OperationUtil.perform(OperationUtil.java:50)
> at org.teiid.designer.vdb.VdbUtil.getVdbManifest(VdbUtil.java:178)
> at org.teiid.designer.vdb.VdbUtil.isPreviewVdb(VdbUtil.java:120)
> at org.teiid.designer.runtime.preview.PreviewManager.isPreviewVdb(PreviewManager.java:267)
> at org.teiid.designer.runtime.preview.PreviewManager.findPvdbs(PreviewManager.java:656)
> at org.teiid.designer.runtime.preview.PreviewManager.handleModelProjectOpened(PreviewManager.java:895)
> at org.teiid.designer.runtime.preview.PreviewManager.done(PreviewManager.java:466)
> at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:39)
> at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:112)
> at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:152)
> at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:647)
> at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:70)
> Caused by: javax.xml.bind.UnmarshalException
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2168) Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2168:
--------------------------------------
Summary: Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
Key: TEIIDDES-2168
URL: https://issues.jboss.org/browse/TEIIDDES-2168
Project: Teiid Designer
Issue Type: Bug
Components: Usability, VDB & Execution
Affects Versions: 8.3.2
Reporter: Barry LaFond
Fix For: 8.5, 8.3.4
Attachments: Books_TEIIDDES_2120.zip
Importing attached model project set, the VDB should end up with an Error problem marker associated with same named models in VDB (Books.xmi and Books.xsd). Because the old .project doesn't have the following build command, the VDB is not validated and the error isn't created:
{code:xml}
<buildCommand>
<name>org.teiid.designer.vdb.ui.vdbBuilder</name>
<arguments>
</arguments>
</buildCommand>
{code}
Need a check and maybe a validation error on the ".project" to detect the older project and a quick fix to update the .project to add the VDB builder entry.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2168) Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2168?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2168:
-----------------------------------
Attachment: Books_TEIIDDES_2120.zip
> Importing older (7.x) model projects into 8.x Designer results in .project not including the VdbBuilder buildCommand
> --------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2168
> URL: https://issues.jboss.org/browse/TEIIDDES-2168
> Project: Teiid Designer
> Issue Type: Bug
> Components: Usability, VDB & Execution
> Affects Versions: 8.3.2
> Reporter: Barry LaFond
> Fix For: 8.5, 8.3.4
>
> Attachments: Books_TEIIDDES_2120.zip
>
>
> Importing attached model project set, the VDB should end up with an Error problem marker associated with same named models in VDB (Books.xmi and Books.xsd). Because the old .project doesn't have the following build command, the VDB is not validated and the error isn't created:
> {code:xml}
> <buildCommand>
> <name>org.teiid.designer.vdb.ui.vdbBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> {code}
> Need a check and maybe a validation error on the ".project" to detect the older project and a quick fix to update the .project to add the VDB builder entry.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (TEIIDDES-2161) Merge various fixes from master into 8.3.4
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2161?page=com.atlassian.jira.plu... ]
Ted Jones 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
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
* TEIIDDES-2153 Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
*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
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months