From: <leg...@at...> - 2004-01-04 16:30:42
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-598 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-598 Summary: ehcache is deemed optional, but it is actually required Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 Assignee: Reporter: Attila Szegedi Created: Sun, 4 Jan 2004 10:29 AM Updated: Sun, 4 Jan 2004 10:29 AM Description: ehcache.jar is specified as "optional" in lib/README.txt. However if Hibernate is initialized without specifying explicit value for "hibernate.cache.provider_class", it will default to "net.sf.ehcache.hibernate.Provider", and a ClassNotFoundException will be thrown if ehcache.jar is not present. Either improve the documentation to say something like: "required by default, except if you specify another cache provider" or alternatively work around to remove this implicit reqiured dependency. --------------------------------------------------------------------- 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 |