Hi Scott.
Excellent, thanks for the tip, i will try it here on my production
system and if it improves the situation, i will commit it.
Regards,
Hans
On Thu, 2008-08-21 at 22:36 +1200, Scott Gray wrote:
> Hi Hans
>
> There's a patch in JIRA somewhere from quite a while ago that could
> possibly fix that issue, I never got around to testing it.
>
> Regards
> Scott
>
> 2008/8/21 <
[hidden email]>:
> > Author: hansbak
> > Date: Thu Aug 21 03:25:02 2008
> > New Revision: 687693
> >
> > URL:
http://svn.apache.org/viewvc?rev=687693&view=rev> > Log:
> > email poller seems to stop polling without notice...change log severity level
> >
> > Modified:
> > ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java
> >
> > Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java
> > URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java?rev=687693&r1=687692&r2=687693&view=diff> > ==============================================================================
> > --- ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java (original)
> > +++ ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java Thu Aug 21 03:25:02 2008
> > @@ -134,7 +134,7 @@
> > public void stop() throws ContainerException {
> > // stop the poller
> > this.pollTimer.cancel();
> > - Debug.logVerbose("stop JavaMail poller", module);
> > + Debug.logWarning("stop JavaMail poller", module);
> > }
> >
> > // java-mail methods
> >
> >
> >