Hello,
I'm trying to create a custom document validator, but I'm having some trouble doing so...
Using composer, I know that I need to implement the IDocumentValidator which in turn i need to implement the destroy(), init() and validate methods.
Both the destroy and init methods throw an AdaptorException.
I must be missing a jar somewhere as I am recieving the error message around AdaptorException cannot be resolved to a type. Can someone please point me to the proper jar file that i need to include in my project to be able to import this class.
if it helps, I also cannot import the class IAdaptorConfiguration which should residesin com.documentum.tools.adaptor.configuration.IAdaptorConfiguration. My project does not have the package com.documentum.tools.adaptor
Thanks,