Class DefaultJcrRepositoryProvider

  • All Implemented Interfaces:
    JcrRepositoryProvider

    @Provider
    public class DefaultJcrRepositoryProvider
    extends Object
    implements JcrRepositoryProvider
    The default implementation of the org.silverpeas.core.persistence.jcr.JcrRepositoryProvider interface used in Silverpeas.

    This implementation currently fetch by JNDI the JCR repository that in fact managed by a JCA implementation of the JCR API. By default, the repository must be available by injection under the name jcr/repository.

    Author:
    mmoquillon
    • Constructor Detail

      • DefaultJcrRepositoryProvider

        public DefaultJcrRepositoryProvider()