[
https://jira.jboss.org/browse/TEIID-1086?page=com.atlassian.jira.plugin.s...
]
Steve Hawkins closed TEIID-1086.
--------------------------------
Possible missing I18N bundle for AdminShell
-------------------------------------------
Key: TEIID-1086
URL:
https://jira.jboss.org/browse/TEIID-1086
Project: Teiid
Issue Type: Bug
Components: AdminApi
Affects Versions: 7.0
Environment: Teiid from May 5 build
Reporter: Paul Nittel
Assignee: Steven Hawkins
Fix For: 7.0
This code excerpt
println( "\nListing Connectors" )
aCon = getConnectorNames();
for (c in aCon) {
println( " " + c )
println( " " + getConnectorPropertyDefinitions( c ) )
}
produces output like this:
Listing Connectors
connector-salesforce-7.0.0-SNAPSHOT
Exception thrown
java.lang.ExceptionInInitializerError
at
org.teiid.adminapi.impl.PropertyDefinitionMetadata.toString(PropertyDefinitionMetadata.java:52)
at TestAdmin.run(TestAdmin.groovy:54)
at org.teiid.adminshell.GroovyAdminConsole$1$1.run(GroovyAdminConsole.java:55)
Caused by: java.util.MissingResourceException: Can't find bundle for base name
org.teiid.adminapi.impl.i18n, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at org.teiid.adminapi.impl.AdminPlugin.<clinit>(AdminPlugin.java:35)
... 3 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira