[Hibernate] unsubscribe

2005-05-10 Thread Reylan Reyes
unsubscribe --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click __

[Hibernate] Setting the a "Type" definition for an "Id" property

2005-05-10 Thread Pablo Nussembaum
Hello, I found that annotations ignore the "@Type" definition for an "@Id" property. I attach a patch to solve the problem. Pablo Nussembaum. @Entity @Table(name="program") public class Program { private ProgramCode code = null; @Id(generate=GeneratorType.NONE) @Column(name="

RE: [Hibernate] Caching of collections

2005-05-10 Thread Gavin King
Huh?? What in hell does Java thread-level concurrency have to do with maintaining consistency between a database and second-level cache??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lane Sharman Sent: Tuesday, 10 May 2005 6:42 PM To: hibernate-devel@

Re: [Hibernate] Caching of collections

2005-05-10 Thread Lane Sharman
the webmacro team (http://www.webmacro.org) struggled with many concurrency issues in its rendering engine several years ago. after much tribulation, we decided on using Doug Lea's conncurrent.jar. It solved some amazing issues with the java memory model and was vetted by some really smart peop

RE: [Hibernate] Caching of collections

2005-05-10 Thread Gavin King
Yes, there are some subtle concurrency issues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Monday, 9 May 2005 4:52 AM To: hibernate-devel@lists.sourceforge.net Subject: [Hibernate] Caching of collections I noticed that we don't