Jsf 是否有com.sun.faces.enableAgressiveSessionDirting用于查看范围?

Jsf 是否有com.sun.faces.enableAgressiveSessionDirting用于查看范围?,jsf,jakarta-ee,jsf-2,replication,view-scope,Jsf,Jakarta Ee,Jsf 2,Replication,View Scope,web.xml中的以下配置参数导致@SessionScoped托管bean跨集群复制: <context-param> <param-name>com.sun.faces.enableAgressiveSessionDirtying</param-name> <param-value>true</param-value> </context-param> com.sun.faces.enableAgres

web.xml
中的以下配置参数导致
@SessionScoped
托管bean跨集群复制:

<context-param>
    <param-name>com.sun.faces.enableAgressiveSessionDirtying</param-name>
    <param-value>true</param-value>
</context-param>

com.sun.faces.enableAgressiveSessionDirting
真的
是否存在类似于
enableAgressiveViewDirting
的参数?根据,不可能跨集群复制
@ViewScoped
状态。这是真的吗?我将Weblogic 10.3.6与Mojarra 2.1.2一起使用。它是否可能是具体实施的?如果我换成CDI,它会有更好的工作机会吗

声称听众可以做到这一点。但是,我无法让它工作。

这是一个Mojarra错误:。当前未在群集中复制
@ViewScoped