You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Alessandro Cosenza <al...@itkey.it> on 2009/01/30 11:24:39 UTC

help!!! jcr:uuid not found!

hi
i create a node referenceable but strangely
the uuid property is not created!
when i try to get 
node.getProperty(JcrConstants.JCR_UUID).getString()
it throws a PathNotFoundException.
i know that it's an autocreated property so
where would be the problem?
thanks

Re: help!!! jcr:uuid not found!

Posted by Stefan Guggisberg <st...@gmail.com>.
On Fri, Jan 30, 2009 at 11:24 AM, Alessandro Cosenza
<al...@itkey.it> wrote:
> hi
> i create a node referenceable but strangely
> the uuid property is not created!
> when i try to get
> node.getProperty(JcrConstants.JCR_UUID).getString()
> it throws a PathNotFoundException.
> i know that it's an autocreated property so
> where would be the problem?

could you please provide some code?

cheers
stefan

> thanks
>