]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-114: Initial check-in of the Contact service. This is an initial check-in...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 12 Dec 2009 01:54:50 +0000 (01:54 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 12 Dec 2009 01:54:50 +0000 (01:54 +0000)
commit837cebb9333af7895ab3d7b98b30eee0971fa4f6
tree1da950da36f82b14c4fd6c4b8db7b1859332dac0
parent3d51ff19e62b891aff460f6219a8c45eb529eaaf
CSPACE-114: Initial check-in of the Contact service.  This is an initial check-in, to get its code into the SVN repository for further work.  The service currently implements only a subset of three fields of the Address Information group of the Contact Information Schema.  It is not yet integrated with the top-level project Maven and Ant build files.  Its document type has not yet been tested in Nuxeo, nor have client tests of the service yet been run.
29 files changed:
services/contact/3rdparty/build.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/build.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/pom.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/contact/3rdparty/nuxeo-platform-cs-contact/src/main/resources/schemas/dimensions_common.xsd [new file with mode: 0644]
services/contact/3rdparty/pom.xml [new file with mode: 0644]
services/contact/build.xml [new file with mode: 0644]
services/contact/client/pom.xml [new file with mode: 0644]
services/contact/client/src/main/java/org/collectionspace/services/client/ContactClient.java [new file with mode: 0644]
services/contact/client/src/main/java/org/collectionspace/services/client/ContactProxy.java [new file with mode: 0644]
services/contact/client/src/test/java/org/collectionspace/services/client/test/ContactServiceTest.java [new file with mode: 0644]
services/contact/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/contact/jaxb/pom.xml [new file with mode: 0644]
services/contact/jaxb/src/main/java/org/collectionspace/services/contact/ContactJAXBSchema.java [new file with mode: 0644]
services/contact/jaxb/src/main/java/org/collectionspace/services/contact/ContactListItemJAXBSchema.java [new file with mode: 0644]
services/contact/jaxb/src/main/resources/contacts-common.xsd [new file with mode: 0644]
services/contact/pom.xml [new file with mode: 0644]
services/contact/service/pom.xml [new file with mode: 0644]
services/contact/service/profiles.xml [new file with mode: 0644]
services/contact/service/src/main/java/org/collectionspace/services/contact/ContactResource.java [new file with mode: 0644]
services/contact/service/src/main/java/org/collectionspace/services/contact/nuxeo/ContactConstants.java [new file with mode: 0644]
services/contact/service/src/main/java/org/collectionspace/services/contact/nuxeo/ContactDocumentModelHandler.java [new file with mode: 0644]
services/contact/service/src/main/java/org/collectionspace/services/contact/nuxeo/ContactHandlerFactory.java [new file with mode: 0644]
services/contact/service/src/test/java/org/collectionspace/services/test/ContactServiceTest.java [new file with mode: 0644]
services/contact/service/src/test/resources/log4j.xml [new file with mode: 0644]