Bug 1023216 (TEIIDDES-1897)

Summary: Teiid Connection Importer is using the pool-name instead of jndi name
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Van Halbert <vhalbert>
Component: ToolingAssignee: jolee
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: apodhrad, atangrin, drieden, lfabriko, vhalbert
Target Milestone: ER4Keywords: Reopened
Target Release: 6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
When using the "Teiid Connection" importer in Teiid Designer, the data sources are identified with "pool-name" rather than the "jndi" name. This is the result of the AdminAPI getDataSourceNames() method returning the wrong one.
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-06 11:59:31 UTC Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1064360    
Attachments:
Description Flags
How it looks in JBDS-IS 7.0.2.GA none

Comment 3 JBoss JIRA Server 2013-10-24 23:18:22 UTC
Mark Drilling <mdrilling> made a comment on jira TEIIDDES-1897

I did some debugging - this is actually an issue with the AdminAPI getDataSourceNames() method.  It is returning the pool name rather than the jndi name.  I never noticed before because I was using same names.

Comment 5 JBoss JIRA Server 2013-12-05 20:51:38 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-2712 to Closed

Comment 6 belong 2013-12-10 00:50:42 UTC
Assuming this will be set to VERIFIED before GA - setting requires_doc_text- accordingly.

Comment 7 Lucie Fabrikova 2014-02-04 13:16:16 UTC
In dialog "Import using a Teiid Connection", the section Data Sources still shows the pool names of datasources in column "DataSource" (in Teiid Designer 8.3.1.Final - JBDSIS-7.0.0.GA-GA).

Comment 9 jolee 2014-04-09 16:17:52 UTC
https://github.com/Teiid-Designer/teiid-designer/pull/322 merged onto:
git:Teiid-Designer/teiid-designer.git   8.3.x

commit a24867c267fdcf6b3957528d172eb2cb1f9c5e33
Merge: eff7d20 61308bf
Author: Barry LaFond <blafond>
Date:   Wed Apr 9 11:14:56 2014 -0500

    Merge pull request #322 from johnathonlee/8.3.x
    
    (BZ1023216) TEIIDDES-1901 Added datasource JNDI name to TeiidConnection ...

Comment 10 Andrej Podhradsky 2014-07-02 06:25:37 UTC
Verified with JBDS-IS 7.0.2.GA

Comment 11 Andrej Podhradsky 2014-07-02 06:26:41 UTC
Created attachment 913993 [details]
How it looks in JBDS-IS 7.0.2.GA

Comment 13 Andrej Podhradsky 2016-01-06 11:59:31 UTC
Fixed and included in the latest release.