Hi All,
I am using a workflow method which internally reads a value from csv and populates\map to a custom type.
I have TBO attached to a custom type ,
As a result on save TBO is triggered.
This TBO is internally refereing a utility which requires external class which comes through jar files.
When i run the TBO by creating a document externally , iy runs without any error.
However when i run above workflow method it gives me class not found exception,
In application server i have added the jar files under dms domain i.e one level up where taskspace is installed.
In cs i have now added the jar files in dba\java methods...also i have pasted it in c:\documentum\config folder.
Any pointers for this??