Hi.
For performance reasons I need to duplicate and keep in sync parent_id and child_id as x_parent_id and x_child_id attributes of an xCP relation type. I have created an aspect java class and a module in Composer that overrides the doSave() method of DfPersistentObject, deployed from Composer and successfully attached it to the xCP relation type as a default aspect.
Now, we have a CI/CD config that deploys our xCP app on various servers using the provided maven project
mvn -B -X -f FooApplication/pom.xml -DdesignerPath=/u01/jenkins/xCPDesigner16.4p06 xcp-import-project:run clean package
...
./deploy-xcp-application.sh
Is it possible to make our custom aspect part of the app? Or do I have to resort to using the Headless Composer on server?