[wildfly-dev] Starting Infinispan as Eager Mode

Ladislav Thon lthon at redhat.com
Mon May 4 07:51:18 EDT 2015


Hi,

> I wish to configure the infinispan's hibernate
> cache to configure as start as EAGER

AFAIK, this is no longer possible, Infinispan caches are now always
started lazily.

I don't know the details, so hopefully clustering developers will chime in.

LT

> Following is my request & response that captured from console:
> 
> Request
> {
>     "operation" => "composite",
>     "address" => [],
>     "steps" => [{
>         "address" => [
>             ("profile" => "full"),
>             ("subsystem" => "infinispan"),
>             ("cache-container" => "hibernate")
>         ],
>         "operation" => "write-attribute",
>         "name" => "start",
>         "value" => "EAGER"
>     }]
> }
> 
> Response
> 
> Internal Server Error
> {
>     "outcome" => "failed",
>     "failure-description" => {"domain-failure-description" =>
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps
> that failed:" => {"Operation step-1" => "WFLYCTL0248: Invalid value
> EAGER for start; legal values are [LAZY]"}}},
>     "rolled-back" => true
> }
> 
> 
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
> 



More information about the wildfly-dev mailing list