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

2011-10-10 Thread norman
Author: norman Date: Mon Oct 10 09:31:05 2011 New Revision: 1180841 URL: http://svn.apache.org/viewvc?rev=1180841view=rev Log: Move to protocols 1.6-beta1 as it was just released Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc

[jira] [Created] (JAMES-1329) ImapChannelUpstreamHandler should not do a reverse lookup for logging

2011-10-10 Thread Norman Maurer (Created) (JIRA)
Type: Improvement Components: IMAPServer Affects Versions: 3.0-beta3 Reporter: Norman Maurer Fix For: 3.0-beta4 In ImapChannelUpstreamHandler we log the ipaddress and the hostname for each connect/disconnect. This is a waste of resources as for the hostname

[jira] [Resolved] (JAMES-1329) ImapChannelUpstreamHandler should not do a reverse lookup for logging

2011-10-10 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1329. -- Resolution: Fixed Assignee: Norman Maurer fixed

svn commit: r1181103 - /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/ImapChannelUpstreamHandler.java

2011-10-10 Thread norman
Author: norman Date: Mon Oct 10 18:04:47 2011 New Revision: 1181103 URL: http://svn.apache.org/viewvc?rev=1181103view=rev Log: Don't log the hostname as it needs a reverse lookup and so slow down things. See JAMES-1329 Modified: james/server/trunk/imapserver/src/main/java/org/apache/james

svn commit: r1181108 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/fetch/FetchProcessor.java

2011-10-10 Thread norman
Author: norman Date: Mon Oct 10 18:11:39 2011 New Revision: 1181108 URL: http://svn.apache.org/viewvc?rev=1181108view=rev Log: FetchProcessor should skip messages that can't get parsed. See IMAP-347 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/fetch

[jira] [Created] (IMAP-347) FetchProcessor should skip messages that can't get parsed

2011-10-10 Thread Norman Maurer (Created) (JIRA)
: Processor Affects Versions: 0.2.1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 In FetchProcessor we build the FetchResponse per requested message. This may for whatever reason. In this case we error out and return a BAD response

[jira] [Resolved] (IMAP-347) FetchProcessor should skip messages that can't get parsed

2011-10-10 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-347. Resolution: Fixed done FetchProcessor should skip messages that can't get parsed

[jira] [Updated] (PROTOCOLS-40) Use geronimo as a dependency for javamail instead of oracle javamail so that we don't need repositories entry in pom.

2011-10-10 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated PROTOCOLS-40: --- Fix Version/s: (was: 1.6-beta1) 1.6-beta2 Use geronimo

[jira] [Created] (PROTOCOLS-41) Don't try log hostname on connect/disconnect

2011-10-10 Thread Norman Maurer (Created) (JIRA)
-beta1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6-beta2 At the moment we log the ipaddress and hostname on each connect/disconnect. This may need a reverse dns lookup and so keeps the io-thread busy. We should just lok the ipaddress

svn commit: r1181115 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/BasicChannelUpstreamHandler.java

2011-10-10 Thread norman
Author: norman Date: Mon Oct 10 18:28:43 2011 New Revision: 1181115 URL: http://svn.apache.org/viewvc?rev=1181115view=rev Log: Don't try log hostname on connect/disconnect. See PROTOCOLS-41 Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl

[jira] [Resolved] (PROTOCOLS-41) Don't try log hostname on connect/disconnect

2011-10-10 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-41. Resolution: Fixed done Don't try log hostname on connect/disconnect

svn commit: r1181144 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

2011-10-10 Thread norman
Author: norman Date: Mon Oct 10 19:13:46 2011 New Revision: 1181144 URL: http://svn.apache.org/viewvc?rev=1181144view=rev Log: Don't lock mailbox longer then necessary... Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

[jira] [Created] (MAILBOX-151) AbstractDelegatingMailboxListeners should release locks faster

2011-10-10 Thread Norman Maurer (Created) (JIRA)
: Improvement Components: store Affects Versions: 0.3 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.4 In AbstractDelegatingMailboxListeners.event(...) we do a very bad job in releasing the locks in a timely manner, as we execute the whole

Re: svn commit: r1180423 - in /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor: ./ fetch/

2011-10-09 Thread Norman Maurer
true enough feel free to adjust bye norman Am Sonntag, 9. Oktober 2011 schrieb Eric Charles e...@apache.org: What about logging with error (getLog().error(...)). error will also be shown with INFO level. The HumanReadableText relate to FAILURE, so that sounds more like an error

[jira] [Resolved] (IMAP-344) Call Logger.is*Enabled() before pass it to the logger

2011-10-09 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-344. Resolution: Fixed was done on saturday Call Logger.is*Enabled() before pass

[jira] [Updated] (IMAP-328) Better handle concurrent FETCH and EXPUNGE

2011-10-09 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated IMAP-328: --- Fix Version/s: 0.3 Let us fix this for 0.3 Better handle concurrent FETCH

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-09 Thread Norman Maurer
such messages (it silently fails after fetching a few messages). Back to older bet4 snapshot. hugh, eric On 09/10/11 18:07, Eric Charles wrote: I gave a try to today snapshot, and migration is now OK (no more issue). Thx for the fix Norman! I will commit tomorrow to log with error. I

Re: [VOTE] Release Apache James Mime4j 0.7.1

2011-10-09 Thread Norman Maurer
[ x ] +1 Please release Bye, Norman 2011/10/8 Norman Maurer norman.mau...@googlemail.com: Hi there, its time for first patch release of the 0.7 series. Please cast you vote for release Apache James Mime4j 0.7.1. A list of fixes are here: https://issues.apache.org/jira/secure

[jira] [Created] (IMAP-346) Skip messages in response which were not found in msn-uid mappings

2011-10-09 Thread Norman Maurer (Created) (JIRA)
Components: Processor Affects Versions: 0.2.1 Reporter: Norman Maurer Fix For: 0.3 Each SelectedMailbox has some msn-uid mapping in cache to make it quick to convert between the two. At the moment we throw an MailboxException if we can not get the uid or msn

svn commit: r1180661 - in /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor: AbstractMailboxProcessor.java StoreProcessor.java

2011-10-09 Thread norman
Author: norman Date: Sun Oct 9 17:38:18 2011 New Revision: 1180661 URL: http://svn.apache.org/viewvc?rev=1180661view=rev Log: Skip messages in response which were not found in msn-uid mappings. See IMAP-346 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor

[jira] [Resolved] (IMAP-346) Skip messages in response which were not found in msn-uid mappings

2011-10-09 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-346. Resolution: Fixed Assignee: Norman Maurer done Skip messages in response

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-09 Thread Norman Maurer
Hi there, at least we will now ignore such problems as it may happen because of concurrent sessions. See https://issues.apache.org/jira/browse/IMAP-346 Anyway that does not explain your problem. I would like to debug this futher as the message seems to be clearly there. Bye, Norman 2011/10/9

svn commit: r1180663 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/AbstractMailboxProcessor.java

2011-10-09 Thread norman
Author: norman Date: Sun Oct 9 17:40:48 2011 New Revision: 1180663 URL: http://svn.apache.org/viewvc?rev=1180663view=rev Log: Skip messages in response which were not found in msn-uid mappings. See IMAP-346 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor

[RESULT] [VOTE] Apache James Protocols 1.6-beta1

2011-10-09 Thread Norman Maurer
Hi there, the VOTE passed: +1 Manuel, Stefano, Norman (all binding) +0 Ioan Thanks again for all that voted. I will push the rlease to maven central and to the mirrors. Bye, Norman 2011/10/6 Norman Maurer norman.mau...@googlemail.com: Hi there, its time again to cut another Apache James

svn commit: r1180668 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

2011-10-09 Thread norman
Author: norman Date: Sun Oct 9 17:49:47 2011 New Revision: 1180668 URL: http://svn.apache.org/viewvc?rev=1180668view=rev Log: Better init of uid-msn mapping Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java Modified: james

svn commit: r1180670 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

2011-10-09 Thread norman
Author: norman Date: Sun Oct 9 17:53:46 2011 New Revision: 1180670 URL: http://svn.apache.org/viewvc?rev=1180670view=rev Log: Declare some fields final Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java Modified: james/imap

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-09 Thread Norman Maurer
yeah maybe as I can not see another problem. Please retry with latest snapshot. thanks norman Am Sonntag, 9. Oktober 2011 schrieb Eric Charles e...@apache.org: In my case, I don't think it is caused by a concurrent session having deleted the message. I would need to further debug, but message

svn commit: r1180688 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

2011-10-09 Thread norman
Author: norman Date: Sun Oct 9 18:59:12 2011 New Revision: 1180688 URL: http://svn.apache.org/viewvc?rev=1180688view=rev Log: First unregister listener on deselect then release resources Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base

[jira] [Resolved] (JAMES-1032) wildcard (*) in servername

2011-10-09 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1032. -- Resolution: Won't Fix Assignee: Norman Maurer After thinking about this we should not do

[jira] [Resolved] (JAMES-424) Invalid DATA for Message shows up in Headers in mailstore

2011-10-09 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-424. - Resolution: Won't Fix I think we are ok with what we are doing atm Invalid DATA

[jira] [Commented] (HUPA-80) Use slf4j as log facade

2011-10-08 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13123394#comment-13123394 ] Norman Maurer commented on HUPA-80: --- Huh... I never saw such problems here. Can you please

svn commit: r1180366 - /james/mailbox-integration-tester/trunk/pom.xml

2011-10-08 Thread norman
Author: norman Date: Sat Oct 8 12:19:49 2011 New Revision: 1180366 URL: http://svn.apache.org/viewvc?rev=1180366view=rev Log: fix hbase/hadoop versions Modified: james/mailbox-integration-tester/trunk/pom.xml Modified: james/mailbox-integration-tester/trunk/pom.xml URL: http

Cut Apache James Mailbox 0.4-beta1 ?

2011-10-08 Thread Norman Maurer
Hi there, anything left before we cut Apache James Mailbox 0.4-beta1 ? @Eric: Anything resolved with the spring stuff ? Bye, Norman - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-08 Thread Norman Maurer
Interesting... I will have a look later. what mailbox format you use ? maildir ? Bye, Norman 2011/10/8 Eric Charles eric.char...@u-mangate.com: Hi, The spring for hbase is OK (maybe not exactly what we wanted, but still acceptable). I just tried to migrate to latest snapshot to validate

Re: Mailbox doc

2011-10-08 Thread Norman Maurer
hmm not sure why it show not up on the ml. Bye, Norman 2011/10/8 Eric Charles eric.char...@u-mangate.com: Hi, I just built mailbox web site further to Ioan's today commits. Good job Ioan! We could deploy it as such even if some titles still needs to be completed. btw, I didn't see

Re: svn commit: r1180096 - /james/server/trunk/queue-activemq/src/main/java/org/apache/james/queue/activemq/FileSystemBlobStrategy.java

2011-10-08 Thread Norman Maurer
I guess you are right synchronization should be faster then doing a fs access here anyway. Please commit :) Bye, Norman 2011/10/8 Felix Knecht fel...@apache.org: Wouldn't it make more sense to synchronize on queueF? There's BTW the same problem for deleteFile (see first part of diff

[VOTE] Release Apache James Mime4j 0.7.1

2011-10-08 Thread Norman Maurer
+Resolved+ORDER+BY+priority+DESCmode=hide Release for review: https://repository.apache.org/content/repositories/orgapachejames-045/ [ ] +1 Please release [ ] +0 No time to review [ ] -1 Something wrong which blocks the release. Thanks, Norman

[jira] [Created] (IMAP-343) Log fatal MailboxExceptions via info level

2011-10-08 Thread Norman Maurer (Created) (JIRA)
Affects Versions: 0.2.1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 At the moment we log any MailboxException with debug level. Thats not what we should do. We should log fatal MailboxExceptions with info level and the expected with debug

[jira] [Resolved] (IMAP-343) Log fatal MailboxExceptions via info level

2011-10-08 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-343. Resolution: Fixed Done! Log fatal MailboxExceptions via info level

svn commit: r1180423 - in /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor: ./ fetch/

2011-10-08 Thread norman
Author: norman Date: Sat Oct 8 17:42:39 2011 New Revision: 1180423 URL: http://svn.apache.org/viewvc?rev=1180423view=rev Log: Log fatal MailboxExceptions via info level. See IMAP-343 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-08 Thread Norman Maurer
You are right... Loglevel adjusted :) https://issues.apache.org/jira/browse/IMAP-343 Bye, Norman 2011/10/8 Eric Charles eric.char...@u-mangate.com: yes, maildir. I already had such issue selecting a mailbox. Removing james-uidlist james-uidvalidity made it work. If I remember well, we

[jira] [Created] (IMAP-344) Call Logger.is*Enabled() before pass it to the logger

2011-10-08 Thread Norman Maurer (Created) (JIRA)
: 0.2.1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 We should call Logger.is*Enabled() before pass the to be logged value to the logger -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact

svn commit: r1180444 - in /james/imap/trunk: message/src/main/java/org/apache/james/imap/decode/base/ message/src/main/java/org/apache/james/imap/decode/main/ message/src/main/java/org/apache/james/im

2011-10-08 Thread norman
Author: norman Date: Sat Oct 8 18:14:52 2011 New Revision: 1180444 URL: http://svn.apache.org/viewvc?rev=1180444view=rev Log: Call Logger.is*Enabled() before pass it to the logger. See IMAP-344 Modified: james/imap/trunk/message/src/main/java/org/apache/james/imap/decode/base

[jira] [Created] (IMAP-345) AbstractSelectionProcessor.unseen(..) may throws MailboxException if the message was deleted by an other session

2011-10-08 Thread Norman Maurer (Created) (JIRA)
://issues.apache.org/jira/browse/IMAP-345 Project: JAMES Imap Issue Type: Bug Components: Processor Affects Versions: 0.2.1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 See this exception

svn commit: r1180448 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcessor.java

2011-10-08 Thread norman
Author: norman Date: Sat Oct 8 18:32:35 2011 New Revision: 1180448 URL: http://svn.apache.org/viewvc?rev=1180448view=rev Log: Better handling of concurrent modification while writing back the UNSEEN message. See IMAP-345 Modified: james/imap/trunk/processor/src/main/java/org/apache/james

[jira] [Resolved] (IMAP-345) AbstractSelectionProcessor.unseen(..) may throws MailboxException if the message was deleted by an other session

2011-10-08 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-345. Resolution: Fixed AbstractSelectionProcessor.unseen(..) may throws MailboxException

Re: Cut Apache James Mailbox 0.4-beta1 ?

2011-10-08 Thread Norman Maurer
And this for more graceful handling: https://issues.apache.org/jira/browse/IMAP-345 Bye, Norman 2011/10/8 Norman Maurer norman.mau...@googlemail.com: You are right... Loglevel adjusted :) https://issues.apache.org/jira/browse/IMAP-343 Bye, Norman 2011/10/8 Eric Charles eric.char...@u

[jira] [Created] (JAMESAPP-2) Use wildcard classpath to load custom mailets

2011-10-07 Thread Norman Maurer (Created) (JIRA)
Use wildcard classpath to load custom mailets - Key: JAMESAPP-2 URL: https://issues.apache.org/jira/browse/JAMESAPP-2 Project: JAMES App Issue Type: Improvement Reporter: Norman Maurer

svn commit: r1179995 - /james/app/trunk/pom.xml

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 10:50:31 2011 New Revision: 1179995 URL: http://svn.apache.org/viewvc?rev=1179995view=rev Log: Use wildcard classpath to load custom mailets in conf/lib/ directory. See JAMESAPP-2 Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.xml URL: http

svn commit: r1179996 - /james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/context/JamesClassLoader.java

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 10:51:08 2011 New Revision: 1179996 URL: http://svn.apache.org/viewvc?rev=1179996view=rev Log: Use wildcard classpath to load custom mailets in conf/lib/ directory. So the ClassLoader is not neeed anymore. See JAMESAPP-2 Removed: james/server/trunk/container

[jira] [Resolved] (JAMESAPP-2) Use wildcard classpath to load custom mailets

2011-10-07 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMESAPP-2. -- Resolution: Fixed Use wildcard classpath to load custom mailets

svn commit: r1180001 - /james/app/trunk/pom.xml

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 11:00:03 2011 New Revision: 1180001 URL: http://svn.apache.org/viewvc?rev=1180001view=rev Log: exclude jruby Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1180001r1=118r2

[jira] [Commented] (JAMES-1327) FileSystemBlobStrategy#getFile(ActiveMQBlobMessage) is not thread safe (throws java.io.IOException: Unable to create directory)

2011-10-07 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13122788#comment-13122788 ] Norman Maurer commented on JAMES-1327: -- What about creating a patch file... We love

svn commit: r1180041 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/ pop3server/src/main/java/org/apac

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 13:59:57 2011 New Revision: 1180041 URL: http://svn.apache.org/viewvc?rev=1180041view=rev Log: Introduce an AbstractServerFactory which is used to create the configured AbstractConfigurableAsyncServer subtypes. This allows users to easily start more then one

svn commit: r1180044 - in /james/app/trunk/src/main/config/james: META-INF/org/apache/james/spring-server.xml imapserver.xml lmtpserver.xml pop3server.xml smtpserver.xml

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 14:04:34 2011 New Revision: 1180044 URL: http://svn.apache.org/viewvc?rev=1180044view=rev Log: Introduce an AbstractServerFactory which is used to create the configured AbstractConfigurableAsyncServer subtypes. This allows users to easily start more then one

svn commit: r1180046 - in /james/app/trunk/src/main/app/bin: setenv.bat setenv.sh

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 14:05:20 2011 New Revision: 1180046 URL: http://svn.apache.org/viewvc?rev=1180046view=rev Log: Use wildcard classpath to load custom mailets in conf/lib/ directory. See JAMESAPP-2 Modified: james/app/trunk/src/main/app/bin/setenv.bat james/app/trunk/src

[jira] [Resolved] (JAMES-1214) Make it easier to configure more instances of IMAPServer/SMTPServer/LMTPServer/POP3Server

2011-10-07 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1214. -- Resolution: Fixed Fix Version/s: 3.0-beta4 done! Make it easier

[jira] [Created] (IMAP-341) IdleProcessor sends message to client before add IdleStateListener

2011-10-07 Thread Norman Maurer (Created) (JIRA)
Components: Processor Affects Versions: 0.2.1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 The IdleProcessor does send the +\r\n message back to the client and then add the IdleStateListener to the Mailbox. This can lead to some kind

svn commit: r1180095 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/IdleProcessor.java

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 16:36:25 2011 New Revision: 1180095 URL: http://svn.apache.org/viewvc?rev=1180095view=rev Log: First add the IdleStateListener and then write the response back the client. See IMAP-341 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap

[jira] [Resolved] (IMAP-341) IdleProcessor sends message to client before add IdleStateListener

2011-10-07 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-341. Resolution: Fixed done IdleProcessor sends message to client before add

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

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 16:42:36 2011 New Revision: 1180096 URL: http://svn.apache.org/viewvc?rev=1180096view=rev Log: Make getFile(...) method of FileSystemBlobStrategy thread-safe. Thanks to Michael Herrmann for the patch. See JAMES-1327 Modified: james/server/trunk/queue

[jira] [Resolved] (JAMES-1327) FileSystemBlobStrategy#getFile(ActiveMQBlobMessage) is not thread safe (throws java.io.IOException: Unable to create directory)

2011-10-07 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1327. -- Resolution: Fixed Fix Version/s: 3.0-beta4 Assignee: Norman Maurer Patch

[jira] [Created] (IMAP-342) SELECT a mailbox can miss events

2011-10-07 Thread Norman Maurer (Created) (JIRA)
Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.3 When SELECT a mailbox we first retrieve all needed data from the mailbox and then add the listeners which are responsible to handle updates on the mailbox. The problem is that that we may miss some event

svn commit: r1180198 - in /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor: AbstractSelectionProcessor.java base/SelectedMailboxImpl.java

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 20:17:01 2011 New Revision: 1180198 URL: http://svn.apache.org/viewvc?rev=1180198view=rev Log: Start on work to make sure event can not get missed on select. See IMAP-342 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor

svn commit: r1180227 - in /james/imap/trunk/processor/src: main/java/org/apache/james/imap/processor/base/ test/java/org/apache/james/imap/processor/base/

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 20:50:38 2011 New Revision: 1180227 URL: http://svn.apache.org/viewvc?rev=1180227view=rev Log: Make sure event can not get missed on select. See IMAP-342 Removed: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base

svn commit: r1180250 - /james/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/base/MailboxEventAnalyserTest.java

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 21:29:08 2011 New Revision: 1180250 URL: http://svn.apache.org/viewvc?rev=1180250view=rev Log: Add tests back. See IMAP-342 Modified: james/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/base/MailboxEventAnalyserTest.java Modified: james

svn commit: r1180251 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java

2011-10-07 Thread norman
Author: norman Date: Fri Oct 7 21:30:46 2011 New Revision: 1180251 URL: http://svn.apache.org/viewvc?rev=1180251view=rev Log: Add tests back. See IMAP-342 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/SelectedMailboxImpl.java Modified: james/imap

[jira] [Resolved] (IMAP-342) SELECT a mailbox can miss events

2011-10-07 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-342. Resolution: Fixed done SELECT a mailbox can miss events

[jira] [Resolved] (JAMES-1304) Context xml for JCR is wrong

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1304. -- Resolution: Fixed Fix Version/s: 3.0-beta4 Assignee: Norman Maurer

svn commit: r1179514 - /james/server/trunk/ldap/src/main/java/org/apache/james/user/ldap/ReadOnlyUsersLDAPRepository.java

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 06:12:54 2011 New Revision: 1179514 URL: http://svn.apache.org/viewvc?rev=1179514view=rev Log: more effective getUserByName(String name) in org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository. Thanks to Peter Kvokacka for the patch. See JAMES-1313 Modified

[jira] [Resolved] (JAMES-1313) more effective getUserByName(String name) in org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1313. -- Resolution: Fixed Fix Version/s: (was: 3.0-beta3) 3.0-beta4

svn commit: r1179518 - in /james/server/trunk: mailets/src/main/java/org/apache/james/transport/matchers/ pop3server/src/main/java/org/apache/james/pop3server/core/

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 06:31:16 2011 New Revision: 1179518 URL: http://svn.apache.org/viewvc?rev=1179518view=rev Log: Remove batchSize parameter from MessageManager.getMessages(...). See MAILBOX-148 Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport

svn commit: r1179521 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMessageManager.java

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 06:43:39 2011 New Revision: 1179521 URL: http://svn.apache.org/viewvc?rev=1179521view=rev Log: Replace tabs with spaces and add a getter which can be used by sub-classes to access the MailboxPathLocker Modified: james/mailbox/trunk/store/src/main/java/org

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-06 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13121777#comment-13121777 ] Norman Maurer commented on JAMES-1317: -- Sure... just send it to my email

svn commit: r1179555 - in /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail: AbstractLockingModSeqProvider.java AbstractLockingUidProvider.java

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 10:11:44 2011 New Revision: 1179555 URL: http://svn.apache.org/viewvc?rev=1179555view=rev Log: Some more love for javadocs ;) Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/AbstractLockingModSeqProvider.java james

[jira] [Created] (MAILBOX-150) Replace hadoop dependency with some official released version

2011-10-06 Thread Norman Maurer (Created) (JIRA)
Components: hbase Affects Versions: 0.4 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.4 We currently depend on the unofficial hadoop version which supports append for our hbase build. The problem is its not released in an official way

svn commit: r1179558 - in /james/mailbox/trunk: hbase/pom.xml pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 10:16:41 2011 New Revision: 1179558 URL: http://svn.apache.org/viewvc?rev=1179558view=rev Log: Replace hadoop dependency with some official released version, update hbase to 0.90.4 and exclude jruby as we don't need it here. See MAILBOX-150 Modified: james

[jira] [Resolved] (MAILBOX-150) Replace hadoop dependency with some official released version

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-150. --- Resolution: Fixed done Replace hadoop dependency with some official

svn commit: r1179616 - in /james/mailbox/trunk: hbase/pom.xml pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 13:17:30 2011 New Revision: 1179616 URL: http://svn.apache.org/viewvc?rev=1179616view=rev Log: dependency cleanup Modified: james/mailbox/trunk/hbase/pom.xml james/mailbox/trunk/pom.xml Modified: james/mailbox/trunk/hbase/pom.xml URL: http

HEADS UP: Apache Protocols 1.6 beta1

2011-10-06 Thread Norman Maurer
dependency. Thanks, Norman - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

svn commit: r1179706 - in /james/protocols/trunk: api/pom.xml impl/pom.xml lmtp/pom.xml pom.xml smtp/pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 17:02:48 2011 New Revision: 1179706 URL: http://svn.apache.org/viewvc?rev=1179706view=rev Log: [maven-release-plugin] prepare release 1.6-beta1 Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/impl/pom.xml james/protocols/trunk/lmtp

svn commit: r1179707 - /james/protocols/tags/1.6-beta1/

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 17:03:23 2011 New Revision: 1179707 URL: http://svn.apache.org/viewvc?rev=1179707view=rev Log: [maven-release-plugin] copy for tag 1.6-beta1 Added: james/protocols/tags/1.6-beta1/ - copied from r1179706, james/protocols/trunk

svn commit: r1179708 - in /james/protocols/trunk: api/pom.xml impl/pom.xml lmtp/pom.xml pom.xml smtp/pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 17:03:38 2011 New Revision: 1179708 URL: http://svn.apache.org/viewvc?rev=1179708view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/impl/pom.xml james/protocols

[VOTE] Apache James Protocols 1.6-beta1

2011-10-06 Thread Norman Maurer
the need to depend on many james server code. So please review and cast your vote: https://repository.apache.org/content/repositories/orgapachejames-037/ [ ] +1 Yes please release [ ] +0 No time to review [ ] -1 Something is not right and we need to fix it first Thanks, Norman Ps: This release

Re: [VOTE] Apache James Protocols 1.6-beta1

2011-10-06 Thread Norman Maurer
[x] +1 Yes please release Norman 2011/10/6 Norman Maurer norman.mau...@googlemail.com: Hi there, its time again to cut another Apache James Protocols release a.k.a 1.6-beta1. The release includes many changes which allows to make the implementation independent of the transport etc. We also

[jira] [Resolved] (JAMES-1279) question marks in 8-bit headers

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1279. -- Resolution: Fixed Fix Version/s: 3.0-beta4 As far as I know this is fixed. If you still

svn commit: r1179811 - /james/app/trunk/pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 20:10:31 2011 New Revision: 1179811 URL: http://svn.apache.org/viewvc?rev=1179811view=rev Log: env properties belong to the app. So move them from the server to it Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.xml URL: http://svn.apache.org

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

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 20:11:05 2011 New Revision: 1179812 URL: http://svn.apache.org/viewvc?rev=1179812view=rev Log: env properties belong to the app. So move them from the server to it Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: http

svn commit: r1179816 - /james/app/trunk/pom.xml

2011-10-06 Thread norman
Author: norman Date: Thu Oct 6 20:14:40 2011 New Revision: 1179816 URL: http://svn.apache.org/viewvc?rev=1179816view=rev Log: Generate heap dump when OOM. See JAMES-1258 Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/app/trunk

[jira] [Resolved] (JAMES-1258) Add Dump on OOM in startup scripts

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1258. -- Resolution: Fixed Fix Version/s: 3.0-beta4 Assignee: Norman Maurer done

svn commit: r1179061 - /james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/SieveMailet.java

2011-10-05 Thread norman
Author: norman Date: Wed Oct 5 06:34:15 2011 New Revision: 1179061 URL: http://svn.apache.org/viewvc?rev=1179061view=rev Log: Use the MailboxSession to construct the MailboxPath for the user. See JAMES-1326 Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport

[jira] [Created] (JAMES-1326) SieveMailet should use the MailboxSession to construct MailboxPath to users inbox

2011-10-05 Thread Norman Maurer (Created) (JIRA)
Server Issue Type: Improvement Components: Matchers/Mailets (bundled) Affects Versions: 3.0-beta3 Reporter: Norman Maurer Assignee: Norman Maurer Priority: Minor Fix For: 3.0-beta4 In SieveMailet we use the username

Re: Mailbox-Jpa

2011-10-05 Thread Norman Maurer
Hi there, I'm not sure either.. Maybe someone else can confirm ? Bye, Norman 2011/10/5 Felix Knecht fel...@apache.org: @Norman Hi Norman I think the MailboxIdUidKey should be embeddable but I'm not absolutely sure. Can you please verify this? Thanks and regards Felix ### Eclipse

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-05 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13120863#comment-13120863 ] Norman Maurer commented on JAMES-1317: -- Let me know your findings

[jira] [Created] (MAILBOX-149) Generated MailboxSession id may be 0L

2011-10-05 Thread Norman Maurer (Created) (JIRA)
Reporter: Norman Maurer Assignee: Norman Maurer Priority: Minor Fix For: 0.4 Every MailboxSession has an id which is in fact a long. The Id should be unique during until the jvm was restarted (or at least unique enough that active mailboxsessions

svn commit: r1179215 - in /james/mailbox/trunk: api/src/main/java/org/apache/james/mailbox/ store/src/main/java/org/apache/james/mailbox/store/

2011-10-05 Thread norman
Author: norman Date: Wed Oct 5 13:28:07 2011 New Revision: 1179215 URL: http://svn.apache.org/viewvc?rev=1179215view=rev Log: Add new MailboxSessionIdGenerator interface and an implementation which use Random under the hood. This allows to have a distributed id generator if needed. This also

svn commit: r1179217 - in /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store: AbstractMailboxSessionIdGenerator.java RandomMailboxSessionIdGenerator.java

2011-10-05 Thread norman
Author: norman Date: Wed Oct 5 13:32:45 2011 New Revision: 1179217 URL: http://svn.apache.org/viewvc?rev=1179217view=rev Log: Add new MailboxSessionIdGenerator interface and an implementation which use Random under the hood. This allows to have a distributed id generator if needed. This also

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-05 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13121133#comment-13121133 ] Norman Maurer commented on JAMES-1317: -- Imwonder if we can write a unit test

svn commit: r1179502 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/AbstractMailboxSessionIdGenerator.java

2011-10-05 Thread norman
Author: norman Date: Thu Oct 6 05:11:50 2011 New Revision: 1179502 URL: http://svn.apache.org/viewvc?rev=1179502view=rev Log: Update javadocs Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/AbstractMailboxSessionIdGenerator.java Modified: james/mailbox

svn commit: r1179503 - in /james/mailbox/trunk: api/src/main/java/org/apache/james/mailbox/ store/src/main/java/org/apache/james/mailbox/store/ tool/src/main/java/org/apache/james/mailbox/copier/

2011-10-05 Thread norman
Author: norman Date: Thu Oct 6 05:23:05 2011 New Revision: 1179503 URL: http://svn.apache.org/viewvc?rev=1179503view=rev Log: Remove batchSize parameter from MessageManager.getMessages(...). See MAILBOX-148 Modified: james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox

<    2   3   4   5   6   7   8   9   10   11   >