This was the new change:
public EntityComposite newProxy( InvocationHandler invocationHandler)
from
public EntityComposite newProxy( EntityInstance entityInstance )
I didn't see any test cases change when using uow.newEntityBuilder()
which now throws this:
java.lang.NoSuchMethodError:
org.qi4j.runtime.entity.EntityModel.newProxy(Lorg/qi4j/runtime/entity/EntityInstance;)Lorg/qi4j/api/entity/EntityComposite;
at org.qi4j.runtime.entity.EntityInstance.<init>(EntityInstance.java:94)
at org.qi4j.runtime.entity.EntityModel.newInstance(EntityModel.java:191)
at
org.qi4j.runtime.unitofwork.EntityBuilderInstance.<init>(EntityBuilderInstance.java:94)
at
org.qi4j.runtime.structure.ModuleUnitOfWork.newEntityBuilder(ModuleUnitOfWork.java:198)
at
org.qi4j.runtime.structure.ModuleUnitOfWork.newEntityBuilder(ModuleUnitOfWork.java:159)
p.s. BTW was there a replacement way for doing addAssembler() method
or it was just removed?
Thanks!
Aye
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev