[JBoss JIRA] (TEIIDDES-1037) Data types inported from flat file partially implemented in wizard
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1037?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-1037:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug 1093210|https://bugzilla.redhat.com/show_bug.cgi?id=1093210] from VERIFIED to CLOSED
> Data types inported from flat file partially implemented in wizard
> ------------------------------------------------------------------
>
> Key: TEIIDDES-1037
> URL: https://issues.jboss.org/browse/TEIIDDES-1037
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Affects Versions: 7.5
> Reporter: Paul Nittel
> Assignee: Barry LaFond
> Fix For: 9.0, 8.6.1, 9.0.1
>
> Attachments: FlatFileDataTypes_NOT.png, out.webm, sample.csv
>
>
> The new Flat File metadata importer is great! Not having to write the TEXTTABLE function is a fine example of usability improvement.
> I noticed, during import, a dialog option that indicated datatypes can be the second line in the data file (column names being the first). That, and its associated help, are the only reference to this possibility (see attached screenshot). Without the actual functionality, it's confusing.
> Later in the wizardly process, the column names row number is captured. I suspect the types row--if present, and its use desired by the user--should also be determined at that point.
> The ability of importing the datatypes from the flat file would, IMHO, really enhance what is already a superb importer! (Yeah, I _do_ like it!)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIIDDES-2516) Problem with importing from XML file
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2516?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2516:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug 1220364|https://bugzilla.redhat.com/show_bug.cgi?id=1220364] from VERIFIED to CLOSED
> Problem with importing from XML file
> ------------------------------------
>
> Key: TEIIDDES-2516
> URL: https://issues.jboss.org/browse/TEIIDDES-2516
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.1, 8.6.2 Beta1, 9.0.2, 8.6.2
>
> Attachments: cd_catalog.xml, screen.png
>
>
> When I go through the whole XML import process and on the last page of the dialogue(View Model Definition) I can't click Finish. There is an error.
> "Error in import configuration options for xml data file: cd_catalog.xml. Fix errors using Configure Import Options button " (screenshot)
> I have to go all the way back to XML Data File Source selection and then again to View Model Definition to make it work without error
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIIDDES-2402) Web Service Input Variables not shown after opening the model
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2402?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2402:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug 1168123|https://bugzilla.redhat.com/show_bug.cgi?id=1168123] from VERIFIED to CLOSED
> Web Service Input Variables not shown after opening the model
> -------------------------------------------------------------
>
> Key: TEIIDDES-2402
> URL: https://issues.jboss.org/browse/TEIIDDES-2402
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Web Services Support
> Affects Versions: 8.3.4, 9.0.1
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Labels: verified_jbdsis-8.0.2.CR3
> Fix For: 9.1, 8.6.2 Beta1, 9.0.2, 8.6.2
>
> Attachments: WsVariablesProject.zip
>
>
> When opening a Web Service model editor by double-clicking the model in the model explorer, the Input Variables section is empty, even when there are variable declarations in the procedure SQL.
> Trying to add the variables using the Add or Remove variables button results in multiple identical declarations in the procedure SQL.
> When opening the model editor by double clicking the child interface or operation, the input variables are shown as expected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (TEIIDDES-2344) Empty error message in insert procedure transformation
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2344?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2344:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug 1144324|https://bugzilla.redhat.com/show_bug.cgi?id=1144324] from VERIFIED to CLOSED
> Empty error message in insert procedure transformation
> ------------------------------------------------------
>
> Key: TEIIDDES-2344
> URL: https://issues.jboss.org/browse/TEIIDDES-2344
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 8.6
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.0, 8.6.1, 9.0.1
>
>
> When creating a virtual insert procedure and omitting a non-nullable column from the insert, the error message is simply
> {quote}ERROR: ERROR{quote}
> E. g. I have a PUBLISHERS table with three columns, of which PUBLISHER_ID is NOT NULL, the insert procedure is
> {code:sql}
> FOR EACH ROW
> BEGIN ATOMIC
> INSERT INTO Books.PUBLISHERS (Books.PUBLISHERS.NAME) VALUES ("NEW".NAME);
> END
> {code}
> The error in previous versions of Designer for the same procedure would be
> {quote}
> ERROR: Element Books.PUBLISHERS.PUBLISHER_ID of books.publishers is neither nullable nor has a default value. A value must be specified in the insert.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months