Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-886

Cannot set use-fast-fail attribute of datasource from web console

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.DR10
    • 7.0.0.DR9
    • Web Console
    • None
    • Workaround Exists
    • Hide

      Set value by CLI command:

      /profile=full-ha/subsystem=datasources/data-source=ExampleDS:write-attribute(name=use-fast-fail, value=false)
      
      Show
      Set value by CLI command: /profile=full-ha/subsystem=datasources/data-source=ExampleDS:write-attribute(name=use-fast-fail, value= false )
    • Hide
      1. Run Wildfly in domain mode
      2. Navigate to existing datasource, e.g.: Configuration -> Profiles -> full-ha -> Non-XA -> ExampleDS and click on View
      3. Switch to Pool tab
      4. Click on Edit
      5. Set value of Use Fast Fail labeled checkbox to true
      6. Click on Save button
      7. Success message appears and everything looks OK, but when I try to read value by CLI command only response which I get is:
        [domain@localhost:9990 /] /profile=full-ha/subsystem=datasources/data-source=ExampleDS:read-attribute(name=use-fast-fail)
        {
            "outcome" => "success",
            "result" => false
        }
        

        and it should be:

        {
            "outcome" => "success",
            "result" => true
        }
        
      Show
      Run Wildfly in domain mode Navigate to existing datasource, e.g.: Configuration -> Profiles -> full-ha -> Non-XA -> ExampleDS and click on View Switch to Pool tab Click on Edit Set value of Use Fast Fail labeled checkbox to true Click on Save button Success message appears and everything looks OK, but when I try to read value by CLI command only response which I get is: [domain@localhost:9990 /] /profile=full-ha/subsystem=datasources/data-source=ExampleDS:read-attribute(name=use-fast-fail) { "outcome" => "success" , "result" => false } and it should be: { "outcome" => "success" , "result" => true }

    Description

      Setting of Use Fast Fail checkbox in datasource pool configuration is not propagated to the server.

      Attachments

        Issue Links

          Activity

            People

              hpehl@redhat.com Harald Pehl
              jkasik@redhat.com Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: