Index: deploy/jbossas/modeshape-jbossas-service/src/kit/modeshape-config.xml =================================================================== --- deploy/jbossas/modeshape-jbossas-service/src/kit/modeshape-config.xml (revision 2433) +++ deploy/jbossas/modeshape-jbossas-service/src/kit/modeshape-config.xml (working copy) @@ -95,7 +95,7 @@ Sequences ZIP files loaded into the repository under '/files', extracting the archive file contents into the equivalent JCR graph structure of 'nt:file' and 'nt:folder' nodes. - /files//(*.zip[*])/jcr:content[@jcr:data] => /sequenced/zip/$1 + /files(//)(*.zip[*])/jcr:content[@jcr:data] => /sequenced/zip/$1 + + + + + + + + + /org/modeshape/sequencer/zip/zip.cnd + + + + + + + + + + + + + Sequences ZIP files loaded into the repository under '/files', extracting the archive file contents into the equivalent JCR graph structure of 'nt:file' and 'nt:folder' nodes. + /files(//)(*.zip[*])/jcr:content[@jcr:data] => /sequenced/zip/$1 + + + Index: modeshape-integration-tests/src/test/resources/sequencers/zip/test-files.zip new file mode 100644 =================================================================== Binary files /dev/null and modeshape-integration-tests/src/test/resources/sequencers/zip/test-files.zip differ