Attempting to get Property definitions for ALL names from getDataSourceNames() call, but exceptions occur because the "Default" Data sources don't have templates?
Need to filter the DefaultDS and maybe the JMS Data Source from the API calls.
Caused by: [AdminComponentException]Failed to find template for: translator-DefaultDS
[IllegalStateException]Failed to find template for: translator-DefaultDS
at org.teiid.adminapi.jboss.Admin.getTemplatePropertyDefinitions(Admin.java:454)
at sun.reflect.GeneratedMethodAccessor339.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.teiid.logging.LogManager$LoggingProxy.invoke(LogManager.java:121)
at org.teiid.jboss.deployers.RuntimeEngineDeployer$1.invoke(RuntimeEngineDeployer.java:185)