[
http://jira.codehaus.org/browse/MOJO-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157726#action_157726
]
David Vicente commented on MOJO-1192:
-------------------------------------
Hi all,
As professional tool, the dashboard plugin must fit all configurations.
I've made the "NO" choice of database because in many large companies, only one
type of DB is permitted as Oracle or SQL server, and for other feature, the
possibilty for each company to persist all projects in one database and use a
Business intelligence tool as BO or JasperReport to make aggregate analysis as
dashboard for all company's projects.
These databases need a user/password to connect, only user with DBA role can
connect without password.
And to developp the dashboard as the universal quality tool, i must validate
all properties as the password.
You 're using a permissive feature of this database with a "sa" default user
without password. It's OK for your purpose and no action after running but i
can't introduce specifities for each database in the dashboard code.
To make the dashboard available, after running HSQLDB, you can connect with the
admin user and make the 2 SQL queries to create the user and grant role for
this user :
{noformat}
CREATE USER <username> PASSWORD <password>;
GRANT ALL TO <username>;
{noformat}
For the next release, i will introduce the boolean property in dashboard's
configuration to disable password's validation even if i think it's an heresy.
but it won't be immediate
> the password of jdbc in the configuration should allow blank.
> -------------------------------------------------------------
>
> Key: MOJO-1192
> URL: http://jira.codehaus.org/browse/MOJO-1192
> Project: Mojo
> Issue Type: Bug
> Components: dashboard
> Environment: hsqldb-1.8.0.7
> Reporter: Xuhuisheng
> Assignee: David Vicente
> Attachments: test.zip
>
>
> I want to use the hsqldb to store the information of the dashboard.
> But when I use the default user "sa" and password "", some error occured.
> [INFO] One or more required plugin parameters are invalid/missing for
> 'dashboard:persist'
> [0] Inside the definition for plugin 'dashboard-maven-plugin' specify the
> following:
> <configuration>
> ...
> <password>VALUE</password>
> </configuration>
> -OR-
> on the command line, specify: '-Dpassword=VALUE'
> I think we should allow to use blank password.
> Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email