-
Bug
-
Resolution: Done
-
Minor
-
1.0.1.Final, 1.1.0.Beta1
-
-
Workaround Exists
-
-
High
Using the seam-faces module @ViewScoped extension, when the object is destroyed by Contextual.destroy, weld still references an instance, avoiding being garbage-collected.
Pseudo Code:
Contextual contextual = ...
Object instance = ...
CreationalContext creational = ...
contextual.destroy(instance, creational);