Hide Forgot
project_key: SOA After deploying the Teiid weather example (eds/teiid/examplesdynamicvdb-ws-weather), it is not possible to run a query in the simpleclient directory because there is a mismatch in the expected username "admin" and the configured username "teiid". This leads to: Executing using the TeiidDriver Dec 20, 2010 10:49:58 AM org.teiid.jdbc.SocketProfile connect SEVERE: Could not create connection [ConnectionException]The username "admin" and/or password and/or payload token could not be authenticated by any membership domain. 1 [LogonException]The username "admin" and/or password and/or payload token could not be authenticated by any membership domain.
Release Notes Text: Added: The default user name for the jdbc driver has been changed to removed confusion about using "admin". So the default has been changed to teiid / teiid.
Changes are required to patch the examples.
Changes have been committed to the soa build branch and should be in the CR1 release.
There are three README files which should all be in synch for this to be resolved and closed. The weather README is OK. Change the portfolio README to include the reference to simpleclient's user name edits (as in the Weather README): Edit JDBCClient.java and specify a username and password for a valid user account. The simpleclient README should point out the username and password are hardcoded and should be edited to reflect a valid username and password. Then we should be OK!
Added clarification to the README files as to what to do when the default username/password (user/user) are not used.
Verified fixed in ER9 build.