Expand my Community achievements bar.

SOLVED

AEM 6.0 Maven Repository: aemfd-client-sdk for Forms SP2

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee

@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.

View solution in original post

6 Replies

Avatar

Level 1
        No. How would I make Maven happy?

Avatar

Level 1
        Yes. The product works fine after restarting the server, but our app needs the apis. So how can I make Maven happy?

Avatar

Employee

Hey, did you try restarting the server?

Avatar

Correct answer by
Employee

@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.