XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: EAP_EWP 5.1.0_CR3
    • Fix Version/s: EAP_EWP 5.1.1
    • Component/s: JCA
    • Labels:
      None
    • Steps to Reproduce:
      Hide

      Try to use a boolean xa-data-source property that only has an "is*" method not a "get*" method, for example 'IfxIFX_AUTOFREE' using the Informix JDBC 3.5 driver

      Show
      Try to use a boolean xa-data-source property that only has an "is*" method not a "get*" method, for example 'IfxIFX_AUTOFREE' using the Informix JDBC 3.5 driver
    • Release Notes Text:
      Hide
      XAManagedConnectionFactory class did not allow for the <literal>is</literal> methodName form for getting and setting properties. This caused problems for XADataSources when the property was a <type>boolean</type> type. XAManagedConnectionFactory now allows for the <literal>is</literal> format and handles <type>boolean</type> types without errors.
      Show
      XAManagedConnectionFactory class did not allow for the <literal>is</literal> methodName form for getting and setting properties. This caused problems for XADataSources when the property was a <type>boolean</type> type. XAManagedConnectionFactory now allows for the <literal>is</literal> format and handles <type>boolean</type> types without errors.
    • Release Notes Docs Status:
      Documented as Resolved Issue

      Description

      JBAS-4072 which fixed the XA connection factory to allow "isFoo" in addition to "getFoo" for boolean properties was only applied to the 4.2 branch. it should be applied to the EAP 5 branch too

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  jesper.pedersen Jesper Pedersen
                  Reporter:
                  jameslivingston James Livingston
                  Writer:
                  Misty Stanley-Jones
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: