]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1292: Initial release of the Loan Out (aka Loans Out) service. Introduces...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 17 Apr 2010 00:10:02 +0000 (00:10 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 17 Apr 2010 00:10:02 +0000 (00:10 +0000)
commit975dff9a68cfc0ab213e89f125d992a0879e62ed
tree7d4e3ebba74c0aae3de5f5b2422bc86ee36289b1
parent0f133ce23cdd657c840b0f555a0ad14029d058af
CSPACE-1292: Initial release of the Loan Out (aka Loans Out) service.  Introduces a new Nuxeo document type, and thus requires 'ant deploy' and restarting the two JBoss servers.
34 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/common/src/main/config/services/tenant-bindings.xml
services/loanout/3rdparty/build.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/build.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/pom.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/loanout/3rdparty/nuxeo-platform-cs-loanout/src/main/resources/schemas/loansout_common.xsd [new file with mode: 0644]
services/loanout/3rdparty/pom.xml [new file with mode: 0644]
services/loanout/build.xml [new file with mode: 0644]
services/loanout/client/pom.xml [new file with mode: 0644]
services/loanout/client/src/main/java/org/collectionspace/services/client/LoanoutClient.java [new file with mode: 0644]
services/loanout/client/src/main/java/org/collectionspace/services/client/LoanoutProxy.java [new file with mode: 0644]
services/loanout/client/src/test/java/org/collectionspace/services/client/test/LoanoutAuthRefsTest.java [new file with mode: 0644]
services/loanout/client/src/test/java/org/collectionspace/services/client/test/LoanoutServiceTest.java [new file with mode: 0644]
services/loanout/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/loanout/jaxb/pom.xml [new file with mode: 0644]
services/loanout/jaxb/src/main/java/org/collectionspace/services/LoanoutJAXBSchema.java [new file with mode: 0644]
services/loanout/jaxb/src/main/java/org/collectionspace/services/LoanoutListItemJAXBSchema.java [new file with mode: 0644]
services/loanout/jaxb/src/main/resources/loansout-common.xsd [new file with mode: 0644]
services/loanout/pom.xml [new file with mode: 0644]
services/loanout/service/pom.xml [new file with mode: 0644]
services/loanout/service/profiles.xml [new file with mode: 0644]
services/loanout/service/src/main/java/org/collectionspace/services/loanout/LoanoutResource.java [new file with mode: 0644]
services/loanout/service/src/main/java/org/collectionspace/services/loanout/nuxeo/LoanoutConstants.java [new file with mode: 0644]
services/loanout/service/src/main/java/org/collectionspace/services/loanout/nuxeo/LoanoutDocumentModelHandler.java [new file with mode: 0644]
services/loanout/service/src/main/java/org/collectionspace/services/loanout/nuxeo/LoanoutValidatorHandler.java [new file with mode: 0644]
services/loanout/service/src/test/java/org/collectionspace/services/test/LoanoutServiceTest.java [new file with mode: 0644]
services/loanout/service/src/test/resources/log4j.xml [new file with mode: 0644]
services/pom.xml