[email] Problem with deleting attachments

2014-01-09 Thread שי בנטין
Using commons-email 1.3.2 we are sending attachments through our system. After each send we want to delete the file from the file system but we get an exception: java.nio.file.FileSystemException: \tmp\118\1.txt: The process cannot access the file because it is being used by another process

Re: [email] Problem with deleting attachments

2014-01-09 Thread sebb
On 9 January 2014 14:15, שי בנטין s...@cashboard.co.il wrote: Using commons-email 1.3.2 we are sending attachments through our system. After each send we want to delete the file from the file system but we get an exception: java.nio.file.FileSystemException: \tmp\118\1.txt: The process

Re: [email] Problem with deleting attachments

2014-01-09 Thread Thomas Neidhart
Hi Shai, this is probably related to EMAIL-120. It depends on how you attach the file to the Email object, you may want to try the variant with a URL instead of a File object. Thomas On Thu, Jan 9, 2014 at 3:15 PM, שי בנטין s...@cashboard.co.il wrote: Using commons-email 1.3.2 we are sending

[ANNOUNCEMENT] Apache Commons Lang 3.2.1 released

2014-01-09 Thread Benedikt Ritter
The Apache Commons Team is pleased to announce the release of Apache Commons Lang 3.2.1. The Apache Commons Lang open source software library provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency,

Re: commons-lang: WordUtils delimiters should be strings, not char varargs

2014-01-09 Thread Andrew Pennebaker
No problem! https://issues.apache.org/jira/browse/LANG-947 On Wed, Jan 8, 2014 at 3:56 PM, sebb seb...@gmail.com wrote: On 8 January 2014 20:01, Andrew Pennebaker apenneba...@42six.com wrote: Strings behave like char varargs of arbitrary length, but are much easier to use. Please could