[JBoss JIRA] (ISPN-10729) Docs: Automatic HR client version
by Donald Naro (Jira)
Donald Naro created ISPN-10729:
----------------------------------
Summary: Docs: Automatic HR client version
Key: ISPN-10729
URL: https://issues.jboss.org/browse/ISPN-10729
Project: Infinispan
Issue Type: Enhancement
Components: Documentation-Servers
Reporter: Donald Naro
Assignee: Donald Naro
This relates to the existing CacheManager documentation.
As a user, I want to create caches at startup.
As a user, I want to create caches on the fly/dynamically.
As a user, I want to create permanent caches.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10609) Extend Marshaller interface to expose configured ClassWhiteList to implementation
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10609?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10609.
---------------------------------
Resolution: Done
> Extend Marshaller interface to expose configured ClassWhiteList to implementation
> ---------------------------------------------------------------------------------
>
> Key: ISPN-10609
> URL: https://issues.jboss.org/browse/ISPN-10609
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 10.0.0.CR2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> ClassWhiteList is a generic white list that can be configured via our XML, it doesn't have anything specifc to Serialization. We should allow a user's marshaller implementation, set via SerializationConfiguration#marshaller, to utilise the configured values to limit what can/can't be marshalled.
> For our internal code this is nice because it will prevent us from requiring hacky code like the following in the PersistenceMarshallerImpl if the user wants to utilise our provided JavaSerializationMarshaller:
> {code:java}
> if (userMarshaller instanceof JavaSerializationMarshaller) {
> ((JavaSerialzationMarshaller) userMarshaller).setWhiteList(whiteListImpl);
> } else if (userMarshaller instanceof ...) {
> ...
> }
> {code}
> Proposed change to the Marshaller interface:
> {code:java}
> default void initialize(ClassWhiteList whiteList) {
> // no-op
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10183) Unable to add cache configuration via server CLI
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10183?page=com.atlassian.jira.plugin... ]
Ryan Emerson closed ISPN-10183.
-------------------------------
Resolution: Won't Fix
Won't fix as this issue is not present in the new server
> Unable to add cache configuration via server CLI
> ------------------------------------------------
>
> Key: ISPN-10183
> URL: https://issues.jboss.org/browse/ISPN-10183
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Final, 9.4.17.Final
>
>
> {code}
> [standalone@localhost:9990 /] cd subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS
> [standalone@localhost:9990 configurations=CONFIGURATIONS] ./local-cache-configuration=txCache:add()
> {"outcome" => "success"}
> [standalone@localhost:9990 configurations=CONFIGURATIONS] ls local-cache-configuration=txCache
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "WFLYCTL0216: Management resource '[
> (\"subsystem\" => \"datagrid-infinispan\"),
> (\"cache-container\" => \"local\"),
> (\"configurations\" => \"CONFIGURATIONS\"),
> (\"local-cache-configuration\" => \"txCache\"),
> (\"persistence\" => \"PERSISTENCE\")
> ]' not found"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10514) Docs: Creating caches
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-10514?page=com.atlassian.jira.plugin... ]
Donald Naro updated ISPN-10514:
-------------------------------
Description:
This relates to the existing CacheManager documentation.
As a user, I want to create caches at startup.
As a user, I want to create caches on the fly/dynamically.
As a user, I want to create permanent caches.
was:
As a user, I want to create caches at startup.
As a user, I want to create caches on the fly/dynamically.
As a user, I want to create permanent caches.
> Docs: Creating caches
> ---------------------
>
> Key: ISPN-10514
> URL: https://issues.jboss.org/browse/ISPN-10514
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Servers
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> This relates to the existing CacheManager documentation.
> As a user, I want to create caches at startup.
> As a user, I want to create caches on the fly/dynamically.
> As a user, I want to create permanent caches.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months