Upon start up of the application. I am seeing the HSQLDB get startup as well. I am using Oracle for my DB and I have remove all reference to HSQLDB that I know of. Where would the startup be and how can I turn this off?
HSQLDB is not required to run Smart GWT. For ease of use the Smart GWT samples startup HSQL using a startup listerner in the web.xml instead of relying on an external database.
You can remove the com.smartgwt.sample.server.listener.HSQLServletContextListener listener from web.xml once you configure server.properties to point to your external database.
Comment