]
Mark Drilling updated TEIIDDES-2613:
------------------------------------
Attachment: Admin8Factory.patch
TCExecutionAdmin.patch
Updates for Admin8Factory
-------------------------
Key: TEIIDDES-2613
URL:
https://issues.jboss.org/browse/TEIIDDES-2613
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Reporter: Mark Drilling
Assignee: Barry LaFond
Attachments: Admin8Factory.patch, TCExecutionAdmin.patch
Attaching a patch for Admin8Factory.getDataSource method updates.
Since the dataSource names were being co-mingled, the first cli call in getDataSource
could fail if the provided name was an xa-datasource or connectionFactory RA source).
The change stores the ds names separately by type. Then the appropriate cli call can be
made depending on the source type.
Also attaching a patch for the TCExecutionAdmin class from Komodo. The exception
handling was changed in the refresh method, so that an exception early in the process
would not short circuit the entire operation.