0 Replies Latest reply on Aug 24, 2006 11:27 AM by akranga

    How to get access to JCR Repository

    akranga

      I need get content for myportal by query via Jackrabbit. So I've got a question: Is it possible to get access to JBoss Portal's java.jcr.Repository?

      I only know the way to access JCRCMS class as CMS interface.

      CMS service = (CMS) this.getPortletContext().getAttribute("JCRCMS");


      But unfortunately CMS interface does not contain getRepository() method.
      Other solutions?

      Thanks you in advance.