5 Replies Latest reply on Mar 1, 2011 9:47 AM by castrix

    Is it necessary to keep DefaultDS provided by JBoss

    newguy2010

      Hi,

       

      I am using JBoss 6.0.0 final as the application server at the moment. I have a 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.