View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820010#3820010
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820010 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 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
