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

Hi Mariusz,

Mariusz Wojtysiak a écrit :
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.
I am working with geclipse nightly builds not directly with the source code, I cannot therefor perform that test.

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


I get an IGridJobID from the submission service but how do you construct an IGridJob from an IGridJobID?

Rom.



Back to the top