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: 08/03/07 14:43   Created: 08/03/07 14:43  

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
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to