JBoss Configurations
From Skyway Wiki
JBoss 4.2.x – WAR Only
- WAR Deploy
- Container: Other
- Transactions: Atomikos
- Persistence: Hibernate
- Container: JBoss
- Transactions: Atomikos
- Persistence: Hibernate
- Must place data-sources-ds.xml in deploy directory
- Must add driver JAR to libs folder
- Container: JBoss
- Transactions: Container
- Persistence: Hibernate
- Must place data-sources-ds.xml in deploy directory
- Must add driver JAR to libs folder
- Must use XA datasources if accessing multiple data stores in the same transaction, however, this is only supported by PostgreSQL
- Container: Other
JBoss 5.0
- WAR Deploy
- Container: JBoss
- Transactions: Container
- Persistence: Container
- Must place data-sources-ds.xml in deploy directory
- Must add database driver JAR to libs folder
- Must use XA data sources if accessing multiple RDBMS within the same transaction
- EAR Deploy
- Container: JBoss
- Transactions: Container
- Persistence: Container
- Must use XA data sources if accessing multiple RDBMS within the same transaction

