From: Laramie Crocker Date: Tue, 17 May 2011 00:05:49 +0000 (+0000) Subject: CSPACE-3899 Added batch service. CSPACE-3932 Fixed hack in authority DocumentModelHa... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=45c330ab5da243e96023382528479c102be04d8a;p=tmp%2Fjakarta-migration.git CSPACE-3899 Added batch service. CSPACE-3932 Fixed hack in authority DocumentModelHandlers to all use the new getAuthorityServicePath() method for reporting the correct names, e.g. personauthorities not persons --- 45c330ab5da243e96023382528479c102be04d8a diff --cc services/batch/3rdparty/nuxeo-platform-cs-batch/pom.xml index 000000000,e1e7056e2..f5fa19cc7 mode 000000,100644..100644 --- a/services/batch/3rdparty/nuxeo-platform-cs-batch/pom.xml +++ b/services/batch/3rdparty/nuxeo-platform-cs-batch/pom.xml @@@ -1,0 -1,38 +1,38 @@@ + + + + org.collectionspace.services + org.collectionspace.services.batch.3rdparty - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch.3rdparty.nuxeo + services.batch.3rdparty.nuxeo + jar + + Batch Nuxeo Document Type + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/META-INF/MANIFEST.MF + + ${eclipseVersion} + 2 + + + + + + + + diff --cc services/batch/3rdparty/pom.xml index 000000000,70e559500..9182d1685 mode 000000,100644..100644 --- a/services/batch/3rdparty/pom.xml +++ b/services/batch/3rdparty/pom.xml @@@ -1,0 -1,24 +1,24 @@@ + + + + org.collectionspace.services.batch + org.collectionspace.services - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch.3rdparty + services.batch.3rdparty + pom + + + 3rd party build for batch service + + + + nuxeo-platform-cs-batch + + diff --cc services/batch/client/pom.xml index 000000000,0ec465eff..12857ce94 mode 000000,100644..100644 --- a/services/batch/client/pom.xml +++ b/services/batch/client/pom.xml @@@ -1,0 -1,96 +1,96 @@@ + + + + org.collectionspace.services + org.collectionspace.services.batch - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch.client + services.batch.client + + + + + org.slf4j + slf4j-api + test + + + org.slf4j + slf4j-log4j12 + test + + + + org.collectionspace.services + org.collectionspace.services.authority + true + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.jaxb + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.common + true + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.client + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.batch.jaxb + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.person.client + ${project.version} + + + + org.testng + testng + 5.6 + + + org.jboss.resteasy + resteasy-jaxrs + + + + tjws + webserver + + + + + org.jboss.resteasy + resteasy-jaxb-provider + + + org.jboss.resteasy + resteasy-multipart-provider + + + commons-httpclient + commons-httpclient + 3.1 + + + + + collectionspace-services-batch-client + + diff --cc services/batch/jaxb/pom.xml index 000000000,d3535d19c..2ac2722e3 mode 000000,100644..100644 --- a/services/batch/jaxb/pom.xml +++ b/services/batch/jaxb/pom.xml @@@ -1,0 -1,47 +1,47 @@@ + + + + org.collectionspace.services.batch + org.collectionspace.services - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch.jaxb + services.batch.jaxb + + + + com.sun.xml.bind + jaxb-impl + + + org.jvnet.jaxb2-commons + property-listener-injector + + + org.jvnet.jaxb2_commons + runtime + + + org.collectionspace.services + org.collectionspace.services.jaxb + ${project.version} + + + + + collectionspace-services-batch-jaxb + install + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + + + + + diff --cc services/batch/pom.xml index 000000000,af95e6ebf..dee328944 mode 000000,100644..100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@@ -1,0 -1,24 +1,24 @@@ + + + + + org.collectionspace.services + org.collectionspace.services.main - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch + services.batch + pom + + + jaxb + service + 3rdparty + client + + + + diff --cc services/batch/service/pom.xml index 000000000,3a7b49558..546385db7 mode 000000,100644..100644 --- a/services/batch/service/pom.xml +++ b/services/batch/service/pom.xml @@@ -1,0 -1,122 +1,122 @@@ + + + + + org.collectionspace.services + org.collectionspace.services.batch - 1.7-SNAPSHOT ++ 1.8-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.batch.service + services.batch.service + jar + + + + org.collectionspace.services + org.collectionspace.services.common + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.batch.client + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.batch.jaxb + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.collectionobject.jaxb + ${project.version} + + + + junit + junit + 4.1 + test + + + org.testng + testng + 5.6 + + + + + + javax.security + jaas + 1.0.01 + provided + + + + dom4j + dom4j + 1.6.1 + provided + + + + + + org.jboss.resteasy + resteasy-jaxrs + + + tjws + webserver + + + + + org.jboss.resteasy + resteasy-jaxb-provider + + + org.jboss.resteasy + resteasy-multipart-provider + + + + + + org.nuxeo.ecm.core + nuxeo-core-api + ${nuxeo.core.version} + + + jboss-remoting + jboss + + + + + + org.restlet + org.restlet + 1.0.7 + + + com.noelios.restlet + com.noelios.restlet.ext.httpclient + 1.0.7 + + + com.noelios.restlet + com.noelios.restlet + 1.0.7 + + + + + collectionspace-services-batch + + +