me0wster / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Detect Spring 3.0 jobs #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way to monitore spring 3.0 jobs which does not use quartz.

They are defined like this in applicationContext.

<task:scheduled-tasks>
    <task:scheduled ref="mediationJob"  method="traitement" cron="${crontab}" />
</task:scheduled-tasks>

Thank you

Original issue reported on code.google.com by poo...@gmail.com on 13 Nov 2012 at 5:22

GoogleCodeExporter commented 9 years ago
I have never tried to monitor that.
But have you looked at monitoring spring beans?
https://code.google.com/p/javamelody/wiki/UserGuide#9._Business_facades_%28if_Sp
ring%29

Except the monitoring of spring beans, there is currently no way to do that, 
because the monitoring of batch jobs in javamelody is only with quartz classes.

Does it answer your question?

Original comment by evernat@free.fr on 13 Nov 2012 at 5:53

GoogleCodeExporter commented 9 years ago
No response from the reporter, so resolving as incomplete/invalid.

Original comment by evernat@free.fr on 12 Dec 2012 at 6:17