Issue (View Online)

Key: NXP-754
Issue Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dragos Mihalache
Reporter: Florent Guillaume
Original Estimate: 1 hour
Remaining Estimate: 1 hour

Operations

View all
View comments
View history
Some versions missing a ecm:frozenNode 
Updated: 23/03/07 16:19   Created: 08/03/07 14:43  

The following comment has been added to this issue: [ Permlink ]

Author: Dragos Mihalache
Date: 23/03/07 16:19
Comment:
Need to create a test case for this.
The special test unit will create 2 different core sessions connecting to the same repository.
The case will test if the checkin from the first session will be fully visible from the second.
i.e. the version document exists after a checkin operation

Project: Nuxeo Enterprise Platform 5
Affects Versions: 5.1 M1
Fix Versions: 5.1 M2

 Description   
Using the custom version storage, and the code:

Document workspaceDocument = Nuxeo.getRootDocument();

System.out.println("Insertion du noeud 1");
Document doc = workspaceDocument.addChild("1", "gestion_hag");
Nuxeo.save();
doc.checkIn("1.0");
Nuxeo.save();

System.out.println("Insertion du noeud 1");
doc = workspaceDocument.addChild("2", "gestion_hag");
Nuxeo.save();
doc.checkIn("1.0");
Nuxeo.save();

It seems that in the ecm:versionStorage tree both versions are correctly created but only the first one has the ecm:frozenNode property.

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to