[JBoss JIRA] (TEIIDDES-2493) Check for spaces in the parent directory Flat File connection importer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2493?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2493:
-----------------------------------
Fix Version/s: 10.0.2
> Check for spaces in the parent directory Flat File connection importer
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2493
> URL: https://issues.jboss.org/browse/TEIIDDES-2493
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release
> Reporter: Ramesh Reddy
> Assignee: Mark Drilling
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0, 10.0.2, 9.2.1
>
>
> Add a check to make sure there are no spaces in the ParentDirectory or root directory path when Flat File Connection Profile is chosen.
> ====================
> The problem is manifested on the server when attempting to query the datasource. On datasource creation, the resource adapter is written to the standalone.xml like this.
> {code:java}
> <config-property name="ParentDirectory">
> /home/mdrilling/My Dir/data
> </config-property>
> {code}
> The embedded space in the ParentDirectory property value is problematic.
> Need to determine whether to (1) disallow a path with spaces or (2) allow it, replacing the space with the appropriate control code ie {code:java} {code} - like this
> {code:java}
> <config-property name="ParentDirectory">
> /home/mdrilling/My Dir/data
> </config-property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2871) Data roles editor problem
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2871:
--------------------------------------
Summary: Data roles editor problem
Key: TEIIDDES-2871
URL: https://issues.jboss.org/browse/TEIIDDES-2871
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.1
Environment: MAC
Reporter: Matus Makovy
Changes in data roles are not always acknowledged by TD.
See steps to reproduce and attached video.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2742) Dataroles editor not updated when row filter added
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2742?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2742:
----------------------------------------
This is still an issue with TD 10.0.1.
Especially when you have 2 data roles and you edit one of them *do not save* and edit the second one.
> Dataroles editor not updated when row filter added
> --------------------------------------------------
>
> Key: TEIIDDES-2742
> URL: https://issues.jboss.org/browse/TEIIDDES-2742
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4, 10.0.1
> Reporter: Andrej Šmigala
> Priority: Critical
>
> When adding Row Filter to a table, the list of filters is sometimes not updated. See Steps to reproduce for once such scenario. Closing the Data Role editor and reopening shows the correct row filters.
> Also, in the Security column on the Model tab, the circle indicating a row filter is 'on' for the filter that does _not_ appear in the row filter list and is 'off' for the one that does.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2742) Dataroles editor not updated when row filter added
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2742?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2742:
-----------------------------------
Priority: Critical (was: Major)
> Dataroles editor not updated when row filter added
> --------------------------------------------------
>
> Key: TEIIDDES-2742
> URL: https://issues.jboss.org/browse/TEIIDDES-2742
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4, 10.0.1
> Reporter: Andrej Šmigala
> Priority: Critical
>
> When adding Row Filter to a table, the list of filters is sometimes not updated. See Steps to reproduce for once such scenario. Closing the Data Role editor and reopening shows the correct row filters.
> Also, in the Security column on the Model tab, the circle indicating a row filter is 'on' for the filter that does _not_ appear in the row filter list and is 'off' for the one that does.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2742) Dataroles editor not updated when row filter added
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2742?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2742:
-----------------------------------
Affects Version/s: 10.0.1
> Dataroles editor not updated when row filter added
> --------------------------------------------------
>
> Key: TEIIDDES-2742
> URL: https://issues.jboss.org/browse/TEIIDDES-2742
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4, 10.0.1
> Reporter: Andrej Šmigala
>
> When adding Row Filter to a table, the list of filters is sometimes not updated. See Steps to reproduce for once such scenario. Closing the Data Role editor and reopening shows the correct row filters.
> Also, in the Security column on the Model tab, the circle indicating a row filter is 'on' for the filter that does _not_ appear in the row filter list and is 'off' for the one that does.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2866) Space in string in Transformation Editor is replaced with <undefined> after Save/Validate SQL
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2866?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2866:
----------------------------------------
[~blafond] I reproduced this today on my MAC.
I started with clean workspace
# Create model project
# Create view model with table and one column
# Paste transformation SQL "SELECT 'aaa aaa' as c1"
# Save model
# Define server
# Start server
# Edit Transformation SQL and save again
# <undefined> appears in SQL
I will add a video.
TD 10.0.1
MAC
JBDS 9.1.0.GA
Java 1.8.0_71
> Space in string in Transformation Editor is replaced with <undefined> after Save/Validate SQL
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2866
> URL: https://issues.jboss.org/browse/TEIIDDES-2866
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Transformations
> Affects Versions: 10.0.1
> Reporter: stanislav kaleta
> Fix For: 10.0.2
>
> Attachments: after.png, before.png
>
>
> Any space in string in Transformation Editor is replaced with <undefined> after Save/Validate SQL action. (see steps to reproduce and attachments)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months