Hello,
we've used AEM 6.0 out of the box and have been using version 1.0.2 which is available at: https://repo.adobe.com/nexus/content/repositories/releases/com/adobe/aemfd/aemfd-client-sdk/
We do use Forms, Output and ReaderExtensions APIs to render form, flat PDF and PDF/A...
Now, we've installed a new system from scratch using AEM 6.0 Forms, SP2 and Forms SP2, but as a consequence of this, our custom application is not satisfied anymore and our bundles do not start up:
Looking at the Felix console, we can see the following problems:
com.adobe.fd.assembler.client,version=[1.0,2) -- Cannot be resolved
com.adobe.fd.assembler.service,version=[1.0,2) -- Cannot be resolved
com.adobe.fd.docassurance.client.api,version=[1.0,2) -- Cannot be resolved
com.adobe.fd.forms.api,version=[3.7,4) -- Cannot be resolved
com.adobe.fd.output.api,version=[3.7,4) -- Cannot be resolved
com.adobe.fd.readerextensions.client,version=[1.0,2) -- Cannot be resolved
com.adobe.fd.signatures.pdf.inputs,version=[1.0,2) -- Cannot be resolved
When we look at the com.adobe.aemfd.assember.client for example, the Felix console displays the following dependency:
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>adobe-aemfd-assembler</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
However, I can not find the aemfd-client-sdk in version 2.0.6 in the Maven repository.
Are we doing something wrong?
Kind Regards
Thomas Wenzel
Solved! Go to Solution.
Views
Replies
Total Likes
@TWWenzel Please try adding this https://repo.adobe.com/nexus/content/groups/public/com/adobe/aemfd/aemfd-client-sdk/1.0.2/ . Please let me know what class you are looking to extend or utilize. jars other than those containing API(interfaces) are proprietary and wont be available in maven for now. If you have doubts reg any customization,please post as a separate post and we shall help.
Views
Replies
Total Likes
Views
Replies
Total Likes
Check it if this helps you aswell
Views
Replies
Total Likes
Views
Replies
Total Likes
Hey, did you try restarting the server?
Views
Replies
Total Likes
@TWWenzel Please try adding this https://repo.adobe.com/nexus/content/groups/public/com/adobe/aemfd/aemfd-client-sdk/1.0.2/ . Please let me know what class you are looking to extend or utilize. jars other than those containing API(interfaces) are proprietary and wont be available in maven for now. If you have doubts reg any customization,please post as a separate post and we shall help.
Views
Replies
Total Likes
This always works for me....
https://helpx.adobe.com/experience-manager/kb/HowToUseCQ5AsMavenRepository.html
Views
Replies
Total Likes
Views
Like
Replies