I am having some problems with Hibernate and the oneToMany mapping.
oneToMany
Here is my function:
Location location = new Location();
your id attribute is not set. this MAY be due to the fact that the DB field is not set to auto increment? what DB are you using? MySQL? is your field set to AUTO INCREMENT?