此内容没有您所选择的语言版本。
2.9. Other Differences Between the Embedded and EAP Deployments
- There is no JDBC/ODBC socket transport in Embedded JBoss Data Virtualization. You are expected to obtain a
Driver
connection via theEmbeddedServer.getDriver
method. - When running JBoss Data Virtualization with JBoss EAP, a
MetadataRepository
is scoped to a VDB, but for Embedded JBoss Data Virtualization is scoped to the entireEmbeddedServer
instance and must be registered via theEmbeddedServer.addMetadataRepository
method. - MDC logging values are not available as Java logging lacks the concept of a mapped diagnostic context.