2008/11/30 Davy Brion <[EMAIL PROTECTED]> > That was my fault... i removed the EntityLoadContext class because it had > no purpose, and was only being used in a piece of code that wasn't used by > anything else either > > i deleted the class, ran all the tests (they passed) and committed, without > checking the hibernate source code (i didn't know we had to stay so close to > the hibernate code).
Ok but take care because we don't have all test needed. Next time please check Hibernate codebase. > but i would like to point out that EntityLoadContext is no longer present > in Hibernate's trunk either, so i guess I don't need to revert the removal? I know. There is no problem in this case but remember that you are not alone ;-) There are some tests to port from H3 and we have some ignored test because not supported features; it is good place where start. -- Fabio Maulo
