[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
> 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
> 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
[JBoss JIRA] (TEIIDDES-2748) ‘Import => Teiid Designer => Web Service Source >> Source and View Model (SOAP)’ import wizard I am not getting columns for either my input or output wrapers methods.
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2748?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2748:
--------------------------------
Git Pull Request: https://github.com/Teiid-Designer/teiid-designer/pull/536
> ‘Import => Teiid Designer => Web Service Source >> Source and View Model (SOAP)’ import wizard I am not getting columns for either my input or output wrapers methods.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2748
> URL: https://issues.jboss.org/browse/TEIIDDES-2748
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.3, 9.2
> Reporter: Debbie Steigner
> Assignee: Ted Jones
> Fix For: 9.2.1
>
>
> Using the ‘Import => Teiid Designer => Web Service Source >> Source and View Model (SOAP)’ import wizard I am not getting columns for either my input or output wrapers methods.
> On the Source and WSDL Operations Definitions screen, the selected WSDL does validate. All the WSDL Operatoins are visible and selected.
> On the Models Definition screen the folders are setup and the names are unique. The recommended User-specified Procedures is checked.
> On the Procedure definition screen for EVERY operation has the warning “No columns are defined for the response result set for the operation:<name of operation>
> The Schema Contents section is blank. I can easily trace the very obvious connections through the wsdl to the associated schema that defines the complex type and the individual elements that compose it for every method. The add button doesn’t work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIIDDES-2487) Teidd Designer Import SOAP Relational Model Mapping No Columns defined
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2487?page=com.atlassian.jira.plu... ]
Ted Jones edited comment on TEIIDDES-2487 at 12/22/15 4:22 PM:
---------------------------------------------------------------
Marking as duplicate as the remaining issues will be covered by https://issues.jboss.org/browse/TEIIDDES-2318 and https://issues.jboss.org/browse/TEIIDDES-2185.
was (Author: tejones):
Marking as duplicate as the remaining issues it will be covered by https://issues.jboss.org/browse/TEIIDDES-2318 and https://issues.jboss.org/browse/TEIIDDES-2185.
> Teidd Designer Import SOAP Relational Model Mapping No Columns defined
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2487
> URL: https://issues.jboss.org/browse/TEIIDDES-2487
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export, Patch Release
> Affects Versions: 9.0
> Reporter: Kylin Soong
> Assignee: Ted Jones
> Fix For: 9.2.2
>
> Attachments: StateService.jar, teiid-designer-ws-1.png, teiid-designer-ws-2.png, teiid-designer-ws-3.png, teiid-designer-ws-4.png
>
>
> issue
> ====
> Create Relational Model from SOAP service validation failed with "No Columns defined error"
> Reproduce
> ========
> 1. deploy attached StateService to JBoss DV 6.1(assume it DV run on localhost), WSDL File can be viewed via [2]
> 2. Use attached 4 pics to import SOAP Web Service will reproduce the issue(teiid-designer-ws-3.png and teiid-designer-ws-4.png show validation errors)
> Enhancement
> ==========
> 1. Simplify the import wizard - from a user's perspective, I think the main obstacle is the wizard is too complex, especially SOAP, federation related wizard, it's very difficult to operate without a step by step documents.
> 2. Simplify XML document modeling related operation - current wizard not user-friendly, web should do some enhancement in request/response xml document modeling.
> 3. Simplify vdb archive structure - the Designer generated vdb is more complexed compared with dynamic vdb, it have more definition files(sources.xmi, views.xmi, vdb.xml), there also some metamatrix link like [2] exist in .xmi, actually these links not really exist, if we remove these kinds of things, the designer wizard logic may be more easier.
> [1] http://localhost:8080/StateService/stateService/StateServiceImpl?WSDL
> [2] http://www.metamatrix.com/metamodels/SimpleDatatypes-instance#XMLLiteral
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (TEIIDDES-2487) Teidd Designer Import SOAP Relational Model Mapping No Columns defined
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2487?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-2487.
---------------------------------
Resolution: Duplicate Issue
Marking as duplicate as the remaining issues it will be covered by https://issues.jboss.org/browse/TEIIDDES-2318 and https://issues.jboss.org/browse/TEIIDDES-2185.
> Teidd Designer Import SOAP Relational Model Mapping No Columns defined
> ----------------------------------------------------------------------
>
> Key: TEIIDDES-2487
> URL: https://issues.jboss.org/browse/TEIIDDES-2487
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export, Patch Release
> Affects Versions: 9.0
> Reporter: Kylin Soong
> Assignee: Ted Jones
> Fix For: 9.2.2
>
> Attachments: StateService.jar, teiid-designer-ws-1.png, teiid-designer-ws-2.png, teiid-designer-ws-3.png, teiid-designer-ws-4.png
>
>
> issue
> ====
> Create Relational Model from SOAP service validation failed with "No Columns defined error"
> Reproduce
> ========
> 1. deploy attached StateService to JBoss DV 6.1(assume it DV run on localhost), WSDL File can be viewed via [2]
> 2. Use attached 4 pics to import SOAP Web Service will reproduce the issue(teiid-designer-ws-3.png and teiid-designer-ws-4.png show validation errors)
> Enhancement
> ==========
> 1. Simplify the import wizard - from a user's perspective, I think the main obstacle is the wizard is too complex, especially SOAP, federation related wizard, it's very difficult to operate without a step by step documents.
> 2. Simplify XML document modeling related operation - current wizard not user-friendly, web should do some enhancement in request/response xml document modeling.
> 3. Simplify vdb archive structure - the Designer generated vdb is more complexed compared with dynamic vdb, it have more definition files(sources.xmi, views.xmi, vdb.xml), there also some metamatrix link like [2] exist in .xmi, actually these links not really exist, if we remove these kinds of things, the designer wizard logic may be more easier.
> [1] http://localhost:8080/StateService/stateService/StateServiceImpl?WSDL
> [2] http://www.metamatrix.com/metamodels/SimpleDatatypes-instance#XMLLiteral
--
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 Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2493?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2493:
-----------------------------------
Issue Type: Bug (was: Enhancement)
> 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
> 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
[JBoss JIRA] (TEIIDDES-2389) Add ui support for whole texttable no trim
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2389?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2389:
-----------------------------------
Issue Type: Bug (was: Enhancement)
> Add ui support for whole texttable no trim
> ------------------------------------------
>
> Key: TEIIDDES-2389
> URL: https://issues.jboss.org/browse/TEIIDDES-2389
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release, Teiid Integration, Transformations
> Environment: Teiid 8.8.0 Final
> Reporter: Shiveeta Mattoo
> Assignee: Barry LaFond
> Labels: File-connector, TEXTTABLE, TRIM
> Fix For: 9.2.1
>
>
> TEIID-3167 allows for NO TRIM to be specified against the whole texttable regardless of whether it is fixed width or delimited. If delimited, then unqualified entries will not be trimmed. For example:
> a , "b"
> would be parsed as
> a ,b - such that the space is preserved after a, but the qualified entry is unaffected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years