Jonny Becker wrote:
Hi,

I have a default constructor without parameters for Country. But Hibernate needs an "empty" constructor, doesn't it?

hibernate needs a default constructor

public class Country {
    public Country() {
        // some initialization here
     }
}

Could you give me a hint what and where to look for. (This is the CHS with Hibernate3 modifications.). This Exception tells me nothing.

I haven't worked with hibernate 3 yet.

--
Leszek Gawron                                      [EMAIL PROTECTED]
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to