]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA account service in testing phase. added jaxb-jpa for default security identify...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Sat, 21 Nov 2009 00:32:42 +0000 (00:32 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Sat, 21 Nov 2009 00:32:42 +0000 (00:32 +0000)
commit63d5ff00e093f9479134cbc965b4e6f11977e48b
tree509d4992d4db57a75f2851aa06c6636a887809aa
parent2d0596be42b594f14a02237a9af2e71f09d5453d
NOJIRA account service in testing phase. added jaxb-jpa for default security identify provider (to be used by account). checking in for safefy purposes. disabled acccount from service pom.xml.

A    services/authentication/jaxb
A    services/authentication/jaxb/src
A    services/authentication/jaxb/src/test
A    services/authentication/jaxb/src/test/java
A    services/authentication/jaxb/src/test/java/org
A    services/authentication/jaxb/src/test/java/org/collectionspace
A    services/authentication/jaxb/src/test/java/org/collectionspace/services
A    services/authentication/jaxb/src/test/java/org/collectionspace/services/authentication
A    services/authentication/jaxb/src/test/java/org/collectionspace/services/authentication/test
A    services/authentication/jaxb/src/test/java/org/collectionspace/services/authentication/test/DefaultIdentityProviderTest.java
A    services/authentication/jaxb/src/test/resources
A    services/authentication/jaxb/src/test/resources/META-INF
A    services/authentication/jaxb/src/test/resources/META-INF/persistence.xml
A    services/authentication/jaxb/src/test/resources/log4j.properties
A    services/authentication/jaxb/src/test/resources/hibernate.cfg.xml
A    services/authentication/jaxb/src/main
A    services/authentication/jaxb/src/main/java
A    services/authentication/jaxb/src/main/java/org
A    services/authentication/jaxb/src/main/java/org/collectionspace
A    services/authentication/jaxb/src/main/java/org/collectionspace/services
A    services/authentication/jaxb/src/main/resources
A    services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
A    services/authentication/jaxb/src/main/resources/META-INF
A    services/authentication/jaxb/src/main/resources/META-INF/persistence.xml
A    services/authentication/jaxb/pom.xml
M    services/authentication/pom.xml
M    services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
M    services/JaxRsServiceProvider/src/main/webapp/WEB-INF/jboss-web.xml
M    services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
M    services/JaxRsServiceProvider/pom.xml
M    services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClient.java
M    services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReader.java
M    services/common/src/main/java/org/collectionspace/services/common/document/AbstractMultipartDocumentHandler.java
M    services/common/src/main/config/tenant-bindings.xml
M    services/pom.xml
A    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountHandlerFactory.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
M    services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
M    services/account/service/pom.xml
M    services/account/jaxb/src/main/resources/META-INF/persistence.xml
M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/jaxb/src/main/resources/db/mysql/account.sql
M    services/account/jaxb/pom.xml
_M   services/account/client
A    services/account/client/src/test/java/org/collectionspace/services/client/test/AccountServiceTest.java
A    services/account/client/src/test/java/org/collectionspace/services/client/AccountClient.java
A    services/account/client/src/test/java/org/collectionspace/services/client/AccountProxy.java
29 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/jboss-web.xml
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
services/account/client/src/test/java/org/collectionspace/services/client/AccountClient.java [new file with mode: 0644]
services/account/client/src/test/java/org/collectionspace/services/client/AccountProxy.java [new file with mode: 0644]
services/account/client/src/test/java/org/collectionspace/services/client/test/AccountServiceTest.java [new file with mode: 0644]
services/account/jaxb/pom.xml
services/account/jaxb/src/main/resources/META-INF/persistence.xml
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/jaxb/src/main/resources/db/mysql/account.sql
services/account/service/pom.xml
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountHandlerFactory.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java [new file with mode: 0644]
services/authentication/jaxb/pom.xml [new file with mode: 0644]
services/authentication/jaxb/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd [new file with mode: 0644]
services/authentication/jaxb/src/test/java/org/collectionspace/services/authentication/test/DefaultIdentityProviderTest.java [new file with mode: 0644]
services/authentication/jaxb/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
services/authentication/jaxb/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
services/authentication/jaxb/src/test/resources/log4j.properties [new file with mode: 0644]
services/authentication/pom.xml
services/common/src/main/config/tenant-bindings.xml
services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReader.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractMultipartDocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClient.java
services/pom.xml