Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Executable in jsdl description

Romain pisze:
Mariusz Wojtysiak a écrit :

I have done that but the listener methods are never called (nothing is written on the std output).

It seems that JobStatusUpdater wasn't created in your application.

Please set breakpoint in eu.geclipse.core.internal.model.JobManager.getUpdater(IGridJob) and check after job submission if JobStatusUpdater() was created and put to updaters map.

If debugger doesn't stop after job submission, then try to use:
JobManager#addJobStatusListener(IGridJob[], int, IGridJobStatusListener)


--
Pozdrawiam,
Mariusz Wojtysiak


Back to the top