Overview


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

Detail of configurations


We give details of each configuration of the project

Configuration adagio-synchro


Name of configuration : adagio-synchro


Description : Configuration options for SIH-Adagio :: Synchro

Configuration options


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
Details of option 'adagio.basedir'

Key  adagio.basedir
Description  Application basedir
Default Value  ${user.home}/.adagio
Type  java.io.File
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.data.directory'

Key  adagio.data.directory
Description  Data directory
Default Value  ${adagio.basedir}/data
Type  java.io.File
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.i18n.directory'

Key  adagio.i18n.directory
Description  I18n directory
Default Value  ${adagio.basedir}/i18n
Type  java.io.File
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.i18n.locale'

Key  adagio.i18n.locale
Description  User locale
Default Value  FR
Type  java.util.Locale
Can be modified  Yes
Can be saved  Yes

Back to options table

Details of option 'adagio.inceptionYear'

Key  adagio.inceptionYear
Description  Inception year
Default Value  2011
Type  java.lang.Integer
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.organizationName'

Key  adagio.organizationName
Description  Organization name
Default Value  Ifremer
Type  java.lang.String
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.persistence.db.attachment.directory'

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

Back to options table

Details of option 'adagio.persistence.db.backup.directory'

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

Back to options table

Details of option 'adagio.persistence.db.cache.directory'

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

Back to options table

Details of option 'adagio.persistence.db.directory'

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

Back to options table

Details of option 'adagio.persistence.db.host'

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

Back to options table

Details of option 'adagio.persistence.db.name'

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

Back to options table

Details of option 'adagio.persistence.db.port'

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

Back to options table

Details of option 'adagio.persistence.db.validation-query'

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

Back to options table

Details of option 'adagio.persistence.hibernate.dialect'

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

Back to options table

Details of option 'adagio.persistence.jdbc.catalog'

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

Back to options table

Details of option 'adagio.persistence.jdbc.driver'

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

Back to options table

Details of option 'adagio.persistence.jdbc.password'

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

Back to options table

Details of option 'adagio.persistence.jdbc.schema'

Key  adagio.persistence.jdbc.schema
Description  JDBC schema
Default Value  PUBLIC
Type  java.lang.String
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.persistence.jdbc.url'

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

Back to options table

Details of option 'adagio.persistence.jdbc.username'

Key  adagio.persistence.jdbc.username
Description  JDBC username
Default Value  sa
Type  java.lang.String
Can be modified  No
Can be saved  No

Back to options table

Details of option 'adagio.persistence.version'

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

Back to options table

Details of option 'adagio.server.port'

Key  adagio.server.port
Description  Synchronization server port
Default Value  8080
Type  java.lang.Integer
Can be modified  Yes
Can be saved  Yes

Back to options table

Details of option 'adagio.server.ssl.keystore.file'

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

Back to options table

Details of option 'adagio.site.url'

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

Back to options table

Details of option 'adagio.synchro.db.column.id'

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

Back to options table

Details of option 'adagio.synchro.db.column.updateDate'

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

Back to options table

Details of option 'adagio.synchro.db.maxSqlNameLength'

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

Back to options table

Details of option 'adagio.synchro.db.sequence.suffix'

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

Back to options table

Details of option 'adagio.synchro.enumeration.SynchronizationStatus.DELETED'

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

Back to options table

Details of option 'adagio.synchro.enumeration.SynchronizationStatus.DIRTY'

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

Back to options table

Details of option 'adagio.synchro.enumeration.SynchronizationStatus.READY_TO_SYNCHRONIZE'

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

Back to options table

Details of option 'adagio.synchro.enumeration.SynchronizationStatus.SYNCHRONIZED'

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

Back to options table

Details of option 'adagio.synchro.fix.mantis27065.enable'

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

Back to options table

Details of option 'adagio.synchro.import.db.host'

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

Back to options table

Details of option 'adagio.synchro.import.db.name'

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

Back to options table

Details of option 'adagio.synchro.import.db.port'

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

Back to options table

Details of option 'adagio.synchro.import.hibernate.dialect'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.batch-size'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.catalog'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.driver'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.fetch-size'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.password'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.schema'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.url'

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

Back to options table

Details of option 'adagio.synchro.import.jdbc.username'

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

Back to options table

Details of option 'adagio.synchro.jdbc.batch.enable'

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

Back to options table

Details of option 'adagio.synchro.tempQueryParameter.userId.column'

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

Back to options table

Details of option 'adagio.tmp.directory'

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

Back to options table

Configuration actions


No action found for this configuration