[JBoss JIRA] Created: (TEIIDDES-775) No way to create text file data source in designer
by Ken Johnson (JIRA)
No way to create text file data source in designer
--------------------------------------------------
Key: TEIIDDES-775
URL: https://issues.jboss.org/browse/TEIIDDES-775
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 7.1.1
Environment: JBDev Studio v4 beta 2
Reporter: Ken Johnson
Priority: Blocker
Problem trying to model text file data sources: After creating physical procedure to map to getTextFiles() method in file translator and virtual procedure to select values from TEXTABLE() function, there is no way to create a connection profile to the file source. The DTP Flat File Connection works until Finish where it complains: No valid Teiid connection properties associated with this connection profile.
There is a mismatch between the file translator operations and the DTP file connection profile.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-219) SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-219?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-219:
----------------------------------
Fix Version/s: 7.3
(was: 7.2)
> SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-219
> URL: https://issues.jboss.org/browse/TEIIDDES-219
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Documentation, Import/Export
> Affects Versions: 6.0.0
> Environment: Designer 5.5.3 MS1 build
> Reporter: Greg Haber
> Assignee: John Doyle
> Priority: Minor
> Fix For: 7.3
>
>
> I noticed that as of MS1, the SFDC importer plugin contains a lot of copies of third party jars, most Apache Axis/Apache Commons stuff. In many cases, these same jars are also in the com.metamatrix.modeler.dqp_5.5.3 plugin since they are also needed by the SFDC connector. I also noticed that some of our other Designer plugins that use external jars put those jars in their own plugins, and import the plugin, rather than putting them in the same plugin as our own code.
> We should consider pulling these jars out of the SFDC importer plugin and putting them in their own plugins (which the SFDC importer plugin can then import), or simply importing them in the SFDC importer plugin from the DQP plugin.
> The same problem exists to a much lesser degree in the WSDL importer (just the commons-codec-1.2.jar is duplicated in that one).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-329) Operations Editor does not correctly wrap user-entered SQL with CREATE... and END
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-329?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-329:
----------------------------------
Fix Version/s: 7.3
(was: 7.2)
> Operations Editor does not correctly wrap user-entered SQL with CREATE... and END
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-329
> URL: https://issues.jboss.org/browse/TEIIDDES-329
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 7.1.1
> Environment: fedora 10, Designer build 3257
> Reporter: Paul Nittel
> Assignee: Ted Jones
> Fix For: 7.3
>
>
> I ran across this while running the E2E Updateable Web Service Test Script.
> After creating the Web Service interface and initial steps of creating the InsertProduct operation, I pasted in the SQL. When I validated the SQL, the Designer wrapped it, beginning with the CREATE, and ending with END. Unfortunately, the terminating END is placed immedately after the END in the pasted in text. The validation then fails when it reaches the new word, "ENDEND". (the user needs to separate the "ENDEND" into "END END" and it will parse correctly.
> The error message is:
> The query is not parsable.
> Parsing error: Encountered "<EOF>" at line 1, column 464.
> Was expecting:
> "=" ...
> The SQL winds up being:
> CREATE VIRTUAL PROCEDURE BEGIN DECLARE string VARIABLES.IN_ID = xpathvalue(ProductsWebSvc.ProdInterface.DeleteProduct.ProductIdIn, '/*:InstrIdInput/*:ID'); DECLARE integer VARIABLES.delete_count = 0; VARIABLES.DELETE_COUNT = DELETE FROM Updates.UpdateProduct WHERE Updates.UpdateProduct.INSTR_ID = VARIABLES.IN_ID; IF(VARIABLES.DELETE_COUNT = 1) BEGIN SELECT * FROM ProductDoc.goodResultsDocument; END ELSE BEGIN SELECT * FROM ProductDoc.badResultsDocument; ENDEND
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months