Sample C-JDBC DataSource configuration file to use in JOnAS:
###################### C-JDBC DataSource configuration example # ##### #DataSource configuration # #datasource.name jdbc_1 datasource.url jdbc:cjdbc://localhost:25322/myDB datasource.classname org.objectweb.cjdbc.driver.Driver datasource.username user datasource.password pass # WARNING: you must specify the mapper of the databases used as # backend by C-JDBC. It is not possible to use a heterogenious c-jdbc # configuration here. datasource.mapper rdb.hsql