Bug 1291670 - Connection to VDB remains valid after VDB is undeployed
Summary: Connection to VDB remains valid after VDB is undeployed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Teiid
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Van Halbert
QA Contact: Juraj Duráni
URL:
Whiteboard:
Depends On:
Blocks: 1291719
TreeView+ depends on / blocked
 
Reported: 2015-12-15 12:24 UTC by Juraj Duráni
Modified: 2016-01-26 15:48 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1291719 (view as bug list)
Environment:
Last Closed: 2015-12-15 13:29:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIID-3022 0 Major Closed refine removed vdb handling 2016-01-26 16:19:51 UTC
Red Hat Issue Tracker TEIID-3864 0 Major Closed Connection to VDB remains valid after VDB is undeployed 2016-01-26 16:19:51 UTC

Description Juraj Duráni 2015-12-15 12:24:49 UTC
Description of problem:
Connection to VDB remains valid after VDB is undeployed.

How reproducible:
Connection con = TeiidDriver.getInstance().connect("jdbc:teiid:myvdb@mm://localhost:31000;user=user;password=password", new Properties());
System.out.println(con.isValid(1));
// undeploy VDB
System.out.println(con.isValid(1));


Actual results:
true
true

Expected results:
true
false

Comment 2 JBoss JIRA Server 2015-12-15 13:34:55 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3864 to Resolved

Comment 4 JBoss JIRA Server 2016-01-26 15:48:23 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3864 to Closed


Note You need to log in before you can comment on or make changes to this bug.