From: <leg...@at...> - 2003-10-21 10:11:06
|
The following comment has been added to this issue: Author: Chris Miller Created: Tue, 21 Oct 2003 3:11 AM Body: OSCache is pretty light on dependencies - the only required jar is commons-logging. Other possible dependencies are: - commons-collections. This is only used when running on JDK 1.3, and even then it is optional (although highly recommended for performance reasons). - javagroups-all.jar. This is only required when using javagroups (now jgroups) for clustering. JMS clustering can be used instead, in which case you obviously need the support of your app server or other JMS provider. I haven't had a chance to look at Hibernate recently so I can't comment on this issue much more except to say that I'll be happy to help out with any questions/problems you hit with OSCache integration. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-412 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-412 Summary: OSCache support for Hibernate 2.1 Type: Improvement Status: Assigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 Assignee: Gavin King Reporter: Mathias Bogaert Created: Mon, 20 Oct 2003 6:34 AM Updated: Tue, 21 Oct 2003 1:53 AM Environment: OSCache 2.0 and Hibernate 2.1 (CVS as from yesterday) Description: Attached is an example how to integrate OpenSymphony OSCache and Hibernate's 2.1 caching system. Because of the fact that the cache is not reponsible for refreshing, the nice fail-over feature of OSCache is not used (yet). --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |