Expand my Community achievements bar.

SOLVED

Content package filters are not evaluated

Avatar

Level 1

Hello Everybody

I downloaded and installed the adobe archetype maven project. -> 

mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault \ -DarchetypeArtifactId=multimodule-content-package-archetype \ -DarchetypeVersion=1.0.0 \ -DarchetypeRepository=adobe-public-releases

Testcase: I added a new folder notinstalled (nt:folder) to the workspace /apps/notinstalled in my IDE and didn't change any filter settings in the pom.xml. The filter definition still looks like this:

<filters>

<filter>

<root>/apps/test</root>

</filter>

</filters>

CQ 5.5: When package is installed -> notinstalled folder also appears to be installed when i check CRX.

CQ 5.6: When package is installed -> and notinstalled is not installed (which seams correct for me, because the filter is only set for /apps/test which is actually gets installed in in 5.5 and 5.6)

Does anyone know a configuration or workaround to solve this issue?

Cheers

1 Accepted Solution

Avatar

Correct answer by
Level 10

From felix console what is the version of com.day.jcr.vault ? can you check your instance against sp3 with [1]. If [1] shows vault version is same please file a daycare ticket.   

[1]   http://dev.day.com/content/dam/day/onlinetool/COI.html

View solution in original post

4 Replies

Avatar

Employee

This was a bug which was fixed. It might be fixed in 5.5 SP2, but I'm not 100% sure.

Avatar

Level 1

I have CQ 5.5 SP 3 installed and it still doesn't work unfortunately.

Avatar

Correct answer by
Level 10

From felix console what is the version of com.day.jcr.vault ? can you check your instance against sp3 with [1]. If [1] shows vault version is same please file a daycare ticket.   

[1]   http://dev.day.com/content/dam/day/onlinetool/COI.html

Avatar

Level 1

Version of my vault bundle matches the one from onlinetool. I will raise a daycare ticket.

Thank you.