[ http://issues.apache.org/jira/browse/OFBIZ-124?page=comments#action_12459246 ] Chris Howe commented on OFBIZ-124: ----------------------------------
I guess my question is then, did you have the javamail-container setup properly or were you running OOTB? I haven't dug through JavaMailContainer.java in depth enough to confirm if this is accurate, but it appears that the store is created when the poller is run and when the store is closed, is should disappear forever. It doesn't appear to be adding new listeners that are persisting until the next poller is run. > Javamail NOTICE displays in log repetitively > -------------------------------------------- > > Key: OFBIZ-124 > URL: http://issues.apache.org/jira/browse/OFBIZ-124 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Scott Gray > Priority: Trivial > Attachments: JavaMailContainer.patch > > > Every time the PollerTask runs in JavaMailContainer.java a new StoreListener > is added to the Store in the checkMessages method. This means that every > time an event is past to the StoreListeners it is displayed in the log for > each listener attached to the store, which is increasing with each PollerTask > run() call. > Hope that makes some sense? > Regards > Scott -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
