]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-394 removed old listing of workspaces used by services. with tenant-sp service...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 6 Oct 2009 22:11:52 +0000 (22:11 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 6 Oct 2009 22:11:52 +0000 (22:11 +0000)
services/common/src/main/config/service-config.xml

index a6315b9830801b3e4d90b28aea5ef9525d5ab20c..d4eb87b3b959adfbbe90d93d459cc60d9b3b50a3 100644 (file)
         <client-class>org.collectionspace.services.nuxeo.client.java.RepositoryJavaClient</client-class>
     </repository-client>
 
-    <!-- TODO: remove once all the services start using service bindings -->
-    <repository-workspace>
-        <!--workspace>
-            <service-name>persons</service-name>
-            <workspace-name>People</workspace-name>
-        </workspace-->
-        <workspace>
-            <service-name>collectionobjects</service-name>
-            <workspace-name>CollectionObjects</workspace-name>
-            <!-- use hard-coded workspace id for REST client -->
-            <!--workspace-id></workspace-id-->
-        </workspace>
-        <workspace>
-            <service-name>intakes</service-name>
-            <workspace-name>Intakes</workspace-name>
-        </workspace>
-        <workspace>
-            <service-name>relations</service-name>
-            <workspace-name>Relations</workspace-name>
-        </workspace>
-        <workspace>
-            <service-name>acquisitions</service-name>
-            <workspace-name>Acquisitions</workspace-name>
-        </workspace>
-    </repository-workspace>
 
 </ns1:service-config>