]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
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 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-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-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 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.

12 years agoPAHMA-963-REM-A: Adding support for misc cases where we and/or Nuxeo were consuming...
Richard Millet [Thu, 20 Feb 2014 00:20:28 +0000 (16:20 -0800)]
PAHMA-963-REM-A: Adding support for misc cases where we and/or Nuxeo were consuming network related errors.  Also discovered that Tomcat does not support resetting the input stream for Servlet requests which means that network related post and update failed requests can't be retried.

12 years agoCSPACE-6188: Added (commented out) entry for running tests to verify that the batch...
Aron Roberts [Wed, 19 Feb 2014 21:04:46 +0000 (13:04 -0800)]
CSPACE-6188: Added (commented out) entry for running tests to verify that the batch job that updates computed current locations in Cataloging / CollectionObject records works with versioned records, to the XmlReplay master file.

12 years agoMerge pull request #140 from aronr/CSPACE-6188
Aron Roberts [Wed, 19 Feb 2014 20:58:50 +0000 (12:58 -0800)]
Merge pull request #140 from aronr/CSPACE-6188

CSPACE-6188: Add test to verify current location batch job works with versioned records.

12 years agoCSPACE-6188: Added missing auth credentials to XmlReplay-based test.
Aron Roberts [Wed, 19 Feb 2014 20:57:04 +0000 (12:57 -0800)]
CSPACE-6188: Added missing auth credentials to XmlReplay-based test.

12 years agoCSPACE-6188: Provisional XmlReplay-based tests to identify if the update computed...
Aron Roberts [Wed, 19 Feb 2014 04:01:37 +0000 (20:01 -0800)]
CSPACE-6188: Provisional XmlReplay-based tests to identify if the update computed current location batch job works as expected in a versioning tenant.

12 years agoMerge pull request #139 from aronr/CSPACE-6307
Aron Roberts [Sat, 15 Feb 2014 01:26:19 +0000 (17:26 -0800)]
Merge pull request #139 from aronr/CSPACE-6307

CSPACE-6307: Use updatedAt, rather than createdAt, as tiebreaker when id...

12 years agoCSPACE-6307: Fix trivial typo in comment.
Aron Roberts [Sat, 15 Feb 2014 01:25:10 +0000 (17:25 -0800)]
CSPACE-6307: Fix trivial typo in comment.

12 years agoCSPACE-6307: Use updatedAt, rather than createdAt, as tiebreaker when identifying...
Aron Roberts [Sat, 15 Feb 2014 01:23:21 +0000 (17:23 -0800)]
CSPACE-6307: Use updatedAt, rather than createdAt, as tiebreaker when identifying the latest L/M/I record for maintaining the computed current location value in Cataloging records.

12 years agoMerge pull request #138 from aronr/CSPACE-6308
Aron Roberts [Sat, 15 Feb 2014 00:04:44 +0000 (16:04 -0800)]
Merge pull request #138 from aronr/CSPACE-6308

CSPACE-6308: Don't blank out computed current location value in a Catalo...

12 years agoCSPACE-6308: Don't blank out computed current location value in a Cataloging record...
Aron Roberts [Fri, 14 Feb 2014 23:51:31 +0000 (15:51 -0800)]
CSPACE-6308: Don't blank out computed current location value in a Cataloging record if the most recent movement has a blank current location value.

12 years agoCSPACE-6262: Reduced a routinely-encountered log message from WARN to TRACE level.
Aron Roberts [Fri, 14 Feb 2014 19:59:48 +0000 (11:59 -0800)]
CSPACE-6262: Reduced a routinely-encountered log message from WARN to TRACE level.

12 years agoCSPACE-6304: Added 'overwrite=true' to deterministically ensure that .jrxml files...
Aron Roberts [Fri, 14 Feb 2014 01:03:48 +0000 (17:03 -0800)]
CSPACE-6304: Added 'overwrite=true' to deterministically ensure that .jrxml files in the Services source code tree always overwrite any identically-named files in the target destination on an 'ant deploy'.

12 years agoMerge pull request #137 from aronr/CSPACE-6301
Aron Roberts [Thu, 13 Feb 2014 21:34:55 +0000 (13:34 -0800)]
Merge pull request #137 from aronr/CSPACE-6301

CSPACE-6301: Enable 'undelete' workflow state transition.

12 years agoCSPACE-6301: Added 'undelete' tests in a base test class.
Aron Roberts [Thu, 13 Feb 2014 05:08:01 +0000 (21:08 -0800)]
CSPACE-6301: Added 'undelete' tests in a base test class.

12 years agoCSPACE-6301: Change configuration for the cs_default and cs_locking lifecycles to...
Aron Roberts [Thu, 13 Feb 2014 03:38:45 +0000 (19:38 -0800)]
CSPACE-6301: Change configuration for the cs_default and cs_locking lifecycles to allow for transition from deleted to undeleted ('project') workflow state. Adjust client test to reflect the addition of two new permissions-related resources for the undelete workflow transition.

12 years agoPAHMA-963-REM-A: Adding code to look into Nuxeo's wrapped exceptions for network...
Richard Millet [Mon, 10 Feb 2014 18:05:21 +0000 (10:05 -0800)]
PAHMA-963-REM-A: Adding code to look into Nuxeo's wrapped exceptions for network related errors.

12 years agoMerge pull request #135 from ray-lee/CSPACE-6286
remillet [Thu, 6 Feb 2014 22:19:35 +0000 (14:19 -0800)]
Merge pull request #135 from ray-lee/CSPACE-6286

CSPACE-6286: Fetch full text search result pages lazily when finding ref...

12 years agoMerge pull request #136 from aronr/CSPACE-6291
Aron Roberts [Thu, 30 Jan 2014 00:39:56 +0000 (16:39 -0800)]
Merge pull request #136 from aronr/CSPACE-6291

CSPACE-6291: Consolidate remaining <repository> references in POMs to th...

12 years agoPAHMA-963: Adding CSWebApplicationException class that extends WebApplicationExceptio...
Richard Millet [Wed, 29 Jan 2014 20:51:23 +0000 (12:51 -0800)]
PAHMA-963: Adding CSWebApplicationException class that extends WebApplicationException with the purpose of setting the response type to 'text/neterr' so we can catch and reattempt requests that fail due to network errors.

12 years agoCSPACE-6291: Consolidate remaining <repository> references in POMs to the project...
Aron Roberts [Wed, 29 Jan 2014 01:05:08 +0000 (17:05 -0800)]
CSPACE-6291: Consolidate remaining <repository> references in POMs to the project's top level POM. Move the repository reference to the project Maven repo's 'nuxeo-public' repo earlier, above two references to remote maven.nuxeo.org repos, to help ensure that cached copies of artifacts in the project repo are preferentially downloaded. Replace a non-existent pluginRepository reference."

12 years agoCSPACE-6286: Fetch full text search result pages lazily when finding refobjs.
Ray Lee [Mon, 13 Jan 2014 23:44:17 +0000 (15:44 -0800)]
CSPACE-6286: Fetch full text search result pages lazily when finding refobjs.

12 years agoAdding timeout params to our JDBC datasources -see http://people.apache.org/~fhanik...
Richard Millet [Tue, 7 Jan 2014 19:06:17 +0000 (11:06 -0800)]
Adding timeout params to our JDBC datasources -see http://people.apache.org/~fhanik/tomcat/jdbc-pool.html for details.

12 years agoPAHMA-963: Added support for easily configuring a new CollectionSpace instance to...
Richard Millet [Fri, 20 Dec 2013 20:13:13 +0000 (12:13 -0800)]
PAHMA-963: Added support for easily configuring a new CollectionSpace instance to point to a remote database server.

12 years agoPAHMA-963: Cleaning up some cruft -dead code and unncessary code.
Richard Millet [Tue, 17 Dec 2013 23:49:45 +0000 (15:49 -0800)]
PAHMA-963: Cleaning up some cruft -dead code and unncessary code.

12 years agoCSPACE-6282: Resolving a misc merge conflict.
Richard Millet [Thu, 12 Dec 2013 00:58:44 +0000 (16:58 -0800)]
CSPACE-6282: Resolving a misc merge conflict.

12 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Thu, 12 Dec 2013 00:54:31 +0000 (16:54 -0800)]
Merge branch 'master' of github.com:collectionspace/services

12 years agoCSPACE-6282: Updating a Media record to add or update its Blob should use PUT, not...
Richard Millet [Thu, 12 Dec 2013 00:54:08 +0000 (16:54 -0800)]
CSPACE-6282: Updating a Media record to add or update its Blob should use PUT, not POST.

12 years agoCSPACE-6110: Reverted collectionspace-client.properties to run Java Client Library...
Aron Roberts [Tue, 10 Dec 2013 21:57:43 +0000 (13:57 -0800)]
CSPACE-6110: Reverted collectionspace-client.properties to run Java Client Library-based tests against localhost, rather than qa.collectionspace.org.

12 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Sat, 7 Dec 2013 06:11:27 +0000 (22:11 -0800)]
Merge branch 'master' of github.com:collectionspace/services

12 years agoCSPACE-6110: Converting FileInputStream instances to ByteArrayInputStream instances...
Richard Millet [Sat, 7 Dec 2013 06:11:01 +0000 (22:11 -0800)]
CSPACE-6110: Converting FileInputStream instances to ByteArrayInputStream instances for images less than 256k.

12 years agoCSPACE-6110: Adding some comments and debugging code.
Richard Millet [Fri, 6 Dec 2013 19:12:17 +0000 (11:12 -0800)]
CSPACE-6110: Adding some comments and debugging code.

12 years agoMerge pull request #134 from aronr/CSPACE-6277
Aron Roberts [Thu, 21 Nov 2013 22:18:30 +0000 (14:18 -0800)]
Merge pull request #134 from aronr/CSPACE-6277

CSPACE-6277: On import, allow dollar sign characters to be included in a...

12 years agoCSPACE-6277: On import, allow dollar sign characters to be included in authority...
Aron Roberts [Thu, 21 Nov 2013 02:08:34 +0000 (18:08 -0800)]
CSPACE-6277: On import, allow dollar sign characters to be included in authority item refName display names.

12 years agoMerge pull request #133 from aronr/CSPACE-6234
Aron Roberts [Fri, 4 Oct 2013 19:35:50 +0000 (12:35 -0700)]
Merge pull request #133 from aronr/CSPACE-6234

CSPACE-6234: Allow values of integer fields to be emitted in list results.

12 years agoCSPACE-6234: Allow values of integer fields to be emitted in list results.
Aron Roberts [Fri, 4 Oct 2013 01:59:52 +0000 (18:59 -0700)]
CSPACE-6234: Allow values of integer fields to be emitted in list results.

12 years agoMerge pull request #131 from aronr/CSPACE-6220
Aron Roberts [Tue, 24 Sep 2013 20:44:46 +0000 (13:44 -0700)]
Merge pull request #131 from aronr/CSPACE-6220

CSPACE-6220: Rename Ant task for generating services artifacts.

12 years agoCSPACE-6220: Rename Ant task 'deploy_services_bundles' to the more accurate name...
Aron Roberts [Tue, 24 Sep 2013 20:39:42 +0000 (13:39 -0700)]
CSPACE-6220: Rename Ant task 'deploy_services_bundles' to the more accurate name, 'deploy_services_artifacts'.

12 years agoNOJIRA: Another trivial typo fix.
Aron Roberts [Fri, 20 Sep 2013 23:34:01 +0000 (16:34 -0700)]
NOJIRA: Another trivial typo fix.

12 years agoNOJIRA: Another trivial typo fix.
Aron Roberts [Fri, 20 Sep 2013 23:34:01 +0000 (16:34 -0700)]
NOJIRA: Another trivial typo fix.

12 years agoNOJIRA: Fix one more trivial typo in log message.
Aron Roberts [Fri, 20 Sep 2013 23:01:05 +0000 (16:01 -0700)]
NOJIRA: Fix one more trivial typo in log message.

12 years agoNOJIRA: Fix one more trivial typo in log message.
Aron Roberts [Fri, 20 Sep 2013 23:01:05 +0000 (16:01 -0700)]
NOJIRA: Fix one more trivial typo in log message.

12 years agoNOJIRA: Fix three trivial spelling typos in log messages.
Aron Roberts [Fri, 20 Sep 2013 22:59:48 +0000 (15:59 -0700)]
NOJIRA: Fix three trivial spelling typos in log messages.

12 years agoNOJIRA: Fix three trivial spelling typos in log messages.
Aron Roberts [Fri, 20 Sep 2013 22:59:48 +0000 (15:59 -0700)]
NOJIRA: Fix three trivial spelling typos in log messages.

12 years agoMerge pull request #130 from aronr/CSPACE-6190
Aron Roberts [Fri, 13 Sep 2013 22:09:52 +0000 (15:09 -0700)]
Merge pull request #130 from aronr/CSPACE-6190

CSPACE-6190: Update Services build version to 4.1-SNAPSHOT, from 4.0-SNA...

12 years agoCSPACE-6190: Update Services build version to 4.1-SNAPSHOT, from 4.0-SNAPSHOT.
Aron Roberts [Fri, 13 Sep 2013 21:30:12 +0000 (14:30 -0700)]
CSPACE-6190: Update Services build version to 4.1-SNAPSHOT, from 4.0-SNAPSHOT.

12 years agoCSPACE-6189: Removed deprecated 'note' bindings as well as deprecated 'ModifyFieldDat...
Richard Millet [Fri, 13 Sep 2013 17:34:39 +0000 (10:34 -0700)]
CSPACE-6189: Removed deprecated 'note' bindings as well as deprecated 'ModifyFieldDatatypes' init handler from pre-4.0 service bindings prototype file.

12 years agoMerge pull request #129 from aronr/CSPACE-6178
Aron Roberts [Fri, 6 Sep 2013 01:06:58 +0000 (18:06 -0700)]
Merge pull request #129 from aronr/CSPACE-6178

CSPACE-6178: Remove schema JARs for extension schemas as well as common on 'ant undeploy'.

12 years agoCSPACE-6178: Removing two additional Ant directives missed during first pass.
Aron Roberts [Fri, 6 Sep 2013 00:59:47 +0000 (17:59 -0700)]
CSPACE-6178: Removing two additional Ant directives missed during first pass.

12 years agoCSPACE-6178: Clean up all new-style (unified config) schema JAR files from /usr/local...
Aron Roberts [Fri, 6 Sep 2013 00:53:33 +0000 (17:53 -0700)]
CSPACE-6178: Clean up all new-style (unified config) schema JAR files from /usr/local/share/apache-tomcat-6.0.33/nuxeo-server/plugins, not just schema JAR files for common schemas and any out-of-the-box extension schemas.

12 years agoCSPACE-5615,CSPACE-6139: Add comments to 'old-style' tenant bindings delta files...
Aron Roberts [Thu, 5 Sep 2013 21:18:11 +0000 (14:18 -0700)]
CSPACE-5615,CSPACE-6139: Add comments to 'old-style' tenant bindings delta files in the Services layer, identifying that these are for use with CollectionSpace versions 3.3 and earlier.

12 years agoMerge pull request #128 from aronr/CSPACE-6171
Aron Roberts [Wed, 4 Sep 2013 22:00:35 +0000 (15:00 -0700)]
Merge pull request #128 from aronr/CSPACE-6171

CSPACE-6171: Update computed current location for objects even when record versioning is enabled.

12 years agoCSPACE-6171: Add Lifesci test of updating computed current location in Cataloging...
Aron Roberts [Wed, 4 Sep 2013 20:16:49 +0000 (13:16 -0700)]
CSPACE-6171: Add Lifesci test of updating computed current location in Cataloging to XmlReplay master.

12 years agoCSPACE-6717: Event listener that updates computed current location in Cataloging...
Aron Roberts [Wed, 4 Sep 2013 00:35:00 +0000 (17:35 -0700)]
CSPACE-6717: Event listener that updates computed current location in Cataloging records now filters out past versions of documents.

12 years agoCSPACE-6166: Remove redundant deltas.
Aron Roberts [Fri, 30 Aug 2013 22:44:57 +0000 (15:44 -0700)]
CSPACE-6166: Remove redundant deltas.