Recap | Community
Skip to main content
New Participant
November 7, 2016
Solved

Recap

  • November 7, 2016
  • 5 replies
  • 2164 views

Hi

I'm using recap bundle in my old instance (cq 6.1) , which I got from adobe package share , but which is not supported in cq 6.2 , I'm looking for new version of recap.

Thanks,

Phani

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

5 replies

New Participant
February 21, 2017

Hey Phani,

were you able to fix the "com.day.cq.replication,version=[5.5,6)" dependency problem? I am having the same issue as the recap bundle is not starting (AEM 6.2). Also I am not able to save any address displaying "Error Loading Page".

kautuk_sahni
Employee
November 8, 2016

Hi

On 6.2, 

Please make sure dependency used for "com.day.cq.replication" is:

<dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.replication.core</artifactId> <version>6.0.14</version> <scope>provided</scope> </dependency>

Check this if it works now.

~kautuk

Kautuk Sahni
phani2811Author
New Participant
November 7, 2016

Hi Smacdonald, appreciated for your response,

I took that package , Installed in my local environment but , still One dependency is not getting resolved ("com.day.cq.replication,version=[5.5,6) -- Cannot be resolved") , But functionality wise it's working great any suggestions would be appreciated.

Thanks,

Phani

phani2811Author
New Participant
November 7, 2016

Thank you, it's working.

smacdonald2008
smacdonald2008Accepted solution
New Participant
November 7, 2016