2 Replies Latest reply on Mar 14, 2005 9:12 PM by adrian.brock

    [Bug] Typo in org.jboss.mq.sm.jdbc.JDBCStateManager

      I was wondering why JBoss kept trying to create those JMS_* tables on startup although I set CREATE_TABLES_ON_STARTUP to FALSE both in oracle-jdbc2-service.xml and oracle-jdbc-state-service.xml. I had a look into the JBoss-3.2.6 sources and found that the org.jboss.mq.pm.jdbc2.PersistenceManager indeed looks for CREATE_TABLES_ON_STARTUP, yet org.jboss.mq.sm.jdbc.JDBCStateManager expects CREATE_TABLES_ON_START_UP (mind STARTUP vs. START_UP). I think it should consistently read STARTUP.

      Cheers,

      Olaf