Revision 4278
Added by daigle over 16 years ago
metacat.properties.metadata.xml | ||
---|---|---|
25 | 25 |
<description> |
26 | 26 |
Name of database user to own all tables. |
27 | 27 |
</description> |
28 |
<helpFile>properties.html#database.user</helpFile> |
|
28 | 29 |
</config> |
29 | 30 |
|
30 | 31 |
<config> |
31 | 32 |
<key>database.password</key> |
32 | 33 |
<label>Database Password</label> |
33 | 34 |
<group>1</group> |
35 |
<index>2</index> |
|
34 | 36 |
<fieldType>password</fieldType> |
35 |
<index>2</index> |
|
36 | 37 |
<description>Password for database user.</description> |
38 |
<helpFile>properties.html#database.password</helpFile> |
|
37 | 39 |
</config> |
38 | 40 |
|
39 |
<!-- TODO MCD remove sqlserver options --> |
|
40 | 41 |
<config> |
41 | 42 |
<key>database.type</key> |
42 | 43 |
<label>Database Type</label> |
43 | 44 |
<group>1</group> |
45 |
<index>3</index> |
|
44 | 46 |
<fieldType>select</fieldType> |
45 | 47 |
<option> |
46 | 48 |
<name>PostgreSQL</name> |
... | ... | |
50 | 52 |
<name>Oracle</name> |
51 | 53 |
<value>oracle</value> |
52 | 54 |
</option> |
53 |
<option> |
|
55 |
<!-- option>
|
|
54 | 56 |
<name>SQL Server</name> |
55 | 57 |
<value>sqlserver</value> |
56 |
</option> |
|
57 |
<index>3</index> |
|
58 |
</option --> |
|
58 | 59 |
<description>What kind of database is running.</description> |
60 |
<helpFile>properties.html#database.type</helpFile> |
|
59 | 61 |
</config> |
60 | 62 |
|
61 | 63 |
<config> |
62 | 64 |
<key>database.driver</key> |
63 | 65 |
<label>Database Driver</label> |
64 | 66 |
<group>1</group> |
67 |
<index>4</index> |
|
65 | 68 |
<fieldType>select</fieldType> |
66 | 69 |
<option> |
67 | 70 |
<name>org.postgresql.Driver</name> |
... | ... | |
71 | 74 |
<name>oracle.jdbc.driver.OracleDriver</name> |
72 | 75 |
<value>oracle.jdbc.driver.OracleDriver</value> |
73 | 76 |
</option> |
74 |
<option> |
|
77 |
<!-- option>
|
|
75 | 78 |
<name>com.microsoft.jdbc.sqlserver.SQLServerDriver</name> |
76 | 79 |
<value>com.microsoft.jdbc.sqlserver.SQLServerDriver</value> |
77 |
</option> |
|
78 |
<index>4</index> |
|
80 |
</option --> |
|
79 | 81 |
<description> |
80 | 82 |
Which driver is required. This should conform to your |
81 | 83 |
database type. |
82 | 84 |
</description> |
85 |
<helpFile>properties.html#database.driver</helpFile> |
|
83 | 86 |
</config> |
84 | 87 |
|
85 | 88 |
<config> |
86 | 89 |
<key>database.adapter</key> |
87 | 90 |
<label>Database Adapter</label> |
88 | 91 |
<group>1</group> |
92 |
<index>5</index> |
|
89 | 93 |
<fieldType>select</fieldType> |
90 | 94 |
<option> |
91 | 95 |
<name>edu.ucsb.nceas.dbadapter.PostgresqlAdapter</name> |
... | ... | |
95 | 99 |
<name>edu.ucsb.nceas.dbadapter.OracleAdapter</name> |
96 | 100 |
<value>edu.ucsb.nceas.dbadapter.OracleAdapter</value> |
97 | 101 |
</option> |
98 |
<option> |
|
102 |
<!-- option>
|
|
99 | 103 |
<name>edu.ucsb.nceas.dbadapter.SqlserverAdapter</name> |
100 | 104 |
<value>edu.ucsb.nceas.dbadapter.SqlserverAdapter</value> |
101 |
</option> |
|
102 |
<index>5</index> |
|
105 |
</option --> |
|
103 | 106 |
<description> |
104 | 107 |
Which adapter is required. This should conform to your |
105 | 108 |
database type. |
106 | 109 |
</description> |
110 |
<helpFile>properties.html#database.adapter</helpFile> |
|
107 | 111 |
</config> |
108 | 112 |
|
109 | 113 |
<config> |
... | ... | |
112 | 116 |
<group>1</group> |
113 | 117 |
<index>6</index> |
114 | 118 |
<description>Database connection string.</description> |
119 |
<helpFile>properties.html#database.connectionURI</helpFile> |
|
115 | 120 |
</config> |
116 | 121 |
|
117 | 122 |
<config> |
... | ... | |
244 | 249 |
<description> |
245 | 250 |
The directory where replication log should be located. |
246 | 251 |
</description> |
252 |
<helpFile>properties.html#replication.logdir</helpFile> |
|
247 | 253 |
</config> |
248 | 254 |
|
249 | 255 |
</metadataConfig> |
Also available in: Unified diff
Remove sqlserver references. Add some help locations.