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

Cedric Neve commented on MOJO-1192:
-----------------------------------

Hello,

OK, I tried to update the database and I managed to create the user. I created 
the user with this command:
CREATE USER dashboard PASSWORD "dashboard" ADMIN

I managed to connect but I was still getting the problem with the missing 
tables. Thanks to the information provided by David and after checking the 
stack trace I saw that it is the basic Maven plugin configuration that defines 
that the password parameter is required. So (sorry David), I changed inside the 
dashboard-maven-plugin JAR the file called META-INF/maven/plugin.xml. I then 
went back to the default configuration (username=SA, password is not defined).

It is now working perfectly... David, if you could just not make it required in 
the next version, it would be great.

> 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