[ http://issues.apache.org/jira/browse/GERONIMO-2046?page=comments#action_12418528 ]
Jeff Genender commented on GERONIMO-2046: ----------------------------------------- Ok...committed...thanks Bill. Form this point forward, please open new JIRas as its much easier to track. Sending geronimo-cache/pom.xml Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/CacheManager.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/CacheChannel.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/CacheCommListener.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/JoinedEvent.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/MessageID.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/ProvideContentEvent.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/RemoteEvent.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/aioimpl/CacheActiveIOCommListener.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/aioimpl/CacheChannelActiveIOImpl.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/amqimpl Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/amqimpl/CacheChannelAMQImpl.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/amqimpl/ClusterReceiverRunnable.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/amqimpl/ClusterSenderRunnable.java Deleting geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/impl Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/udpimpl Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/udpimpl/CacheChannelUDPImpl.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/udpimpl/ClusterReceiverRunnable.java Adding geronimo-cache/src/main/java/org/apache/geronimo/cache/comm/udpimpl/ClusterSenderRunnable.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/impl/LocalCacheImpl.java Sending geronimo-cache/src/main/java/org/apache/geronimo/cache/impl/ReplicatedCacheImpl.java Sending geronimo-cache/src/test/java/org/apache/geronimo/cache/comm/MockCacheChannel.java Sending geronimo-cache/src/test/java/org/apache/geronimo/cache/comm/RunCacheStuff.java Adding geronimo-cache/src/test/java/org/apache/geronimo/cache/comm/amqimpl Adding geronimo-cache/src/test/java/org/apache/geronimo/cache/comm/amqimpl/AMQImplChannelTest.java Transmitting file data ..................... Committed revision 418140. > no caching implementation > ------------------------- > > Key: GERONIMO-2046 > URL: http://issues.apache.org/jira/browse/GERONIMO-2046 > Project: Geronimo > Type: New Feature > Security: public(Regular issues) > Components: general > Reporter: Bill Dudney > Assignee: Jeff Genender > Priority: Minor > Attachments: geronimo-cache-2.patch, geronimo-cache.patch > > This is a first cut at a replicating cache for caching stuff behind the > session api (the session api is in the 1.2 branch). > To make it build you have to install the session api first (i.e. mvn install). > There is currenly only a maven 2 build in place. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
