Issue Details (XML | Word | Printable)

Key: MRM-618
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Brett Porter
Reporter: Yuri Schimke
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Archiva

PLEXUS_BASE does not work for local databases

Created: 04/Dec/07 12:24 PM   Updated: 19/Mar/08 10:14 PM   Resolved: 19/Mar/08 10:14 PM
Component/s: system
Affects Version/s: 1.0
Fix Version/s: 1.0.2

Time Tracking:
Not Specified

Issue Links:
Supercedes
 


 Description  « Hide

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.



There are no comments yet on this issue.