Mail with attachment

2009-12-10 Thread Markus Mehrwald
Hi, I have a problem with the commons mail package. I send mails with attachments but only the attachment from the first mail comes in. The second mail is there but without attachment. When I use the debugger it works so it seems for me that it is a time problem. Do I have the possibility to get

how to change log label at the run time

2009-12-10 Thread vijay shanker
Hi all I am using commons-logging with aspectj. Once I created a log object by below code private Log log = LogFactory.getLog(LoggingAspect.class); When i print log with this object; i get output like 2009-12-11 11:31:41,558 INFO [LoggingAspect]

Re: how to change log label at the run time

2009-12-10 Thread Jörg Schaible
Hi Vijay, vijay shanker wrote at Freitag, 11. Dezember 2009 07:07: Hi all I am using commons-logging with aspectj. Once I created a log object by below code private Log log = LogFactory.getLog(LoggingAspect.class); When i print log with this object; i get output

Re: how to change log label at the run time

2009-12-10 Thread vijay shanker
Hi joerg; I am using log4j as log4j as log implementation. Can you suggest any thing relevant to my situation and requirement Regards, Vijay Shanker Dubey Ph: +91-9818311884 2009/12/11 Jörg Schaible joerg.schai...@gmx.de Hi Vijay, vijay shanker wrote at Freitag, 11. Dezember 2009 07:07: