Re: javamail

2006-01-18 Thread Rajith Attapattu
ak <[EMAIL PROTECTED] > wrote: Actionally, last time i configure it to unexistent smtp server and nothing. Any errors. :-( I've put trace print into my code and everything is going fine from begin to Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Be

Re: javamail

2006-01-18 Thread Rajith Attapattu
I've put trace print into my code and everything is going fine from begin to Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Best regards,Alex Andrushchak Rajith Attapattu wrote: Any chance that your emails were filtered by a spam filter or s

Re: javamail

2006-01-17 Thread Rajith Attapattu
t; wrote: Actionally, last time i configure it to unexistent smtp server and nothing. Any errors. :-(I've put trace print into my code and everything is going fine from begin to Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Best regards,Alex Andrushchak Raj

Re: javamail

2006-01-17 Thread Rajith Attapattu
Any chance that your emails were filtered by a spam filter or something.   If not, First grep the log for MessagingExceptions (but I assume you have done that, bcos u mentioned no errors)   Try to do the following.   Enable debug and grep the log for the following   "connecting to " + mail_host   "

Re: where is gbean for java mail?

2006-01-16 Thread Rajith Attapattu
F.Y.I   The JavaMail impl so far is only SMTP , other protocols (POP3 and IMAP) are still work-in-progress and not added to the code base. Regards,   Rajith   On 1/16/06, Ken McArthur <[EMAIL PROTECTED]> wrote: Yea, I looked into what David said and noticed that car was missing.  Until 1.0.1 is re

Re: Trouble deploying MDB

2006-01-14 Thread Rajith Attapattu
  As Aron mentioned , here is the link to the confluence site http://opensource2.atlassian.com/confluence/oss/pages/viewpage.action?pageId=1692   Hernan and I am trying to work together to address some of these concerns for end-users. Our more immediate priorities are to work on the installation a

Re: accessing DebugConsole

2006-01-13 Thread Rajith Attapattu
   We also have the following guide in confluence  http://opensource2.atlassian.com/confluence/oss/pages/viewpage.action?pageId=1692    Hernan mentioned this is more upto date, and I haven't reviewed both links to really see where the gaps are. But it's definietly worth giving a try.    However ple