@Robin-M : What is the current version of AEM Guides cloud?
If you are on version 2406 - then this is a known issue (GUIDES-19146) and the fix will be pushed in next release "2410"
I hope this addresses your query.
@Eric_Amble : looking at the problem statement this definitely needs deep diving into the aspects of the products which needs to be:
classified for end users accessing the productsrepresented for showing details of parts and productssearched on different criteria (you mentioned one use case where a ...
@NageshRaja : AEM Guides gives a platform to create content that can act as source of truth for various output formats AEM Sites being just one of them. (AEM Sites of desired structure using existing templates can also be generated from content authored in AEM Guides).
The idea is:
to author content...
@sschnelbach : there are different processes that organizations may follow for different types for projects, to explain:
In general, when a new project is created there are few aspects that account to maintenance:
user groups created to manage roles and permissions within that project.metadata cre...
@1huntley : it should be available on DITA-OT presets as well. You need to enable the flag "Download Temporary Files" in advanced tab on respective preset and after PDF generation the link to download the zip should show on the preset (next to Generate button).
If it is not working for you - you may...
@abomma : when you choose this option, temporary files are available to download as zip file - via a link available in output preset in webeditor - read more
check screenshot for steps, Does this help?
@djohn98390536 : can you check the bundle symbolic name and match it with the service user mapping. Generally this error is logged when the custom code is deployed to the server. You must also be getting this when you deploy it through build job on your local SDK.
For more details you can check this...
@djohn98390536 : I have shared the code for the class "DxmlInvalidResourceException.java". As mentioned in my previous comment you can add code for this class in your project to resolve the reference in JUnit.
I hope this helps