Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: AW: [geclipse-dev] Problems with code of Romain

Hello Bernhard, Pod!

Stuempert, Mathias IWR pisze:

I also had a problem with that  if statement.
// if(js.canSubmit(jsdl)) { //}

What is the problem there guys? Pawel, Mariusz, any guesses?

Method IGridJobService#canSubmit(IGridJobDescription) was added to repository 2008-05-06 and will available in upcoming release M6.

VO often has many job services, which you can use to submit job. It may happens, that one job service accept jsdl job description, other need jdl description, and further service accept only workflows.

So if you have a list of services, you should test which one accept your job description - that's why you should call IGridJobService#canSubmit().

Please wait to M6 release or download nightly build from here
http://iwr-geclipse.fzk.de:8443/luntbuild/app.do

and call IGridJobService#canSubmit() in your code.

--
Regards,
Mariusz Wojtysiak


Back to the top