CDV ❯ potential surprise with spring bean initialize methods and transient fields
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Won't Fix
-
-
-
drb
-
Reporter: teck
-
August 30, 2007
-
0
-
Watchers: 0
-
July 27, 2012
-
May 11, 2009
Description
I may not have this issue completely correct in my head, but…
When a spring bean is declared to be clustered and contains transient fields, dso-spring will overlay the transient fields from the local bean instance to the distributed one. It appears that spring might be invoking initialization methods before this transient copying occurs.
We should figure out if this is really true, see if there is anything to do about if so, or perhaps just document it.
Comments
Eugene Kuleshov 2007-08-30
Fiona OShea 2007-10-16
What should we do with this?
Probably related to LifeCycleTest