[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 resolved TEIIDDES-2493.
------------------------------------
Resolution: Done
master: https://github.com/Teiid-Designer/teiid-designer/commit/3abd05a5ea38be2e9...
> 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: Barry LaFond
> Fix For: 11.1
>
> Attachments: screenshot.png
>
>
> 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
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2926) Generated POJO module have wrong dependency
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2926?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2926.
----------------------------------
> Generated POJO module have wrong dependency
> -------------------------------------------
>
> Key: TEIIDDES-2926
> URL: https://issues.jboss.org/browse/TEIIDDES-2926
> Project: Teiid Designer
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.0.2
> Environment: Fedora 24
> Reporter: Matej Kralik
> Assignee: Barry LaFond
>
> I have generated POJO and I think that modul.xml contains the wrong dependency (org.jboss.teiid.resource-adapter.infinispan).
> Generated module:
> {code:java}
> <dependencies>
> <module name="org.jboss.teiid.resource-adapter.infinispan" slot="jdg-6.6" />
> </dependencies>
> {code}
> Expected module:
> {code:java}
> <dependencies>
> <module name="org.jboss.teiid.resource-adapter.infinispan.dsl" export="true" />
> </dependencies>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-3131) Notes area doesn't have scrool panel
by Matej Kralik (JIRA)
Matej Kralik created TEIIDDES-3131:
--------------------------------------
Summary: Notes area doesn't have scrool panel
Key: TEIIDDES-3131
URL: https://issues.jboss.org/browse/TEIIDDES-3131
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1.1
Environment: Fedora 26
Reporter: Matej Kralik
Priority: Minor
Attachments: Screenshot2.png, screenshot1.png
Import Teiid DDL wizard contains Notes area with notes but this area doesn't have school panel so I am not able to see all notes. (Screenshot1)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-3042) Error during import DDL which contains udf function
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3042?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3042.
----------------------------------
> Error during import DDL which contains udf function
> ----------------------------------------------------
>
> Key: TEIIDDES-3042
> URL: https://issues.jboss.org/browse/TEIIDDES-3042
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs, Import/Export
> Affects Versions: 10.0.2
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Fix For: 11.1
>
> Attachments: screenshot1.png, udfProject.zip
>
>
> I have DDL file with models which contains udf function. I want to import it but the designer shows me this error:
> "Expected argument to be non-null but got null"
> Error log doesn't contain any error.
> The same issue is when I want to generate "models and VDB" from dynamic VDB.
> It works correctly on the last version of the Teiid Designer.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2888) Default value is not correctly parsed
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2888?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2888.
----------------------------------
> Default value is not correctly parsed
> --------------------------------------
>
> Key: TEIIDDES-2888
> URL: https://issues.jboss.org/browse/TEIIDDES-2888
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview, Dynamic VDBs
> Affects Versions: 10.0.1
> Environment: Fedora 24
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: ProductProject.zip, TeiidModelToDdlGeneratort.patch, screenshot1.png, screenshot2.png
>
>
> When I want preview data from my table (productdata in the project which is in the attachment), server shows me this error:
> TEIID31100 Parsing error: Encountered ") DEFAULT '('[*]Stock[*]')' OPTIONS"
> In one column I have default value ('Stock') (screenshot1)
> I am not sure whether it is the correct form of default value or not but in the old version of teiid designer preview this table works fine. I think that ddl parser is not able to parse this. (screenshot2)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2493) Check for spaces in the parent directory Flat File connection importer
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2493?page=com.atlassian.jira.plu... ]
Matej Kralik updated TEIIDDES-2493:
-----------------------------------
Attachment: screenshot.png
> 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: Barry LaFond
> Fix For: 11.1
>
> Attachments: screenshot.png
>
>
> 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
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2493) Check for spaces in the parent directory Flat File connection importer
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2493?page=com.atlassian.jira.plu... ]
Matej Kralik reopened TEIIDDES-2493:
------------------------------------
According to the result of the issue, I think that error which appears in new connection profile wizard ('The folder path cannot contain spaces' screenshot) is now unnecessary because I am able to continue when I click on Test Connection button.
> 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: Barry LaFond
> Fix For: 11.1
>
> Attachments: screenshot.png
>
>
> 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
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2959) Overriding translator isn't set automatically to source model in the VDB
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2959?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2959.
----------------------------------
> Overriding translator isn't set automatically to source model in the VDB
> ------------------------------------------------------------------------
>
> Key: TEIIDDES-2959
> URL: https://issues.jboss.org/browse/TEIIDDES-2959
> Project: Teiid Designer
> Issue Type: Feature Request
> Affects Versions: 10.0.2
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Fix For: 11.1
>
> Attachments: screenshot1.png, screenshot2.png, screenshot3.png, screenshot4.png
>
>
> I changed some parameters in the edit translator override window on the source model (screenshot1).I generated VDB, the overriding translator is created (screenshot2) but source model contains still default translator (screenshot3) and I have to manually set the overriding translator. I think that teiid designer should be automatically set override translator to the source model if was changed some properties in the edit translator override window.(screenshot4)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-3100) Warning UDF window appears with every change in the wizard
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3100?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3100.
----------------------------------
> Warning UDF window appears with every change in the wizard
> ----------------------------------------------------------
>
> Key: TEIIDDES-3100
> URL: https://issues.jboss.org/browse/TEIIDDES-3100
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs
> Affects Versions: 11.1
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 11.1
>
> Attachments: screenshot.png
>
>
> I have user defined function with my own jar file. When I want to save VDB as XML file, shows warning that I must deploy UDF library. I clicked OK button and Save as VDB XML file wizard shows me. But when I change name or file name or anything, the warning shows again. It is very annoying because when I am typing name, after each of letter warning shows. So when I want to type name *viewUdfVDB*, the wizard shows ten times and I have to click ten times to OK button.
> I noticed that when I change something in the wizard (name, version), the contents in the bottom is re-created. Maybe this action trigger warning window and the warning shows every time when contents are changed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months