Hi All,Today I checked according to your replies. Everything was fine except that our custom bundle was not installed due to an error org.apache.fop.apps,version=[0.95,1) -- Cannot be resolved. I did all to solve this. Even if I change the version to 1.0, in the manifest file I still see reference t...
In head.jsp we refer our custom global.jsp and mentioned below is the code in our customised global.jspIn our global.jsp we have the reference to the http://www.adobe.com/wem/cq/components. Hope this gives you more clarity<%-- Copyright 1997-2008 Day Management AG Barfuesserplatz 6, 4001 Basel, Sw...
Found the issue. The dependency of com.day.commons.osgi.wrapper uses FOP 0.95 version of FOP and AEM 5.6.1 uses org.apache.xmlgraphics - FOP of version 1.1 . Hence there was a conflict. Now used 1.1 and removed the wrapper dependency solved the issue.Cheers,Ravi
Hi All,Today we downloaded AEM 5.6.1 and installed all our content and application components and then when I click on a page I am getting the mentioned below errorError Message:org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: /apps/dsm...
Found the issue. The dependency of com.day.commons.osgi.wrapper uses FOP 0.95 version of FOP and AEM 5.6.1 uses org.apache.xmlgraphics - FOP of version 1.1 . Hence there was a conflict. Now used 1.1 and removed the wrapper dependency solved the issue.Cheers,Ravi
Hi,I upgraded the version of CQ from 5.5 to 5.6.1. When I deployed my components, it did not worked and when I checked the bundle it gave the following error - org.apache.fop.apps,version=[0.95,1) -- Cannot be resolved.To solve this, I updated the xmlgraphics - fop version to 1.1 and then I started ...
Hi All,We are planning to implement Solr search for our website and we are using AEM 5.6.1 version of CQ. Tried to find in the internet about the integration process but hardly found some good documents. Can someone help me with some manuals or step by step integration process or any links where I c...
Hi,It helps but also gives lot of problem when we have to define google like pagination. For example, I want to show 10 results per page and after page 6, I want to move the pagination numbers one by one. ie. first it will show 1 2 3 4.......10 and after page 6 is clicked, it need to show 2 3 4 5 6 ...