此内容没有您所选择的语言版本。
2.8. Transactions
For transaction processing, the
TransactionManager
used to start the EmbeddedServer
must be set in the EmbeddedConfiguration
. A client facing javax.sql.DataSource
is not provided for Embedded JBoss Data Virtualization. However, the use of java.sql.Driver
should be sufficient as, by default, the embedded server can detect thread bound transactions and appropriately propagate the transaction to threads launched as part of request processing. Use of local connections is also permitted.