]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5741 - Fixed bugs in import that were not correcting detecting existing entrie...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 1 Feb 2013 21:47:09 +0000 (13:47 -0800)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 1 Feb 2013 21:47:09 +0000 (13:47 -0800)
commit9a3a252f81cb3c6e89824d80a8e630514ff574c6
treee3e5f6f1fad2f73fb6cdeec758c8aaf543f31cc9
parentb414c7c6e162e17bd1afb40a254d09b008302383
CSPACE-5741 - Fixed bugs in import that were not correcting detecting existing entries in the roles and permissionRoleRel tables. Improved logging around the exists test, for more meaningful trace output during import.
Fix another bug in the SpringPermissionManager.java that was not checking for existing ace's before adding new ones. This led to duplicate entries (not an error, but inefficient) when ant import was run multiple times.
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/SpringAuthNContext.java
services/authorization-mgt/import/src/main/resources/log4j.properties
services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/SpringPermissionManager.java
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/AuthorizationStore.java
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/RoleStorageConstants.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageUtils.java