Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-2793

JBoss documentation wrong - missing datasource attributes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 2.6 Pro
    • None
    • Documentation - All
    • None

    Description

      Our JBoss docs are wrong. They list:

      <datasource name="defaultDS"
      helper-class="org.ofbiz.core.entity.GenericHelperDAO"
      field-type-name="mysql" check-on-start="true"
      add-missing-on-start="true">
      <jndi-jdbc jndi-server-name="default" jndi-name="java:/MysqlDS" />
      </datasource>

      There are a couple of extra attributes in later versions of JIRA. It should be:

      <datasource name="defaultDS" field-type-name="mysql"
      helper-class="org.ofbiz.core.entity.GenericHelperDAO"
      check-on-start="true" use-foreign-keys="false"
      use-foreign-key-indices="false"
      check-fks-on-start="false"
      check-fk-indices-on-start="false"
      add-missing-on-start="true">
      <jndi-jdbc jndi-server-name="default" jndi-name="java:MysqlDS"/>
      </datasource>

      Attachments

        Activity

          People

            keith@atlassian.com Keith Brophy
            7ee5c68a815f Jeff Turner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: