-
1. Re: JBMail And Auto Execute of Executable Service Method
julien1 Oct 9, 2004 4:46 PM (in response to thorntond)the problem of JBMail, it is that there is no development for now, so when HEAD is going to move again, who is going to maintain that ?
Using javamail provides a solution that does need maintenance. -
2. 3850051
thorntond Oct 9, 2004 4:46 PM (in response to thorntond)Yes, JBMail currently won't compile and is not up to date with the rest of CVS Head. I updated JBMail to use java mail for a POP3 server and I brought JBMail up to date with CVS head. I also made a bug fix in the bb module to get it working. When I'm done I'll send Thomas the files and let him give it a try.
Danny -
3. Re: JBMail And Auto Execute of Executable Service Method
jae77 Oct 9, 2004 5:32 PM (in response to thorntond)you need to setup a timer for this. check the rss module, it sets one to refresh the feed data at specific intervals. i think the bb module does this as well.
you could probably add this timer directly to the jbmail mbean and have it be a configurable attributte, etc. -
4. Re: JBMail And Auto Execute of Executable Service Method
julien1 Oct 9, 2004 7:10 PM (in response to thorntond)try to use the scheduler provided with JBoss :
http://docs.jboss.org/admin-devel/Chap10.html -
5. Re: JBMail And Auto Execute of Executable Service Method
thorntond Oct 11, 2004 2:06 PM (in response to thorntond)I should have this ready to check into CVS within the next couple of days. Basically, the updates will make JBMail get mail from the POP3 account configured in mail-service.xml and post to the message forums. It follows the logic that was already in JBMail. I also added some extra functionality so the message forums can work like a mailing list. I'll need a CVS developer password for check in plus I can update a wiki on how to make this work. Is there a volunteer to review and test this before checking in?
Danny -
6. Re: JBMail And Auto Execute of Executable Service Method
theute Oct 11, 2004 2:14 PM (in response to thorntond)I can try it if you want.
Just wondering, are you using a header line to keep track of the message ?
You can send that to me (theute users.sourceforge.net)
Would be neat if you can send me a patch against the current HEAD. -
7. Re: JBMail And Auto Execute of Executable Service Method
julien1 Oct 11, 2004 4:37 PM (in response to thorntond)is it using JBMail or not ? we need for a solution which uses javamail to fetch emails for a pop3box. The JBMail project is not active at the moment and it is not usable in production.
-
8. Re: JBMail And Auto Execute of Executable Service Method
thorntond Oct 11, 2004 6:08 PM (in response to thorntond)Yes, JBMail currently won't compile and is not up to date with the rest of CVS Head. I updated JBMail to use java mail for a POP3 server and I brought JBMail up to date with CVS head. I also made a bug fix in the bb module to get it working. When I'm done I'll send Thomas the files and let him give it a try.
Danny -
9. Re: JBMail And Auto Execute of Executable Service Method
julien1 Oct 11, 2004 7:02 PM (in response to thorntond)the problem of JBMail, it is that there is no development for now, so when HEAD is going to move again, who is going to maintain that ?
Using javamail provides a solution that does need maintenance.