Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    For completeness: hibernate.cfg.xml should also be modified.

    Leave a comment:


  • smartgwt.dev
    replied
    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.

    Leave a comment:


  • Isomorphic
    replied
    Not required (of course). If you copied your web.xml from the built-in-ds project, look for a servlet that kicks off HSQLDB in there.

    Leave a comment:


  • ttran
    started a topic is HSQLDB required to run for smartGWT

    is HSQLDB required to run for smartGWT

    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?

    Thanks,
Working...
X