adminfaces / admin-template

JSF responsive admin template based on Bootstrap and AdminLTE
https://adminfaces.github.io/docs/latest/#admin_template
MIT License
209 stars 101 forks source link

Web session cluster is not working #209

Closed Mamezou-zhang-yong closed 2 years ago

Mamezou-zhang-yong commented 2 years ago
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

https://github.com/melloware/primefaces/commit/0015d7d2d95cab167207e4f2b83eaeba182fc939

Additional Information
Mamezou-zhang-yong commented 2 years ago

this issue affects admin-theme

rmpestano commented 2 years ago

Thanks @Mamezou-zhang-yong!