]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-859 added timestamps to accounts_common, users,roles and users_roles tables
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 19 Feb 2010 01:15:29 +0000 (01:15 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 19 Feb 2010 01:15:29 +0000 (01:15 +0000)
commitdb9f50390641227c97b6826345b4019d7f7d09b5
tree0aca81e2dfd409f57e661850b255a7e78547b149
parent7d4fa6d851d28cde46218be29553e3526ba85d62
CSPACE-859 added timestamps to accounts_common, users,roles and users_roles tables
CSPACE-1011 added personRefName to account schema
Tenant validation is done only for create that also temporarily till authn is mandatory
test: account test with security

M    services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
M    services/authentication/jaxb/pom.xml
M    services/authentication/pstore/src/main/resources/db/mysql/test_authn.sql
M    services/authentication/pstore/src/main/resources/db/mysql/authentication.sql
M    services/pom.xml
M    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/AccountValidatorHandler.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/jaxb/pom.xml
M    services/account/pstore/src/main/resources/db/mysql/test_account.sql
M    services/account/pstore/src/main/resources/db/mysql/account.sql
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountTest.java
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
14 files changed:
services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountTest.java
services/account/jaxb/pom.xml
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/pstore/src/main/resources/db/mysql/account.sql
services/account/pstore/src/main/resources/db/mysql/test_account.sql
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountValidatorHandler.java
services/authentication/jaxb/pom.xml
services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
services/authentication/pstore/src/main/resources/db/mysql/authentication.sql
services/authentication/pstore/src/main/resources/db/mysql/test_authn.sql
services/pom.xml