활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
@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.
조회 수
답글
좋아요 수
Check it if this helps you aswell
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hey, did you try restarting the server?
조회 수
답글
좋아요 수
@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.
조회 수
답글
좋아요 수
This always works for me....
https://helpx.adobe.com/experience-manager/kb/HowToUseCQ5AsMavenRepository.html
조회 수
답글
좋아요 수