Bugs item #597713, was opened at 2002-08-20 04:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=597713&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Joao Machado (joaocm) Assigned to: Nobody/Anonymous (nobody) Summary: Transient Keyword Problem Initial Comment: When I call a remote procedure inside the same virtual machine, the transient fields do not have the expected behavior. For example if I have a transient int field, because it's not serialized for performace issues, it not became zero. So the optmization has broken an expected and normal behavior of a Java keyword. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-09-24 14:33 Message: Logged In: YES user_id=175228 You have to initial the transient field anytime serialization occurs. This is normal transient behavior in the presence of serialization. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=597713&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
