Data Source Configuration in AS 7 | JBoss AS 7 | JBoss Community - 0 views
-
Data Source Configuration in AS 7
-
Using @DataSourceDefinition to configure a DataSource
-
This annotation requires that a data source implementation class (generally from a JDBC driver JAR) be present on the class path (either by including it in your application, or deploying it as a top-level JAR and referring to it via MANIFEST.MF's Class-Path attribute) and be named explicitly.
- ...21 more annotations...