Description of problem: When redeploying VDB, exisiting sessions are invalidated. Need option to disable session invalidation and keep it alive when redeploying. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The JDBC client already has a property to keep connections alive - autoFailover needs to be set to true. https://teiid.gitbooks.io/documents/content/client-dev/Driver_Connection.html
The link to the DV docs for the JDBC Connection Properties is https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Virtualization/6.2/html/Development_Guide_Volume_1_Client_Development/Connection_Properties_for_the_Driver_and_Data_Source_Classes1.html
Steven Hawkins <shawkins> updated the status of jira TEIID-4088 to Closed