Hi, On Wed, Oct 13, 2010 at 5:07 PM, [email protected] <[email protected]> wrote: > Question 1: This namespace (created as local access) is not visible in > remote access when I run standalone server and use RMI API, why?
It seems likely that your standalone server is not accessing the same repository as the one you created locally. Please double-check your configuration. The RMI layer simply proxies the remote JCR API calls to the server, so there's no reason why it would behave differently than a local client as long as you're actually accessing the same repository. This most likely explains all the other oddities you mentioned. BR, Jukka Zitting
