|
|
|
[
Permlink
| « Hide
]
Matt Raible - 13/Aug/07 10:48 PM
http://forums.opensymphony.com/thread.jspa?threadID=110598
Deferring until 2.4.1 is uploaded (hopefully before 2.0 final).
http://jira.opensymphony.com/browse/CACHE-299 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. |
||||||||||||||||||||||||||||||||||||||