############ ### Dragon properties file ############ ############ ### Datasource properties ############ ## MySQL Datasource # jdbc.driverClassName = com.mysql.jdbc.Driver # jdbc.url = jdbc:mysql://localhost:3306/dragon # jdbc.username = root # jdbc.password = ebm31 # jdbc.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect # jdbc.hibernate.hbm2ddl.auto = update # jdbc.hibernate.show_sql = false ## In Memory H2 Datasource jdbc.driverClassName = org.h2.Driver jdbc.url = jdbc:h2:mem:dragon jdbc.username = sa jdbc.password = sa jdbc.hibernate.dialect = org.hibernate.dialect.H2Dialect jdbc.hibernate.hbm2ddl.auto = update jdbc.hibernate.show_sql = false ## In Memory HSQL Datasource #jdbc.driverClassName = org.hsqldb.jdbcDriver #jdbc.url = jdbc:hsqldb:mem:dragon #jdbc.username = sa #jdbc.password = #jdbc.hibernate.dialect = org.hibernate.dialect.HSQLDialect #jdbc.hibernate.hbm2ddl.auto = update #jdbc.hibernate.show_sql = false ########### ### Indexation properties (Compass/Lucene) ########### ## Index path compass.index.url = ram://compass #compass.index.url = file://c:/compass # compass.index.url = file:/home/compass ## Full default analyser #compass.engine.analyzer.default.type = snowball #compass.engine.analyzer.default.name = English compass.engine.analyzer.default.type = standard compass.engine.analyzer.default.name = English ########## ### Log ########## #log.root.path = C:/Projets/SOA4All ########## ### Repository ########## ## A Database repository configuration. All binary files are stored as DB Blobs repo.type = database repo.root = null ## A Filesystem repository configuration. All binary files are stored in the filesystem #repo.type = filesystem #repo.root = ./test-repository