MAIN:jstrachan:20050523174326
by jstrachan on
23 May 2005, 12:43:26 -0500
(2 years 11 months ago)
upgraded to the latest ActiveMQ dependency and fixed a null pointer bug
MAIN:jstrachan:20050523173502
by jstrachan on
23 May 2005, 12:35:02 -0500
(2 years 11 months ago)
upgraded to the latest ActiveMQ dependency and fixed a null pointer bug
MAIN:jstrachan:20050223184109
by jstrachan on
23 February 2005, 12:41:10 -0600
(3 years 2 months ago)
Added better support for transaction synchronization at the CacheManager level and cleaner Hibernate cache provider
MAIN:rossmason:20050110113320
by rossmason on
10 January 2005, 05:33:25 -0600
(3 years 4 months ago)
Upgraded MuleSpace to 1.0-rc1 that fixed test failures
MAIN:jstrachan:20050110083730
by jstrachan on
10 January 2005, 02:37:30 -0600
(3 years 4 months ago)
Added a new ActiveCacheManager which acts as the API to any new helper methods; also added a public API for executing arbitrary commands on a cache.
MAIN:rossmason:20041123131122
by rossmason on
23 November 2004, 07:11:22 -0600
(3 years 5 months ago)
Added the first cut of a Mule ActiveSpace api implemetation
MAIN:jstrachan:20041109210729
by jstrachan on
09 November 2004, 15:07:30 -0600
(3 years 6 months ago)
Added support for pluggable query managers to query caches. Added a default Groovy implementation
MAIN:jstrachan:20041023150218
by jstrachan on
23 October 2004, 10:02:18 -0500
(3 years 6 months ago)
Refactored to add a transaction policy which can be associated with a cache or cache manager to handle transaction isolation levels and transaction registration mechanisms
MAIN:jstrachan:20041023122858
by jstrachan on
23 October 2004, 07:28:58 -0500
(3 years 6 months ago)
Added READ_REPEATABLE transaction isolation support for optimistic transactions
MAIN:jstrachan:20041021095753
by jstrachan on
21 October 2004, 04:57:53 -0500
(3 years 6 months ago)
To avoid confusion, removed the transaction methods on cache instances. So now the TransactionalCacheManager is the transaction manager for a transactional cache
MAIN:jstrachan:20041020174823
by jstrachan on
20 October 2004, 12:48:23 -0500
(3 years 6 months ago)
Got all the test cases working properly now and made debugging a tad easier
MAIN:jstrachan:20041020115842
by jstrachan on
20 October 2004, 06:58:46 -0500
(3 years 6 months ago)
Fixed the optimistic transaction handling of a TransactionalCache