Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

2.6. Sources

The EmbeddedServer will still attempt to lookup the given JNDI connection factory names via JNDI. In most non-container environments it is likely that no such bindings exist. In this case the embedded server instance must have ConnectionFactoryProvider instances manually registered using the EmbeddedServer.addConnectionFactoryProvider method. Note that the embedded server does not have built-in pooling logic, so to make better use of a standard javax.sql.DataSource or to enable proper use of javax.sql.XADataSource you must first configure the instance via a third-party connection pool.