On 2010-02-25 03.16, philippe van dyck wrote:
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).
You're talking about Iterator.remove() right? /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

