Hello,

I'm an applied computer science student from germany. I also work for IBM 
(fabian.faess...@de.ibm.com). We have a project in university and we have to 
implement some tests with STAF/STAX. 
I have a STAX xml file with a command I want to run.

<command>
        'java -jar /tmp/MultiCastor.jar -g /tmp/config.xml'
</command>

But I can't run this job. I always get RC: 10 with STAFResult invalid command: 
...
The files definitely exist in /tmp/.
But I can run Java without any arguments, then I get the same return like when 
you issue "java" in a terminal. 

<command>
        'java'
</command>

Return: "Usage: java [-options] class [args...] ..."

We just started with STAF/STAX and we thought, we just can run our known 
commands with the <command> tag. So what did we understand wrong?

Thank you,
kind regards,
Fabian



------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to