0 Replies Latest reply on Feb 3, 2004 5:08 AM by glyn_walters

    Synchronization issues with EJB Collection returned by findB

    glyn_walters

      Hi

      Could anyone advise how JBoss would handle a change in Collection members returned by a findBy method? For example if I am iterating through a Collection returned by a FindBy and one of the EJBs in the collection is removed will this throw a ConcurrentModificationException on the whole iteration or will the reference to the removed EJB remain available to the Collection for the scope of the iteration?

      Thanks
      Glyn