[JBoss JIRA] (TEIIDDES-2720) Convert WS models to procedures when exporting Dynamic VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2720?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2720:
-----------------------------------
Issue Type: Bug (was: Enhancement)
> Convert WS models to procedures when exporting Dynamic VDB
> ----------------------------------------------------------
>
> Key: TEIIDDES-2720
> URL: https://issues.jboss.org/browse/TEIIDDES-2720
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs, Import/Export, Patch Release, Web Services Support
> Affects Versions: 9.0.4
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Fix For: 9.2.1
>
>
> [~blafond]:
> {quote}WS Operations are really just Virtual Procedures, so we could convert WS models in the near term{quote}
> Exporting VDB with a web service model currently results in an empty model. Add the ability to export WS operations as virtual procedures.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIIDDES-2408) Add remaining SQL/XML functions
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2408?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-2408 at 12/22/15 2:08 PM:
------------------------------------------------------------------
Introducted in Teiid 8.10 release. Should only need to check in the T-editor's Function Builder wizard if these new functions are now exposed.
was (Author: blafond):
Should only need to check in the T-editor's Function Builder wizard if these new functions are now exposed
> Add remaining SQL/XML functions
> -------------------------------
>
> Key: TEIIDDES-2408
> URL: https://issues.jboss.org/browse/TEIIDDES-2408
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Patch Release, Teiid Integration
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Fix For: 9.2.1
>
>
> Teiid added support for:
> XMLTEXT - just a regular function
> XMLEXISTS - a predicate with syntax similar to XMLQUERY
> XMLCAST - similar to CAST
> All are in the documentation and match the sql standard - https://docs.jboss.org/author/display/TEIID/XML+Functions
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIIDDES-2493) Check for spaces in the parent directory Flat File connection importer
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2493?page=com.atlassian.jira.plu... ]
Mark Drilling commented on TEIIDDES-2493:
-----------------------------------------
Added checks for spaces in file path - when creating a flat file CP.
https://github.com/Teiid-Designer/teiid-designer/pull/537
The path property value in the teiid connection importer still needs to be addressed - add validator to check for spaces also.
> 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: Enhancement
> Components: Import/Export, Patch Release
> Reporter: Ramesh Reddy
> Assignee: Mark Drilling
> Fix For: 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)
9 years