You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2005/02/10 18:38:11 UTC

[jira] Created: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Restore on node creates same-name-sibling of OPV-Version child nodes
--------------------------------------------------------------------

         Key: JCR-43
         URL: http://issues.apache.org/jira/browse/JCR-43
     Project: Jackrabbit
        Type: Bug
  Components: jira  
 Environment: rev. 151731
    Reporter: angela


Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
OPV_Version child node:

- Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
  show OPV Version behaviour)
- Create a child node 'b'
- Make 'a' versionable (add mixin mix:versionable)
- Checkin/Checkout 'a'
- Restore any version of 'a'

result:
 a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).

Is this the intended behaviour? Looks strange to me....

gruss
anchela



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-43?page=all ]

Jukka Zitting updated JCR-43:
-----------------------------

    Fix Version: 1.1
                     (was: 1.0)

> Restore on node creates same-name-sibling of OPV-Version child nodes
> --------------------------------------------------------------------
>
>          Key: JCR-43
>          URL: http://issues.apache.org/jira/browse/JCR-43
>      Project: Jackrabbit
>         Type: Bug
>   Components: versioning
>  Environment: rev. 151731
>     Reporter: angela
>     Assignee: Tobias Bocanegra
>      Fix For: 1.1

>
> Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
> OPV_Version child node:
> - Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
>   show OPV Version behaviour)
> - Create a child node 'b'
> - Make 'a' versionable (add mixin mix:versionable)
> - Checkin/Checkout 'a'
> - Restore any version of 'a'
> result:
>  a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
> Is this the intended behaviour? Looks strange to me....
> gruss
> anchela

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Posted by "Tobias Strasser (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-43?page=history ]

Tobias Strasser reassigned JCR-43:
----------------------------------

    Assign To: Tobias Strasser

> Restore on node creates same-name-sibling of OPV-Version child nodes
> --------------------------------------------------------------------
>
>          Key: JCR-43
>          URL: http://issues.apache.org/jira/browse/JCR-43
>      Project: Jackrabbit
>         Type: Bug
>   Components: jira
>  Environment: rev. 151731
>     Reporter: angela
>     Assignee: Tobias Strasser

>
> Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
> OPV_Version child node:
> - Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
>   show OPV Version behaviour)
> - Create a child node 'b'
> - Make 'a' versionable (add mixin mix:versionable)
> - Checkin/Checkout 'a'
> - Restore any version of 'a'
> result:
>  a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
> Is this the intended behaviour? Looks strange to me....
> gruss
> anchela

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-43?page=all ]

Jukka Zitting updated JCR-43:
-----------------------------

    Version: 0.9
             1.0

> Restore on node creates same-name-sibling of OPV-Version child nodes
> --------------------------------------------------------------------
>
>          Key: JCR-43
>          URL: http://issues.apache.org/jira/browse/JCR-43
>      Project: Jackrabbit
>         Type: Bug
>   Components: versioning
>     Versions: 0.9, 1.0
>  Environment: rev. 151731
>     Reporter: angela
>     Assignee: Tobias Bocanegra
>      Fix For: 1.1

>
> Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
> OPV_Version child node:
> - Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
>   show OPV Version behaviour)
> - Create a child node 'b'
> - Make 'a' versionable (add mixin mix:versionable)
> - Checkin/Checkout 'a'
> - Restore any version of 'a'
> result:
>  a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
> Is this the intended behaviour? Looks strange to me....
> gruss
> anchela

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-43?page=all ]

Jukka Zitting updated JCR-43:
-----------------------------

    Fix Version: 1.0
    Description: 
Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
OPV_Version child node:

- Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
  show OPV Version behaviour)
- Create a child node 'b'
- Make 'a' versionable (add mixin mix:versionable)
- Checkin/Checkout 'a'
- Restore any version of 'a'

result:
 a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).

Is this the intended behaviour? Looks strange to me....

gruss
anchela



  was:
Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
OPV_Version child node:

- Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
  show OPV Version behaviour)
- Create a child node 'b'
- Make 'a' versionable (add mixin mix:versionable)
- Checkin/Checkout 'a'
- Restore any version of 'a'

result:
 a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).

Is this the intended behaviour? Looks strange to me....

gruss
anchela




Schedule for 1.0

> Restore on node creates same-name-sibling of OPV-Version child nodes
> --------------------------------------------------------------------
>
>          Key: JCR-43
>          URL: http://issues.apache.org/jira/browse/JCR-43
>      Project: Jackrabbit
>         Type: Bug
>   Components: versioning
>  Environment: rev. 151731
>     Reporter: angela
>     Assignee: Tobias Strasser
>      Fix For: 1.0

>
> Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
> OPV_Version child node:
> - Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
>   show OPV Version behaviour)
> - Create a child node 'b'
> - Make 'a' versionable (add mixin mix:versionable)
> - Checkin/Checkout 'a'
> - Restore any version of 'a'
> result:
>  a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
> Is this the intended behaviour? Looks strange to me....
> gruss
> anchela

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-43) Restore on node creates same-name-sibling of OPV-Version child nodes

Posted by "Roy T. Fielding (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-43?page=history ]

Roy T. Fielding updated JCR-43:
-------------------------------

    Component: versioning
                   (was: jira)

reassign to versioning component

> Restore on node creates same-name-sibling of OPV-Version child nodes
> --------------------------------------------------------------------
>
>          Key: JCR-43
>          URL: http://issues.apache.org/jira/browse/JCR-43
>      Project: Jackrabbit
>         Type: Bug
>   Components: versioning
>  Environment: rev. 151731
>     Reporter: angela
>     Assignee: Tobias Strasser

>
> Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
> OPV_Version child node:
> - Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
>   show OPV Version behaviour)
> - Create a child node 'b'
> - Make 'a' versionable (add mixin mix:versionable)
> - Checkin/Checkout 'a'
> - Restore any version of 'a'
> result:
>  a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
> Is this the intended behaviour? Looks strange to me....
> gruss
> anchela

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira