Right so i am working with hibernate gilead and gwt to persist my data on users and files of a website. my users have a list of file locations. i am using annotations to map my
This exception means that the FileLocations association is not yet loaded and you are trying to access it. There is no session opened, and there is no way to load the association.
This is the LazyInitializationException.