G'day
Running on TS 7.3.2 on Win2k8...
Trying to instantiate a simple submit WF from a Java class using iwmodelc. That part works, i get a jobID back, but the WF is basically an empty shell at this point.
What I want to do is basically auto-submit a file (non-dcr xml) when saved in CCPro. File is saved/edited using custom jsp/servlet...
I thought using a preprocessor would be the proper way to attach the file i want to submit etc... but it seems the preprocessor is not firing when job is instantiated via iwmodelc... not seeing my log output from the preprocessor...if i manually submit, i do see log output confirming preprocessor is executing.
also seeing a ton of com.interwoven.cssdk.access.CSInvalidRoleException: Unknown Hopi error(no such role) errors in my log...but i think this might be related to something else... :-)
Any tips or advice is greatly appreciated.