[
https://issues.apache.org/jira/browse/JCR-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1587:
-------------------------------
Fix Version/s: (was: 1.5)
core 1.4.5
Merged to the 1.4 branch in revision 661624.
> When trying to reuse version label in transaction, exception is thrown
> ----------------------------------------------------------------------
>
> Key: JCR-1587
> URL: https://issues.apache.org/jira/browse/JCR-1587
> Project: Jackrabbit
> Issue Type: Bug
> Components: versioning
> Affects Versions: core 1.4.3, core 1.4.4
> Environment: Jackrabbit Core 1.4.4, Jencks 2.0, Springmodules 0.8a,
> Jackrabbit JCA 1.4
> Java version: 1.6.0_06
> OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
> Reporter: Roman Puchkovskiy
> Fix For: core 1.4.5
>
> Attachments: JCR-1587.patch, test-reassign-version-label-in-tx.zip
>
>
> Following sequence causes failure:
> 1. first transaction:
> 1.1 create versionable node
> 1.2 create version 1 of this node
> 2. second transaction:
> 2.1 create version 2 of this node
> 2.2 assign a label to version 2
> 3. third transaction:
> 3.1 restore a node to version 1
> 3.2 remove version 2
> 3.3 make version 3 of same node
> 3.4 assign same label (which was assigned to version 2) to version 3 ->
> fails
> Same sequence which does not use transactions at all works fine.
> Going to attach a test case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.