From: Jiří Filipovič Date: Tue, 15 Jun 2010 10:59:05 +0000 (+0000) Subject: CREAM_CORE->CREAM_EXECUTOR X-Git-Tag: glite-security-gsoap-plugin_R_2_1_2_1~21 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=673dfcb974d206b785ad41264134128205add366;p=jra1mw.git CREAM_CORE->CREAM_EXECUTOR --- diff --git a/org.glite.lb.client-java/examples/CreamTest.java b/org.glite.lb.client-java/examples/CreamTest.java index ba5e1fb..3e9fc14 100644 --- a/org.glite.lb.client-java/examples/CreamTest.java +++ b/org.glite.lb.client-java/examples/CreamTest.java @@ -43,7 +43,7 @@ public static void main(String[] args) ContextDirect ctxd = new ContextDirect(srvpart[0],srvport); ctxd.setCredentials(cred); - ctxd.setSource(new Sources(Sources.CREAM_CORE)); + ctxd.setSource(new Sources(Sources.CREAM_EXECUTOR)); ctxd.setJobid(job); ctxd.setSeqCode(new SeqCode(SeqCode.CREAM,"no_seqcodes_with_cream")); @@ -57,7 +57,7 @@ public static void main(String[] args) System.out.println("JOBID="+job); ContextIL ctx = new ContextIL(prefix,socket,lib); - ctx.setSource(new Sources(Sources.CREAM_CORE)); + ctx.setSource(new Sources(Sources.CREAM_EXECUTOR)); ctx.setJobid(job); ctx.setSeqCode(new SeqCode(SeqCode.CREAM,"no_seqcodes_with_cream_cheat_duplicate")); ctx.setUser(ctxd.getUser());