You really need to give more information when you have a problem. When developing, at the begining of every method I create, I always put a log output that the method is starting and at the end a log output that the method is finishing. That way if nothing gets output, I know that it didn't run (verbose on would work as well, but i'm only concerned about the things i've created). When all the bugs seemed worked out, I remove the log outputs.
--- rajshekhar <[EMAIL PROTECTED]> wrote: > > hi, > I wrote a scheduler which runs after every hour > ,But there is no result > output of scheduler and time duration in job list > between start time and > finish time is 1 sec. > > regards > G.Rajshekhar > -- > View this message in context: > http://www.nabble.com/job-list-scheduler-problem-tf2138416.html#a5901356 > Sent from the OFBiz - User forum at Nabble.com. > >
