JAMES Server Nightly Build Report

2010-04-23 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below:

[jira] Created: (JAMES-991) IllegalStateException during shutdown

2010-04-23 Thread Tim-Christian Mundt (JIRA)
IllegalStateException during shutdown - Key: JAMES-991 URL: https://issues.apache.org/jira/browse/JAMES-991 Project: JAMES Server Issue Type: Bug Components: James Core Affects Versions:

[jira] Created: (IMAP-133) JPAStreamingMessage vs JPAMessage

2010-04-23 Thread Tim-Christian Mundt (JIRA)
JPAStreamingMessage vs JPAMessage - Key: IMAP-133 URL: https://issues.apache.org/jira/browse/IMAP-133 Project: JAMES Imap Issue Type: Bug Components: JPA Mailbox Reporter: Tim-Christian

Re: [jira] Created: (IMAP-133) JPAStreamingMessage vs JPAMessage

2010-04-23 Thread Norman Maurer
As a quick workaround , you should just remove the *Streaming* stuff from the persistence.xml file. It seems like the classloader gets confused otherwise sometimes... Thx for Reporting, Norman 2010/4/23, Tim-Christian Mundt (JIRA) server-dev@james.apache.org: JPAStreamingMessage vs JPAMessage

svn commit: r937330 - /james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

2010-04-23 Thread norman
Author: norman Date: Fri Apr 23 15:20:55 2010 New Revision: 937330 URL: http://svn.apache.org/viewvc?rev=937330view=rev Log: Add some comments about what todo when you want to use Streaming to avoid to confuse the EntityManager (IMAP-133) Modified:

svn commit: r937353 - /james/server/trunk/spring-deployment/src/main/config/james/activemq.xml

2010-04-23 Thread norman
Author: norman Date: Fri Apr 23 16:15:35 2010 New Revision: 937353 URL: http://svn.apache.org/viewvc?rev=937353view=rev Log: Use shutdown hook for activemq (JAMES-991) Modified: james/server/trunk/spring-deployment/src/main/config/james/activemq.xml Modified:

[jira] Resolved: (JAMES-991) IllegalStateException during shutdown

2010-04-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-991. - Assignee: Norman Maurer Fix Version/s: 3.0-M1 Resolution: Fixed Use shutdown hook

svn commit: r937357 - /james/imap/trunk/store/src/main/java/org/apache/james/imap/store/StoreMailbox.java

2010-04-23 Thread norman
Author: norman Date: Fri Apr 23 16:27:10 2010 New Revision: 937357 URL: http://svn.apache.org/viewvc?rev=937357view=rev Log: Add getter for UidChangeTracker to allow easier sub-classing Modified: james/imap/trunk/store/src/main/java/org/apache/james/imap/store/StoreMailbox.java Modified:

Re: [jira] Created: (IMAP-133) JPAStreamingMessage vs JPAMessage

2010-04-23 Thread Eric Charles
Hi Tim-Christian, I stopped james 2 days ago for small config change (btw hot-config would be great :)) and I received exactly the same exception (I already saw it once or twice). The exception was shown only when fetching mails on one specific account. I deployed a fresh version of james

[jira] Created: (IMAP-134) Mailbox instances should be created per MailboxSession and only cached while the MailboxSession is still active

2010-04-23 Thread Norman Maurer (JIRA)
Mailbox instances should be created per MailboxSession and only cached while the MailboxSession is still active --- Key: IMAP-134 URL:

svn commit: r937447 - in /james/imap/trunk: mailbox/src/main/java/org/apache/james/imap/mailbox/ mailbox/src/main/java/org/apache/james/imap/mailbox/util/ processor/src/test/java/org/apache/james/imap

2010-04-23 Thread norman
Author: norman Date: Fri Apr 23 17:41:42 2010 New Revision: 937447 URL: http://svn.apache.org/viewvc?rev=937447view=rev Log: Change interfaces to abstract classes to share some code Modified: james/imap/trunk/mailbox/src/main/java/org/apache/james/imap/mailbox/MailboxListener.java