The import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved | Community
Skip to main content
kishore_polsani
New Participant
March 26, 2017
Solved

The import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved

  • March 26, 2017
  • 2 replies
  • 1952 views

Hi,

I am using import statement com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory in my java class. But am getting a compilation error that the import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved.

Below is the maven dependency I used.

    <dependency>
            <groupId> com.day.cq.wcm</groupId>
            <artifactId>cq-wcm-webservice-support</artifactId>
            <version>5.8.44</version>
            <scope>provided</scope>
        </dependency>

I have even added cq-wcm-webservice-support-5.5.6.jar file explicitly but no luck.

Could you please let me know the correct maven dependency.

Thanks,

Kishore

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

The repo.adobe.com is not intended for browsable  thus not seeing the artifact  means it hasn't been requested via maven yet and thus not proxy-stored on repo.adobe.com yet.  If maven cannot retrieve the dependency, then engage with support team by providing the complete mvn -X output. So that they can make artifacts available.

2 replies

MC_Stuff
MC_StuffAccepted solution
New Participant
March 29, 2017

The repo.adobe.com is not intended for browsable  thus not seeing the artifact  means it hasn't been requested via maven yet and thus not proxy-stored on repo.adobe.com yet.  If maven cannot retrieve the dependency, then engage with support team by providing the complete mvn -X output. So that they can make artifacts available.

sandeepm744005
New Participant
March 28, 2017

I downloaded the jar from below path but ConfigurationManagerFactory is not inside the package after extracting it. It is confusing as based on below url this interface should be available in the jar. Adobe team can confirm on this.

https://repo.adobe.com/nexus/content/repositories/releases/com/day/cq/wcm/cq-wcm-webservice-support/5.5.6/

https://docs.adobe.com/docs/en/aem/6-1/ref/javadoc/com/day/cq/wcm/webservicesupport/ConfigurationManagerFactory.html