[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2019-05-08 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Fix Version/s: 2.14.7

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.18, 2.16.4, 2.14.7, 2.17.7
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2019-05-08 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Labels:   (was: candidate_jcr_2_14)

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
> Fix For: 2.18, 2.16.4, 2.14.7, 2.17.7
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-12-01 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Labels: candidate_jcr_2_14  (was: )

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.18, 2.16.4, 2.17.7
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-12-01 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Labels:   (was: candidate_jcr_2_16)

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.18, 2.16.4, 2.17.7
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-12-01 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Fix Version/s: 2.16.4

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.18, 2.16.4, 2.17.7
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-11-19 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Summary: Incorrect exception message when same-name-sibling is prevented on 
import  (was: Wrong error message when same-name-sibling is prevented on import)

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_16
> Fix For: 2.18
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-11-19 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Priority: Minor  (was: Major)

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.18
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-11-19 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Labels: candidate_jcr_2_16  (was: )

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.18
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4387) Incorrect exception message when same-name-sibling is prevented on import

2018-11-19 Thread Julian Reschke (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCR-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4387:

Fix Version/s: 2.18

> Incorrect exception message when same-name-sibling is prevented on import
> -
>
> Key: JCR-4387
> URL: https://issues.apache.org/jira/browse/JCR-4387
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 2.16.2
>Reporter: Jörg von Frantzius
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.18
>
> Attachments: DocumentViewTest.java, JCR-4387.diff, JCR-4387.diff, 
> SessionImporter.java
>
>
> When importing XML for a node with the same name as an existing node, but 
> with different UUID, an ItemExistsException is thrown, effectively preventing 
> the creation of a same-name sibling on import.
> Assuming that same-name siblings are supposed to be prevented on import, 
> that's totally perfect, but the error message of the Exception thrown is 
> wrong and very misleading: "Node with the same UUID exists", where it should 
> be something like "Node with same *name* exists, must prevent 
> same-name-sibling".
> [https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java#L381]
> As a suggestion, perhaps the code should further check for 
> javax.jcr.nodetype.NodeDefinition#allowsSameNameSiblings before throwing the 
> exception?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)