Package com.btmatthews.atlas.jcr

Examples of com.btmatthews.atlas.jcr.RepositoryAccessException


    public Repository getRepository() {
        try {
            return new JndiTemplate().lookup(jndiName, Repository.class);
        } catch (final NamingException e) {
            throw new RepositoryAccessException("Lookup JCR repository using JNDI failed", e);
        }
    }
View Full Code Here

TOP

Related Classes of com.btmatthews.atlas.jcr.RepositoryAccessException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.