> 
> Is a dirty instance of TestNodeBean re-used from a pool when the bean is
> activated. Should I be nulling the location cache on
> activation/passivation/somewhere?
> 

Yep! You need to null out that sort of stuff on either passivate or 
activate. Personally, I'd do both, but then I'm paranoid. Passivate 
would probably be most appropriate (that'll help the garbage collector 
behave appropriately, among other things)

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to