hi,Is there a way to configure/customize the behavior of SAX parser included in Adobe CQ 6.1 (like a parameter to ignore the attribute validation)? Thanks
Hi,While deploying our application we are getting a WARN which says:*WARN* [FelixFrameworkWiring] org.apache.sling.servlets.resolver [org.apache.sling.servlets.resolver.SlingServletResolver(593)] Could not get service from ref [javax.servlet.Servlet, javax.servlet.ServletConfig, java.io.Serializabl...
kunal23 wrote... Also, check the "resource.resolver.searchpath" property in http://localhost:4502/system/console/configMgr/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl has value "/libs/foundation/components/primary" Yes kunal,This setting in my CQ instance has the same valu...
Hi,While loading our pages in WCM Editor (6.1) , the following exception is being thrown.*ERROR* [127.0.0.1 [1442943894925] GET /content/acme-global/acme-com/11.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource Paragraph, path=...
bsloki wrote... You can write a query using sling:resourceType in the path '/content/<project> for the component / templates you are looking for. If it returns '0', then it will not be used Is there a way to list out all used/unused templates from the content folder? This would help us to search wi...