Maybe it's you batch update mistake. Your custom node type inherits the nt:unstractured and in your code, you are just setting properties with jcr namespace not with cc.
Regards Tomasz Łazarecki 2010/4/14 Alexander Klimetschek <[email protected]> > On Sun, Apr 11, 2010 at 17:21, Nedim <[email protected]> wrote: > > The problem is that after some time (a batch script updates repository > every > > hour) my node gets property cc:author and jcr:author an jcr:date, > > jcr:summary and so on. But i never defined that attributes did someone > has > > the same problem. > > Just a guess: maybe the "cc" namespace is not registered and somehow > it falls back to the "jcr" namespace (however I don't know which code > of Jackrabbit would do that - there should be exceptions). > > The code that actually sets the properties would help. > > Regards, > Alex > > -- > Alexander Klimetschek > [email protected] >
