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  <[EMAIL PROTECTED]>:
> 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
>
>
>

Reply via email to