[JBoss JIRA] (TEIIDDES-2167) Cannot find registered translator "file" when deploying or executing VDB; preview works
by John Muller (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
John Muller updated TEIIDDES-2167:
----------------------------------
Attachment: standalone-teiid.xml
standalone-teiid.xml
> 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
>
> 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)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2167) Cannot find registered translator "file" when deploying or executing VDB; preview works
by John Muller (JIRA)
John Muller created TEIIDDES-2167:
-------------------------------------
Summary: 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
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)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2165) User can not use '.' for VDB name in order to version the VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2165?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2165:
----------------------------------------
the vdb-deployer.vdb schema defines a version attribute: <xs:attribute name="version" type="xs:int" use="required"/>
Teiid Designer has yet to expose VDB Version to the user. The current VDB builder hard-codes the version to *1*
> User can not use '.' for VDB name in order to version the VDB
> -------------------------------------------------------------
>
> Key: TEIIDDES-2165
> URL: https://issues.jboss.org/browse/TEIIDDES-2165
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3.2
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
>
> User can not use '.' for VDB name.
> According to the Official document[1], user should be able to use '.' to specify the version for VDB.
> [1]Administration_and_Configuration_Guide:11.2. Set the VDB Version
> https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Vir...
> Version-Release number of selected component (if applicable):
> Steps to Reproduce:
> 1. Create a new VDB named "test1.1"
> Actual results:
> error occurs. Please check attached screenshot named vdb_versioning_error.png
> Expected results:
> User can use '.' for VDB name.
> Additional info:
> Teiid Designer 8.3.2.Final-v20140328-2123-B54
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2166) User can not use '.' for VDB name in order to version the VDB
by Steven Hawkins (JIRA)
Steven Hawkins created TEIIDDES-2166:
----------------------------------------
Summary: User can not use '.' for VDB name in order to version the VDB
Key: TEIIDDES-2166
URL: https://issues.jboss.org/browse/TEIIDDES-2166
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.3.2
Reporter: Van Halbert
Assignee: Barry LaFond
Priority: Critical
User can not use '.' for VDB name.
According to the Official document[1], user should be able to use '.' to specify the version for VDB.
[1]Administration_and_Configuration_Guide:11.2. Set the VDB Version
https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Vir...
Version-Release number of selected component (if applicable):
Steps to Reproduce:
1. Create a new VDB named "test1.1"
Actual results:
error occurs. Please check attached screenshot named vdb_versioning_error.png
Expected results:
User can use '.' for VDB name.
Additional info:
Teiid Designer 8.3.2.Final-v20140328-2123-B54
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2165) User can not use '.' for VDB name in order to version the VDB
by Van Halbert (JIRA)
Van Halbert created TEIIDDES-2165:
-------------------------------------
Summary: User can not use '.' for VDB name in order to version the VDB
Key: TEIIDDES-2165
URL: https://issues.jboss.org/browse/TEIIDDES-2165
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.3.2
Reporter: Van Halbert
Priority: Critical
User can not use '.' for VDB name.
According to the Official document[1], user should be able to use '.' to specify the version for VDB.
[1]Administration_and_Configuration_Guide:11.2. Set the VDB Version
https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Vir...
Version-Release number of selected component (if applicable):
Steps to Reproduce:
1. Create a new VDB named "test1.1"
Actual results:
error occurs. Please check attached screenshot named vdb_versioning_error.png
Expected results:
User can use '.' for VDB name.
Additional info:
Teiid Designer 8.3.2.Final-v20140328-2123-B54
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2164) Editing teiid importer connection url can't be finished
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2164?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2164:
--------------------------------
Fix Version/s: 8.3.3
(was: 8.3.4)
> 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.3
>
> 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)
10 years, 7 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-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*
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
> 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-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*
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (TEIIDDES-2160) Merge various fixes from master into 8.3.3
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2160?page=com.atlassian.jira.plu... ]
Ted Jones 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-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
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-2164 Editing teiid importer connection url 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)
*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
> 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-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
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months