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

Not clear which input fields are required in resouce adapter add dialog

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.DR1
    • 7.0.0.CR2
    • Web Console
    • None
    • User Experience
      1. Run EAP
      2. Navigate to resource adapters (Subsystems->Resource Adapters)
      3. Click on add
      4. Fill only name
      5. Click on save

      It is not clear which of inputs are required when I want to add new resource adapter. Only name is marked as required, but when I fill only name this error message appears:

      Unexpected HTTP response: 500
      
      Request
      {
          "name" => "foobar",
          "archive" => undefined,
          "module" => undefined,
          "transaction-support" => undefined,
          "operation" => "add",
          "address" => [
              ("subsystem" => "resource-adapters"),
              ("resource-adapter" => "foobar")
          ]
      }
      
      Response
      
      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => "WFLYJCA0077: At least one of ARCHIVE or MODULE is required",
          "rolled-back" => true
      }
      

            chaowan@redhat.com Chao Wang
            jkasik@redhat.com Jan Kašík
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: