[JBoss JIRA] (ISPN-7148) Unable to create/edit Cache Configurations when Security is not enabled
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-7148:
----------------------------------
Summary: Unable to create/edit Cache Configurations when Security is not enabled
Key: ISPN-7148
URL: https://issues.jboss.org/browse/ISPN-7148
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Alpha4
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Unable to create/edit cache configurations/…
[View More]templates as the security/authorization DMR is not created when required:
"WFLYCTL0175: Resource [
("profile" => "clustered"),
("subsystem" => "datagrid-infinispan"),
("cache-container" => "clustered"),
("configurations" => "CONFIGURATIONS"),
("distributed-cache-configuration" => "asdasdad"),
("security" => "SECURITY")
] does not exist; a resource at address [
("profile" => "clustered"),
("subsystem" => "datagrid-infinispan"),
("cache-container" => "clustered"),
("configurations" => "CONFIGURATIONS"),
("distributed-cache-configuration" => "asdasdad"),
("security" => "SECURITY"),
("authorization" => "AUTHORIZATION")
] cannot be created until all ancestor resources have been added"
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
[View Less]
8 years, 5 months
[JBoss JIRA] (ISPN-7146) Expiration interval set to -1 behaves incorrectly
by Vladimir Dzhuvinov (JIRA)
Vladimir Dzhuvinov created ISPN-7146:
----------------------------------------
Summary: Expiration interval set to -1 behaves incorrectly
Key: ISPN-7146
URL: https://issues.jboss.org/browse/ISPN-7146
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.2.4.Final
Reporter: Vladimir Dzhuvinov
Priority: Minor
According to the guide and XML docs <expiration interval="…
[View More]-1"/> disables the expiration thread. But it doesn't, and expiration proceeds to run every 1 minute (which is the default behaviour when the expiration setting is omitted).
Later I found that it takes <expiration interval="0"/> to disable the expiration thread.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
[View Less]
8 years, 5 months