]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
11 years agoCSPACE-6375: Updating poms with version 6.0 of Nuxeo. Build on this branch is broken.
Richard Millet [Thu, 8 Jan 2015 06:58:44 +0000 (22:58 -0800)]
CSPACE-6375: Updating poms with version 6.0 of Nuxeo.  Build on this branch is broken.

11 years agoNOJIRA: Explicitly setting maven-compiler-plugin version to 3.1
Richard Millet [Sun, 28 Dec 2014 08:11:48 +0000 (00:11 -0800)]
NOJIRA: Explicitly setting maven-compiler-plugin version to 3.1

11 years agoCSPACE-6541: More Maven plugin update tweaks.
remillet [Fri, 26 Dec 2014 17:56:56 +0000 (09:56 -0800)]
CSPACE-6541: More Maven plugin update tweaks.

11 years agoCSPACE-6541: Backing off upgrade of maven-compiler-plugin from 3.2 to 2.5.1
remillet [Fri, 26 Dec 2014 10:35:05 +0000 (02:35 -0800)]
CSPACE-6541: Backing off upgrade of maven-compiler-plugin from 3.2 to 2.5.1

11 years agoCSPACE-6541: Updating to latest maven-compiler-plugin.
Richard Millet [Fri, 26 Dec 2014 10:23:54 +0000 (02:23 -0800)]
CSPACE-6541: Updating to latest maven-compiler-plugin.

11 years agoNOJIRA: Newer hyperjaxb code caused column TENANTS_ACCOUNTSCOMMON_CSID to change...
Richard Millet [Fri, 26 Dec 2014 08:42:24 +0000 (00:42 -0800)]
NOJIRA: Newer hyperjaxb code caused column TENANTS_ACCOUNTSCOMMON_CSID to change to TENANTS_ACCOUNTS_COMMON_CSID

11 years agoNewer hyperjaxb code caused column TENANTS_ACCOUNTSCOMMON_CSID to change to TENANTS_A...
remillet [Fri, 26 Dec 2014 08:20:08 +0000 (00:20 -0800)]
Newer hyperjaxb code caused column TENANTS_ACCOUNTSCOMMON_CSID to change to TENANTS_ACCOUNTS_COMMON_CSID.

Will need to add an 'alter table' command to release notes for those upgrading to v4.2.

alter table accounts_tenants rename column TENANTS_ACCOUNTSCOMMON_CSID to TENANTS_ACCOUNTS_COMMON_CSID

11 years agoUpdate hyperjaxb runtime artifact to latest version.
remillet [Fri, 26 Dec 2014 07:23:14 +0000 (23:23 -0800)]
Update hyperjaxb runtime artifact to latest version.

11 years agoNOJIRA: POM cleanup.
remillet [Thu, 25 Dec 2014 05:26:28 +0000 (21:26 -0800)]
NOJIRA: POM cleanup.

11 years agoNOJIRA: More Eclipse settings cleanup.
remillet [Wed, 24 Dec 2014 11:48:04 +0000 (03:48 -0800)]
NOJIRA: More Eclipse settings cleanup.

11 years agoNOJIRA: More Eclipse settings cleanup.
remillet [Wed, 24 Dec 2014 11:39:58 +0000 (03:39 -0800)]
NOJIRA: More Eclipse settings cleanup.

11 years agoNOJIRA: Removing unnecessary Eclipse settings files.
remillet [Wed, 24 Dec 2014 11:28:14 +0000 (03:28 -0800)]
NOJIRA: Removing unnecessary Eclipse settings files.

11 years agoCSPACE-6534: Move JUnit version dependency into top-level POM.
remillet [Tue, 23 Dec 2014 00:05:43 +0000 (16:05 -0800)]
CSPACE-6534: Move JUnit version dependency into top-level POM.

11 years agoNormalizing LF vs CRLF in all files.
remillet [Tue, 16 Dec 2014 19:25:52 +0000 (11:25 -0800)]
Normalizing LF vs CRLF in all files.

Normalizing LF vs CRLF in all files.

11 years agoCSPACE-6520: Remove 'reporter' stubs for now.
Aron Roberts [Sat, 6 Dec 2014 00:47:35 +0000 (16:47 -0800)]
CSPACE-6520: Remove 'reporter' stubs for now.

11 years agoCSPACE-6523: Switch Report service to use read-only Reader datasource rather than...
Aron Roberts [Sat, 6 Dec 2014 00:34:59 +0000 (16:34 -0800)]
CSPACE-6523: Switch Report service to use read-only Reader datasource rather than read/write Nuxeo datasource.

11 years agoCSPACE-6520: Move additional database utility code into JDBCTools from ServiceMain.
Aron Roberts [Fri, 5 Dec 2014 02:47:39 +0000 (18:47 -0800)]
CSPACE-6520: Move additional database utility code into JDBCTools from ServiceMain.

11 years agoCSPACE-6520: Uncommented ReportPostInitHandler block in correct (unified config)...
Aron Roberts [Thu, 4 Dec 2014 02:52:12 +0000 (18:52 -0800)]
CSPACE-6520: Uncommented ReportPostInitHandler block in correct (unified config) tenant bindings prototype file. Moved several database-related utility methods out of ServiceMain and ReportPostInitHandler into JDBC Tools. Now initiate, and close, individual DB connections locally within these utility methods, rather than using passed-in connections, with the goal of improving clarity through isolation.

11 years agoCSPACE-6520: Introduce 'reporter' database role, supplementing and ultimately replaci...
Aron Roberts [Wed, 3 Dec 2014 03:59:02 +0000 (19:59 -0800)]
CSPACE-6520: Introduce 'reporter' database role, supplementing and ultimately replacing 'reader' role. Minor refactoring of reports post-init handler.

11 years agoCSPACE-6504: Replaced non-instance qualified database names in property values.
Richard Millet [Wed, 26 Nov 2014 18:14:34 +0000 (10:14 -0800)]
CSPACE-6504: Replaced non-instance qualified database names in property values.

11 years agoCSPACE-6511: Updated URL to the latest web-accessible location of a canonical Collect...
Aron Roberts [Wed, 26 Nov 2014 02:29:11 +0000 (18:29 -0800)]
CSPACE-6511: Updated URL to the latest web-accessible location of a canonical CollectionSpace logo PNG image, in the Acquisition Summary report, so that this sample report can once again be run without error.

11 years agoCSPACE-6258: Fixed bug that prevented non-preferred terms from being returned in...
Aron Roberts [Tue, 18 Nov 2014 02:38:54 +0000 (18:38 -0800)]
CSPACE-6258: Fixed bug that prevented non-preferred terms from being returned in partial term matching queries that used wildcards and/or anchor characters.

11 years agoNOJIRA: Updated Maven pom files to use version 4.2-SNAPSHOT.
Richard Millet [Thu, 13 Nov 2014 18:37:01 +0000 (10:37 -0800)]
NOJIRA: Updated Maven pom files to use version 4.2-SNAPSHOT.

11 years agoCSPACE-6405: For the v4.x code base, add support for JDBC options. See CSPACE-6404.
Richard Millet [Thu, 9 Oct 2014 21:17:39 +0000 (14:17 -0700)]
CSPACE-6405: For the v4.x code base, add support for JDBC options. See CSPACE-6404.

11 years agoCSPACE-6393: The proto-repo-config.xml file now includes a 'binaryStore' element...
Richard Millet [Wed, 8 Oct 2014 22:23:27 +0000 (15:23 -0700)]
CSPACE-6393: The proto-repo-config.xml file now includes a 'binaryStore' element for specifying either a partial or full directory path for Nuxeo binaries. Partial paths are relative to the Nuxeo data directory.

11 years agoAdded a UI error message and a log message when the URL passed in is unreachable...
Richard Millet [Wed, 8 Oct 2014 17:36:32 +0000 (10:36 -0700)]
Added a UI error message and a log message when the URL passed in is unreachable for media download.

11 years agoCSPACE-6322: You must now set either an environment variable name 'recreate_db' to...
Richard Millet [Wed, 8 Oct 2014 04:52:08 +0000 (21:52 -0700)]
CSPACE-6322: You must now set either an environment variable name 'recreate_db' to the value true or specify an Ant property named 'recreate_db=true' on the command line when you invoke the 'create_db' target.

11 years agoMerge remote-tracking branch 'origin/valuationcontrol' into CSPACE-6235-plus-6310
Aron Roberts [Fri, 3 Oct 2014 22:35:02 +0000 (15:35 -0700)]
Merge remote-tracking branch 'origin/valuationcontrol' into CSPACE-6235-plus-6310

Conflicts:
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/build.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml
services/pom.xml

11 years agoCSPACE-6236: Adding conditioncheck procedure. All unit tests pass
Jesse Martinez [Fri, 3 Oct 2014 01:17:55 +0000 (21:17 -0400)]
CSPACE-6236: Adding conditioncheck procedure. All unit tests pass

11 years agoCSPACE-6311: Adding valuationcontrol procedure. All unit tests pass.
Jesse Martinez [Wed, 1 Oct 2014 03:03:21 +0000 (23:03 -0400)]
CSPACE-6311: Adding valuationcontrol procedure. All unit tests pass.

11 years agoMerge pull request #149 from ray-lee/CSPACE-6406
Ray Lee [Mon, 25 Aug 2014 23:49:19 +0000 (16:49 -0700)]
Merge pull request #149 from ray-lee/CSPACE-6406

CSPACE-6406: Fix infinite loop in LazyAuthorityRefDocList.java when page...

11 years agoCSPACE-6406: Fix infinite loop in LazyAuthorityRefDocList.java when page size is 0.
Ray Lee [Mon, 25 Aug 2014 23:41:46 +0000 (16:41 -0700)]
CSPACE-6406: Fix infinite loop in LazyAuthorityRefDocList.java when page size is 0.

11 years agoCSPACE-6393: proto-repo-config.xml's <binaryStore> element should be parameterized
Richard Millet [Fri, 30 May 2014 19:18:17 +0000 (12:18 -0700)]
CSPACE-6393: proto-repo-config.xml's <binaryStore> element should be parameterized

11 years agoCreate README.md
remillet [Thu, 15 May 2014 23:43:00 +0000 (16:43 -0700)]
Create README.md

11 years agoMerge pull request #148 from ray-lee/CSPACE-6372
remillet [Mon, 28 Apr 2014 19:48:49 +0000 (12:48 -0700)]
Merge pull request #148 from ray-lee/CSPACE-6372

CSPACE-6372: Do a case-sensitive comparison on display names when detecting refname changes.

11 years agoCSPACE-6372: Change a misnamed variable.
Ray Lee [Thu, 24 Apr 2014 23:25:43 +0000 (16:25 -0700)]
CSPACE-6372: Change a misnamed variable.

11 years agoCSPACE-6372: Add comment.
Ray Lee [Thu, 24 Apr 2014 23:19:36 +0000 (16:19 -0700)]
CSPACE-6372: Add comment.

11 years agoCSPACE-6372: Compare display names case sensitively when checking if refnames have...
Ray Lee [Thu, 24 Apr 2014 22:33:05 +0000 (15:33 -0700)]
CSPACE-6372: Compare display names case sensitively when checking if refnames have changed.

11 years agoCSPACE-6359: Misc cleanup of code and comments in RepositoryJavaClientImpl.
Aron Roberts [Tue, 15 Apr 2014 01:43:29 +0000 (18:43 -0700)]
CSPACE-6359: Misc cleanup of code and comments in RepositoryJavaClientImpl.

11 years agoCSPACE-6355: Adding missing unix version of mvn validate call -worked only on Windows.
Richard Millet [Thu, 3 Apr 2014 21:25:13 +0000 (14:25 -0700)]
CSPACE-6355: Adding missing unix version of mvn validate call -worked only on Windows.

11 years agoMerge branch 'CSPACE-6168-REM-D' into CSPACE-6168-REM-E
Richard Millet [Thu, 3 Apr 2014 00:00:55 +0000 (17:00 -0700)]
Merge branch 'CSPACE-6168-REM-D' into CSPACE-6168-REM-E

11 years agoCSPACE-6338: Temporarily commented out a block of the tests of the event listener...
Aron Roberts [Wed, 2 Apr 2014 22:43:33 +0000 (15:43 -0700)]
CSPACE-6338: Temporarily commented out a block of the tests of the event listener/handler that maintains the denormalized values for computed current location in Cataloging records. The commented-out blocks pertain to testing CSPACE-6307 changes to switch the secondary ordering of related Movement records to updatedAt timestamps rather than createdAt timestamps; they're being commented out due to intermitent test failures in those blocks. This entire issue needs to be more thoroughly investigated; the failure locus may or may not be in those commented-out tests.

11 years agoCSPACE-6355: Added warning messages if missing password environment variables or...
Richard Millet [Wed, 2 Apr 2014 20:28:47 +0000 (13:28 -0700)]
CSPACE-6355: Added warning messages if missing password environment variables or if deprecated ones are still set in the environment.

12 years agoCSPACE-6345: Improved error message when prototype Nuxeo per-repository config file...
Aron Roberts [Wed, 26 Mar 2014 19:57:29 +0000 (12:57 -0700)]
CSPACE-6345: Improved error message when prototype Nuxeo per-repository config file is missing from its expected location.

12 years agoMerge remote-tracking branch 'upstream/master' into CSPACE-6168-REM-D
Aron Roberts [Wed, 26 Mar 2014 02:08:05 +0000 (19:08 -0700)]
Merge remote-tracking branch 'upstream/master' into CSPACE-6168-REM-D

12 years agoCSPACE-6433: Get database product name, used in a filesystem path to find a database...
Aron Roberts [Fri, 21 Mar 2014 23:41:36 +0000 (16:41 -0700)]
CSPACE-6433: Get database product name, used in a filesystem path to find a database initialization file, via a dynamic means rather than hard-coding this as 'postgresql'.

12 years agoCSPACE-6349: Additional tweaks to comments in Nuxeo databases initialization script.
Aron Roberts [Fri, 21 Mar 2014 20:31:05 +0000 (13:31 -0700)]
CSPACE-6349: Additional tweaks to comments in Nuxeo databases initialization script.

12 years agoCSPACE-6349: Replaced now-obsolete comments in Nuxeo databases initialization script...
Aron Roberts [Fri, 21 Mar 2014 19:55:57 +0000 (12:55 -0700)]
CSPACE-6349: Replaced now-obsolete comments in Nuxeo databases initialization script with new comments.

12 years agoCSPACE-6168: By default, the CollectionSpace instance ID value in build.properties...
Aron Roberts [Fri, 21 Mar 2014 00:58:57 +0000 (17:58 -0700)]
CSPACE-6168: By default, the CollectionSpace instance ID value in build.properties is to be blank, to replicate previous behavior before instance qualification was added. Also added comments to build.properties describing the use of, and convention for, this value.

12 years agoCSPACE-6329: Remove two, now-obsolete Nuxeo per-repository config files. These files...
Aron Roberts [Thu, 20 Mar 2014 23:59:20 +0000 (16:59 -0700)]
CSPACE-6329: Remove two, now-obsolete Nuxeo per-repository config files. These files are now generated, in part via the build process and in part during server startup, from a prototype config file.

12 years agoCSPACE-6349: Fixed yet another glaring typo in method call names.
Aron Roberts [Wed, 19 Mar 2014 23:42:32 +0000 (16:42 -0700)]
CSPACE-6349: Fixed yet another glaring typo in method call names.

12 years agoCSPACE-6346: Removed a hard-coded value that was overriding the instance-qualified...
Aron Roberts [Wed, 19 Mar 2014 23:21:41 +0000 (16:21 -0700)]
CSPACE-6346: Removed a hard-coded value that was overriding the instance-qualified 'reader' database role name, by commenting out a configuration block in the prototype tenant bindings file.

12 years agoCSPACE-6349: Fixed typos in two method call names.
Aron Roberts [Wed, 19 Mar 2014 21:49:55 +0000 (14:49 -0700)]
CSPACE-6349: Fixed typos in two method call names.

12 years agoCSPACE-6349: Dynamically manage DROP USER commands in Nuxeo database initialization...
Aron Roberts [Wed, 19 Mar 2014 21:47:27 +0000 (14:47 -0700)]
CSPACE-6349: Dynamically manage DROP USER commands in Nuxeo database initialization script during each system startup, rather than relying on build proces to manage these.

12 years agoCSPACE-6168: Added missing comment in ServiceMain.initialize().
Aron Roberts [Wed, 19 Mar 2014 19:40:39 +0000 (12:40 -0700)]
CSPACE-6168: Added missing comment in ServiceMain.initialize().

12 years agoCSPACE-6336: Added all-important semi-colons to end SQL statements in database initia...
Aron Roberts [Wed, 19 Mar 2014 02:20:45 +0000 (19:20 -0700)]
CSPACE-6336: Added all-important semi-colons to end SQL statements in database initialization SQL script.

12 years agoCSPACE-6336: Avoid inserting progressively more blank lines with each rewrite of...
Aron Roberts [Wed, 19 Mar 2014 01:18:48 +0000 (18:18 -0700)]
CSPACE-6336: Avoid inserting progressively more blank lines with each rewrite of the Nuxeo databases initialization SQL script file.

12 years agoCSPACE-6343: Updated the ReportPostInitHandler to use an instance-qualified database...
Aron Roberts [Wed, 19 Mar 2014 00:17:32 +0000 (17:17 -0700)]
CSPACE-6343: Updated the ReportPostInitHandler to use an instance-qualified database name, rather than assuming that the repository name matches the database name.

12 years agoCSPACE-6336: DROP DATABASE commands are now written to SQL script that initializes...
Aron Roberts [Tue, 18 Mar 2014 22:00:08 +0000 (15:00 -0700)]
CSPACE-6336: DROP DATABASE commands are now written to SQL script that initializes Nuxeo databases.

12 years agoMerge pull request #144 from ray-lee/CSPACE-6333
remillet [Tue, 18 Mar 2014 21:56:13 +0000 (14:56 -0700)]
Merge pull request #144 from ray-lee/CSPACE-6333

CSPACE-6333: Reviewed by Aron and Richard. All looks good.

12 years agoCSPACE-6336: Fix db product name.
Aron Roberts [Tue, 18 Mar 2014 00:29:53 +0000 (17:29 -0700)]
CSPACE-6336: Fix db product name.

12 years agoCSPACE-6336: Fix path to db init file.
Aron Roberts [Tue, 18 Mar 2014 00:24:58 +0000 (17:24 -0700)]
CSPACE-6336: Fix path to db init file.

12 years agoCSPACE-6336: Fixed typo.
Aron Roberts [Tue, 18 Mar 2014 00:05:47 +0000 (17:05 -0700)]
CSPACE-6336: Fixed typo.

12 years agoCSPACE-6336: Initial attempt at updating initialization script to drop all Nuxeo...
Aron Roberts [Tue, 18 Mar 2014 00:01:41 +0000 (17:01 -0700)]
CSPACE-6336: Initial attempt at updating initialization script to drop all Nuxeo-managed databases. As yet untested.

12 years agoCSPACE-6214: Fixed glaring typo occurring just before server startup.
Aron Roberts [Mon, 17 Mar 2014 21:38:03 +0000 (14:38 -0700)]
CSPACE-6214: Fixed glaring typo occurring just before server startup.

12 years agoCSPACE-6329: Rationalize name and value of constant.
Aron Roberts [Mon, 17 Mar 2014 21:27:12 +0000 (14:27 -0700)]
CSPACE-6329: Rationalize name and value of constant.

12 years agoCSPACE-6329: Remove portion of behavior description in Javadoc comment, believed...
Aron Roberts [Mon, 17 Mar 2014 20:28:19 +0000 (13:28 -0700)]
CSPACE-6329: Remove portion of behavior description in Javadoc comment, believed now to be incorrect, since we're not allowing null values through to dom4j's Element.addAttribute().

12 years agoCSPACE-6329: Remove obsolete and potentially confusing comment.
Aron Roberts [Mon, 17 Mar 2014 20:24:15 +0000 (13:24 -0700)]
CSPACE-6329: Remove obsolete and potentially confusing comment.

12 years agoCSPACE-6336: Trivial change to debug statement during work.
Aron Roberts [Mon, 17 Mar 2014 20:22:23 +0000 (13:22 -0700)]
CSPACE-6336: Trivial change to debug statement during work.

12 years agoCSPACE-6336: Stub code to write DROP DATABASE commands to SQL script: initial, incomp...
Aron Roberts [Sat, 15 Mar 2014 00:49:55 +0000 (17:49 -0700)]
CSPACE-6336: Stub code to write DROP DATABASE commands to SQL script: initial, incomplete and as yet untested.

12 years agoCSPACE-6341: Updated the Report service to use an instance-qualified database name...
Aron Roberts [Fri, 14 Mar 2014 20:55:08 +0000 (13:55 -0700)]
CSPACE-6341: Updated the Report service to use an instance-qualified database name, rather than assuming that the repository name matches the database name.

12 years agoCSPACE-6340: Updated the ID Service to use an instance-qualified database name, rathe...
Aron Roberts [Fri, 14 Mar 2014 01:54:08 +0000 (18:54 -0700)]
CSPACE-6340: Updated the ID Service to use an instance-qualified database name, rather than assuming that the repository name matches the database name.

12 years agoCSPACE-6333: Move repoSession.save call outside the loop, so it doesn't affect the...
Ray Lee [Thu, 13 Mar 2014 00:42:38 +0000 (17:42 -0700)]
CSPACE-6333: Move repoSession.save call outside the loop, so it doesn't affect the search results each time through the loop.

12 years agoCSPACE-6168: Need to qualify the database names of the auto-generate Nuxeo repo confi...
Richard Millet [Wed, 12 Mar 2014 15:59:54 +0000 (08:59 -0700)]
CSPACE-6168: Need to qualify the database names of the auto-generate Nuxeo repo config files with the CollectionSpace instance ID.  Also, need to change the location of the Nuxeo repo config prototype to /cspace/config/services instead of cspace/services/config.

12 years agoCSPACE-6333: Add secondary sort on uuid when querying for refobjs and relations conta...
Ray Lee [Wed, 12 Mar 2014 05:33:30 +0000 (22:33 -0700)]
CSPACE-6333: Add secondary sort on uuid when querying for refobjs and relations containing refnames. Also refactor RelationUtils.findRelationsWithRefName to use RepositoryJavaClientImpl.findDocs.

12 years agoMerge remote-tracking branch 'aronr/CSPACE-6329-A' into CSPACE-6168-REM-B
Richard Millet [Tue, 11 Mar 2014 22:45:56 +0000 (15:45 -0700)]
Merge remote-tracking branch 'aronr/CSPACE-6329-A' into CSPACE-6168-REM-B

12 years agoCSPACE-6168: Added more support for tenant qualified database names.
Richard Millet [Tue, 11 Mar 2014 22:39:29 +0000 (15:39 -0700)]
CSPACE-6168: Added more support for tenant qualified database names.

12 years agoCSPACE-6329: Removed now-extraneous copy command left over from merge with CSPACE...
Aron Roberts [Fri, 7 Mar 2014 04:01:42 +0000 (20:01 -0800)]
CSPACE-6329: Removed now-extraneous copy command left over from merge with CSPACE-6168 branch.

12 years agoCSPACE-6329: Fixed Ant directive to enable prototype Nuxeo repository config file...
Aron Roberts [Fri, 7 Mar 2014 01:26:58 +0000 (17:26 -0800)]
CSPACE-6329: Fixed Ant directive to enable prototype Nuxeo repository config file to replace filter tokens with values during a deploy.

12 years agoCSPACE-6329: Modify only selected values in each Nuxeo per-repo config file; others...
Aron Roberts [Fri, 7 Mar 2014 01:19:34 +0000 (17:19 -0800)]
CSPACE-6329: Modify only selected values in each Nuxeo per-repo config file; others will be inserted via an Ant filter during a deploy. (The latter isn't yet working.)

12 years agoMerge branch 'CSPACE-6329' into CSPACE-6329-A. This merges in Aron's CSPACE-6329...
Aron Roberts [Thu, 6 Mar 2014 23:37:00 +0000 (15:37 -0800)]
Merge branch 'CSPACE-6329' into CSPACE-6329-A. This merges in Aron's CSPACE-6329 changes into Richard's CSPACE-6168-REM-A branch.

Conflicts:
3rdparty/nuxeo/build.xml
build.properties
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java

12 years agoCSPACE-6168: Refactoring hard-coded cspace and nuxeo database names to be configurable.
Richard Millet [Thu, 6 Mar 2014 15:52:30 +0000 (07:52 -0800)]
CSPACE-6168: Refactoring hard-coded cspace and nuxeo database names to be configurable.

12 years agoCSPACE-6329: Copy prototype Nuxeo repo config file to a directory outside the Nuxeo...
Aron Roberts [Thu, 6 Mar 2014 04:16:03 +0000 (20:16 -0800)]
CSPACE-6329: Copy prototype Nuxeo repo config file to a directory outside the Nuxeo server config directory, so its settings don't get inadvertently picked up by Nuxeo.

12 years agoCSPACE-6329: Move code to create or update Nuxeo repo config files out of initialize...
Aron Roberts [Thu, 6 Mar 2014 02:17:31 +0000 (18:17 -0800)]
CSPACE-6329: Move code to create or update Nuxeo repo config files out of initialize() method into its own method. Clarify text in a number of comments.

12 years agoCSPACE-6329: Configure an additional attribute. Remove cruft: now-extraneous log...
Aron Roberts [Wed, 5 Mar 2014 21:52:11 +0000 (13:52 -0800)]
CSPACE-6329: Configure an additional attribute. Remove cruft: now-extraneous log statements, commented-out code, etc.

12 years agoCSPACE-6329: Now writes config files to the Nuxeo server config directory, albeit...
Aron Roberts [Wed, 5 Mar 2014 04:22:40 +0000 (20:22 -0800)]
CSPACE-6329: Now writes config files to the Nuxeo server config directory, albeit with mostly placeholder values.

12 years agoCSPACE-6329: All fields believed to now be edited, with some currently using placehol...
Aron Roberts [Tue, 4 Mar 2014 22:52:04 +0000 (14:52 -0800)]
CSPACE-6329: All fields believed to now be edited, with some currently using placeholder content for values.

12 years agoCSPACE-6329: Added XML element text node editing. Handle null values for attribute...
Aron Roberts [Tue, 4 Mar 2014 03:19:19 +0000 (19:19 -0800)]
CSPACE-6329: Added XML element text node editing. Handle null values for attribute and element values.

12 years agoCSPACE-6329: Fixed path. Added missing Jaxen library dependency.
Aron Roberts [Tue, 4 Mar 2014 02:35:31 +0000 (18:35 -0800)]
CSPACE-6329: Fixed path. Added missing Jaxen library dependency.

12 years agoCSPACE-6329: Preliminary work toward writing per-repo Nuxeo config files. Entirely...
Aron Roberts [Sat, 1 Mar 2014 01:42:13 +0000 (17:42 -0800)]
CSPACE-6329: Preliminary work toward writing per-repo Nuxeo config files. Entirely untested at present.

12 years agoNOJIRA: Removing misc db.host IP addresses from build.properties file.
Richard Millet [Tue, 25 Feb 2014 18:32:21 +0000 (10:32 -0800)]
NOJIRA: Removing misc db.host IP addresses from build.properties file.

12 years agoNOJIRA: Removing misc db.host IP addresses from build.properties file.
Richard Millet [Tue, 25 Feb 2014 18:31:28 +0000 (10:31 -0800)]
NOJIRA: Removing misc db.host IP addresses from build.properties file.

12 years agoPAHMA-963: Updated merged code from master branch to use new RepositoryInstanceInterface.
Richard Millet [Mon, 24 Feb 2014 19:02:09 +0000 (11:02 -0800)]
PAHMA-963: Updated merged code from master branch to use new RepositoryInstanceInterface.

12 years agoMerge branch 'PAHMA-963-REM-A' into PAHMA-963-REM-C
Richard Millet [Mon, 24 Feb 2014 18:27:42 +0000 (10:27 -0800)]
Merge branch 'PAHMA-963-REM-A' into PAHMA-963-REM-C

12 years agoPAHMA-963-REM-A: Added an Spring AOP wrapper for the Nuxeo repository instance class.
Richard Millet [Mon, 24 Feb 2014 17:34:07 +0000 (09:34 -0800)]
PAHMA-963-REM-A: Added an Spring AOP wrapper for the Nuxeo repository instance class.

12 years agoMerge pull request #143 from aronr/CSPACE-6134
Aron Roberts [Thu, 20 Feb 2014 03:36:46 +0000 (19:36 -0800)]
Merge pull request #143 from aronr/CSPACE-6134

CSPACE-6134: In the batch job that updates computed current locations in...

12 years agoCSPACE-6134: In the batch job that updates computed current locations in Cataloging...
Aron Roberts [Thu, 20 Feb 2014 03:35:32 +0000 (19:35 -0800)]
CSPACE-6134: In the batch job that updates computed current locations in Cataloging / CollectionObject records, verify that related L/M/I records with null current locations can't 'null out' existing computed current locations. Add verification that candidate current locations can be successfully parsed as refNames.

12 years agoCSPACE-6129: Added (commented out) entry to the XmlReplay master file, for running...
Aron Roberts [Thu, 20 Feb 2014 02:14:20 +0000 (18:14 -0800)]
CSPACE-6129: Added (commented out) entry to the XmlReplay master file, for running tests to verify that the batch job that updates computed current locations in Cataloging / CollectionObject records uses the updatedAt timestamps for related L/M/I records as tiebreakers, when two or more L/M/I records share the same location date.

12 years agoMerge pull request #142 from aronr/CSPACE-6129
Aron Roberts [Thu, 20 Feb 2014 01:52:39 +0000 (17:52 -0800)]
Merge pull request #142 from aronr/CSPACE-6129

CSPACE-6129: When computing a Cataloging record's current location from ...

12 years agoCSPACE-6129: When computing a Cataloging record's current location from related L...
Aron Roberts [Thu, 20 Feb 2014 01:22:09 +0000 (17:22 -0800)]
CSPACE-6129: When computing a Cataloging record's current location from related L/M/I (Movement) records, if two or more such records have identical location dates, use their update timestamps as a tiebreaker.