> 2.0a3-cvs > MailImpl mail = spool.retrieve(key); > java.lang.NullPointerException
That is a well-known concurrency issue where there is an opportunity for two threads to get the same key from the store, but only one of them can use it. Current code no longer throws the exception. See: http://www.mail-archive.com/james-user@;jakarta.apache.org/msg02371.html --- Noel -- To unsubscribe, e-mail: <mailto:james-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>
