Hi, it happens to my once that the jcr:mixintypes property of nodes went out of sync with the actual node mixins. However, i didn't report this as i wasn't able to reproduce it. It could also cause your problem. I looked at the implementation and it seeem that the mixintypes property is actually a real property, not just generated on fly which seems a bit weird thing to to.
-Matej On Fri, May 23, 2008 at 12:08 PM, Joshna Reddy <[EMAIL PROTECTED]> wrote: > Hii > > I have exported a node structure using exportDocumentView(....) and written > it a file. > > In the exported xml document jcr:mixintypes property is not present i.e > mixin types of the node are not exported > > Later when i tried to import the same node structure using importXML(...) > > I see that jcr:uuid property is not created . I have tried out using > ImportUUIDBehaviour.CREATE_NEW > > Why does export and import take care of mixin types. > > Is there any thing obvious that i am missing . > > Please help me out .... > > Thanks > K.Joshna >
