History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBAS-4934
Type: Bug Bug
Status: Closed Closed
Resolution: Done
Priority: Major Major
Assignee: Brian Stansberry
Reporter: Brian Stansberry
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JBoss Application Server

JBossCacheWrapper should not re-use data gravitation option

Created: 31/Oct/07 03:46 PM   Updated: 28/Nov/07 03:20 PM
Component/s: Web (Tomcat) service , Clustering
Affects Version/s: JBossAS-4.0.5.GA , JBossAS-4.2.1.GA , JBossAS-4.2.0.GA , JBossAS-4.2.2.GA
Fix Version/s: JBossAS-4.2.3.GA
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
JBossCacheWrapper has a minor optimization where it creates an instance of Option, sets it to forceDataGravitation=true and then tries to re-use it across all invocations where we need to gravitate. This is invalid usage; JBC does not promise an Option will be in its original state when an invocation returns.

Just need to create an Option for each call; no big deal.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
There are no comments yet on this issue.