Web session cluster is not working
Closed this issue · 2 comments
Mamezou-zhang-yong commented
Issue Overview
when I try to use web session cluster with admin-template via <distributable />
, I got the following warn, and the distributable setting was disabled.
WARN [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0081: The deployment sessiontest.war will not be distributable because this feature is disabled in web-fragment.xml of the module admin-template-1.3.2.jar.
Current Behaviour
the <distributable />
was overrided.
Expected Behaviour
<distributable />
should be kept
How to reproduce
add <distributable />
into web-fragment.xml
Additional Information
- AdminFaces version: 1.3.2
- PrimeFaces version: 11
- JSF implementation:
Mamezou-zhang-yong commented
this issue affects admin-theme
rmpestano commented
Thanks @Mamezou-zhang-yong!