[jira] Commented: (JAMES-799) dbcp causes Address already in use: connect exception and server fails

2007-08-05 Thread Amichai Rothman (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517753 ] Amichai Rothman commented on JAMES-799: --- The configuration I use is basically the default one, where I

Re: Status spring-integration sandbox

2007-08-05 Thread Stefano Bagnara
Bernd Fondermann ha scritto: Hi, Made some progress over the last days with the spring-deployment module. I am currently working on making it ready to be run without further adjustments after checkout and fit into the trunk infrastructure. There are still some tweaks I have here locally.

Re: Status spring-integration sandbox

2007-08-05 Thread Bernd Fondermann
On 8/5/07, Stefano Bagnara [EMAIL PROTECTED] wrote: Bernd Fondermann ha scritto: Hi, Made some progress over the last days with the spring-deployment module. I am currently working on making it ready to be run without further adjustments after checkout and fit into the trunk

Re: Status spring-integration sandbox

2007-08-05 Thread Norman Maurer
Am Sonntag, den 05.08.2007, 16:04 +0200 schrieb Bernd Fondermann: Hi, Made some progress over the last days with the spring-deployment module. I am currently working on making it ready to be run without further adjustments after checkout and fit into the trunk infrastructure. There are

Re: Status spring-integration sandbox

2007-08-05 Thread Stefano Bagnara
Bernd Fondermann ha scritto: On 8/5/07, Stefano Bagnara [EMAIL PROTECTED] wrote: Bernd Fondermann ha scritto: Hi, Made some progress over the last days with the spring-deployment module. I am currently working on making it ready to be run without further adjustments after checkout and fit

ConfigurationInterceptor

2007-08-05 Thread Bernd Fondermann
Hi, to recover from last days jar sorting marathon, I enjoyed a little finger exercise with James/Spring. :-) I added configuration interceptor capabilities to the startup process. This interceptor is able to alter the configuration given in james-config.xml before it is applied to the

svn commit: r562943 - in /james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration: ./ UnprivilegedPortConfigurationInterceptor.

2007-08-05 Thread berndf
Author: berndf Date: Sun Aug 5 12:44:25 2007 New Revision: 562943 URL: http://svn.apache.org/viewvc?view=revrev=562943 Log: missing from last commit: configuration interception example Added:

svn commit: r562945 - in /james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring: configuration/ConfigurationInterceptor.java examples/configuration/

2007-08-05 Thread berndf
Author: berndf Date: Sun Aug 5 12:45:49 2007 New Revision: 562945 URL: http://svn.apache.org/viewvc?view=revrev=562945 Log: ASL header added Modified:

Resuse mime4j in commons-fileupload

2007-08-05 Thread Jochen Wiedmann
Hi, I am the current maintainer of Commons FileUpload and would like to reuse Mime4J as the multipart parser. Thanks to the acceptance of my pull parser patch (MIME4J-19), this is now possible. In an ongoing thread, others have expressed interes in following this step. See

Re: Distributions [WAS: Re: ext directory [WAS Re: Imap Function]]

2007-08-05 Thread Serge Knystautas
On 8/4/07, Bernd Fondermann [EMAIL PROTECTED] wrote: Stefano Bagnara wrote: Developers will probably want to look at the startup method to understand how to invoke it within their own application and how to get references to our components so to be able to interact with them. Our users