]
Kabir Khan updated WFLY-4684:
-----------------------------
Fix Version/s: 9.0.0.Final
EE Subsystem doesn't check some value of params when creating
Concurrency utilities resources
---------------------------------------------------------------------------------------------
Key: WFLY-4684
URL:
https://issues.jboss.org/browse/WFLY-4684
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: 10.0.0.Alpha1
Reporter: Hynek Švábek
Assignee: Hynek Švábek
Priority: Trivial
Fix For: 9.0.0.Final
EE Subsystem doesn't check some value of params when creating Concurrency utilities
resources
{code}
[standalone@localhost:9990 /]
/subsystem=ee/managed-executor-service=other:add(jndi-name=java\:jboss\/ee\/executor\/other,
core-threads=2, keepalive-time=-20)
{
"outcome" => "failed",
"failure-description" => {"WFLYCTL0080: Failed services" =>
{"jboss.concurrent.ee.executor.other" =>
"org.jboss.msc.service.StartException in service jboss.concurrent.ee.executor.other:
Failed to start service
Caused by: java.lang.IllegalArgumentException"}},
"rolled-back" => true,
"response-headers" => {"process-state" =>
"reload-required"}
}
[standalone@localhost:9990 /]
/subsystem=ee/managed-executor-service=other:add(jndi-name=java\:jboss\/ee\/executor\/other,
core-threads=2, hung-task-threshold=-10
Resources will be created.
{code}