@vmadala Also I am not sure if this will solve the issue because for me
translation tool is not rolling out the page, its copying over the page
along with its nodes and properties therefore live nodes also gets
copied over to language copy.
Thanks Venkat I think it will be too much of work for us to send
blueprint for translation since then we will have to at least roll out
content in 15 different languages. What I fail to understand is why our
translation tool copies over the live copy nodes to language copy
My translation tool creates new language copies as live copies since we
send live copies for translation. I am looking for a way to detach live
relationship through code. Any suggestions will help.
Below is my original class @referenceprivate ResourceResolverFactory
resourceResolverFactory;@referenceprivate WorkflowService
workflowService; How can I mock the above?I tried something like below:
@MockWorkflowService workflowServiceMock; thenworkflowServiceMock =
context.registerInjectActivateService(workflowServiceMock); But it
throws NullPointerException
I have a JS code that calls a create language copy workflow at
/etc/workflow/instances which then calls
/etc/workflow/models/wcm-translation/prepare_translation_project and
creates translation projects. I am good when i send fewer content for
translation but as soon as I send more I get below errors: 14.09.2020
08:21:38.147 *ERROR* [JobHandler:
/var/workflow/instances/server0/2020-09-14/prepare_translation_project_12:/content/experience-fragments/mysite/europe/de_de/adults/test/xf23]
com.adobe.c...
We have a Human Translation vendor implemented for our experience
fragments on AEM 6.5 and I am looking from different solutions to auto
publish my content once they come back from vendor. I tried writing
listener but it gets triggered before AEM replaces language copy with
translated copy and I end up publishing English copy instead. Any ideas?