On Wed, Jul 23, 2008 at 9:14 PM, Michael Harris
<[EMAIL PROTECTED]> wrote:
> Can someone confirm or deny the following:  That when a programmer users
>
> getNode(somePath);
>
> that path has to exist or an exception is thrown.  If I want functionality
> that gets or creates if the path doesn't exist I have to implement it
> myself?

Yes. You can use Session.getRootNode().hasNode(somePath) to check for
the existence of a node.

Regards,
Alex

-- 
Alexander Klimetschek
[EMAIL PROTECTED]

Reply via email to