Feature Requests item #475969, was opened at 2001-10-29 04:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=475969&group_id=22866
Category: None Group: None Status: Open Priority: 5 Submitted By: Martin Kihlgren (zond) Assigned to: Nobody/Anonymous (nobody) Summary: remove need for isModified for lazy devs Initial Comment: I am deploying an application written for Another Server (tm) in JBoss, because of several reasons. What bugs me is that this other server uses some kind of magic to discern whether an entity is modified before it ejbStore()'s it. While it is possible for me to implement an isModified() method on all beans, that is a lot of work if the application consists of messy code and a lot of beans. It would greatly improve the ease for developers to deploy their applications originally written in Other Servers in JBoss if JBoss also had the possibility to use this "magic" method of seeing which entities are changed. Btw, this magic is probably, as I am sure you can guess, implemented as serializing the bean when created, loaded or stored, and then comparing the remembered serialized version with a new one before storing again. regards, Martin, [EMAIL PROTECTED] ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=475969&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
