[JBoss JIRA] (TEIIDDES-2153) Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2153?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-2153.
---------------------------------
Resolution: Done
> Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
> --------------------------------------------------------------------------------
>
> Key: TEIIDDES-2153
> URL: https://issues.jboss.org/browse/TEIIDDES-2153
> 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
>
>
> Description of problem:
> When I select Service Mode MESSAGE during the proccess of creating the relational model from SOAP WS it gets stuck and can't be finished.
> How reproducible:
> 1. Guides -> Generate relational model from WSDL
> 2. Select some Connection Profile and some Operations
> 3. Select Service Mode: MESSAGE, click Next>
> 4. Leave default settings and click Next> again
> 5. Nothing changes on the window only new error message in the top section of the window is displayed "No columns are defined for the response procedure result set for the operation: ... " and both buttons "Next>" and "Finish" are disabled
> [see attachment]
> 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-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
* 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
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
> 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
> * 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
--
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)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
John Muller updated TEIIDDES-2167:
----------------------------------
Attachment: TEIIDDES-2167_project.zip
Exported Eclipse project
> 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)
10 years, 7 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 your model project set (zip) and/or your VDB?
> 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
>
> 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)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
John Muller commented on TEIIDDES-2167:
---------------------------------------
One last setting I could think of: I've made sure that the "Default Teiid Instance Version" is set to 8.6.x
> 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
>
> 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)
[ https://issues.jboss.org/browse/TEIIDDES-2167?page=com.atlassian.jira.plu... ]
John Muller updated TEIIDDES-2167:
----------------------------------
Attachment: TEIIDDES-2167_console.log
console.log of the local Teiid server staring up, registering the "file" translator, and successfully deploying the PreviewVDB
> 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
>
> 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