Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要远程访问 CRX 内容存储库。目前这是通过 RMI 完成的。
但是有一些基本方法(JcrUtils.getWeakReferences(node)例如)会导致UnsupportedRepositoryOperationException。
JcrUtils.getWeakReferences(node)
如何使用 JCR 2.0 API 中的所有方法访问存储库?(RMI 不是必须的。)