[ 
http://jira.codehaus.org/browse/MOJO-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143920#action_143920
 ] 

xyz20003 edited comment on MOJO-1192 at 8/1/08 8:04 PM:
----------------------------------------------------------

This is my test project.
I want to execute the run.bat and create a hsqldb database auomatically, then 
let the hibernate create the schema of the tables.
But the dashboard do not allow empty password, so I have to create a hsqldb 
database by hand, and change the scripts file to add a new user with a unempty 
password, grant it to DBA, copy the database to right place.

After all of that, I could use the dashboard:persist.
Why not use the default user "sa" and password ""?

      was (Author: xyz20003):
    This is my test project.
I want to execute the run.bat and create a hsqldb database auomatically, then 
let the hibernate create the schema of the tables.
But the dashboard do not allow empty password, so I have to create a hsqldb 
database by hand, and change the scripts file to add a new user with not empty 
password, grant it to DBA, copy the database to right place.

After all of that, I could use the dashboard:persist.
Why not use the default user "sa" and password ""?
  
> 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


Reply via email to