debugging -

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

debugging -

Rees Watkins
Hi

I am debugging some ofbiz code in the eclipse debugger. The service createMaintsFromTimeInterval keeps firing and so another thread is activated. This is disruptive because the area I am debugging loses debug focus. Is it possible to turn this timed event off? If I am not using fixed assets do I need to run this service at all?

Thanks
Rees



Reply | Threaded
Open this post in threaded view
|

Re: debugging -

Jacques Le Roux
Administrator
Simply kill the job in Webtools/job list (look for pending status)

Jacques

From: "Rees Watkins" <[hidden email]>
Hi

I am debugging some ofbiz code in the eclipse debugger. The service createMaintsFromTimeInterval keeps firing and so another thread
is activated. This is disruptive because the area I am debugging loses debug focus. Is it possible to turn this timed event off? If
I am not using fixed assets do I need to run this service at all?

Thanks
Rees





Reply | Threaded
Open this post in threaded view
|

Re: debugging -

Adrian Crum
In reply to this post by Rees Watkins
Just cancel it from the Job Manager in Webtools.

-Adrian

Rees Watkins wrote:

> Hi
>
> I am debugging some ofbiz code in the eclipse debugger. The service createMaintsFromTimeInterval keeps firing and so another thread is activated. This is disruptive because the area I am debugging loses debug focus. Is it possible to turn this timed event off? If I am not using fixed assets do I need to run this service at all?
>
> Thanks
> Rees
>
>
>
>