A wise old hermit known only as Vincent Harcq <[EMAIL PROTECTED]> once said:
> User: vharcq > Date: 02/04/02 05:12:38 > > Modified: core/src/xdoclet/ejb/tags ValueObjectTagsHandler.java > Log: > Last patches from Marcus: > The idea is a VO is by default "volatile". It is reset to null after > a setter is called because of possible triggers on the database that > can change the values of the entity without notifying the cached VO. > More thinking is needed because ejbStore is a better place for that I > believe... Definitely ejbStore - that's where the database is updated, and hence when any such triggers would be executed. Andrew. _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
