The concrete problem is: On complete() of JdbmTest there is an EntityInstance which contains an EntityState with some of the properties / associations missing (instance of spi.EntityStateInstance) and some mixins two of these (property and association) being the same EntityModel$EntityStateInstance which contains all the information.
So either somewhere during the data transfer (I still have to look it up) some of the associations (all many) where not transferred. Michael Rickard Öberg schrieb: > Michael Hunger wrote: >> When trying to get the EntityStore Tests running again I came was irritated >> by the following fact: >> >> There is an existing EntityStateInstance implementation which is also used >> by the EntityStores. >> >> There is a second (imho new and different) implementation of the >> EntityStateInstance within EntityStateModel which seems >> to be more typed (i.e. works with AssociationsInstances etc instead of >> Map<String,Collection<QI>>). >> >> Am I right in assuming the former should be replaced by the latter? And if >> by whom? >> >> Some hints would be appreciated as well. > > Both should be there. It is mostly a matter of finding a better name for > one of them, and I was unable to figure out which one should change > name. We could change the EntityStore one to "DefaultEntityState" for > example, as one example. > > /Rickard > > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

