Adapt to changes in third parties distribution
[lgpl/argeo-commons.git] / jcr / org.argeo.cms.jcr / src / org / argeo / jackrabbit / client / ClientDavexRepositoryService.java
index 0f9db87726d92adf2b8fb4eb1244047ddb57a37d..7d86af2173996111e15d23bc3731bfe77faa225d 100644 (file)
@@ -18,17 +18,28 @@ public class ClientDavexRepositoryService extends RepositoryServiceImpl {
                        throws RepositoryException {
                super(jcrServerURI, batchReadConfig);
        }
-
-       public ClientDavexRepositoryService(String jcrServerURI, String defaultWorkspaceName,
-                       BatchReadConfig batchReadConfig, int itemInfoCacheSize, int maximumHttpConnections)
-                       throws RepositoryException {
-               super(jcrServerURI, defaultWorkspaceName, batchReadConfig, itemInfoCacheSize, maximumHttpConnections);
-       }
-
-       public ClientDavexRepositoryService(String jcrServerURI, String defaultWorkspaceName,
-                       BatchReadConfig batchReadConfig, int itemInfoCacheSize) throws RepositoryException {
-               super(jcrServerURI, defaultWorkspaceName, batchReadConfig, itemInfoCacheSize);
-       }
+       
+       
+
+//     public ClientDavexRepositoryService(String jcrServerURI, String defaultWorkspaceName,
+//                     BatchReadConfig batchReadConfig, int itemInfoCacheSize, ConnectionOptions connectionOptions)
+//                     throws RepositoryException {
+//             super(jcrServerURI, defaultWorkspaceName, batchReadConfig, itemInfoCacheSize, connectionOptions);
+//             // TODO Auto-generated constructor stub
+//     }
+
+
+
+//     public ClientDavexRepositoryService(String jcrServerURI, String defaultWorkspaceName,
+//                     BatchReadConfig batchReadConfig, int itemInfoCacheSize, int maximumHttpConnections)
+//                     throws RepositoryException {
+//             super(jcrServerURI, defaultWorkspaceName, batchReadConfig, itemInfoCacheSize, maximumHttpConnections);
+//     }
+//
+//     public ClientDavexRepositoryService(String jcrServerURI, String defaultWorkspaceName,
+//                     BatchReadConfig batchReadConfig, int itemInfoCacheSize) throws RepositoryException {
+//             super(jcrServerURI, defaultWorkspaceName, batchReadConfig, itemInfoCacheSize);
+//     }
 
        @Override
        protected HttpContext getContext(SessionInfo sessionInfo) throws RepositoryException {