[
https://jira.jboss.org/jira/browse/TEIID-570?page=com.atlassian.jira.plug...
]
Ramesh Reddy commented on TEIID-570:
------------------------------------
Trying to understand the usage pattern, from the methods added. Please correct me if my
assumptions are wrongly
Collection<Binding> bindings = getConnectorBindingsToConfigure("Foo
Binding");
for (Binding b:bindings ){
b.setProperty("password", "secret");
}
will update the "password" property for the connector binding "b" in
the Server configuration?
Where as
Collection<Binding> bindings = getConnectorBindings("Foo Binding");
for (Binding b:bindings ){
b.setProperty("password", "secret");
}
will not do anything, as the binding is immutable.
Need new methods to expose Services for Configuring and Monitoring
------------------------------------------------------------------
Key: TEIID-570
URL:
https://jira.jboss.org/jira/browse/TEIID-570
Project: Teiid
Issue Type: Feature Request
Components: AdminApi, Documentation, Server
Affects Versions: 6.1.0
Reporter: Van Halbert
Assignee: Van Halbert
Need new methods to expose Services for Configuring and Monitoring.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira