Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7158

Setting <set-tx-query-timeout/> in a data source xml configuration file does not set set-tx-query-timeout to TRUE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • TBD EAP 5
    • EAP_EWP 5.1.1
    • JCA
    • None
    • JBoss EAP 5.1.1

    • Hide

      Include <set-tx-query-timeout/> in a ${data=base}-ds.xml data source xml file. Set log level to TRACE, start JBoss AS observe the server log file. There should be a log record stating the set-tx-query-timeout property is set to false.

      Show
      Include <set-tx-query-timeout/> in a ${data=base}-ds.xml data source xml file. Set log level to TRACE, start JBoss AS observe the server log file. There should be a log record stating the set-tx-query-timeout property is set to false.
    • Hide

      Use <set-tx-query-timeout>true</set-tx-query-timeout>

      Show
      Use <set-tx-query-timeout>true</set-tx-query-timeout>
    • NEW

    Description

      JBoss data source xml configuration file contains a boolean element <set-tx-query-timeout>. It defaults to FALSE. By convention including <set-tx-query-timeout/> in the data source file should set it to TRUE but it does not. The only way to set <set-tx-query-timeout> to TRUE is to set it explicitly;
      <set-tx-query-timeout>true</set-tx-query-timeout>.

      Attachments

        Activity

          People

            jpederse@redhat.com Jesper Pedersen
            rhn-support-toross Tom Ross
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: