[Hibernate] repository

2003-10-11 Thread khote
Is the sourceforge repository expected to be up any time soon? I can't update my checkout, I can't get a new checkout, sourceforge is not responding. --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,

Re: [Hibernate] automatic versioning problem

2003-10-11 Thread dosapati
As for the reference document automatic versioning is very useful in optimistic concurrency control. Can anyone please explain how this autoatic versioning will work for optimistic concurrency control?.   thanx dosapati - Original Message - From: dosapati To: [EMAIL PROTE

[Hibernate] automatic versioning problem

2003-10-11 Thread dosapati
hi,   I tried automatic versioning by using tag in class mapping like                   /*VERSION TAG */        I generated 'BeanVersion' class from the above mapping. I used that class in my code:     BeanVersion bv = new BeanVersion();  bv.setName("Entity-1");  Session session =