| 11 | | <attribute name="SkipPaths">/public/unbrowsable:/public/aliases</attribute> |
|---|
| | 11 | |
|---|
| | 12 | <attribute name="Appname">dumpres</attribute> |
|---|
| | 13 | |
|---|
| | 14 | <!-- Create tables - false for safety - set true in console --> |
|---|
| | 15 | <attribute name="Create">false</attribute> |
|---|
| | 16 | |
|---|
| | 17 | <!-- Statement delimiter --> |
|---|
| | 18 | <attribute name="Delimiter">;</attribute> |
|---|
| | 19 | |
|---|
| | 20 | <!-- Drop tables - false for safety - set true in console --> |
|---|
| | 21 | <attribute name="Drop">false</attribute> |
|---|
| | 22 | |
|---|
| | 23 | <!-- Export to database? - false for safety - set true in console --> |
|---|
| | 24 | <attribute name="Export">false</attribute> |
|---|
| | 25 | |
|---|
| | 26 | <!-- Format the output? --> |
|---|
| | 27 | <attribute name="Format">true</attribute> |
|---|
| | 28 | |
|---|
| | 29 | <!-- Do we halt on error? --> |
|---|
| | 30 | <attribute name="HaltOnError">true</attribute> |
|---|
| | 31 | |
|---|
| | 32 | <!-- Schema Output file name - full path, folders must exist --> |
|---|
| | 33 | <attribute name="SchemaOutFile">${jboss.server.data.dir}/bedework/dumprestore/schema.txt</attribute> |
|---|
| | 34 | |
|---|
| | 35 | <!-- SQL input file name - full path. Used instead of the configuration? --> |
|---|
| | 36 | <!-- There appears to be a bug in the hibernate code. Everybody initialises |
|---|
| | 37 | this to /import.sql. Set to null causes an NPE |
|---|
| | 38 | Make sure it refers toa non-existant file --> |
|---|
| | 39 | <attribute name="SqlIn">not-a-file.sql</attribute> |
|---|
| | 40 | |
|---|
| | 41 | <!-- XML data input file name - full path. Used for data restore --> |
|---|
| | 42 | <attribute name="DataIn">data/initbedework.xml</attribute> |
|---|