In my DFC code I get the following error when I try and retrieve a value from a SDT:
[DM_DFC_E_CLASS_NOT_FOUND]error: "Unable to instantiate the necessary java class: com.documentum.xforms.docbase.XMLSchema"
The line of code that is failing is:
String currSkillCode = (String) workItem.getStructuredDataTypeAttrValue("encore_task_data", "request/contentSkillCd");
where workItem is the IdfWorkitemEx object.
Note that I do not get this error when I execute the same code against another repository.
My question(s):
- Is this error something to do with the version of Process Engine?
- How can it be resolved without upgrading or reinstalling Process Engine?
Any help is greatly appreciated. If there is a similar topic on the forum, please point me to it - I could not find anything relevant to this particular error.
We are on Documentum 6.6, TaskSpace 6.6 patch 19, I am not sure of the Process Engine version.
TIA