Has anyone seen this message before?
There is some discussions on Hibernate forums with not much clarity as to what the issue might be.
We are running Hibern
Just experienced this where webapp A used library B, and we'd added a dependency from library B to library C (i.e. B.Foo having a ManyToOne relationship with C.Bar), but the Hibernate config for webapp A didn't include library C in the list of packages to scan. Result: Hibernate didn't know about the entities from library C being referred to.