Issue Details (XML | Word | Printable)

Key: OPENEJB-937
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dain Sundstrom
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Improved StatefulContainer instance caching

Created: 29/Oct/08 07:49 PM   Updated: 29/Oct/08 07:50 PM
Return to search
Component/s: container system
Affects Version/s: 3.0-beta-1, 3.0-beta-2, 3.0
Fix Version/s: 3.1

Time Tracking:
Not Specified

Resolution Date: 29/Oct/08 07:49 PM


 Description  « Hide
Author: dain
Date: Tue Aug 26 14:36:19 2008
New Revision: 689243

URL: http://svn.apache.org/viewvc?rev=689243&view=rev
Log:
Added simple pluggable cache interface to StatefulContainer.
Merged StatefulInstanceManger and StatefulSynchronizationCorrdinator into StatefulContainer.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Blevins added a comment - 29/Oct/08 07:50 PM
Author: dain
Date: Wed Aug 27 19:49:45 2008
New Revision: 689703

URL: http://svn.apache.org/viewvc?rev=689703&view=rev
Log:
Stateful cache is now choosed by the StatefulContainer "Cache" property.
Cache instance is built using xbean-reflect in the StatefulContainerFactory using all unset properties on the container.