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

Key: APF-832
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

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

Upgrade to OSCache 2.4.1

Created: 07/Jul/07 11:48 AM   Updated: 09/Sep/07 01:11 PM
Component/s: Web - General
Affects Version/s: 2.0-M5
Fix Version/s: None



 All   Comments   Change History   FishEye      Sort Order:

Matt Raible - 23/Aug/07 03:48 PM
Deferring until 2.4.1 is uploaded (hopefully before 2.0 final).

http://jira.opensymphony.com/browse/CACHE-299

Matt Raible - 09/Sep/07 01:11 PM
Not fixing for 2.0. OSCache 2.4 contains a new dependency on JMS and the artifact isn't in the central repo.

1) javax.jms:jms:jar:1.1

  Try downloading the file manually from:
      http://java.sun.com/products/jms/docs.html

  Then, install it using the command:
      mvn install:install-file -DgroupId=javax.jms -DartifactId=jms \
          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.appfuse:appfuse-web-common:war:2.0-SNAPSHOT
        2) opensymphony:oscache:jar:2.4
        3) javax.jms:jms:jar:1.1

We could probably exclude javax.jms using Maven's <exclusions> or add java.net's Maven2 repo to fix the problem. However, we have two caching solutions in AppFuse (EhCache and OSCache) and it's probably appropriate to remove one of them. My vote is OSCache, but that'd also require removal of JSPs and WebTests. In order to avoid disruption to the 2.0 release, I'm going to worry about this at a later date.