This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: persist entities problemthejavafreak Dec 25, 2007 8:55 PM (in response to alex_ro_bv)Perhaps you can get a better support from 
 http://forum.hibernate.org
- 
        2. Re: persist entities problemtrouby Dec 26, 2007 10:37 AM (in response to alex_ro_bv)Yeah, Hibernate forum is better, 
 But just to give you directions, what DB type are you using? is your DB supports sequences at all? (if you'r using Mysql, better go for '@GeneratedValue' which will create the PK column with mysql's auto_incremental.
 Asaf.
- 
        3. Re: persist entities problemalex_ro_bv Dec 29, 2007 7:37 AM (in response to alex_ro_bv)yes, thejavafreak was right, I resolved the problem looking at the java forum. it seemed to have set the catalog name and schema, and as soon as I deleted those lines everything worked fine. Thank you! 
 
     
    