A couple of months ago I committed a jboss.xml read-only entity bean tag that prevented ejbStore ever being called on a such-marked bean. This new work makes it so locks on the bean only last as long as the method call into the bean (as I understand it)
david jencks On 2002.04.10 15:04:33 -0400 Luke Taylor wrote: > Bill Burke wrote: > > I've just committed and tested Peter Murray's patch for read-only > method > > locks. Great work Peter! > > > > Sounds great. Does that mean that ejbStore won't be automatically called > after calling read-only methods in a transaction? Or do you still need > to use the "isModified" flag to prevent that? > > Luke. > > -- > Luke Taylor. Monkey Machine Ltd. > PGP Key ID: 0x57E9523C http://www.mkeym.com > > > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
