shsteimer / IntelliVault

A plugin for IntelliJ IDEA to interact with a JCR repository via the FileVault tool which is packaged with Adobe CQ.
http://plugins.jetbrains.com/plugin/7328
Other
35 stars 28 forks source link

Vault is exporting jcr:mixinTypes property even when jcr is missing this property #21

Closed bsaravanaprakash closed 6 years ago

bsaravanaprakash commented 6 years ago

When I run 'Pull from CRX', the export creates an empty jcr:mixinTypes property in output .content.xml image

But corresponding node in jcr is missing this property: image

I am using AEM 6.3 SP1 vault-cli-3.1.6 IntelliVault - 0.10.0

Why does intellivault export properties that are not added in jcr?

shsteimer commented 6 years ago

I think you are looking at the wrong node in crx-de. your screen shot shows the properties of the parent node, but the jcr:mixinTypes property is on the jcr:content node. Please validate you are looking in the right place.

Also, the plugin simply shells out to vlt under the covers, so if this is an issue, it's with VLT not this plugin, so there really isn't anything I can do to fix it.