[jboss-jira] [JBoss JIRA] (AS7-3950) Add role handling with --silent mode into AddPropertiesUser (add-user.sh)
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Thu May 10 09:28:17 EDT 2012
[ https://issues.jboss.org/browse/AS7-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12691836#comment-12691836 ]
Darran Lofthouse commented on AS7-3950:
---------------------------------------
According to your stack trace the error is being reported on line 110 of AddPropertiesUser which is: -
{code}stateValues.setUserName(user);{code}
The line that actually throws that error is line 108
{code}throw MESSAGES.noConsoleAvailable();{code}
So it appears you are still not completely up to date on the latest master. If you were on the latest master the version would now be 7.2.0.Alpha1-SNAPSHOT.
Feel free to drop into IRC if you are having problems getting your git checkout up to date.
> Add role handling with --silent mode into AddPropertiesUser (add-user.sh)
> -------------------------------------------------------------------------
>
> Key: AS7-3950
> URL: https://issues.jboss.org/browse/AS7-3950
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 7.1.0.Final
> Reporter: Tomohisa igarashi
> Fix For: Open To Community
>
>
> When I add a user using AddPropertiesUser with --silent, there is no way to handle the role of that user right now.
--
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
More information about the jboss-jira
mailing list