Getting java.lang.ClassNotFoundException: com.adobe.aemfd.docmanager.source.DocumentSourceHandler | Community
Skip to main content
May 22, 2019

Getting java.lang.ClassNotFoundException: com.adobe.aemfd.docmanager.source.DocumentSourceHandler

  • May 22, 2019
  • 1 reply
  • 1804 views

Hi All,

While trying testing the addSignatureField from link below:

Adobe Experience Manager Help | Using AEM Document Services Programmatically

I am getting java.lang.ClassNotFoundException: com.adobe.aemfd.docmanager.source.DocumentSourceHandler.

Can you please advise which jar contain DocumentSourceHandler? why it is not included?

Testing with AEM 6.2 jar

aemfd-client-sdk-6.2.0.jar

org.apache.sling.api-2.16.4.jar

Thanks and regards

Jia Jiunn Wong

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

abhinash007
Level 2
August 22, 2019

You need to add Adobe AEMDS Core Document Manager Support (adobe-aemds-core-docmanager) bundle in classpath or you can add it dependency. This bundle is present in AEM. It will resolve DocumentSourceHandler class

April 11, 2021

Adding this as a dependency does not work as neither the adobe public repository nor the maven repository contains this jar.