[
https://issues.jboss.org/browse/TEIID-5690?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-5690.
-----------------------------------
Resolution: Done
Since people may be used to the behavior of getVDBs providing just a single server result
- and typically we expect homogeneous results across the domian I added a getVDBs(boolean
singleInstance) admin method instead of changing the current method. Passing false will
get all VDBs from the domain.
getVDBs in domain mode is returning the VDBs of one server
----------------------------------------------------------
Key: TEIID-5690
URL:
https://issues.jboss.org/browse/TEIID-5690
Project: Teiid
Issue Type: Bug
Components: AdminApi
Reporter: Mark Tawk
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.2
The method "getDomainAwareList" used into "getVDBs()" is always used
with the parameter "singleInstance" set to true.
That's why "getVDBs()" is returning only the VDBs of one server.
or "singleInstance" should be set to false when having multiple servers
--
This message was sent by Atlassian Jira
(v7.12.1#712002)