Re: [jira] Commented: (JAMES-803) Add ability to load resources from the classpath instead of the file system

2007-08-11 Thread Bernd Fondermann
On 8/11/07, Stefano Bagnara (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519229 > ] > > Stefano Bagnara commented on JAMES-803: > --- > > The main diffe

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-11 Thread Zsombor
On 8/10/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Finally i've been able to run James with the Spring container, it's a > much > > simpler environment for me to develop. > > cool > > > My plan is to write a > > Hiberna

[jira] Commented: (JAMES-803) Add ability to load resources from the classpath instead of the file system

2007-08-11 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519229 ] Stefano Bagnara commented on JAMES-803: --- The main difference (excluding the 2 steps approach) is that for avalon

[jira] Commented: (MIME4J-23) [JW#3] Drop lazy syntax checking or make it optional

2007-08-11 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519228 ] Stefano Bagnara commented on MIME4J-23: --- In the event patch I see a minor issue: +/** + * Logs (at debug

[jira] Commented: (JAMES-803) Add ability to load resources from the classpath instead of the file system

2007-08-11 Thread Zsombor (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519227 ] Zsombor commented on JAMES-803: --- The provided patch file contains the changes which suggested by Stefano. I'm happy tha

Re: [JSieve] Release near? (Was: Sporadic Mysterious Exceptions)

2007-08-11 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: > On 8/9/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >> Robert Burrell Donkin ha scritto: > > > >>> i'd like a sieve release in time for the milestone. if these fixes >>> work then it would be better to leave the refactoring till afterwards. >>> >>> - robert

Re: [JSieve] Sporadic Mysterious Exceptions

2007-08-11 Thread Bernd Fondermann
> Hi Steve, > > I have no problem with lazy initialization, I have problems with too > many granular methods not used by anyone and creating problems in > reading the code. +1 The architectonical approach described by Steve - while worthwhile on its own - is not in use currently. Instead, there ar

[jira] Commented: (MIME4J-23) [JW#3] Drop lazy syntax checking or make it optional

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519218 ] Robert Burrell Donkin commented on MIME4J-23: - Following up on my patch: 1. i think that the two major us

[jira] Updated: (MIME4J-23) [JW#3] Drop lazy syntax checking or make it optional

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated MIME4J-23: Attachment: mime4j-event.patch Here's a compromise for discussion. Jochen's patch is

svn commit: r564884 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/MimeTokenStream.java

2007-08-11 Thread rdonkin
Author: rdonkin Date: Sat Aug 11 02:40:58 2007 New Revision: 564884 URL: http://svn.apache.org/viewvc?view=rev&rev=564884 Log: No need to log these at warn. https://issues.apache.org/jira/browse/MIME4J-23. Jochen Wiedmann. Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/M

[jira] Assigned: (JAMES-803) Add ability to load resources from the classpath instead of the file system

2007-08-11 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann reassigned JAMES-803: -- Assignee: Bernd Fondermann > Add ability to load resources from the classpath instead of

Re: [jira] Commented: (JAMES-803) Add ability to load resources from the classpath instead of the file system

2007-08-11 Thread Bernd Fondermann
+1 Robert Burrell Donkin wrote: On 8/10/07, Stefano Bagnara (JIRA) wrote: [ https://issues.apache.org/jira/browse/JAMES-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518996 ] Stefano Bagnara commented on JAMES-803: ---

svn commit: r564881 - in /james/server/trunk: core-library/src/main/java/org/apache/james/mailboxmanager/ core-library/src/main/java/org/apache/james/mailboxmanager/manager/ experimental-seda-imap-fun

2007-08-11 Thread rdonkin
Author: rdonkin Date: Sat Aug 11 02:18:11 2007 New Revision: 564881 URL: http://svn.apache.org/viewvc?view=rev&rev=564881 Log: EXAMINE must report the mailbox status as read-only. Improved message when mailbox does not exist. Added: james/server/trunk/core-library/src/main/java/org/apache/j

Re: [JSieve] Sporadic Mysterious Exceptions

2007-08-11 Thread Robert Burrell Donkin
On 8/10/07, Steve Brewin <[EMAIL PROTECTED]> wrote: > Hi Guys hi steve > +1 to using DI, -1 to static initializers for anything other than types > without dependencies, for example, primitives and Strings. in general, i agree in this case, though, the possibility of a 0.2 release needs to be co

Re: [JSieve] Release near? (Was: Sporadic Mysterious Exceptions)

2007-08-11 Thread Robert Burrell Donkin
On 8/9/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: > > i'd like a sieve release in time for the milestone. if these fixes > > work then it would be better to leave the refactoring till afterwards. > > > > - robert > > This make sense. jSieve also deserve an

svn commit: r564845 - in /james/server/trunk: imap-mailbox-processor-function/src/main/java/org/apache/james/imapserver/processor/imap4rev1/ phoenix-deployment/src/test/org/apache/james/experimental/i

2007-08-11 Thread rdonkin
Author: rdonkin Date: Sat Aug 11 00:44:20 2007 New Revision: 564845 URL: http://svn.apache.org/viewvc?view=rev&rev=564845 Log: Set RECENT flag correctly. Modified: james/server/trunk/imap-mailbox-processor-function/src/main/java/org/apache/james/imapserver/processor/imap4rev1/AppendProcessor

[jira] Created: (JSIEVE-16) Singletons -> IoC

2007-08-11 Thread Robert Burrell Donkin (JIRA)
Singletons -> IoC - Key: JSIEVE-16 URL: https://issues.apache.org/jira/browse/JSIEVE-16 Project: jSieve Issue Type: Task Affects Versions: 0.2 Reporter: Robert Burrell Donkin Fix For: 1.0 The cu

[jira] Updated: (JSIEVE-6) There is a bug while processing email addresses in Address class

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JSIEVE-6: --- Fix Version/s: 0.2 Affects Version/s: 0.2 This needs to be fixed before JSieve

[jira] Updated: (JSIEVE-4) Better MailAdapter documentation how to implement it and how does JSieve work would be great.

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JSIEVE-4: --- Fix Version/s: 0.2 Affects Version/s: 0.2 I'll take a look at the documentation

[jira] Updated: (JSIEVE-8) I would be great to have sieve script validator that also validates commands mapping.

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JSIEVE-8: --- Fix Version/s: 1.0 Affects Version/s: 0.2 Consider for full release > I would

[jira] Updated: (JSIEVE-1) Remove JavaMail dependency,

2007-08-11 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JSIEVE-1: --- Fix Version/s: 1.0 Affects Version/s: 0.2 Implementation before full release >