Datasource does not support long username
-----------------------------------------
Key: AS7-2906
URL:
https://issues.jboss.org/browse/AS7-2906
Project: Application Server 7
Issue Type: Bug
Environment: JBoss 7.0.2.Final JBoss Maven Plugin 7.0.2.Final
Reporter: hantsy bai
I tried to create a datasource for my demo(seam3-sandbox on github) via jboss maven
plugin.
When I use "seam3sandboxuser" and "seam3sandboxpass" as user/password
pair, the datasource was created, but I can not connect to the mysql database. Connection
exception will be thrown at Jboss starts up.
After I changed user/password to "seam3user"/"seam3pass", it was
connected successfully.
PS: I created the related user/pass in mysql before I execute mvn command.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira