This report summarizes all configuration options useable on the project.
More information about ApplicationConfig
Name of configuration | Description | Number of options | Number of actions |
---|---|---|---|
adagio-synchro | Configuration options for SIH-Adagio :: Synchro | 49 | 0 |
We give details of each configuration of the project
Name of configuration : adagio-synchro
Description : Configuration options for SIH-Adagio :: Synchro
Key | Description | Default Value |
---|---|---|
adagio.basedir | Application basedir |
${user.home}/.adagio |
adagio.data.directory | Data directory |
${adagio.basedir}/data |
adagio.i18n.directory | I18n directory |
${adagio.basedir}/i18n |
adagio.i18n.locale | User locale |
FR |
adagio.inceptionYear | Inception year |
2011 |
adagio.organizationName | Organization name |
Ifremer |
adagio.persistence.db.attachment.directory | Directory where to find attachment files |
${adagio.data.directory}/meas_files |
adagio.persistence.db.backup.directory | Backup directory (use to store backup database before applying a patch) |
${adagio.data.directory}/dbbackup |
adagio.persistence.db.cache.directory | Technical directory, to store cached data |
${adagio.data.directory}/dbcache |
adagio.persistence.db.directory | Database directory (for HsqlDB database engine) |
${adagio.data.directory}/db |
adagio.persistence.db.host | Database host |
No default value |
adagio.persistence.db.name | Database name or ID |
allegro |
adagio.persistence.db.port | Database port |
No default value |
adagio.persistence.db.validation-query | SQL query used to valide a connexion from the dataSource (mandatory if 'adagio.persistence.datasource.type = jndi') |
SELECT COUNT(*) FROM STATUS |
adagio.persistence.hibernate.dialect | Hibernate Dialect |
org.hibernate.dialect.HSQLDialect |
adagio.persistence.jdbc.catalog | JDBC Catalog (optional) |
No default value |
adagio.persistence.jdbc.driver | JDBC Driver class |
org.hsqldb.jdbcDriver |
adagio.persistence.jdbc.password | JDBC password |
No default value |
adagio.persistence.jdbc.schema | JDBC schema |
PUBLIC |
adagio.persistence.jdbc.url | JDBC URL |
jdbc:hsqldb:file:${adagio.persistence.db.directory}/${adagio.persistence.db.name} |
adagio.persistence.jdbc.username | JDBC username |
sa |
adagio.persistence.version | Application version |
3.6.3 |
adagio.server.port | Synchronization server port |
8080 |
adagio.server.ssl.keystore.file | Path a SSK keystore file |
my.keystore |
adagio.site.url | Project web site |
http://www.ifremer.fr/sih-adagio |
adagio.synchro.db.column.id | Default column name, for primary key |
id |
adagio.synchro.db.column.updateDate | Column name used to store row version (as timestamp) |
update_date |
adagio.synchro.db.maxSqlNameLength | Max length of a SQL name, in the database engine |
30 |
adagio.synchro.db.sequence.suffix | Default sequence suffix, used to find table's sequence |
_seq |
adagio.synchro.enumeration.SynchronizationStatus.DELETED | Status code when a data is deleted |
DELETED |
adagio.synchro.enumeration.SynchronizationStatus.DIRTY | Status code when a data has been changed |
DIRTY |
adagio.synchro.enumeration.SynchronizationStatus.READY_TO_SYNCHRONIZE | Status code when a data is ready to synchronize |
READY_TO_SYNC |
adagio.synchro.enumeration.SynchronizationStatus.SYNCHRONIZED | Status code when a data has been synchronize |
SYNC |
adagio.synchro.fix.mantis27065.enable | adagio.config.option.synchro.fix.mantis27065.enable.description |
true |
adagio.synchro.import.db.host | Import source database: Database host |
No default value |
adagio.synchro.import.db.name | Import source database: Database name or ID |
allegro |
adagio.synchro.import.db.port | Import source database: Database port |
No default value |
adagio.synchro.import.hibernate.dialect | Import source database: Hibernate dialect (see Hibernate documentation) |
org.hibernate.dialect.HSQLDialect |
adagio.synchro.import.jdbc.batch-size | Number of line for batch processing |
1000 |
adagio.synchro.import.jdbc.catalog | Import source database: JDBC Catalog |
No default value |
adagio.synchro.import.jdbc.driver | Import source database: JDBC Driver |
org.hsqldb.jdbcDriver |
adagio.synchro.import.jdbc.fetch-size | Import source database: JDBC fetch size |
50 |
adagio.synchro.import.jdbc.password | Import source database: Database password |
No default value |
adagio.synchro.import.jdbc.schema | Import source database: JDBC schema |
No default value |
adagio.synchro.import.jdbc.url | Import source database: JDBC URL |
jdbc:hsqldb:file:${adagio.synchro.import.db.directory}/${adagio.synchro.import.db.name} |
adagio.synchro.import.jdbc.username | Import source database: Database username |
sa |
adagio.synchro.jdbc.batch.enable | Enable JDBC batch processing. Batch processing is more efficient, but SQL error more difficult to understand. |
true |
adagio.synchro.tempQueryParameter.userId.column | Column name use to store the primary key (optional) |
PERSON_FK |
adagio.tmp.directory | Temporary directory (clean at startup) |
${adagio.data.directory}/temp |
Key | adagio.basedir |
---|---|
Description | Application basedir |
Default Value | ${user.home}/.adagio |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.data.directory |
---|---|
Description | Data directory |
Default Value | ${adagio.basedir}/data |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.i18n.directory |
---|---|
Description | I18n directory |
Default Value | ${adagio.basedir}/i18n |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.i18n.locale |
---|---|
Description | User locale |
Default Value | FR |
Type | java.util.Locale |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.inceptionYear |
---|---|
Description | Inception year |
Default Value | 2011 |
Type | java.lang.Integer |
Can be modified | No |
Can be saved | No |
Key | adagio.organizationName |
---|---|
Description | Organization name |
Default Value | Ifremer |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.attachment.directory |
---|---|
Description | Directory where to find attachment files |
Default Value | ${adagio.data.directory}/meas_files |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.backup.directory |
---|---|
Description | Backup directory (use to store backup database before applying a patch) |
Default Value | ${adagio.data.directory}/dbbackup |
Type | java.io.File |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.persistence.db.cache.directory |
---|---|
Description | Technical directory, to store cached data |
Default Value | ${adagio.data.directory}/dbcache |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.directory |
---|---|
Description | Database directory (for HsqlDB database engine) |
Default Value | ${adagio.data.directory}/db |
Type | java.io.File |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.host |
---|---|
Description | Database host |
Default Value | No default value |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.name |
---|---|
Description | Database name or ID |
Default Value | allegro |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.port |
---|---|
Description | Database port |
Default Value | No default value |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.db.validation-query |
---|---|
Description | SQL query used to valide a connexion from the dataSource (mandatory if 'adagio.persistence.datasource.type = jndi') |
Default Value | SELECT COUNT(*) FROM STATUS |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.hibernate.dialect |
---|---|
Description | Hibernate Dialect |
Default Value | org.hibernate.dialect.HSQLDialect |
Type | java.lang.Class |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.catalog |
---|---|
Description | JDBC Catalog (optional) |
Default Value | No default value |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.driver |
---|---|
Description | JDBC Driver class |
Default Value | org.hsqldb.jdbcDriver |
Type | java.lang.Class |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.password |
---|---|
Description | JDBC password |
Default Value | No default value |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.schema |
---|---|
Description | JDBC schema |
Default Value | PUBLIC |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.url |
---|---|
Description | JDBC URL |
Default Value | jdbc:hsqldb:file:${adagio.persistence.db.directory}/${adagio.persistence.db.name} |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.jdbc.username |
---|---|
Description | JDBC username |
Default Value | sa |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.persistence.version |
---|---|
Description | Application version |
Default Value | 3.6.3 |
Type | org.nuiton.util.version.Version |
Can be modified | No |
Can be saved | No |
Key | adagio.server.port |
---|---|
Description | Synchronization server port |
Default Value | 8080 |
Type | java.lang.Integer |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.server.ssl.keystore.file |
---|---|
Description | Path a SSK keystore file |
Default Value | my.keystore |
Type | java.io.File |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.site.url |
---|---|
Description | Project web site |
Default Value | http://www.ifremer.fr/sih-adagio |
Type | java.net.URL |
Can be modified | No |
Can be saved | No |
Key | adagio.synchro.db.column.id |
---|---|
Description | Default column name, for primary key |
Default Value | id |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.synchro.db.column.updateDate |
---|---|
Description | Column name used to store row version (as timestamp) |
Default Value | update_date |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.synchro.db.maxSqlNameLength |
---|---|
Description | Max length of a SQL name, in the database engine |
Default Value | 30 |
Type | java.lang.Integer |
Can be modified | No |
Can be saved | No |
Key | adagio.synchro.db.sequence.suffix |
---|---|
Description | Default sequence suffix, used to find table's sequence |
Default Value | _seq |
Type | java.lang.String |
Can be modified | No |
Can be saved | No |
Key | adagio.synchro.enumeration.SynchronizationStatus.DELETED |
---|---|
Description | Status code when a data is deleted |
Default Value | DELETED |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.enumeration.SynchronizationStatus.DIRTY |
---|---|
Description | Status code when a data has been changed |
Default Value | DIRTY |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.enumeration.SynchronizationStatus.READY_TO_SYNCHRONIZE |
---|---|
Description | Status code when a data is ready to synchronize |
Default Value | READY_TO_SYNC |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.enumeration.SynchronizationStatus.SYNCHRONIZED |
---|---|
Description | Status code when a data has been synchronize |
Default Value | SYNC |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.fix.mantis27065.enable |
---|---|
Description | adagio.config.option.synchro.fix.mantis27065.enable.description |
Default Value | true |
Type | java.lang.Boolean |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.db.host |
---|---|
Description | Import source database: Database host |
Default Value | No default value |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.db.name |
---|---|
Description | Import source database: Database name or ID |
Default Value | allegro |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.db.port |
---|---|
Description | Import source database: Database port |
Default Value | No default value |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.hibernate.dialect |
---|---|
Description | Import source database: Hibernate dialect (see Hibernate documentation) |
Default Value | org.hibernate.dialect.HSQLDialect |
Type | java.lang.Class |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.batch-size |
---|---|
Description | Number of line for batch processing |
Default Value | 1000 |
Type | java.lang.Integer |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.catalog |
---|---|
Description | Import source database: JDBC Catalog |
Default Value | No default value |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.driver |
---|---|
Description | Import source database: JDBC Driver |
Default Value | org.hsqldb.jdbcDriver |
Type | java.lang.Class |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.fetch-size |
---|---|
Description | Import source database: JDBC fetch size |
Default Value | 50 |
Type | java.lang.Integer |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.password |
---|---|
Description | Import source database: Database password |
Default Value | No default value |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.schema |
---|---|
Description | Import source database: JDBC schema |
Default Value | No default value |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.url |
---|---|
Description | Import source database: JDBC URL |
Default Value | jdbc:hsqldb:file:${adagio.synchro.import.db.directory}/${adagio.synchro.import.db.name} |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.import.jdbc.username |
---|---|
Description | Import source database: Database username |
Default Value | sa |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.jdbc.batch.enable |
---|---|
Description | Enable JDBC batch processing. Batch processing is more efficient, but SQL error more difficult to understand. |
Default Value | true |
Type | java.lang.Boolean |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.synchro.tempQueryParameter.userId.column |
---|---|
Description | Column name use to store the primary key (optional) |
Default Value | PERSON_FK |
Type | java.lang.String |
Can be modified | Yes |
Can be saved | Yes |
Key | adagio.tmp.directory |
---|---|
Description | Temporary directory (clean at startup) |
Default Value | ${adagio.data.directory}/temp |
Type | java.io.File |
Can be modified | No |
Can be saved | No |