Hello, Ok I did the testing with 3.0.5RC1 with both JAWS and JBossCMP and it works correctly: cache is checked first. Though, remember that simply calling findByPrimaryKey while the entity is not yet in cache will *not* populate the cache: you have to make a remote.getWhatever() to populate the cache and *only then* will the findByPrimaryKey be handled from cache.
Cheers, sacha > -----Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Lennart > Petersson > Envoye : mercredi, 11 decembre 2002 11:02 > A : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] Another Commit Option A Cache Question :) > > > I'm looking at i right now... JBoss code seems ok... has to be some > shit in ours :( > > Will be back, > > /L > > onsdagen den 11 december 2002 kl 10.30 skrev Sacha Labourey: > > > OK, so I agree: either it checks the cache or it is a bug ;) > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
