| Hi Darren Kelly and thanks for the report! This looks like a bug in the ViewScope context implementation. Specifically here Mojarra creates a new CreationalContext when destroying contextual instances. However:
The context object must pass the same instance of CreationalContext to Contextual.destroy() that it passed to Contextual.create() when it created the instance.
See also The Context interface |