> You are calling it "side-effect", but the code does "extends ConcernOf" > instead of SideEffectOf. Are you declaring the above using @SideEffects() > annotation on the Composite type? If so that shouldn't work. If it does we > need to fix so that Qi4j complains when Concerns are used as SideEffects.
It was annotated as a SideEffect (see my other response). I changed the code so the class now extends SideEffectOf. It didn't change the order of execution and the ClassCastException still occurs. > There are many levels of references. On a persistence level only the id's of > the referenced Entities are persisted. But when you access that through > Association or ManyAssociation that will be converted into live Java objects > that are strongly typed. In other words, from an application developers > point of view it *is* an object graph. Sounds wonderful. Thanks! Regards, Pelle P _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

