Bugs item #992651, was opened at 2004-07-17 03:28 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=992651&group_id=22866
>Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Ari Erin Miller (ari7419) Assigned to: Nobody/Anonymous (nobody) Summary: NoPassivationCachePolicy incompatible with optiond Initial Comment: I'm describing behavior in jboss-3.2.4 If you employ a policy of org.jboss.ejb.plugins.NoPassivationCachePolicy, the optiond-refresh-rate is completely ignored. Your data is never updated from the persistent store. Preferably, this issue should be fixed. optiond should reload the cached entities from the persistent store, without removing them from cache. If it isn't going to be fixed, the documentation should be changed to indicate that the only way to synch entities is to passivate them (which really shouldn't be true), so NoPassivationCachePolicy is incompatible with optiond- refresh-rate. And a log warning indicating that optionD will not refresh from the persistent store if you use the NoPassivationCachePolicy could save other users from going down this incompatible path. ---------------------------------------------------------------------- >Comment By: Alexey Loubyansky (loubyansky) Date: 2004-07-17 10:14 Message: Logged In: YES user_id=543482 It behaves as it is expected to. The documentation should describe it clearly. What you described does not make much sense to me. It's like commit option B with delayed-action, i.e. invalidate and keep it cached not right after the tx commits but after some time. What does it buy you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=992651&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
