Paul Ferraro created WFLY-10761:
-----------------------------------
Summary: Add <distributable/> to shared-session-config schema
Key: WFLY-10761
URL:
https://issues.jboss.org/browse/WFLY-10761
Project: WildFly
Issue Type: Feature Request
Components: Clustering, Web (Undertow)
Affects Versions: 10.0.0.CR2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Currently, the shared-session-config does not indicate whether a distributable or
non-distributable session manager should be used. Consequently, we assign the session
manager implementation based on the availability of the module providing the distributed
implementation. Since the default infinispan web session configuration attempts to
passivate sessions on shutdown, users will see NotSerializableExceptions on shutdown if
they use non-serializable session attributes - even if their web applications do not
define themselves as being <distributable/>.
To clarify this ambiguity, we should add a <distributable/> element (a la web.xml)
to the shared-session-config schema to determine which session manager implementation to
use.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)