Hi all,
I'm facing some problems when trying to load objects that contain ids generated by the UUIDStringGenerator.
The exception below is being thrown:
Code:
net.sf.hibernate.ObjectNotFoundException: No row with the given identifier exists: X@3zH?zH wV??, of class: ch.fhso.efitness.server.domain.EtProto]
I also have some test data with "normal" ids (manually inserted). With this data everything works fine.
Does anyone faced a similar problem before? Or have any idea of what could be wrong?
My environment:
hibernate 2.1.2
hsqldb 1.7.1
jboss 3.2.3
springframework 1.0-rc1
Thanks in advance
Fabio