[ http://issues.apache.org/jira/browse/GERONIMO-2046?page=all ]
Bill Dudney updated GERONIMO-2046:
----------------------------------
Attachment: geronimo-cache-2.patch
this patch adds JMS impl to the replicated server
I also did some refactoring so there are some svn commands to apply to get that
refactoring done properly (doc'ed below)
apply the patch from
$geronimo_sandbox/geronimo-cache
> patch -p0 < geronimo-cache-2.patch
delete the old copy of the code;
svn del src/main/java/org/apache/geronimo/cache/comm/impl
add the new directories;
svn add src/test/java/org/apache/geronimo/cache/comm/amqimpl
svn add src/main/java/org/apache/geronimo/cache/comm/amqimpl
svn add src/main/java/org/apache/geronimo/cache/comm/CacheCommListener.java
svn add src/main/java/org/apache/geronimo/cache/comm/udpimpl
which should get the patch properly applied. Let me know if there are any
issues.
Thanks!
> 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