]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
14 years agoCSPACE-3739 added Relation service list elements
Laramie Crocker [Wed, 6 Apr 2011 16:13:08 +0000 (16:13 +0000)]
CSPACE-3739 added Relation service list elements

14 years agoCSPACE-3595 Update XmlReplay to use namespaces so it can deal with new POX format
Laramie Crocker [Wed, 6 Apr 2011 16:04:26 +0000 (16:04 +0000)]
CSPACE-3595 Update XmlReplay to use namespaces so it can deal with new POX format

14 years agoCSPACE-3764, CSPACE-3710, CSPACE-3709: AuthZ support for Dimensions service as a...
Richard Millet [Wed, 6 Apr 2011 04:59:50 +0000 (04:59 +0000)]
CSPACE-3764, CSPACE-3710, CSPACE-3709: AuthZ support for Dimensions service as a first proof-of-implemenation.

14 years agoCSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java...
Richard Millet [Fri, 1 Apr 2011 17:16:49 +0000 (17:16 +0000)]
CSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java.  So now this method is available to via the RepositoryJavaClientImpl as well as NuxeoUtils.java.

14 years agoCSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java...
Richard Millet [Fri, 1 Apr 2011 17:14:18 +0000 (17:14 +0000)]
CSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java.  So now this method is available to via the RepositoryJavaClientImpl as well as NuxeoUtils.java.

14 years agoCSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java...
Richard Millet [Fri, 1 Apr 2011 17:01:23 +0000 (17:01 +0000)]
CSPACE-3760: Moved implementation of getDocFromCsid() method into NuxeoUtils.java.  So now this method is available to via the RepositoryJavaClientImpl as well as NuxeoUtils.java.

14 years agoCSPACE-3701: Added "default" Nuxeo lifecycles to the CollectionSpace document types.
Richard Millet [Thu, 31 Mar 2011 23:01:18 +0000 (23:01 +0000)]
CSPACE-3701: Added "default" Nuxeo lifecycles to the CollectionSpace document types.

14 years agoCSPACE-3765: Added a structured date group of fields to the Object Production Date...
Aron Roberts [Thu, 31 Mar 2011 21:35:09 +0000 (21:35 +0000)]
CSPACE-3765: Added a structured date group of fields to the Object Production Date field.  The existing repeatable scalar field, objectProductionDates, was retained for now, for backward compatibility.  All services tests pass; all but two App layer tests also pass, and those two failed tests both appear on their face to be unrelated - specific to a missing param in data used in posts of Media objects.

14 years agoCSPACE-3760, CSPACE-3701, CSPACE-3712, CSPACE-3701: Lots of updates for soft-delet...
Richard Millet [Thu, 31 Mar 2011 20:10:19 +0000 (20:10 +0000)]
CSPACE-3760, CSPACE-3701, CSPACE-3712, CSPACE-3701: Lots of updates for soft-delet filtering.  Updated client tests.  Added a getFromCsid() method to Nuxeo repository client.

14 years agoCSPACE-3708: Workflow get/update now fully supported on Dimmension objects.
Richard Millet [Wed, 30 Mar 2011 22:49:49 +0000 (22:49 +0000)]
CSPACE-3708: Workflow get/update now fully supported on Dimmension objects.

14 years agoCSPACE-3755: Workflow service Ant 'deploy' and 'undeploy' execution chain broken.
Richard Millet [Tue, 29 Mar 2011 21:37:36 +0000 (21:37 +0000)]
CSPACE-3755: Workflow service Ant 'deploy' and 'undeploy' execution chain broken.

15 years agoCSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Working on problem...
Richard Millet [Tue, 29 Mar 2011 05:15:42 +0000 (05:15 +0000)]
CSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Working on problem with JAX-B compiler issues with AbstractCommonList type declaration.

15 years agoCSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Workflow (soft-delet...
Richard Millet [Mon, 28 Mar 2011 23:23:35 +0000 (23:23 +0000)]
CSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Workflow (soft-delete) support and consolidation of RESTEasy client and proxy classes.

15 years agoCSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Workflow (soft-delet...
Richard Millet [Mon, 28 Mar 2011 23:11:23 +0000 (23:11 +0000)]
CSPACE-3711, CSPACE-3706, CSPACE-3708, CSPACE-3496, CSPACE-3483: Workflow (soft-delete) support and consolidation of RESTEasy client and proxy classes.

15 years agoNOJIRA un-doing errant checkin of collectionspace-client.properties with bad port...
Laramie Crocker [Fri, 25 Mar 2011 18:02:59 +0000 (18:02 +0000)]
NOJIRA un-doing errant checkin of collectionspace-client.properties with bad port number

15 years agonojira setting svn:ignore;
Laramie Crocker [Thu, 24 Mar 2011 21:54:14 +0000 (21:54 +0000)]
nojira setting svn:ignore;
;

15 years agoCSPACE-3560 removing old templates now that imports format is updated, and creation...
Laramie Crocker [Tue, 22 Mar 2011 17:14:25 +0000 (17:14 +0000)]
CSPACE-3560 removing old templates now that imports format is updated, and creation of workspaces is not necessary

15 years agoCSPACE-3582: Added UTF-8 changes to the Vocabulary service, following the migration...
Aron Roberts [Tue, 22 Mar 2011 00:41:32 +0000 (00:41 +0000)]
CSPACE-3582: Added UTF-8 changes to the Vocabulary service, following the migration of that service to POX payloads. Client tests have not yet been modified to include UTF-8 round-trip tests, pending identification of a suitable field to use with these tests.

15 years agoCSPACE-3582: Added UTF-8 changes to the Relation service, following the migration...
Aron Roberts [Tue, 22 Mar 2011 00:14:52 +0000 (00:14 +0000)]
CSPACE-3582: Added UTF-8 changes to the Relation service, following the migration of that service to POX payloads. Client tests have not yet been modified to include UTF-8 round-trip tests, pending identification of a suitable field to use with these tests.

15 years agoCSPACE-3473: Client test of Loan Out service now truly does check updated records...
Aron Roberts [Mon, 21 Mar 2011 23:27:11 +0000 (23:27 +0000)]
CSPACE-3473: Client test of Loan Out service now truly does check updated records for round-trip fidelity of UTF-8 chars.

15 years agoCSPACE-3582: Completed UTF-8 support changs for the Report service, following the...
Aron Roberts [Mon, 21 Mar 2011 23:23:53 +0000 (23:23 +0000)]
CSPACE-3582: Completed UTF-8 support changs for the Report service, following the migration of that service to POX payloads.

15 years agoCSPACE-3560 Updating master services/pom.xml so that it knows about and builds import...
Laramie Crocker [Thu, 17 Mar 2011 19:50:32 +0000 (19:50 +0000)]
CSPACE-3560 Updating master services/pom.xml so that it knows about and builds imports service

15 years agoCSPACE-3560 kicking build
Laramie Crocker [Thu, 17 Mar 2011 17:40:52 +0000 (17:40 +0000)]
CSPACE-3560 kicking build

15 years agocspace-3560 I see I needed to change 1.5-SNAPSHOT to 1.6-SNAPSHOT in all subprojects.
Laramie Crocker [Thu, 17 Mar 2011 16:29:16 +0000 (16:29 +0000)]
cspace-3560 I see I needed to change 1.5-SNAPSHOT to 1.6-SNAPSHOT in all subprojects.

15 years agocspace-3560 adding imports service to JaxRsServiceProvider to make it live and public
Laramie Crocker [Thu, 17 Mar 2011 15:52:23 +0000 (15:52 +0000)]
cspace-3560 adding imports service to JaxRsServiceProvider to make it live and public

15 years agoCSPACE-3560 Added imports service; moved Tools.java from module common to common...
Laramie Crocker [Wed, 16 Mar 2011 23:38:31 +0000 (23:38 +0000)]
CSPACE-3560 Added imports service; moved Tools.java from module common to common-api; added other utility classes to common-api

15 years agoCSPACE-3281: Services now enforce unique display names for Roles. Will return HTTP...
Richard Millet [Mon, 14 Mar 2011 20:49:11 +0000 (20:49 +0000)]
CSPACE-3281: Services now enforce unique display names for Roles.  Will return HTTP 400 if the display name is not unique.

15 years agoCSPACE-3641: Updated services version designation in build.properties and parent...
Aron Roberts [Thu, 10 Mar 2011 03:59:41 +0000 (03:59 +0000)]
CSPACE-3641: Updated services version designation in build.properties and parent version tag in each POM to 1.6-SNAPSHOT, from 1.5-SNAPSHOT. Verified via building from a clean local Maven repository and via all services tests passing.

15 years agoCSPACE-3622: Adding proper constant ref for URI param instead of string literal.
Richard Millet [Tue, 8 Mar 2011 05:57:25 +0000 (05:57 +0000)]
CSPACE-3622: Adding proper constant ref for URI param instead of string literal.

15 years agoCSPACE-705: Default sorting was still not functioning for ALL services. If the defau...
Richard Millet [Tue, 8 Mar 2011 05:54:27 +0000 (05:54 +0000)]
CSPACE-705: Default sorting was still not functioning for ALL services.  If the default document filter was null then items would not be sorted.

15 years agoCSPACE-3621: Minor cleanup of potentially ambiguous variable names.
Aron Roberts [Mon, 7 Mar 2011 23:25:03 +0000 (23:25 +0000)]
CSPACE-3621: Minor cleanup of potentially ambiguous variable names.

15 years agoCSPACE-3621: Increasing log level of post-init operations that add indices or modify...
Aron Roberts [Mon, 7 Mar 2011 23:07:44 +0000 (23:07 +0000)]
CSPACE-3621: Increasing log level of post-init operations that add indices or modify field datatypes to 'info', as these operations may be expensive if performed on large datasets.

15 years agoCSPACE-3621: Post-init handler to modify field datatypes now checks whether the targe...
Aron Roberts [Mon, 7 Mar 2011 23:02:45 +0000 (23:02 +0000)]
CSPACE-3621: Post-init handler to modify field datatypes now checks whether the target field is already of the desired datatype before issuing an ALTER TABLE command. Minor changes to AddIndices post-init handler to follow the flow-of-control and logging conventions of ModifyFieldDatatypes.

15 years agoCSPACE-3618: Dublin Core 'title' will be set by default to be an object's CSID a...
Richard Millet [Sat, 5 Mar 2011 00:59:56 +0000 (00:59 +0000)]
CSPACE-3618: Dublin Core 'title' will be set by default to be an object's CSID a.k.a, the 'name' field from Nuxeo's hierarchy table.

15 years agoCSPACE-3451: Renaming now obsolete "global" tenant-bindings.xml file. Instead look...
Richard Millet [Fri, 4 Mar 2011 19:39:31 +0000 (19:39 +0000)]
CSPACE-3451: Renaming now obsolete "global" tenant-bindings.xml file.  Instead look inside ..\services\common\src\main\cspace\config\services\tenants for separate tenant specific bindings.  This file will now hold the "prototypical" bindings that apply to all tenants.

15 years agoCSPACE-1384,CSPACE-3505,CSPACE-3584: Updated tenant bindings files to reflect repeata...
Aron Roberts [Thu, 3 Mar 2011 00:27:46 +0000 (00:27 +0000)]
CSPACE-1384,CSPACE-3505,CSPACE-3584: Updated tenant bindings files to reflect repeatability change in Media Handling schema that broke referring objects / refDocs tests in Intake service.

15 years agoCSPACE-1384,CSPACE-3505,CSPACE-3584: Updated Media Handling schema in the services...
Aron Roberts [Wed, 2 Mar 2011 03:54:50 +0000 (03:54 +0000)]
CSPACE-1384,CSPACE-3505,CSPACE-3584: Updated Media Handling schema in the services layer to conform to the wiki schema. Added dimension summary field, made dimension group repeatable, and made relation and type fields singly repeatable.

15 years agoCSPACE-3586: Add config for autogenerating Media Resource Identification numbers.
Aron Roberts [Mon, 28 Feb 2011 23:04:43 +0000 (23:04 +0000)]
CSPACE-3586: Add config for autogenerating Media Resource Identification numbers.

15 years agoCSPACE-3603: /derivatives is failing on Media and Blob services.
Richard Millet [Sat, 26 Feb 2011 01:23:21 +0000 (01:23 +0000)]
CSPACE-3603: /derivatives is failing on Media and Blob services.

15 years agoCSPACE-3599: Related blob is not being deleted when a Media record is deleted.
Richard Millet [Fri, 25 Feb 2011 01:19:27 +0000 (01:19 +0000)]
CSPACE-3599: Related blob is not being deleted when a Media record is deleted.

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Thu, 24 Feb 2011 20:55:12 +0000 (20:55 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3267,CSPACE-3501,CSPACE-3502: Commit Rick's changes to acquisition to add...
Aron Roberts [Thu, 24 Feb 2011 06:26:18 +0000 (06:26 +0000)]
CSPACE-3267,CSPACE-3501,CSPACE-3502: Commit Rick's changes to acquisition to add Credit Line field, to cataloging to make Object Status repeatable, and to make Reference a group repeatable with changes to fields in that group.

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Thu, 24 Feb 2011 01:09:07 +0000 (01:09 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Thu, 24 Feb 2011 00:37:33 +0000 (00:37 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Wed, 23 Feb 2011 22:57:11 +0000 (22:57 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Wed, 23 Feb 2011 22:19:47 +0000 (22:19 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3574: Missing merged code from the POX branch. Not sure why this did not...
Richard Millet [Wed, 23 Feb 2011 21:25:17 +0000 (21:25 +0000)]
CSPACE-3574: Missing merged code from the POX branch.  Not sure why this did not come (was not brought?) over from the POX branch.

15 years agoCSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
Richard Millet [Wed, 23 Feb 2011 21:22:26 +0000 (21:22 +0000)]
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly" build

15 years agoCSPACE-3178
Laramie Crocker [Wed, 23 Feb 2011 18:48:17 +0000 (18:48 +0000)]
CSPACE-3178

15 years agoCSPACE-3325: Writing to nuxeo.conf properties file once again requires Ant 1.8.0...
Aron Roberts [Wed, 16 Feb 2011 02:29:09 +0000 (02:29 +0000)]
CSPACE-3325: Writing to nuxeo.conf properties file once again requires Ant 1.8.0 or later, to preserve comments and file layout when editing.

15 years agoCSPACE-3574: POX merge complete and sources now building with Maven artifact version...
Richard Millet [Wed, 16 Feb 2011 00:42:34 +0000 (00:42 +0000)]
CSPACE-3574: POX merge complete and sources now building with Maven artifact version = 1.5-SNAPSHOT.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:30:07 +0000 (00:30 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Aron Roberts [Wed, 16 Feb 2011 00:26:04 +0000 (00:26 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:23:41 +0000 (00:23 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:21:56 +0000 (00:21 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:20:18 +0000 (00:20 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:19:06 +0000 (00:19 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Aron Roberts [Wed, 16 Feb 2011 00:16:30 +0000 (00:16 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:15:22 +0000 (00:15 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:13:40 +0000 (00:13 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:11:08 +0000 (00:11 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:06:49 +0000 (00:06 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:05:03 +0000 (00:05 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Wed, 16 Feb 2011 00:01:16 +0000 (00:01 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:58:56 +0000 (23:58 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:57:19 +0000 (23:57 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:54:38 +0000 (23:54 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:53:38 +0000 (23:53 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:51:49 +0000 (23:51 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:50:05 +0000 (23:50 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:46:49 +0000 (23:46 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3574: Merging Plain Old XML payload work into trunk.
Richard Millet [Tue, 15 Feb 2011 23:40:22 +0000 (23:40 +0000)]
CSPACE-3574: Merging Plain Old XML payload work into trunk.

15 years agoCSPACE-3325: Ant buildfile now checks for the active main Nuxeo config file's locatio...
Aron Roberts [Tue, 15 Feb 2011 00:02:10 +0000 (00:02 +0000)]
CSPACE-3325: Ant buildfile now checks for the active main Nuxeo config file's location in NUXEO_CONF environment variable, if present, before defaulting to /usr/local/share/jboss/bin/nuxeo.conf.

15 years agoCSPACE-3325: Nuxeo.conf updating now depends on availability of PropertyFile Ant...
Aron Roberts [Mon, 14 Feb 2011 23:36:25 +0000 (23:36 +0000)]
CSPACE-3325: Nuxeo.conf updating now depends on availability of PropertyFile Ant task, rather than on version of Ant. Reset task now removes existing values from nuxeo.templates property, returning that property to its default state.

15 years agoCSPACE-577 - Make the set of fields returned for lists, be configurable in the tenant...
Patrick Schmitz [Sat, 12 Feb 2011 00:35:19 +0000 (00:35 +0000)]
CSPACE-577 - Make the set of fields returned for lists, be configurable in the tenant-bindings.xml. Added a new Class CommonList that supports this broadly, and then refactered the new DocHandlerBase to use configuration to build the list results. This is use by a small set of initial services: Blob, Media, Loansin, ObjectExits, and Acquisitions. Updated all the associated xsd files to remove the old results list schemas, updated Resource and DocHandlers, client and procy classes, tests, etc. for each of these 5 services.

15 years agoCSPACE-3450: Config folder moved from "trunk\services\common\src\main" to "trunk...
Richard Millet [Wed, 9 Feb 2011 01:26:09 +0000 (01:26 +0000)]
CSPACE-3450: Config folder moved from "trunk\services\common\src\main" to "trunk\services\common\src\main\cspace"

15 years agoCSPACE-3450: Config folder moved from "trunk\services\common\src\main" to "trunk...
Richard Millet [Tue, 8 Feb 2011 20:11:09 +0000 (20:11 +0000)]
CSPACE-3450: Config folder moved from "trunk\services\common\src\main" to "trunk\services\common\src\main\cspace"

15 years agoCSPACE-3450: Tenant bindings are now split into separate files. We look for tenant...
Richard Millet [Tue, 8 Feb 2011 18:42:59 +0000 (18:42 +0000)]
CSPACE-3450: Tenant bindings are now split into separate files.  We look for tenant bindings in the following deployment folder ..\cspace\config\services\tenants.  There should be a folder in this folder for each tenant.  Each tenant now has their own copy of the "tenant-bindings.xml" config file.

15 years agoCSPACE-3450: Adding "cspace" directory so the Source tree config root looks like...
Richard Millet [Tue, 8 Feb 2011 18:09:19 +0000 (18:09 +0000)]
CSPACE-3450: Adding "cspace" directory so the Source tree config root looks like the Deployment tree config root.  Makes AuthZ import behave like our .war init.

15 years agoCSPACE-3450: Adding "cspace" directory so the Source tree config root looks like...
Richard Millet [Mon, 7 Feb 2011 22:36:18 +0000 (22:36 +0000)]
CSPACE-3450: Adding "cspace" directory so the Source tree config root looks like the Deployment tree config root.  Makes AuthZ import behave like our .war init.

15 years agoCSPACE-2497: With Richard's help, identified a typo (stray character) in a content...
Aron Roberts [Sat, 5 Feb 2011 01:58:40 +0000 (01:58 +0000)]
CSPACE-2497: With Richard's help, identified a typo (stray character) in a content-type declaration for persons_common in tenant_bindings.xml, that was resulting in a 'MediaType is null' Exception in RemoteDocumentHandlerImpl and causing person tests to fail.

15 years agoCSPACE-2497: Corrected order of JDBC close() statements in finally() block in AddIndices.
Aron Roberts [Sat, 5 Feb 2011 00:39:01 +0000 (00:39 +0000)]
CSPACE-2497: Corrected order of JDBC close() statements in finally() block in AddIndices.

15 years agoCSPACE-2497: A post-init task now creates indexes on inAuthority (where relevant...
Aron Roberts [Sat, 5 Feb 2011 00:32:26 +0000 (00:32 +0000)]
CSPACE-2497: A post-init task now creates indexes on inAuthority (where relevant), displayName and shortIdentifier fields in all vocabulary and authority fields. Some minor tweaks to JDBC usage within commit.init. No longer configures displayname in locations_common as LARGETEXT, as this field is now indexed.

15 years agoCSPACE-2497: Trivial reformatting / pretty printing of tenant bindings file prior...
Aron Roberts [Fri, 4 Feb 2011 20:37:51 +0000 (20:37 +0000)]
CSPACE-2497: Trivial reformatting / pretty printing of tenant bindings file prior to editing. Fixed one log statement for add indicies operation that appears during startup.

15 years agoCSPACE-3237: Trivial change to test regexes.
Aron Roberts [Fri, 4 Feb 2011 00:52:16 +0000 (00:52 +0000)]
CSPACE-3237: Trivial change to test regexes.

15 years agoCSPACE-3237: Added minimal test verifying that data enclosed in double-quotes can...
Aron Roberts [Fri, 4 Feb 2011 00:50:25 +0000 (00:50 +0000)]
CSPACE-3237: Added minimal test verifying that data enclosed in double-quotes can be roundtripped to and from the repository in the services layer, on a create.

15 years agoCSPACE-3178 error in javadoc tag. no code changes.
Laramie Crocker [Thu, 3 Feb 2011 20:55:43 +0000 (20:55 +0000)]
CSPACE-3178 error in javadoc tag. no code changes.

15 years agoCSPACE-3178 Just added a method needed by tests once refName updates are in place...
Laramie Crocker [Thu, 3 Feb 2011 20:54:34 +0000 (20:54 +0000)]
CSPACE-3178 Just added a method needed by tests once refName updates are in place.  Should break nothing.

15 years agoCSPACE-3178
Laramie Crocker [Thu, 3 Feb 2011 20:44:36 +0000 (20:44 +0000)]
CSPACE-3178

15 years agoNOJIRA try to resurrect file
Laramie Crocker [Tue, 1 Feb 2011 21:02:56 +0000 (21:02 +0000)]
NOJIRA try to resurrect file

15 years agoCSPACE-2497
Laramie Crocker [Tue, 1 Feb 2011 20:42:22 +0000 (20:42 +0000)]
CSPACE-2497

15 years agoNOJIRA should not disappear
Laramie Crocker [Tue, 1 Feb 2011 20:39:19 +0000 (20:39 +0000)]
NOJIRA should not disappear

15 years agoNOJIRA should not disappear
Laramie Crocker [Tue, 1 Feb 2011 20:38:26 +0000 (20:38 +0000)]
NOJIRA should not disappear

15 years agoCSPACE-2597 Updated DocHandlerBase to fetch DocHandlerParams from the service binding...
Patrick Schmitz [Tue, 1 Feb 2011 09:06:14 +0000 (09:06 +0000)]
CSPACE-2597 Updated DocHandlerBase to fetch DocHandlerParams from the service bindings, and then moved definitions for Media, Blob, ObjectExit and Acquisition to tenant-bindings.xml. Reduced the associated document handlers to minimal declarations.

15 years agoCSPACE-2597 Replaced the CommonListReflection class with support for DocHandlerParams...
Patrick Schmitz [Tue, 1 Feb 2011 05:40:15 +0000 (05:40 +0000)]
CSPACE-2597 Replaced the CommonListReflection class with support for DocHandlerParams.Params, in preparation for moving support to the DocHandlerBase class.

15 years agoCSPACE-2597 Work on code to make returnedFields configured by Xpath. Still one more...
Patrick Schmitz [Tue, 1 Feb 2011 00:29:03 +0000 (00:29 +0000)]
CSPACE-2597 Work on code to make returnedFields configured by Xpath. Still one more step to link up config and doc handlers, and make this general across handlers.

15 years agoCSPACE-3478: Temporarily removed CollectionObject's Title field, which was recently...
Aron Roberts [Mon, 31 Jan 2011 18:51:00 +0000 (18:51 +0000)]
CSPACE-3478: Temporarily removed CollectionObject's Title field, which was recently moved into a repeatable / multivalued group of fields, from Nuxeo prefetch configuration until CSPACE-3341 is resolved.

15 years agoCSPACE-3178
Laramie Crocker [Sat, 29 Jan 2011 02:32:25 +0000 (02:32 +0000)]
CSPACE-3178

15 years agoCSPACE-3178
Laramie Crocker [Sat, 29 Jan 2011 02:21:36 +0000 (02:21 +0000)]
CSPACE-3178

15 years agoCSPACE-3178 changed pom to point at version 1.4
Laramie Crocker [Thu, 27 Jan 2011 21:05:56 +0000 (21:05 +0000)]
CSPACE-3178 changed pom to point at version 1.4