]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3899 Added basic Batch service on branch CSPACE-3899
authorLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 20:24:40 +0000 (20:24 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 20:24:40 +0000 (20:24 +0000)
commitd0cb0a7c2f56cfdff66286052cf2c756c7e6d62e
treef08d4afc0024d6fb737409c883354b4909e21c7f
parentda60d77a3c1745ec604966b09c1f048cab074b1d
CSPACE-3899 Added basic Batch service on branch CSPACE-3899
51 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/batch/.project [new file with mode: 0644]
services/batch/3rdparty/.project [new file with mode: 0644]
services/batch/3rdparty/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/batch/3rdparty/build.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/.classpath [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/.project [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/build.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/pom.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/OSGI-INF/life-cycle-contrib.xml [new file with mode: 0644]
services/batch/3rdparty/nuxeo-platform-cs-batch/src/main/resources/schemas/batch_common.xsd [new file with mode: 0644]
services/batch/3rdparty/pom.xml [new file with mode: 0644]
services/batch/build.xml [new file with mode: 0644]
services/batch/client/.classpath [new file with mode: 0644]
services/batch/client/.project [new file with mode: 0644]
services/batch/client/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/batch/client/pom.xml [new file with mode: 0644]
services/batch/client/src/main/java/org/collectionspace/services/client/BatchClient.java [new file with mode: 0644]
services/batch/client/src/main/java/org/collectionspace/services/client/BatchProxy.java [new file with mode: 0644]
services/batch/client/src/test/java/org/collectionspace/services/client/test/BatchAuthRefsTest.java [new file with mode: 0644]
services/batch/client/src/test/java/org/collectionspace/services/client/test/BatchServiceTest.java [new file with mode: 0644]
services/batch/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/batch/jaxb/.classpath [new file with mode: 0644]
services/batch/jaxb/.project [new file with mode: 0644]
services/batch/jaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/batch/jaxb/pom.xml [new file with mode: 0644]
services/batch/jaxb/src/main/java/org/collectionspace/services/BatchJAXBSchema.java [new file with mode: 0644]
services/batch/jaxb/src/main/java/org/collectionspace/services/BatchListItemJAXBSchema.java [new file with mode: 0644]
services/batch/jaxb/src/main/resources/batch_common.xsd [new file with mode: 0644]
services/batch/pom.xml [new file with mode: 0644]
services/batch/service/.classpath [new file with mode: 0644]
services/batch/service/.project [new file with mode: 0644]
services/batch/service/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/batch/service/pom.xml [new file with mode: 0644]
services/batch/service/profiles.xml [new file with mode: 0644]
services/batch/service/src/main/java/org/collectionspace/services/batch/BatchResource.java [new file with mode: 0644]
services/batch/service/src/main/java/org/collectionspace/services/batch/nuxeo/BatchDocumentModelHandler.java [new file with mode: 0644]
services/batch/service/src/main/java/org/collectionspace/services/batch/nuxeo/BatchValidatorHandler.java [new file with mode: 0644]
services/batch/service/src/test/java/org/collectionspace/services/test/BatchServiceTest.java [new file with mode: 0644]
services/batch/service/src/test/resources/log4j.xml [new file with mode: 0644]
services/build.xml
services/common/src/main/cspace/config/services/tenant-bindings-proto.xml
services/common/src/main/cspace/config/services/tenants/collectionspace/tenant-bindings.xml
services/pom.xml