[jira] Commented: (JAMES-467) corrupt messages in james trunk

2006-04-08 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-467?page=comments#action_12373720 ] Norman Maurer commented on JAMES-467: - This should be the same prob as : JAMES-474 corrupt messages in james trunk --- Key:

[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

[jira] Commented: (JAMES-475) SQLException on james trunk after build and without modifications of config.xml

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-475?page=comments#action_12373740 ] Stefano Bagnara commented on JAMES-475: --- Thank you! This is probably related to the new message length calculator (that is not aware of messages with no headers) and the

[jira] Commented: (JAMES-467) corrupt messages in james trunk

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-467?page=comments#action_12373741 ] Stefano Bagnara commented on JAMES-467: --- No, I don't think this is the same as JAMES-474: JAMES-474 log a NullPointerException. This could be the same as JAMES-475, but

Re: Maven 2 and XBean

2006-04-08 Thread Stefano Bagnara
Steve Brewin wrote: [...] What is a service? In James and many other early container oriented applications it is something provided from outside of the application. Application objects are assumed to be present and referenced directly from within the code. They are treated as special cases,

[jira] Assigned: (JAMES-467) corrupt messages in james trunk

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-467?page=all ] Stefano Bagnara reassigned JAMES-467: - Assign To: Stefano Bagnara corrupt messages in james trunk --- Key: JAMES-467 URL:

[jira] Commented: (JAMES-467) corrupt messages in james trunk

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-467?page=comments#action_12373742 ] Stefano Bagnara commented on JAMES-467: --- Reviewing current open similar issues.. isn't this the same as JAMES-466 ? I see an identical exception in the reports. corrupt

[jira] Commented: (JAMES-467) corrupt messages in james trunk

2006-04-08 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-467?page=comments#action_12373743 ] Norman Maurer commented on JAMES-467: - Maybe its the same.. corrupt messages in james trunk --- Key: JAMES-467 URL:

RE: Maven 2 and XBean

2006-04-08 Thread Steve Brewin
Stefano Bagnara wrote: Steve Brewin wrote: [...] What is a service? In James and many other early container oriented applications it is something provided from outside of the application. Application objects are assumed to be present and referenced directly from within the code. They

[jira] Commented: (JAMES-475) SQLException on james trunk after build and without modifications of config.xml

2006-04-08 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-475?page=comments#action_12373747 ] Stefano Bagnara commented on JAMES-475: --- I think I've found the problem and it should be related to dbfile only. When I introduced the streaming to db (removing full in

svn commit: r392598 - /james/server/trunk/src/java/org/apache/james/mailrepository/MessageInputStream.java

2006-04-08 Thread bago
Author: bago Date: Sat Apr 8 12:44:05 2006 New Revision: 392598 URL: http://svn.apache.org/viewcvs?rev=392598view=rev Log: Fixed a critical bug using dbfile since I introduced the direct stream to db (JAMES-475) Modified: