]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2903, CSPACE-2421. Added support for postgresql, cleaned up configuration...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 16 Jun 2011 20:33:49 +0000 (20:33 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 16 Jun 2011 20:33:49 +0000 (20:33 +0000)
commitb3a5b237e56866ae6c6373ca85363576552b8187
tree484e02252a49a4013305473406b6157cc1815218
parent6f21cb565ade41590d375242b712b9cd2c7b5592
CSPACE-2903, CSPACE-2421. Added support for postgresql, cleaned up configuration and various sql statements and resources that were mysql-specific. Refactored lots of configuration to take DB info from build properties. Note that in this version, mysql is still the configured DB.
48 files changed:
build.properties
build.xml
pom.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/batch/batch.xml
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
services/account/client/pom.xml
services/account/pstore/pom.xml
services/account/pstore/src/main/resources/db/mysql/account_index.sql
services/account/pstore/src/main/resources/db/postgresql/README.txt [new file with mode: 0644]
services/account/pstore/src/main/resources/db/postgresql/account.sql [new file with mode: 0644]
services/account/pstore/src/main/resources/db/postgresql/account_index.sql [new file with mode: 0644]
services/authentication/pstore/build.xml
services/authentication/pstore/pom.xml
services/authentication/pstore/src/main/resources/db/postgresql/README.txt [new file with mode: 0644]
services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql [new file with mode: 0644]
services/authority/pom.xml
services/authorization-mgt/client/pom.xml
services/authorization-mgt/import/build.xml
services/authorization-mgt/import/pom.xml
services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/importer/AuthorizationGen.java
services/authorization-mgt/import/src/main/resources/applicationContext-authorization-test.xml
services/authorization/pstore/pom.xml
services/authorization/pstore/src/main/resources/db/mysql/acl.sql
services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
services/authorization/pstore/src/main/resources/db/postgresql/README.txt [new file with mode: 0644]
services/authorization/pstore/src/main/resources/db/postgresql/acl.sql [new file with mode: 0644]
services/authorization/pstore/src/main/resources/db/postgresql/authorization.sql [new file with mode: 0644]
services/authorization/pstore/src/main/resources/db/postgresql/authorization_index.sql [new file with mode: 0644]
services/authorization/service/pom.xml
services/authorization/service/src/main/resources/applicationContext-authorization.xml
services/client/src/main/java/org/collectionspace/services/client/IQueryManager.java
services/common/pom.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
services/common/src/main/java/org/collectionspace/services/common/init/AddIndices.java
services/common/src/main/java/org/collectionspace/services/common/init/ModifyFieldDatatypes.java
services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java
services/common/src/main/java/org/collectionspace/services/common/storage/JDBCTools.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageUtils.java
services/id/service/build.xml
services/id/service/src/main/java/org/collectionspace/services/id/IDServiceJdbcImpl.java
services/id/service/src/main/resources/db/mysql/create_id_generators_table.sql
services/id/service/src/main/resources/db/mysql/load_id_generators.sql
services/id/service/src/main/resources/db/postgresql/create_id_generators_table.sql
services/id/service/src/main/resources/db/postgresql/load_id_generators.sql
services/pom.xml
src/main/resources/db/postgresql/init_db.sql