You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/01/13 12:27:40 UTC

svn commit: r898723 [1/3] - in /incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src: main/java/org/apache/chemistry/abdera/ext/ main/java/org/apache/chemistry/tck/atompub/fixture/ main/java/org/apache/chemistry/tck/atompub/test/spec/ main/res...

Author: dcaruana
Date: Wed Jan 13 11:27:39 2010
New Revision: 898723

URL: http://svn.apache.org/viewvc?rev=898723&view=rev
Log:
Update AtomPub TCK to CMIS 1.0 CD06
- updated XSDs and samples
- modify TCK Abdera extension for cmisra:children change (now embeds feed, no longer a feed)
- rename type definition tests (after type children base types clarification)

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISChildren.java
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/fixture/CMISTree.java
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/test/spec/TypeDefinitionTest.java
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/APP.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/ATOM.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/xml.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderChildren.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderDescendants.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeDocumentWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeDocumentWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeFolderWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeFolderWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypePolicyWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypePolicyWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeRelationshipWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeRelationshipWithout.xml

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISChildren.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISChildren.java?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISChildren.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/CMISChildren.java Wed Jan 13 11:27:39 2010
@@ -16,22 +16,18 @@
  */
 package org.apache.chemistry.abdera.ext;
 
-import java.util.ArrayList;
-import java.util.List;
-
 import org.apache.abdera.factory.Factory;
-import org.apache.abdera.i18n.iri.IRI;
 import org.apache.abdera.model.Element;
 import org.apache.abdera.model.ElementWrapper;
-import org.apache.abdera.model.Entry;
+import org.apache.abdera.model.Feed;
 
 
 /**
  * CMIS Children for the Abdera ATOM library.
  * 
- * Encapsulates access to nested children..
+ * Encapsulates access to nested feed of children
  */
-public class CMISChildren extends ElementWrapper /* implements Feed */ {
+public class CMISChildren extends ElementWrapper {
     
     public CMISChildren(Element internal) {
         super(internal);
@@ -42,47 +38,14 @@
     }
 
     /**
-     * Gets count of child entries
-     * 
-     * @return
-     */
-    public int size() {
-        return getEntries().size();
-    }
-
-    /**
-     * Gets all entries of child feed
+     * Gets feed of children
      * 
      * @return
      */
-    public List<Entry> getEntries() {
-        List<Element> elements = getElements();
-        List<Entry> entries = new ArrayList<Entry>(elements.size());
-        for (Element element : elements) {
-            if (element instanceof Entry) {
-                entries.add((Entry) element);
-            }
-        }
-        return entries;
-    }
-
-    /**
-     * Gets entry by id
-     * 
-     * @param id
-     * @return entry (or null, if not found)
-     */
-    public Entry getEntry(String id) {
-        List<Element> elements = getElements();
-        for (Element element : elements) {
-            if (element instanceof Entry) {
-                Entry entry = (Entry) element;
-                IRI entryId = entry.getId();
-                if (entryId != null && entryId.equals(new IRI(id))) {
-                    return entry;
-                }
-            }
-        }
+    public Feed getFeed() {
+        Element child = getFirstChild();
+        if (child != null && child instanceof Feed)
+            return (Feed)child;
         return null;
     }
 

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/fixture/CMISTree.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/fixture/CMISTree.java?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/fixture/CMISTree.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/fixture/CMISTree.java Wed Jan 13 11:27:39 2010
@@ -27,7 +27,7 @@
 
 
 /**
- * CMIS Tree of Folders and Documents
+ * CMIS Tree of Folders and Documents or Types
  */
 public class CMISTree extends EntryTree {
     
@@ -55,10 +55,13 @@
 
         CMISChildren children = entry.getFirstChild(CMISConstants.CHILDREN);
         if (children != null) {
-            entryTree.children = new ArrayList<EntryTree>();
-            for (Entry child : children.getEntries()) {
-                EntryTree childEntryTree = createEntryTree(entry, child);
-                entryTree.children.add(childEntryTree);
+            Feed childrenFeed = children.getFeed();
+            if (childrenFeed != null) {
+                entryTree.children = new ArrayList<EntryTree>();
+                for (Entry child : childrenFeed.getEntries()) {
+                    EntryTree childEntryTree = createEntryTree(entry, child);
+                    entryTree.children.add(childEntryTree);
+                }
             }
         }
         return entryTree;

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/test/spec/TypeDefinitionTest.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/test/spec/TypeDefinitionTest.java?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/test/spec/TypeDefinitionTest.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/test/spec/TypeDefinitionTest.java Wed Jan 13 11:27:39 2010
@@ -35,7 +35,7 @@
  */
 public class TypeDefinitionTest extends TCKTest {
 
-    public void testGetTypeDefinitionsAll() throws Exception {
+    public void testGetTypeDefinitionsBase() throws Exception {
         IRI typesHREF = client.getTypesChildrenCollection(client.getWorkspace());
         Feed types = client.getFeed(typesHREF);
         Assert.assertNotNull(types);
@@ -49,7 +49,7 @@
         }
     }
 
-    public void testGetTypeDefinitionHierarchy() throws Exception {
+    public void testGetTypeDefinitionsChild() throws Exception {
         IRI typesHREF = client.getTypesChildrenCollection(client.getWorkspace());
         Map<String, String> args = new HashMap<String, String>();
         args.put("type", "folder");

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/APP.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/APP.xsd?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/APP.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/APP.xsd Wed Jan 13 11:27:39 2010
@@ -5,7 +5,7 @@
 	-->
 	<!--
 		$Revision: 34 $
-		$Date: 2009-08-07 15:20:47 -0700 (Fri, 07 Aug 2009) $
+		$Date: 2009-08-07 23:20:47 +0100 (Fri, 07 Aug 2009) $
 		$Author: albertcbrown $
 		$HeadURL: http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/APP.xsd $
 	-->

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/ATOM.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/ATOM.xsd?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/ATOM.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/ATOM.xsd Wed Jan 13 11:27:39 2010
@@ -5,7 +5,7 @@
 	-->
 	<!--
 		$Revision: 34 $
-		$Date: 2009-08-07 15:20:47 -0700 (Fri, 07 Aug 2009) $
+		$Date: 2009-08-07 23:20:47 +0100 (Fri, 07 Aug 2009) $
 		$Author: albertcbrown $
 		$HeadURL: http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/ATOM.xsd $
 	-->

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd Wed Jan 13 11:27:39 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 	<!--
-		$Revision: 147 $ $Date: 2009-12-21 21:31:42 -0800 (Mon, 21 Dec 2009) $
+		$Revision: 161 $ $Date: 2010-01-11 16:40:26 -0800 (Mon, 11 Jan 2010) $
 		$Author: albertcbrown $ $HeadURL:
 		http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/CMIS-RestAtom.xsd
 		$
@@ -14,20 +14,21 @@
 	xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/"
 	xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"
 	version="1.0">
-	
+
 	<xs:import namespace="http://docs.oasis-open.org/ns/cmis/core/200908/"
 		schemaLocation="CMIS-Core.xsd" />
 
 	<xs:attribute name="id" type="xs:string">
 		<xs:annotation>
 			<xs:documentation>
-				This attribute MAY be used on XML elements that refer to a CMIS resources.  Examples are:
+				This attribute MAY be used on XML elements that
+				refer to a CMIS resources. Examples are:
 				- atom:link
 				- cmis:type
 			</xs:documentation>
 		</xs:annotation>
 	</xs:attribute>
-	
+
 	<xs:attribute name="renditionKind" type="xs:string">
 		<xs:annotation>
 			<xs:documentation>
@@ -78,12 +79,20 @@
 	</xs:element>
 
 
-	<xs:element name="children">
+	<xs:complexType name="cmisChildrenType">
+		<xs:sequence>
+			<xs:any processContents="lax" namespace="##other" minOccurs="0"
+				maxOccurs="unbounded" />
+		</xs:sequence>
+		<xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
+	</xs:complexType>
+
+	<xs:element name="children" type="cmisra:cmisChildrenType">
 		<xs:annotation>
 			<xs:documentation>
 				This is the Atom extension element that will be
-				used to contain a feed inside an atom entry element.  This element
-				MUST be of type atom:feedType
+				used to contain a feed inside an atom entry element. This element
+				MUST contain an atom:feed element.
 			</xs:documentation>
 		</xs:annotation>
 	</xs:element>
@@ -131,7 +140,9 @@
 			<xs:any processContents="lax" namespace="##other" minOccurs="0"
 				maxOccurs="unbounded" />
 		</xs:sequence>
+		<xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
 	</xs:complexType>
+	
 	<xs:element name="uritemplate" type="cmisra:cmisUriTemplateType">
 		<xs:annotation>
 			<xs:documentation>
@@ -185,6 +196,7 @@
 			<xs:any processContents="lax" namespace="##other" minOccurs="0"
 				maxOccurs="unbounded" />
 		</xs:sequence>
+		<xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
 	</xs:complexType>
 
 	<xs:element name="content" type="cmisra:cmisContentType">
@@ -213,7 +225,8 @@
 			<xs:enumeration value="this">
 				<xs:annotation>
 					<xs:documentation>
-						This is getObject service for the version specified
+						This is getObject service for the version
+						specified
 			</xs:documentation>
 				</xs:annotation>
 
@@ -385,7 +398,7 @@
 			<xs:enumeration value="length" />
 			<xs:enumeration value="major" />
 			<xs:enumeration value="maxItems" />
-      		<xs:enumeration value="overwriteFlag" />
+			<xs:enumeration value="overwriteFlag" />
 			<xs:enumeration value="relationshipDirection" />
 			<xs:enumeration value="relationshipType" />
 			<xs:enumeration value="renditionFilter" />

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/xml.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/xml.xsd?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/xml.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/xml.xsd Wed Jan 13 11:27:39 2010
@@ -2,7 +2,7 @@
 
 	<!--
 		$Revision: 34 $
-		$Date: 2009-08-07 15:20:47 -0700 (Fri, 07 Aug 2009) $
+		$Date: 2009-08-07 23:20:47 +0100 (Fri, 07 Aug 2009) $
 		$Author: albertcbrown $
 		$HeadURL: http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/xml.xsd $
 	-->

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml Wed Jan 13 11:27:39 2010
@@ -6,8 +6,8 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
-    <atom:id>urn:uuid:594e7de8-7b6a-4992-9278-411c86130eff</atom:id>
+    <atom:updated>2010-01-11T14:54:56.045-08:00</atom:updated>
+    <atom:id>urn:uuid:fb0921ec-b75a-4dce-a17e-a0bdaf1a8382</atom:id>
     <atom:link type="application/atom+xml;type=feed" rel="self" href="http://cmisexample.oasis-open.org/rep1/folder1feed/3"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
     <atom:link type="application/atom+xml;type=feed" rel="first" href="http://cmisexample.oasis-open.org/rep1/folder1feed/first"/>
@@ -20,28 +20,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
-        <atom:id>urn:uuid:da026777-e260-4716-a886-a54619233428</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4"/>
+        <atom:id>urn:uuid:8b61a091-2fc7-4efd-9422-b5c3ed03a6e4</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer type</atom:title>
-        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/type"/>
+        <atom:updated>2010-01-11T14:54:56.045-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-12-24T09:01:46.171-08:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  da026777-e260-4716-a886-a54619233428</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/acl"/>
+        <atom:published>2010-01-11T14:54:56.045-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  8b61a091-2fc7-4efd-9422-b5c3ed03a6e4</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/8b61a091-2fc7-4efd-9422-b5c3ed03a6e4/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>da026777-e260-4716-a886-a54619233428</cmis:value>
+                    <cmis:value>8b61a091-2fc7-4efd-9422-b5c3ed03a6e4</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customer</cmis:value>
@@ -50,10 +50,10 @@
                     <cmis:value>CMIS Example Folder as Customer type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.045-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.045-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -65,7 +65,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>da026777-e260-4716-a886-a54619233428up</cmis:value>
+                    <cmis:value>8b61a091-2fc7-4efd-9422-b5c3ed03a6e4up</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -87,7 +87,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-12-24T09:01:46.171-08:00</cmis:changeTime>
+                <cmis:changeTime>2010-01-11T14:54:56.045-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>customer1</cmisra:pathSegment>
@@ -98,28 +98,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
-        <atom:id>urn:uuid:806bd60f-272b-4564-b124-b0ea9535c5d8</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba"/>
+        <atom:id>urn:uuid:354ad376-97cf-4d2a-95dc-d1c91d3964ba</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer type</atom:title>
-        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/type"/>
+        <atom:updated>2010-01-11T14:54:56.045-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-12-24T09:01:46.171-08:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  806bd60f-272b-4564-b124-b0ea9535c5d8</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/acl"/>
+        <atom:published>2010-01-11T14:54:56.045-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  354ad376-97cf-4d2a-95dc-d1c91d3964ba</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/354ad376-97cf-4d2a-95dc-d1c91d3964ba/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>806bd60f-272b-4564-b124-b0ea9535c5d8</cmis:value>
+                    <cmis:value>354ad376-97cf-4d2a-95dc-d1c91d3964ba</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customer</cmis:value>
@@ -128,10 +128,10 @@
                     <cmis:value>CMIS Example Folder as Customer type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.045-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.060-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -143,7 +143,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>806bd60f-272b-4564-b124-b0ea9535c5d8up</cmis:value>
+                    <cmis:value>354ad376-97cf-4d2a-95dc-d1c91d3964baup</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -165,7 +165,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-12-24T09:01:46.171-08:00</cmis:changeTime>
+                <cmis:changeTime>2010-01-11T14:54:56.060-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>customer2</cmisra:pathSegment>
@@ -176,28 +176,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
-        <atom:id>urn:uuid:a90ff0dd-8058-4790-86ba-5a2e61d0c499</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8"/>
+        <atom:id>urn:uuid:716fa4ef-8310-4302-ae0e-0730559979e8</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer Policy type</atom:title>
-        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/type"/>
+        <atom:updated>2010-01-11T14:54:56.060-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-12-24T09:01:46.187-08:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  a90ff0dd-8058-4790-86ba-5a2e61d0c499</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/acl"/>
+        <atom:published>2010-01-11T14:54:56.060-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  716fa4ef-8310-4302-ae0e-0730559979e8</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/716fa4ef-8310-4302-ae0e-0730559979e8/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>a90ff0dd-8058-4790-86ba-5a2e61d0c499</cmis:value>
+                    <cmis:value>716fa4ef-8310-4302-ae0e-0730559979e8</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customerpolicy</cmis:value>
@@ -206,10 +206,10 @@
                     <cmis:value>CMIS Example Folder as Customer Policy type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.060-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.060-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -221,7 +221,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>a90ff0dd-8058-4790-86ba-5a2e61d0c499up</cmis:value>
+                    <cmis:value>716fa4ef-8310-4302-ae0e-0730559979e8up</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -243,7 +243,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-12-24T09:01:46.187-08:00</cmis:changeTime>
+                <cmis:changeTime>2010-01-11T14:54:56.060-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>policy</cmisra:pathSegment>
@@ -254,29 +254,29 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
-        <atom:id>urn:uuid:58f952f5-5a82-45ff-841b-3d45b6c693e8</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9"/>
+        <atom:id>urn:uuid:22335438-d133-4b81-ae6b-03195260eac9</atom:id>
         <atom:title type="text">CMIS Example Document as Policy type</atom:title>
-        <atom:updated>2009-12-24T09:01:46.187-08:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/type"/>
+        <atom:updated>2010-01-11T14:54:56.060-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-12-24T09:01:46.187-08:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  58f952f5-5a82-45ff-841b-3d45b6c693e8</atom:summary>
-        <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/edit-media"/>
-        <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/alternate"/>
-        <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/parents"/>
-        <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/allversions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/latest"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/acl"/>
+        <atom:published>2010-01-11T14:54:56.060-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  22335438-d133-4b81-ae6b-03195260eac9</atom:summary>
+        <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/edit-media"/>
+        <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/alternate"/>
+        <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/parents"/>
+        <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/allversions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/latest"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/22335438-d133-4b81-ae6b-03195260eac9/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>58f952f5-5a82-45ff-841b-3d45b6c693e8</cmis:value>
+                    <cmis:value>22335438-d133-4b81-ae6b-03195260eac9</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>policy</cmis:value>
@@ -285,10 +285,10 @@
                     <cmis:value>CMIS Example Document as Policy type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.060-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
+                    <cmis:value>2010-01-11T14:54:56.060-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:document</cmis:value>
@@ -359,7 +359,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-12-24T09:01:46.187-08:00</cmis:changeTime>
+                <cmis:changeTime>2010-01-11T14:54:56.076-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>policy.pdf</cmisra:pathSegment>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml Wed Jan 13 11:27:39 2010
@@ -5,29 +5,29 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
-    <atom:id>urn:uuid:0e53f62f-0bbe-490b-a62b-9598804d6c93</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168"/>
+    <atom:id>urn:uuid:65be2dd1-d795-49de-928b-c283532d8168</atom:id>
     <atom:title type="text">CMIS Example Document</atom:title>
-    <atom:updated>2009-12-24T09:01:43.953-08:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/type"/>
+    <atom:updated>2010-01-11T14:54:53.889-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-12-24T09:01:43.968-08:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  0e53f62f-0bbe-490b-a62b-9598804d6c93</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/acl"/>
+    <atom:published>2010-01-11T14:54:53.904-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  65be2dd1-d795-49de-928b-c283532d8168</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/65be2dd1-d795-49de-928b-c283532d8168/acl"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>0e53f62f-0bbe-490b-a62b-9598804d6c93</cmis:value>
+                <cmis:value>65be2dd1-d795-49de-928b-c283532d8168</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>invoice</cmis:value>
@@ -36,10 +36,10 @@
                 <cmis:value>CMIS Example Document</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-12-24T09:01:43.968-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:53.920-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-12-24T09:01:43.968-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:53.920-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml Wed Jan 13 11:27:39 2010
@@ -5,30 +5,30 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
-    <atom:id>urn:uuid:a1c1565e-323b-423d-b2d2-9c2c960799b7</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b"/>
+    <atom:id>urn:uuid:ef9eab7c-325f-4676-b17d-7b8140b76a5b</atom:id>
     <atom:title type="text">CMIS Example Document for PWC</atom:title>
-    <atom:updated>2009-12-24T09:01:44.171-08:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/type"/>
+    <atom:updated>2010-01-11T14:54:54.139-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-12-24T09:01:44.171-08:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  a1c1565e-323b-423d-b2d2-9c2c960799b7</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/acl"/>
-    <atom:link type="application/atom+xml;type=feed" rel="working-copy" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/pwc"/>
+    <atom:published>2010-01-11T14:54:54.139-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  ef9eab7c-325f-4676-b17d-7b8140b76a5b</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/acl"/>
+    <atom:link type="application/atom+xml;type=feed" rel="working-copy" href="http://cmisexample.oasis-open.org/rep1/ef9eab7c-325f-4676-b17d-7b8140b76a5b/pwc"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>a1c1565e-323b-423d-b2d2-9c2c960799b7</cmis:value>
+                <cmis:value>ef9eab7c-325f-4676-b17d-7b8140b76a5b</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>invoice</cmis:value>
@@ -37,10 +37,10 @@
                 <cmis:value>CMIS Example Document for PWC</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-12-24T09:01:44.171-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:54.139-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-12-24T09:01:44.187-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:54.139-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>
@@ -88,7 +88,7 @@
                 <cmis:value>cmis</cmis:value>
             </cmis:propertyString>
             <cmis:propertyId localName="rep-cmis:versionSeriesCheckedOutId" propertyDefinitionId="cmis:versionSeriesCheckedOutId">
-                <cmis:value>a1c1565e-323b-423d-b2d2-9c2c960799b7</cmis:value>
+                <cmis:value>ef9eab7c-325f-4676-b17d-7b8140b76a5b</cmis:value>
             </cmis:propertyId>
             <cmis:propertyString localName="rep-cmis:versionSeriesCheckedOutBy" propertyDefinitionId="cmis:versionSeriesCheckedOutBy">
                 <cmis:value>Al Brown</cmis:value>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml?rev=898723&r1=898722&r2=898723&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml Wed Jan 13 11:27:39 2010
@@ -5,29 +5,29 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
-    <atom:id>urn:uuid:17bf70cb-6110-4068-a8cc-e528901c6170</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef"/>
+    <atom:id>urn:uuid:aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef</atom:id>
     <atom:title type="text">CMIS Example Document - Loan</atom:title>
-    <atom:updated>2009-12-24T09:01:46.328-08:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/type"/>
+    <atom:updated>2010-01-11T14:54:56.217-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-12-24T09:01:46.328-08:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  17bf70cb-6110-4068-a8cc-e528901c6170</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/acl"/>
+    <atom:published>2010-01-11T14:54:56.217-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef/acl"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>17bf70cb-6110-4068-a8cc-e528901c6170</cmis:value>
+                <cmis:value>aa252e29-8ec1-4e3d-abe5-c57a4bd5c8ef</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>loan</cmis:value>
@@ -36,10 +36,10 @@
                 <cmis:value>CMIS Example Document - Loan</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-12-24T09:01:46.328-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:56.217-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-12-24T09:01:46.328-08:00</cmis:value>
+                <cmis:value>2010-01-11T14:54:56.232-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>
@@ -110,7 +110,7 @@
         </cmis:allowableActions>
         <cmis:changeEventInfo>
             <cmis:changeType>updated</cmis:changeType>
-            <cmis:changeTime>2009-12-24T09:01:46.328-08:00</cmis:changeTime>
+            <cmis:changeTime>2010-01-11T14:54:56.342-08:00</cmis:changeTime>
         </cmis:changeEventInfo>
     </cmisra:object>
 </atom:entry>