2 Replies Latest reply on Oct 29, 2004 2:18 AM by sysuser1

    Creating tables at startup

    sysuser1

      Hello everybody,

      I have a problem with JBoss 4.0 and the configuration of two databases. I use hsql for JBoss specific things like jms,etc. and
      as second database I have informix (for EJB-Access, etc.).
      I know that in the file /server/deploy/ebxmlrr-service.sar/META-INF/jboss-service.xml one can specify, if
      JBoss creates and drops tables during startup and shutdown. But only for one (default) datasource.
      At the moment, JBoss doesn't create tables in the hsql database, but creates tables that are named according to my
      EJBs in the informix database. How can I prevent JBoss from creating these tables?

      Thanks in advance.