Hello
I'm facing a bug on hibernate. When i attempt to merge an entity which contains a composite id, the merge method throws a NPE.
I found a JIRA opened on the issue and it seemed it is a well known bug unresolved.
=>
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2326Does anyone know more about this issue and especially if it has been resolved on 3.5.* versions. I'm actually using 3.2.1ga.
Is it really impossible to merge a composite-IDed entity with hibernate ? It seems totally crazy to me.
Regards,