I use this configuration to connect to a database hsqldb:
<resource Id="My DataSource" type="DataSource">
JdbcDriver org.hsqldb.jdbcDriver
JdbcUrl jdbc: hsqldb: file: data / hsqldb / hsqldb
UserName its
Password
JtaManaged true
</ Resource>
What is the configuration for a database mongodb ?