Revision 4088
Added by daigle over 16 years ago
database-configuration.jsp | ||
---|---|---|
29 | 29 |
%> |
30 | 30 |
|
31 | 31 |
<% |
32 |
MetaCatVersion metacatVersion = (MetaCatVersion)request.getAttribute("metaCatVersion");
|
|
32 |
MetaCatVersion metacatVersion = (MetaCatVersion)request.getAttribute("metacatVersion");
|
|
33 | 33 |
DBVersion databaseVersion = (DBVersion)request.getAttribute("databaseVersion"); |
34 | 34 |
Vector<String> updateScriptList = (Vector<String> )request.getAttribute("updateScriptList"); |
35 | 35 |
%> |
... | ... | |
54 | 54 |
if (databaseVersion != null && databaseVersion.getVersionString().equals("0.0.0")) { |
55 | 55 |
%> |
56 | 56 |
<p>The system has detected that this is a new database. <br><br> |
57 |
Please hit the Continue button to upgrade your database to version: <%= metacatVersion %>. <br><br> |
|
57 |
Please hit the Continue button to upgrade your database to version: <%= metacatVersion.getVersionString() %>. <br><br>
|
|
58 | 58 |
<div class=warning>Warning: this will reinitialize your database. If this is not a new database, hit the Cancel button and contact support at blah@blah.com </div><br><br> |
59 | 59 |
The following scripts will be run: </p> |
60 | 60 |
|
Also available in: Unified diff
change request attribute name from metaCatVersion to metacatVersion