This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: commit option A, caching and ejbStore()cepage Mar 21, 2003 4:37 PM (in response to marcwea)If you do not want to store your counter in a back-end database, then you probably don't want to set up this counter as a CMP field. 
 Commit-option A caching prevents unnecessary ejbLoad() calls from being performed when you access the field, but it does not disassociate the field from the database.
 Corby
- 
        2. Re: commit option A, caching and ejbStore()marcwea Mar 24, 2003 5:18 PM (in response to marcwea)Hi Corby, 
 Thanks for your repply. The issue is also that I want to set the counter as a CMP field or at least I want it to be persisted in db when it stops until it resumes...
 So maybe I should persist into a field when the ejbStore()method is called? I will try that...
 Thanks again!
 Marc
 
    