Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2900

Trim CREATE_TABLES_ON_STARTUP in the JDBCStateManager

XMLWordPrintable

      In org.jboss.mq.sm.jdbc.JDBCStatemanager::startService

      We should trim the result of properties.getProperty("CREATE_TABLES_ON_STARTUP")
      otherwise trailing spaces on something like
      CREATE_TABLES_ON_STARTUP = TRUE
      will result in the check
      "TRUE ".equalsIgnoreCase("true") which is actually false.

              adrian.brock Adrian Brock (Inactive)
              adrian.brock Adrian Brock (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: