]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-65, CSPACE-176 cspace service layer can access nuxeo repository running in...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 14 May 2009 20:37:12 +0000 (20:37 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 14 May 2009 20:37:12 +0000 (20:37 +0000)
commitc85ef7d287f1d4a769eff8663f0abad8db815201
treefe6fee1110b10d7fc92b42260c322bf0b2ac22c7
parent3ddb2ab97fdab8dccca2096a895bd9aa54343e64
CSPACE-65, CSPACE-176 cspace service layer can access nuxeo repository running in a separate jvm using remote java apis of Nuxeo. CRUD operations of MultischemaResource seems to work. this requires fixes in nuxeo-runtime's JBossServiceLocator code.
20 files changed:
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-client/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-client/src/main/java/org/collectionspace/hello/client/MultischemaClient.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-client/src/main/java/org/collectionspace/hello/client/MultischemaProxy.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-client/src/test/java/org/collectionspace/hello/client/test/MultischemaServiceTest.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/README.txt [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/build.properties [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/build.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/jboss-web_4_2.dtd [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/nb-configuration.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/nbactions.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/pom.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/java/org/collectionspace/hello/services/CollectionSpaceApplication.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/java/org/collectionspace/hello/services/CollectionSpaceResource.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/java/org/collectionspace/hello/services/MultischemaResource.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/java/org/collectionspace/services/nuxeo/NuxeoConnector.java [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/resources/config/log4j.properties [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/resources/config/login-config.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/webapp/WEB-INF/jboss-web.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-service/src/main/java/org/collectionspace/hello/services/CollectionSpaceResource.java