Hi Folks,

I'm trying to write an event consumer which attempts to determine if an
item should be withdrawn from the archive on install.  I have a consumer
which binds to Item+Install, which carries out a test on the item and then
calls item.withdraw() if necessary.  item.withdraw() triggers a MODIFY
event on the item, which is appended to the list of events attached to the
context, resulting in a ConcurrentModificationException in the
BasicDispatcher.  Is there a way around this?

Cheers,

Richard
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to