You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/03/14 09:51:28 UTC

[jira] Updated: (MRM-618) PLEXUS_BASE does not work for local databases

     [ http://jira.codehaus.org/browse/MRM-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-618:
-----------------------------

    Fix Version/s: 1.0.2

> PLEXUS_BASE does not work for local databases
> ---------------------------------------------
>
>                 Key: MRM-618
>                 URL: http://jira.codehaus.org/browse/MRM-618
>             Project: Archiva
>          Issue Type: Bug
>          Components: system
>    Affects Versions: 1.0
>            Reporter: Yuri Schimke
>            Assignee: Brett Porter
>             Fix For: 1.0.2
>
>
> To get it to work, I had to edit plexus.xml and change the 2 database references.  for example
>                 <value>jdbc:derby:${plexus.home}/data/users/database;create=true</value>
> to 
>                 <value>jdbc:derby:${appserver.base}/data/users/database;create=true</value>
> plexus.home is set to the installation directory I believe.  So my users were not available after upgrade.

-- 
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