[JBoss JIRA] (TEIIDDES-1870) OData Importing issues
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIIDDES-1870:
--------------------------------------
Summary: OData Importing issues
Key: TEIIDDES-1870
URL: https://issues.jboss.org/browse/TEIIDDES-1870
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.2
Reporter: Ramesh Reddy
After fixing the TEIID-2673, I have failed to import the OData metadata correctly. Upon some investigation here are some issues that needs to be …
[View More]fixed on the Designer
1) MED specified for OData properties are incomplete. Please add following properties
Namespace URI:http://www.jboss.org/teiiddesigner/ext/odata/2012
Namespace: teiid_odata
# LinkTables - String/optional
# HttpMethod - String/optional
# JoinColumn - String/optional
# EntityType - String/optional
# ComplexType - String/optional
# ColumnGroup - String/optional
2) When the "name space" based properties are returned in the DDL from Teiid, none of the properties are correctly being resolved. Bigger issue is they are being ignored, Designer should fail here with error message saying that "extension property match not found" and force users to define or select a MED that matches with all the properties
3) Mark the OData not built-in, so that it allows the user to edit the allowed properties list until we have the feature fully worked as expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months
[JBoss JIRA] (TEIIDDES-1857) Create and implement a cross-platform file name validator
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1857?page=com.atlassian.jira.plu... ]
Rob Stryker commented on TEIIDDES-1857:
---------------------------------------
The new impl looks good to me. But I do have 1 other complaint. It'd be best if the error message could indicate which filesystem there might be an error on. For example, when iterating through the list of windows reserved words, the error message should indicate that. If it's a reserved word in Mac, then the error message should …
[View More]indicate that.
I could also see a use-case where you might wish to pass in a list of OS's you want to validate against. For example if you know your usecase does NOT include Mac, you may want to pass in BYTE_WIN | BYTE_LINUX, or if you want to validate against all, BYTE_ALL = BYTE_WIN | BYTE_MAC | BYTE_LINUX.
This last section is just a suggestion, but I think the error messages do need to be fixed to be more clear.
> Create and implement a cross-platform file name validator
> ---------------------------------------------------------
>
> Key: TEIIDDES-1857
> URL: https://issues.jboss.org/browse/TEIIDDES-1857
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Validation
> Affects Versions: 8.2
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: 8.4
>
>
> Currently, Teiid Designer allows creating models with pretty much and character in it besides ".".
> Unfortunatelly, a LOT of special characters are not valid on some OS's like Windows, so opening a project containing invalid Windows file names in Eclipse will probably cause issues.
> Need to create a utility class/framework that can perform name validation across OS's.
> Teiid has reserved model names: _TEMP_, SYS, or SYSADMIN
> For Windows chars and reserved words: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.8...
> For more comprehensive list and links: http://en.wikipedia.org/wiki/Filename
> Other potential features:
> * setNoSpaces(boolean)
> * ignoredSystems(WINDOWS, OSX) (i.e. turn off one or more OS types)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months
[JBoss JIRA] (TEIIDDES-1830) When deleting a project from Teiid Designer the associated preview* files are not removed from the server
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1830?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1830.
------------------------------------
Resolution: Out of Date
This was fixed during 8.3 bug-fixing and from clean-up of server/teiid client integration improvements.
> When deleting a project from Teiid Designer the associated preview* files are not removed from the server
> ----------------------------------------------------------------------------…
[View More]-----------------------------
>
> Key: TEIIDDES-1830
> URL: https://issues.jboss.org/browse/TEIIDDES-1830
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 8.2
> Environment: Eclipse Kepler w/ Teiid Designer 8.2, Mac Mountain Lion OS 10.8.4, Oracle Java 1.7.0_25, EAP 6.1, Teiid 8.4 components on EAP 6
> Reporter: Blaine Mincey
> Assignee: Barry LaFond
> Fix For: 8.3
>
>
> I create a Teiid Model Project with a variety of virtual models. I will select to preview several different views which in turn deploys the PREVIEW* VDBs to EAP 6 while it is running. I then choose to delete my Teiid Model Project. Then, I stop my running EAP 6 server and restart. The PREVIEW* components are still deployed to the server. I was expecting all of these artifacts from my deleted project to be cleaned up.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months
[JBoss JIRA] (TEIIDDES-1830) When deleting a project from Teiid Designer the associated preview* files are not removed from the server
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1830?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-1830:
--------------------------------------
Assignee: Barry LaFond (was: Mark Drilling)
> When deleting a project from Teiid Designer the associated preview* files are not removed from the server
> ---------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1830
> …
[View More] URL: https://issues.jboss.org/browse/TEIIDDES-1830
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 8.2
> Environment: Eclipse Kepler w/ Teiid Designer 8.2, Mac Mountain Lion OS 10.8.4, Oracle Java 1.7.0_25, EAP 6.1, Teiid 8.4 components on EAP 6
> Reporter: Blaine Mincey
> Assignee: Barry LaFond
> Fix For: 8.3
>
>
> I create a Teiid Model Project with a variety of virtual models. I will select to preview several different views which in turn deploys the PREVIEW* VDBs to EAP 6 while it is running. I then choose to delete my Teiid Model Project. Then, I stop my running EAP 6 server and restart. The PREVIEW* components are still deployed to the server. I was expecting all of these artifacts from my deleted project to be cleaned up.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 6 months