Issue (View Online)

Key: NXP-754
Issue Type: Bug Bug
Status: Resolved Resolved
Priority: Major Major
Resolution: Fixed
Assignee: Dragos Mihalache
Reporter: Florent Guillaume
Original Estimate: 1 hour
Remaining Estimate: 4 hours

Operations

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

The following issue has been resolved as FIXED.

Author: Dragos Mihalache
Date: 23/04/07 12:49
Comment:
Problem is fixed (by saving the version node in the session). Requirement for tests to be done on this are in a new jira.

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