Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

pattern

Avatar

Level 2

Hi,

what's the pattern to refer only specific nodes that starts with a given prefix?

For example i need to refer only nodes under launcher configf that starts with xxx but in this way it was wrong:

    <filter root="/etc/workflow/launcher/config">
        <include pattern="/etc/workflow/launcher/config/xxx.*" />
    </filter>

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Verify your vlt filter.xml & pom.xml should work.  Otherwise file daycare with list of hotfix installed

0 Replies

Avatar

Level 2

Thanks Sham.

My example is the same of the fourth shown in [1] but it doesn't work in CQ 5.4 .

frown

Avatar

Level 2

Update

When the pattern is used to create a package inside CRX Package Manager everything works fine. If I use the same pattern to create a package inside eclipse (with maven-vault-plugin) it doesn't work.

Avatar

Correct answer by
Level 10

Verify your vlt filter.xml & pom.xml should work.  Otherwise file daycare with list of hotfix installed