[Hibernate] Internal workings of Hibernate Cache

2006-02-14 Thread shalon toy
Does any one know of any document that explains the internals of hibernate second level cache workings. The hibernate docs do not have any information on how the default cahce (ehcache) implementation works. I was looking for some information, that would explain how hibernate determine's when to do

[Hibernate] @MapKey and quoted columns

2006-02-14 Thread Emmanuel Bernard
currently the @MapKey annotation is done by creating formula(s) to refer the same column(s) as the pointed property. However when columns are quoted, I cannot create the formula equivalent since the dialect (for quote) is not known a configuration time. Anybody ge an idea?

[Hibernate] hibernate-hsqldb-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060214144251 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments: '-d:

[Hibernate] hibernate-oracle10-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060214144346 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments: '-

[Hibernate] hibernate-mysql-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060214144329 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments: '-d:p

RE: [Hibernate] hibernate-mysql-testsuite Build Failed

2006-02-14 Thread Ryan Campbell
Is there any plan to fix anonymous CVS or are we just waiting to move to subversion?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 1:44 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Steve Ebersole; [EMAIL PROTECT

RE: [Hibernate] Internal workings of Hibernate Cache

2006-02-14 Thread Steve Ebersole
The keystone of that logic is the org.hibernate.cache.CacheConcurrencyStrategy. Have a look at the different implementations of that interface. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shalon toy Sent: Tuesday, February 14, 2006 12:30 PM To: hibern

RE: [Hibernate] hibernate-mysql-testsuite Build Failed

2006-02-14 Thread Steve Ebersole
There is nothing we can do about the anon CVS access issues.  For now, we just wait for the move to the subversion repo.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Campbell Sent: Tuesday, February 14, 2006 4:39 PM To: hibernate-devel@lists.sourceforge.ne