[jira] Commented: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

2006-04-12 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-474?page=comments#action_12374165 ] Stefano Bagnara commented on JAMES-474: --- The problem is in the SMTPServerTest: SMTPHandler dispose the Mail as soon as it processed it. The current test implementation do

[jira] Commented: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

2006-04-12 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-474?page=comments#action_12374164 ] Stefano Bagnara commented on JAMES-474: --- Adding a "System.gc();" before the getSize I'm able to reproduce your NPE. I will check the problem as soon as possible. > NullPo

[jira] Commented: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

2006-04-11 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-474?page=comments#action_12374098 ] Norman Maurer commented on JAMES-474: - Is this error caused by this? And any idea why it is not happen everytime when run the junit test: testEmptyMessage(org.apache.jame

[jira] Commented: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-474?page=comments#action_12373739 ] Stefano Bagnara commented on JAMES-474: --- Martijn, thank you for your comment. This issue is not related to synchronization, btw I think I should review the synchronizati

[jira] Commented: (JAMES-474) NullPointerException and bodymessage lost with weird configurations in message spooling

2006-04-08 Thread Martijn Brinkers (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-474?page=comments#action_12373723 ] Martijn Brinkers commented on JAMES-474: Should'nt access to some (or all?) variables like modified, bodyModified etc. be synchronized? The method: public synchroni