svn commit: r917905 - in /james/protocols/trunk: ./ pom.xml

2010-03-01 Thread norman
Author: norman Date: Tue Mar 2 07:50:07 2010 New Revision: 917905 URL: http://svn.apache.org/viewvc?rev=917905&view=rev Log: exclude pop3 from build for now... Modified: james/protocols/trunk/ (props changed) james/protocols/trunk/pom.xml Propchange: james/protocols/trunk/ ---

[jira] Updated: (HUPA-67) Syntax error in gwtupload-0.5.6.jar due to missing dependency to appengine-api-1.0-sdk (?)

2010-03-01 Thread JIRA
[ https://issues.apache.org/jira/browse/HUPA-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johnny Sørensen updated HUPA-67: Attachment: add-appengine-api-1.0-sdk.patch > Syntax error in gwtupload-0.5.6.jar due to missing depen

[jira] Created: (HUPA-67) Syntax error in gwtupload-0.5.6.jar due to missing dependency to appengine-api-1.0-sdk (?)

2010-03-01 Thread JIRA
Syntax error in gwtupload-0.5.6.jar due to missing dependency to appengine-api-1.0-sdk (?) -- Key: HUPA-67 URL: https://issues.apache.org/jira/browse/HUPA-67 Proj

IMAP 0.1-M1 Release (problems)

2010-03-01 Thread Norman Maurer
Hi all, it seems something did go wrong with my keys while signing the release. Will need to redo it... Sorry Norman - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h

svn commit: r917655 - /james/server/trunk/spring-deployment/src/main/config/james/log4j.properties

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 19:07:20 2010 New Revision: 917655 URL: http://svn.apache.org/viewvc?rev=917655&view=rev Log: change DEBUG to INFO level Modified: james/server/trunk/spring-deployment/src/main/config/james/log4j.properties Modified: james/server/trunk/spring-deployment/src/m

[jira] Resolved: (JAMES-978) SendMailHandler get loaded twice

2010-03-01 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-978. - Resolution: Fixed fixed.. > SendMailHandler get loaded twice > >

svn commit: r917652 - /james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 18:56:37 2010 New Revision: 917652 URL: http://svn.apache.org/viewvc?rev=917652&view=rev Log: SendMailHandler is loaded via the CoreCmdHandler already, so remove it (JAMES-978) Modified: james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml

svn commit: r917649 - /james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 18:52:42 2010 New Revision: 917649 URL: http://svn.apache.org/viewvc?rev=917649&view=rev Log: Fix classname Modified: james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml Modified: james/server/trunk/spring-deployment/src/main/config/jame

svn commit: r917644 - /james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/MailProcessorRouteBuilder.java

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 18:50:41 2010 New Revision: 917644 URL: http://svn.apache.org/viewvc?rev=917644&view=rev Log: Call stop() after routing the message Modified: james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/MailProcessorRouteBuilder.java Modifi

svn commit: r917546 - /james/server/trunk/spring-deployment/src/scripts/setenv.sh

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 14:27:37 2010 New Revision: 917546 URL: http://svn.apache.org/viewvc?rev=917546&view=rev Log: remove mysql lib from classpath Modified: james/server/trunk/spring-deployment/src/scripts/setenv.sh Modified: james/server/trunk/spring-deployment/src/scripts/setenv

svn commit: r917544 - in /james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel: MailProcessorRouteBuilder.java MailRouter.java RoutingSlipHeaderProcessor.java

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 14:24:42 2010 New Revision: 917544 URL: http://svn.apache.org/viewvc?rev=917544&view=rev Log: Use RecipientList for choosing the activemq queue Removed: james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/RoutingSlipHeaderProcessor.j

svn commit: r917491 - /james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/MailProcessorRouteBuilder.java

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 12:18:45 2010 New Revision: 917491 URL: http://svn.apache.org/viewvc?rev=917491&view=rev Log: Remove unused import Modified: james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/MailProcessorRouteBuilder.java Modified: james/server/

Thoughts about RemoteDelivery ( in terms of JMS)

2010-03-01 Thread Norman Maurer
Hi all, after moving the spool of james to Camel/JMS I had some thoughts about howto rewrite the RemoteDelivery Mailet to use JMS for the outgoing spool. I think we should do the following: * RemoteDelivery should only store the mail to an extra activemq queue (similar to what ToProcessor do) * T

Re: Exception starting james

2010-03-01 Thread Norman Maurer
Hi Manuel. I forgot to commit the needed xml files before.. I should sleep more. Should be fixed now. Thx, Norman 2010/2/28 Manuel Carrasco Moñino : > Norman, > The server (trunk version) raises an exception when starting. It seems > you have forgotten define some beans in configuration files.

svn commit: r917427 - in /james/server/trunk: pom.xml spring-deployment/pom.xml spring-deployment/src/main/config/james/activemq.xml spring-deployment/src/main/config/james/log4j.properties spring-dep

2010-03-01 Thread norman
Author: norman Date: Mon Mar 1 09:14:04 2010 New Revision: 917427 URL: http://svn.apache.org/viewvc?rev=917427&view=rev Log: Forgot to commit .xml files before.. sigh (JAMES-976) Added: james/server/trunk/spring-deployment/src/main/config/james/activemq.xml Modified: james/server/trunk/p

Re: James and Spring / Osgi

2010-03-01 Thread Norman Maurer
Hi Martin, I think the important think is to actual do stuff ;) So if you feel more comfortable with spring-dm just go ahead, If someone feels that blueprint is the way to go later, he could just contribute a patch.. Bye, Norman 2010/2/28 Martin Reisenhofer : > It is so hard today there are so

JAMES Server Nightly Build Report

2010-03-01 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-978) SendMailHandler get loaded twice

2010-03-01 Thread Norman Maurer (JIRA)
SendMailHandler get loaded twice Key: JAMES-978 URL: https://issues.apache.org/jira/browse/JAMES-978 Project: JAMES Server Issue Type: Bug Components: SMTPServer Affects Versions: 3.0, 3.0-M1, T

Re: Imap: UID EXPUNGE not supported

2010-03-01 Thread Norman Maurer
BTW, could you post the full stacktrace so we see where in HUPA it get thrown ? Thx, Norman 2010/3/1 Norman Maurer : > Hi Manolo, > > could you open a jira issue for this in the imap project ? > > Thx, > Norman > > > 2010/2/28 Manuel Carrasco Moñino : >> Hello guys, I'm playing with Hupa & James

Re: Imap: UID EXPUNGE not supported

2010-03-01 Thread Norman Maurer
Hi Manolo, could you open a jira issue for this in the imap project ? Thx, Norman 2010/2/28 Manuel Carrasco Moñino : > Hello guys, I'm playing with Hupa & James, and I get this error: > > javax.mail.MessagingException: UID EXPUNGE not supported; >  nested exception is: >        com.sun.mail.iap