Hi all,

I am still struggling with qi4j / Infinispan / Jclouds and I found a bug.

In DefaultManyAssociationState, when you ask for an iterator, you get the 
ArrayList iterator...

public Iterator<EntityReference> iterator()
    {
        return references.iterator();
    }

So, when you update the list using the iterator, the state is not updated 
(markUpdated() is not called).

Cheers,

Phil
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to