Package xbird.server.repository

Examples of xbird.server.repository.IDocumentRepository


        } catch (Exception e) {
            throw new IllegalStateException("Failed preparing query processors!", e);
        }
        this._numQueryProcessors = procs.length;
        // #2 set document repository       
        final IDocumentRepository repos;
        try {
            repos = lookupRegistry(LocalRequestManager._repositoryUrl);
        } catch (Exception e) {
            throw new IllegalStateException("Failed to lookup document registory: "
                    + LocalRequestManager._repositoryUrl, e);
View Full Code Here

TOP

Related Classes of xbird.server.repository.IDocumentRepository

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.