Hi,
I am using JBoss 6.0.0 final as the application server at the moment. I have an J2EE ear file which uses a specific datasource defined in a new xml file. Unlike JBoss 3.2.5, which doesn't need the DefaultDS to be in the deploy folder, I still need to keep the DefaultDS in hsqldb-ds.xml in the deploy folder to be able to deploy the ear file successfully. Does JBoss 6 need this file to start? I wonder if this datasource will affect the transaction in my app.