Re: commons-email sending email twice?

2013-04-03 Thread David Hoffer
oring to a new platform. -Dave On Wed, Apr 3, 2013 at 6:30 AM, David Hoffer wrote: > No problem there, happy to do that. > > I can report that my idea of separating the emails and sending to just one > person at a time did not help...we still each get two emails. We probably > hav

Re: commons-email sending email twice?

2013-04-03 Thread David Hoffer
, 2013 at 1:08 AM, Siegfried Goeschl wrote: > Hi David, > > it would be highly appreciated to keep us in the loop ... :-) > > Thanks in advance > > Siegfried Goeschl > > > On 02.04.13 05:52, David Hoffer wrote: > >> But I'm quite sure email.send() is only b

Re: commons-email sending email twice?

2013-04-01 Thread David Hoffer
been called yet. Both of these issues started at about the same time. Both are unexpected/unexplained. -Dave On Mon, Apr 1, 2013 at 12:42 PM, Siegfried Goeschl wrote: > Indeed I do ... :-) ... Email.send() returns the msg id > > Cheers, > > Siegfried Goeschl > > > > On

Re: commons-email sending email twice?

2013-04-01 Thread David Hoffer
> >> VisualizeMe: http://vizualize.me/maurizio.** >> cucchiara?r=maurizio.cucchiara<http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara> >> >> Maurizio Cucchiara >> >> >> On 30 March 2013 01:48, David Hoffer wrote: >> >> I was

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
b, you can redirect > the output on a file: > > for example: > > scheduled_job > /tmp/out.txt > > Twitter :http://www.twitter.com/m_cucchiara > G+ :https://plus.google.com/107903711540963855921 > Linkedin:http://www.linkedin.com/in/mauriziocucchiara >

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
t; On 03/29/2013 01:32 PM, David Hoffer wrote: > > Hum, I set setDebug(true) but I'm not seeing more info the logs...and > > logging is set to DEBUG level. How do I configure this so the debug goes > > to the log? > > the debug output will go to System.out or System.

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
Hum, I set setDebug(true) but I'm not seeing more info the logs...and logging is set to DEBUG level. How do I configure this so the debug goes to the log? -Dave On Fri, Mar 29, 2013 at 5:43 AM, David Hoffer wrote: > I'm not sure if it's relevant but the app...is also

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
at 5:37 AM, David Hoffer wrote: > I found that...will do. > > -Dave > > > On Fri, Mar 29, 2013 at 5:36 AM, David Hoffer wrote: > >> Sure, how do I enable debug mode? >> >> -Dave >> >> >> On Fri, Mar 29, 2013 at 5:31 AM, Thomas Neidhart <

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
I found that...will do. -Dave On Fri, Mar 29, 2013 at 5:36 AM, David Hoffer wrote: > Sure, how do I enable debug mode? > > -Dave > > > On Fri, Mar 29, 2013 at 5:31 AM, Thomas Neidhart < > thomas.neidh...@gmail.com> wrote: > >> On Fri, Mar 29, 2013 at 1:30 A

Re: commons-email sending email twice?

2013-03-29 Thread David Hoffer
Sure, how do I enable debug mode? -Dave On Fri, Mar 29, 2013 at 5:31 AM, Thomas Neidhart wrote: > On Fri, Mar 29, 2013 at 1:30 AM, David Hoffer wrote: > > > I've got a strange one. I'm using commons-email to send some email, that > > is being sent to two recipi

commons-email sending email twice?

2013-03-28 Thread David Hoffer
I've got a strange one. I'm using commons-email to send some email, that is being sent to two recipients so I call addTo() twice, once for each recipients, then I call send() once. I can tell I'm calling send() once per the log files. However two messages get sent. I'm using GMail to send. I c

Re: commons-net sending FTP not working on EC2 server

2012-10-11 Thread David Hoffer
12 13:40, David Hoffer wrote: >> This is what I see from the listener. >> >> 220 Serv-U FTP Server v12.1 ready... >> USER *** >> 331 User name okay, need password. >> PASS *** >> 230 User logged in, proceed. >> PORT 10,144,154,209,143,212 >>

Re: commons-net sending FTP not working on EC2 server

2012-10-11 Thread David Hoffer
ports? Is that a fixed set or is this configurable? -Dave On Thu, Oct 11, 2012 at 6:13 AM, David Hoffer wrote: > Thanks for the reply and info. > > How do I set it in Active mode? I don't see a method to do this. I > do see these: > > setActiveExternalIPAddress() > se

Re: commons-net sending FTP not working on EC2 server

2012-10-11 Thread David Hoffer
d the ProtocolCommandListener I'll see what it report. Does anyone know what ports must be open for this to work? -Dave On Thu, Oct 11, 2012 at 2:29 AM, sebb wrote: > On 11 October 2012 04:27, David Hoffer wrote: >> I just moved an app over to an EC2 server and I'm having trouble >> sending

commons-net sending FTP not working on EC2 server

2012-10-10 Thread David Hoffer
I just moved an app over to an EC2 server and I'm having trouble sending data via FTP. This has worked for years on a different Linux server, the new one is Linux too just on Amazon EC2. The code is really simple...basically... FTPClient ftp = new FTPClient(); ftp.login(username, password); Byte

Re: [email] Email attachment is inline for some reason

2011-07-06 Thread David Hoffer
  geronimo-javamail_1.4_spec >     >     >     org.apache.geronimo.specs >     geronimo-activation_1.1_spec >     >     >     > > > On 06.07.11 15:31, David Hoffer wrote: > > Or can/shoul

Re: [email] Email attachment is inline for some reason

2011-07-06 Thread David Hoffer
Or can/should I configure commons-email to use geronimo? -Dave On Wed, Jul 6, 2011 at 7:25 AM, David Hoffer wrote: > I didn't think so at first...but yes I do have > geronimo-javamail_1.4_spec-1.3.jar & geronimo-activation_1.1_spec-1.0.2.jar > plus a bunch of other geronimo-

Re: [email] Email attachment is inline for some reason

2011-07-06 Thread David Hoffer
ean classpath? >> >> Sent from my Android device. Please excuse typos and brevity. >> On Jul 6, 2011 8:12 AM, "David Hoffer" wrote: >> >>> I've had another email failure this time it's usage with no attachment. >>> I'll past

Re: [email] Email attachment is inline for some reason

2011-07-06 Thread David Hoffer
mails to your email account and then double-check your production > code. > > Cheers, > > Siegfried Goeschl > > > On 06.07.11 05:46, David Hoffer wrote: > >> I have a strange problem. I've used commons-email for a while now >> with good success but now all of the su

[email] Email attachment is inline for some reason

2011-07-05 Thread David Hoffer
I have a strange problem. I've used commons-email for a while now with good success but now all of the sudden it isn't working right and I don't know why. The emails have 3 problems: 1. Although I attach a file to the email as an attachment it is received inline as base64 encoded text. I.e. my

Commons email

2010-06-24 Thread David Hoffer
Can commons email be used to listen for new email? I need a system that reacts to received emails...not just send email. I've been using java mail but find it difficult to use reliably. -Dave

Re: truezip-maven-plugin copy-into usage question

2009-09-25 Thread David Hoffer
Right you are, I picked the wrong address, sorry. On Fri, Sep 25, 2009 at 2:35 PM, Christian Grobmeier wrote: > I think you need to ask there: > http://mojo.codehaus.org/truezip-maven-plugin/mail-lists.html > > Cheers > > On Fri, Sep 25, 2009 at 10:34 PM, David Hoffer w

truezip-maven-plugin copy-into usage question

2009-09-25 Thread David Hoffer
How do I configure truezip-maven-plugin so that I can have two executions each doing copy-into? If I have two filesets in the same configuration it only performs one of the filesets. If I have two executions it fails I guess because I have copy-into twice? If I change the id of one that one does

Re: Commons-configuration and EasyMock?

2009-09-11 Thread David Hoffer
Yeah, I found it...our build guy is trying to figure out why we still have a non 1.6 compatable override in one of our jars. Dave - sent via G1 On Sep 11, 2009 12:24 AM, "Jörg Schaible" wrote: Hi David, David Hoffer wrote at Donnerstag, 10. September 2009 18:07: > We have upg

Commons-configuration and EasyMock?

2009-09-10 Thread David Hoffer
We have upgraded commons-configuration to version 1.6 (was 1.1) and now I get an this error when we mock something using EasyMock that is hard coded to use commons-configuration to read conf data from file(s). java.lang.NoSuchMethodError: org.apache.commons.configuration.CompositeConfiguration.get

RE: commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
-Original Message- From: Luc Maisonobe [mailto:[EMAIL PROTECTED] Sent: Saturday, August 16, 2008 5:32 PM To: Commons Users List Subject: Re: commons-math usage to calculate APR? David Hoffer a écrit : > Well I am getting close with your suggestions. > > It seems to be calculating valu

RE: commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
orm expressions for that, although I don't have them > off the top of my head. Something like > >m = P / (1 - i)^n > > or maybe > > m = P / ((1 + i)^n - 1) > > where m is monthly payment, P is principal, i is monthly interest, n is > number of months. I

RE: commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
: Saturday, August 16, 2008 3:45 PM To: Commons Users List Subject: Re: commons-math usage to calculate APR? David Hoffer a écrit : > My usage is for USA only at this point. > > I have inputs of loanAmount, monthlyInterestRate, numberMonths, loanFees; so > this would be for fixed mo

RE: commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
t, P is principal, i is monthly interest, n is number of months. It's definitely not very complex for a simple fixed-term, fixed-rate loan. Bear David Hoffer wrote: > My usage is for USA only at this point. > > I have inputs of loanAmount, monthlyInterestRate, numberMonths, l

RE: commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
hat I was hoping commons-math could help solve. -Dave -Original Message- From: Luc Maisonobe [mailto:[EMAIL PROTECTED] Sent: Saturday, August 16, 2008 2:45 PM To: Commons Users List Subject: Re: commons-math usage to calculate APR? David Hoffer a écrit : > Can anyone point me to an ex

commons-math usage to calculate APR?

2008-08-16 Thread David Hoffer
Can anyone point me to an example of how to use commons-math to calculate APR (Annual Percentage Rate)? I think this is solvable using either the NewtonSolver or BisectionSolver but I am not sure how to accomplish this. Perhaps a different way is better. Any help would be greatly appreciated