0 Replies Latest reply on Jul 20, 2002 7:50 PM by garyg

    lessoning the need to ejbStore so many times

    garyg

      I've got some BMP EJB's which store my in-memory data to the dbase. The problem is that EJB get's stored so many times and does some uneccesary 'updates' which I'd like for it to not have to do to be a little more efficient and less likely for something to go wrong w/ my app.

      I've had to change my commit-options in the standardjboss.xml file to B so that the values get updated when I need them.

      So my question is, how are people getting around not having to persist data in the database everytime ejbStore() get's called (which is alot btw)?

      Any help much appreciated.