Hi, I need to exclude from the package some resources with a specific prefix (test). In the pom.xml I tried with: <filters> <filter> /etc/workflow/launcher/config/test* </filter></filters> but it was wrong.What's the way?Thanks
Hi, I have a page which has a number of node components underneath it. The problem I have is when the page gets activated one of these component nodes refuses to be activated. I have looked at logs but cannot find anything obvious.Any help is appreciated.Chris
Trying to install a package using the crx/packmgr/index.jsp interface I am getting:com.day.jcr.vault.packaging.PackageException: java.lang.NullPointerException This package installation has worked before and there were 0 changes made to it!This is happening to every package we try to install now.Ful...
<div class="text" > <cq:include path="bodytext" resourceType="foundation/components/text"/> </div> I am embedding foundation components in a page component (see the following) and need to set some default content. How do I go about this?
Hi,I am not sure if this is the correct place to ask. I am using CA siteminder for authentication. So after successful login I am supposed to get logged in user name from siteminder header. So if the target url is a Jboss application the in HttpServletRequest object request.getHeader("sm_user") retu...
Hi,is it possible to disable a component inside OSGI via an xml file similiar to the OSGIconfig. I want to disable com.adobe.granite.comments.internal.CommentReplicationContentFilterFactory.ThanksChris
I have a question regarding CQ Client Libraries. I currently am implementing a hybrid approach. For Example,We have client libraries folders under each one of our componentsWe also have a client library folder under our /etc/designs folder. This folder embeds teh client library categories specifie...
Hi,I raised an earlier question about having a component named comments. From what I can see in the activation logs there is a filter (5.6.1) on the node name 'comments' and this will not automatically be published when the page is published, this was not a problem in 5.5. I have tried to change the...
Hi everybody!I'm using com.day.cq.search.QueryBuilder to search for pages and documents. The page search (type=cq:Page) works just fine and results hits return excerpts just fine via getExcerpt(). But I have an issue with getting excerpts (that show a part of the text where the search term was found...