[jira] Commented: (JAMES-1061) NPE when connect to smtpserver with ipv6 ipaddress

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919575#action_12919575 ] Norman Maurer commented on JAMES-1061: -- To reproduce this issue I just use the followi

[jira] Commented: (JAMES-1061) NPE when connect to smtpserver with ipv6 ipaddress

2010-10-09 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919571#action_12919571 ] Eric Charles commented on JAMES-1061: - the cause may be a null ip address or a null net

svn commit: r1006209 - in /james/server/trunk/mailets/src/test/java/org/apache/james/transport: mailets/RemoteDeliveryTest.java mailets/StandardRemoteDeliveryTestable.java remotedeliverytester/

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 18:35:24 2010 New Revision: 1006209 URL: http://svn.apache.org/viewvc?rev=1006209&view=rev Log: Remove remote delivery test stuff again for now.. Need some more time to fix it, so better let it compile for now Removed: james/server/trunk/mailets/src/test/java

svn commit: r1006207 - /james/server/trunk/mailets/src/test/java/org/apache/james/transport/remotedeliverytester/

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 18:28:05 2010 New Revision: 1006207 URL: http://svn.apache.org/viewvc?rev=1006207&view=rev Log: Copy remotedelivery test code.. time to enable tests again Added: james/server/trunk/mailets/src/test/java/org/apache/james/transport/remotedeliverytester/ (prop

svn commit: r1006206 - /james/server/trunk/mailets/src/test/java/org/apache/james/transport/remotedeliverytester/

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 18:27:01 2010 New Revision: 1006206 URL: http://svn.apache.org/viewvc?rev=1006206&view=rev Log: Remove package. Will copy back from tag Removed: james/server/trunk/mailets/src/test/java/org/apache/james/transport/remotedeliverytester/ ---

svn commit: r1006203 - /james/server/trunk/queue-activemq/src/main/java/org/apache/james/queue/activemq/ActiveMQMailQueue.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 17:56:22 2010 New Revision: 1006203 URL: http://svn.apache.org/viewvc?rev=1006203&view=rev Log: Use MimeMessageWrapper when create the MailImpl object with the JMS Message. This helps to decrease the Memory usage of JavaMail (forgot to use it before). Modified:

svn commit: r1006189 - /james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageCopyOnWriteProxy.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 16:56:20 2010 New Revision: 1006189 URL: http://svn.apache.org/viewvc?rev=1006189&view=rev Log: Override missing javamail method Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageCopyOnWriteProxy.java Modified: james/se

Re: Spring migration

2010-10-09 Thread Dhrubo
Thanks Eric. I will get started ASAP. Kind Regards... Dhrubo On Sat, Oct 9, 2010 at 10:55 AM, Eric Charles wrote: > Hi, > > James 3 will be soon release and runs on Spring. > You can check it out from > http://svn.apache.org/repos/asf/james/server/trunk/. > Just compile it with mvn package and

svn commit: r1006157 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractAsyncServer.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 13:32:30 2010 New Revision: 1006157 URL: http://svn.apache.org/viewvc?rev=1006157&view=rev Log: use tcpNoDelay as we use it only as TCP server. Just improve performance a bit.. Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/

svn commit: r1006153 - /james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageInputStreamSource.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 13:10:22 2010 New Revision: 1006153 URL: http://svn.apache.org/viewvc?rev=1006153&view=rev Log: Cleanup Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageInputStreamSource.java Modified: james/server/trunk/core-library/

svn commit: r1006152 - /james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageWrapper.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 13:09:48 2010 New Revision: 1006152 URL: http://svn.apache.org/viewvc?rev=1006152&view=rev Log: remove invalid chars Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageWrapper.java Modified: james/server/trunk/core-libra

[jira] Commented: (JAMES-1010) MSGID_FROM_MTA_HEADER

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919494#action_12919494 ] Norman Maurer commented on JAMES-1010: -- Could you give us the message headers for the

svn commit: r1006150 - /james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageWrapper.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 13:06:51 2010 New Revision: 1006150 URL: http://svn.apache.org/viewvc?rev=1006150&view=rev Log: Workaround for altering message-id (JAMES-1010 and JAMES-875) Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MimeMessageWrapper.java

[jira] Resolved: (JAMES-1060) Use javamail system properties in startup scripts to let javamail handle bad formated messages more friendly

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1060. -- Resolution: Fixed Assignee: Norman Maurer Use the following properties for now:

svn commit: r1006141 - /james/server/trunk/mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/camel/JamesCamelConstants.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 11:36:35 2010 New Revision: 1006141 URL: http://svn.apache.org/viewvc?rev=1006141&view=rev Log: Removed unused class Removed: james/server/trunk/mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/camel/JamesCamelConstants.java -

[jira] Resolved: (JAMES-1062) Upgrade to spring 3.0.4-RELEASE

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1062. -- Resolution: Fixed done > Upgrade to spring 3.0.4-RELEASE > --- > >

svn commit: r1006140 - /james/server/trunk/pom.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 11:34:14 2010 New Revision: 1006140 URL: http://svn.apache.org/viewvc?rev=1006140&view=rev Log: Upgrade to spring 3.0.4-RELEASE (JAMES-1062) Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/serv

[jira] Created: (JAMES-1062) Upgrade to spring 3.0.4-RELEASE

2010-10-09 Thread Norman Maurer (JIRA)
Upgrade to spring 3.0.4-RELEASE --- Key: JAMES-1062 URL: https://issues.apache.org/jira/browse/JAMES-1062 Project: JAMES Server Issue Type: Task Reporter: Norman Maurer Assignee: Norman Mau

svn commit: r1006138 - /james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/JamesSpoolManager.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 11:03:47 2010 New Revision: 1006138 URL: http://svn.apache.org/viewvc?rev=1006138&view=rev Log: wait on shutdown for threads Modified: james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/JamesSpoolManager.java Modified: james/server/trun

[jira] Created: (JAMES-1061) NPE when connect to smtpserver with ipv6 ipaddress

2010-10-09 Thread Norman Maurer (JIRA)
NPE when connect to smtpserver with ipv6 ipaddress -- Key: JAMES-1061 URL: https://issues.apache.org/jira/browse/JAMES-1061 Project: JAMES Server Issue Type: Bug Affects Versions: 3.0, 3.0-

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

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 10:51:20 2010 New Revision: 1006135 URL: http://svn.apache.org/viewvc?rev=1006135&view=rev Log: Use WARN as default debug level for activemq Modified: james/server/trunk/spring-deployment/src/main/config/james/log4j.properties Modified: james/server/trunk/spr

Re: [jira] Updated: (JAMES-948) Composite pattern employed to implement And, Or, Xor and Not matcher.

2010-10-09 Thread Norman Maurer
Hi Ralp, maybe I even get it into the source tree before M1. But I can not promise it atm.. Thx, Norman 2010/10/9 Ralph B Holland : > Norman. > > Thanks for scheduling these changes. > > I have been working really hard on our product www.arising.com.au/ir-gis in > my spare time outside my norma

svn commit: r1006132 - in /james/server/trunk/spring-deployment/src/main/config/james: mailstore.xml spring-beans.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 10:47:42 2010 New Revision: 1006132 URL: http://svn.apache.org/viewvc?rev=1006132&view=rev Log: Don't start Jackrabbit by default. Just waste of memory in default configuration Modified: james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml

svn commit: r1006131 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 10:44:29 2010 New Revision: 1006131 URL: http://svn.apache.org/viewvc?rev=1006131&view=rev Log: rename amq broker from localhost to james. Because a broker name should be unique and localhost is the default Modified: james/server/trunk/spring-deployment/src/ma

svn commit: r1006130 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 10:41:05 2010 New Revision: 1006130 URL: http://svn.apache.org/viewvc?rev=1006130&view=rev Log: Don't register a shutdown hook for activemq. Spring will take care to shutdown on JVM exit. This helps to ensure that activemq broker will not get destroyed while Activ

svn commit: r1006129 - in /james/server/trunk: core-library/src/test/java/org/apache/james/services/ fetchmail/src/main/java/org/apache/james/fetchmail/ lmtpserver/src/main/java/org/apache/james/lmtps

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 10:38:43 2010 New Revision: 1006129 URL: http://svn.apache.org/viewvc?rev=1006129&view=rev Log: Rename James.xml to mailserver.xml + rename James bean to mailserver Added: james/server/trunk/spring-deployment/src/main/config/james/mailserver.xml - copied,

RE: [jira] Updated: (JAMES-948) Composite pattern employed to implement And, Or, Xor and Not matcher.

2010-10-09 Thread Ralph B Holland
Norman. Thanks for scheduling these changes. I have been working really hard on our product www.arising.com.au/ir-gis in my spare time outside my normal work hours to the exclusion of the rest of my life. This is the first weekend off since Feb 2010 and I actually went flying, a hobby of mi

svn commit: r1006124 - /james/server/trunk/spring-deployment/src/main/config/james/mailboxManagerSqlResources.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 09:44:17 2010 New Revision: 1006124 URL: http://svn.apache.org/viewvc?rev=1006124&view=rev Log: Leftover from torque, remove it Removed: james/server/trunk/spring-deployment/src/main/config/james/mailboxManagerSqlResources.xml ---

svn commit: r1006123 - /james/server/trunk/spring-deployment/src/main/config/james/torque.properties

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 09:39:26 2010 New Revision: 1006123 URL: http://svn.apache.org/viewvc?rev=1006123&view=rev Log: Torque is gone so remove old config file Removed: james/server/trunk/spring-deployment/src/main/config/james/torque.properties

svn commit: r1006122 - in /james/server/trunk: pom.xml spring-deployment/pom.xml

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 09:37:40 2010 New Revision: 1006122 URL: http://svn.apache.org/viewvc?rev=1006122&view=rev Log: Add javmail system properties to startup scripts to let javamail handle bad formated messages more friendly (JAMES-1060) Modified: james/server/trunk/pom.xml ja

[jira] Created: (JAMES-1060) Use javamail system properties in startup scripts to let javamail handle bad formated messages more friendly

2010-10-09 Thread Norman Maurer (JIRA)
Use javamail system properties in startup scripts to let javamail handle bad formated messages more friendly Key: JAMES-1060 URL: https://issues.apache.or

svn commit: r1006121 - /james/server/trunk/mail-library/src/main/java/org/apache/james/mailstore/JamesMailStore.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 09:21:34 2010 New Revision: 1006121 URL: http://svn.apache.org/viewvc?rev=1006121&view=rev Log: Can be other classes then implementations of MailRepository (this should prolly get revisited) Modified: james/server/trunk/mail-library/src/main/java/org/apache/j

svn commit: r1006120 - /james/server/trunk/mail-library/src/main/java/org/apache/james/mailstore/JamesMailStore.java

2010-10-09 Thread norman
Author: norman Date: Sat Oct 9 09:12:41 2010 New Revision: 1006120 URL: http://svn.apache.org/viewvc?rev=1006120&view=rev Log: cleanup Modified: james/server/trunk/mail-library/src/main/java/org/apache/james/mailstore/JamesMailStore.java Modified: james/server/trunk/mail-library/src/main/

[jira] Updated: (JAMES-948) Composite pattern employed to implement And, Or, Xor and Not matcher.

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-948: Fix Version/s: 3.0 Will be in 3.0 > Composite pattern employed to implement And, Or, Xor and Not ma

[jira] Updated: (JAMES-616) Add chi-square-based spam filter approach to BayesianAnalyzer.

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-616: Fix Version/s: (was: Trunk) (was: 3.0) Not sure this will happen for 3.0

[jira] Resolved: (JAMES-826) Source distribution build is broken

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-826. - Resolution: Fixed Fix Version/s: (was: 3.0) 3.0-M1 Assignee:

[jira] Resolved: (JAMES-1031) Only use MailClaimCheck / MailEnricher when a treshold is hit

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1031. -- Resolution: Invalid The enricher / claimcheck is not used anymore > Only use MailClaimCheck /

[jira] Resolved: (JAMES-1051) split spoolmanager module into mailetcontainer-api and mailetcontainer-impl.

2010-10-09 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1051. -- Resolution: Fixed done > split spoolmanager module into mailetcontainer-api and mailetcontaine

Re: Spring migration

2010-10-09 Thread Norman Maurer
Like Eric already pointed out, current james trunk is the place you want to have a look at. Its based on spring-container. So just have a look and come back to us when you have questions etc. And yes we love contributions, so patches welcome :) Bye, Norman 2010/10/9 Eric Charles : > Hi, > > Jame