[jira] [Commented] (JCRVLT-177) jcr:content and its children not overwritten during installation of Simple File Aggregate

2017-11-14 Thread Konrad Windszus (JIRA)

[ 
https://issues.apache.org/jira/browse/JCRVLT-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251264#comment-16251264
 ] 

Konrad Windszus commented on JCRVLT-177:


This issue also affects vlt:definition nodes below subpackages (as subpackages 
created through the maven-plugin are a binary ZIP file only).

> jcr:content and its children not overwritten during installation of Simple 
> File Aggregate
> -
>
> Key: JCRVLT-177
> URL: https://issues.apache.org/jira/browse/JCRVLT-177
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 3.1.38
>Reporter: Konrad Windszus
>Assignee: Tobias Bocanegra
> Fix For: 3.1.40
>
>
> For simple file aggregates in a package, the child node {{jcr:content}} is 
> not correctly overwritten.
> Example
> State in repository
> {code}
> + content
>   + test
> + thumbnail.png [nt:file]
>   +  jcr:content [nt:resource]
> + dam:thumbnails [nt:folder]
> {code}
> In my package I have the filter
> {code}
> 
> 
> 
> {code}
> And the package content consists of only the binary file 
> {{/content/test/thumbnail.png}}.
> Once I install that package it will not remove/recreate 
> {{/content/test/thumbnail.png/jcr:content}} and also leave the child node 
> {{dam:thumbnails}} in place.
> I would expect that 
> {{/content/test/thumbnail.png/jcr:content/dam:thumbnails}} is removed with 
> the installation of the package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JCRVLT-177) jcr:content and its children not overwritten during installation of Simple File Aggregate

2017-05-23 Thread Konrad Windszus (JIRA)

[ 
https://issues.apache.org/jira/browse/JCRVLT-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020750#comment-16020750
 ] 

Konrad Windszus commented on JCRVLT-177:


[~tripod] I added a failing test case in 
https://github.com/apache/jackrabbit-filevault/pull/9.

> jcr:content and its children not overwritten during installation of Simple 
> File Aggregate
> -
>
> Key: JCRVLT-177
> URL: https://issues.apache.org/jira/browse/JCRVLT-177
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 3.1.38
>Reporter: Konrad Windszus
>
> For simple file aggregates in a package, the child node {{jcr:content}} is 
> not correctly overwritten.
> Example
> State in repository
> {code}
> + content
>   + test
> + thumbnail.png [nt:file]
>   +  jcr:content [nt:resource]
> + dam:thumbnails [nt:folder]
> {code}
> In my package I have the filter
> {code}
> 
> 
> 
> {code}
> And the package content consists of only the binary file 
> {{/content/test/thumbnail.png}}.
> Once I install that package it will not remove/recreate 
> {{/content/test/thumbnail.png/jcr:content}} and also leave the child node 
> {{dam:thumbnails}} in place.
> I would expect that 
> {{/content/test/thumbnail.png/jcr:content/dam:thumbnails}} is removed with 
> the installation of the package.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCRVLT-177) jcr:content and its children not overwritten during installation of Simple File Aggregate

2017-05-20 Thread Tobias Bocanegra (JIRA)

[ 
https://issues.apache.org/jira/browse/JCRVLT-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018441#comment-16018441
 ] 

Tobias Bocanegra commented on JCRVLT-177:
-

(I guess the /conf/test in the filter is a typo). however, can you attach the 
test package?

> jcr:content and its children not overwritten during installation of Simple 
> File Aggregate
> -
>
> Key: JCRVLT-177
> URL: https://issues.apache.org/jira/browse/JCRVLT-177
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 3.1.38
>Reporter: Konrad Windszus
>
> For simple file aggregates in a package, the child node {{jcr:content}} is 
> not correctly overwritten.
> Example
> State in repository
> {code}
> + content
>   + test
> + thumbnail.png [nt:file]
>   +  jcr:content [nt:resource]
> + dam:thumbnails [nt:folder]
> {code}
> In my package I have the filter
> {code}
> 
> 
> 
> {code}
> And the package content consists of only the binary file 
> {{/content/test/thumbnail.png}}.
> Once I install that package it will not remove/recreate 
> {{/content/test/thumbnail.png/jcr:content}} and also leave the child node 
> {{dam:thumbnails}} in place.
> I would expect that 
> {{/content/test/thumbnail.png/jcr:content/dam:thumbnails}} is removed with 
> the installation of the package.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)