Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3574

Creating a work manager leads to invalid server configuration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.CR1b
    • Console
    • None

    Description

      Creating a JCA workmanager in admin console does not work properly. The attributes "queue-length" and "max-threads" expect type INT, but admin console passes something which causes that configuration xml will look this way:

      <workmanager name="asd">
      <short-running-threads allow-core-timeout="false">
      <queue-length count="

      {"count" => 10,"per-cpu" => 20}"/>
      <max-threads count="{"count" => 10,"per-cpu" => 20}

      "/>
      </short-running-threads>
      </workmanager>

      It will cause the server will be unable to boot up because XML parsing will fail.

      These attributes should also be configurable, all these values seem to be hardcoded and impossible to change.

      Attachments

        Activity

          People

            rhn-support-hbraun Heiko Braun
            jmartisk@redhat.com Jan Martiska
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: