[jboss-user] [JBoss AOP] - Re: failed to transform $Proxy29: ConcurrentModificationExce

2007-06-26 Thread [EMAIL PROTECTED]
It has been scheduled for the next release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057751#4057751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057751 ___ jboss-user m

[jboss-user] [JBoss AOP] - Re: failed to transform $Proxy29: ConcurrentModificationExce

2007-06-26 Thread bartvh
"waynebaylor" wrote : sounds like your modifying a collection while iterating over it. This is indeed what I was trying to make clear to the JBoss AOP developers... A JIRA issue has been created at http://jira.jboss.com/jira/browse/JBAOP-430. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss AOP] - Re: failed to transform $Proxy29: ConcurrentModificationExce

2007-06-20 Thread waynebaylor
sounds like your modifying a collection while iterating over it. for example: | Collection stuff = someObject.getCollection(); | for(Object obj : stuff) | { | ... | stuff.remove(obj); | ... | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewto