|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

Following your advice I tried to set the following:
<web-app version="3.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd">
<context-param>
<param-name>org.jboss.weld.servlet.ConversationFilter.registered</param-name>
<param-value>false</param-value>
</context-param>
Which seems to be recognized by the container:
{..., org.jboss.weld.servlet.ConversationFilter.registered=false, ...}2013-11-20 22:21:34,159 INFO [org.richfaces.log.Cache] (MSC service thread 1-8) Creating LRUMap cache instance using parameters:
But it has no effect at all on the behavior of the ConversationContext.
Did I miss something?