]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1345 added csid to role schema as rolename is not unique in cspace
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 31 Mar 2010 22:48:16 +0000 (22:48 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 31 Mar 2010 22:48:16 +0000 (22:48 +0000)
commita267d7c56addfd6890894a7050b05a90215a91e1
tree02143e878077733bddc29391b6b44334746ff6cb
parent7c90fda9478d4de824e7baf487abe697fe6df73f
CSPACE-1345 added csid to role schema as rolename is not unique in cspace
CSPACE-1347 replaced rolename with roleId in association relationships with permission and users, changed query in login-config.xml to reflect this change
test: mvn test at the services level

!!!requires ant clean undeploy deploy at least at services/authentication level as login-config.xml has changed
!!!requires ant create_db at authorization service level

M    services/authentication/service/src/main/resources/config/jboss-login-config.xml
M    services/authentication/service/src/main/resources/config/login-config.xml
_M   services/loanin/service
_M   services/loanin/jaxb
_M   services/loanin/3rdparty/nuxeo-platform-cs-loanin
_M   services/loanin/client
_M   services/account
M    services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationGenTest.java
M    services/authorization/service/src/test/resources/test-data/test-permissions-roles.xml
M    services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
M    services/authorization/jaxb/src/main/resources/roles.xsd
M    services/authorization/jaxb/src/main/resources/users_roles.xsd
M    services/authorization/jaxb/src/main/resources/permissions_roles.xsd
M    services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
M    services/authorization/pstore/src/main/resources/db/mysql/test_authorization.sql
M    services/authorization/pstore/src/main/resources/db/mysql/authorization.sql
services/authentication/service/src/main/resources/config/jboss-login-config.xml
services/authentication/service/src/main/resources/config/login-config.xml
services/authorization/jaxb/src/main/resources/permissions_roles.xsd
services/authorization/jaxb/src/main/resources/roles.xsd
services/authorization/jaxb/src/main/resources/users_roles.xsd
services/authorization/pstore/src/main/resources/db/mysql/authorization.sql
services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
services/authorization/pstore/src/main/resources/db/mysql/test_authorization.sql
services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationGenTest.java
services/authorization/service/src/test/resources/test-data/test-permissions-roles.xml