]
Heiko Braun updated AS7-3574:
-----------------------------
Fix Version/s: 7.1.0.Final
(was: 7.1.1.Final)
Creating a work manager leads to invalid server configuration
-------------------------------------------------------------
Key: AS7-3574
URL:
https://issues.jboss.org/browse/AS7-3574
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.CR1b
Reporter: Jan Martiska
Assignee: Heiko Braun
Fix For: 7.1.0.Final
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: