hi all,
I want to implement a adaptor (initilizer) of Forms Builder. Its function is ID auto generation that auto-generated a ID with particular rule when a form instance created. becuase I need to use IDfSession, I have to choose extend ItemServiceInitializer. (not ItemInitializer)
public class ProcurementFormIdInitializer extends ItemServiceInitializer implements IStringInitializer, IProcurementFormIdInitializer
When I use DAB to insert a new module, I have encontered the following error message:
![image]()

the com.documentum.xforms.engine.adaptor.initializer.IStringInitializer is in XformEnginer.jar
I have create a java library for XformEngine.jar and configure it in Dependencies tab, but it still has the same error.

I have also tried to use composer. But I got different error message when installing to repository:
..
[ERROR] ERROR /EMCPM-Obj/Artifacts/JAR Definitions/initializerinterface.jardef: 'resource' of 'jar definition' must be set
..
Could someone provide helpful information for this?
thanks in advanced.