Hi,
i've created a "program task" that calls a shell script.
The program task's xml is created along the docs, the activity gets called, command parameters passed in,
BUT when it tries to get the encoding to pass in parameters via stdin, it throws this exception:
...
weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Nested exception is: java.lang.NullPointerException at com.vignette.pws.programhost.cmdservice.CMDExecutor.getDefaultEncoding(CMDExecutor.java:494) at
...
It doesn't matter if i have the "StdInAsRequestName" and/or "StdInArgumentInfo" tags defined in the program task definition or not.
Do i need to configure the defualt encoding? where would i do this?
Thanks,
markus