]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
14 years agoCSPACE-3595 Reviving XmlReplay test cases after correcting them for new POX format...
Laramie Crocker [Sun, 24 Apr 2011 01:05:21 +0000 (01:05 +0000)]
CSPACE-3595 Reviving XmlReplay test cases after correcting them for new POX format; taught XmlReplay default xpath to main part of payloads using label element in each test

14 years agoCSPACE-3739 Updated Relations schema to store new fields, including subjectUri and...
Laramie Crocker [Sat, 23 Apr 2011 10:05:17 +0000 (10:05 +0000)]
CSPACE-3739 Updated Relations schema to store new fields, including subjectUri and objectUri, in nuxeo; Made dochandlers for Relations and AuthorityItem shuffle the new uri fields around correctly; modified DocumentModelHandler and AuthorityItemDocumentModelHandler to provide getUri(DocumentModel docModel); Installed XmlReplay tests for hierarchic authority work; Moved ITEMS to AuthorityClient, from various AuthorityClient impls.

14 years agoCSPACE-3872 - Fix Location authority schema to put conditionNode and conditionNodeDat...
Patrick Schmitz [Thu, 21 Apr 2011 19:06:36 +0000 (19:06 +0000)]
CSPACE-3872 - Fix Location authority schema to put conditionNode and conditionNodeDate into a repeatable group.

14 years agoCSPACE-3739 Updated schema, query paramters, POST behavior, and chaining of ServiceCo...
Laramie Crocker [Thu, 21 Apr 2011 08:48:01 +0000 (08:48 +0000)]
CSPACE-3739 Updated schema, query paramters, POST behavior, and chaining of ServiceContext impls handling of ctx-ui-queryParameters, after 4-20-2011 meeting with layer leads.

14 years agoCSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support...
Patrick Schmitz [Thu, 21 Apr 2011 00:38:29 +0000 (00:38 +0000)]
CSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support added, with a draft schema. Follows standard CRUDL pattern, and is a trivial service. Note that group membership will be through relations, much as objects are associated to Intakes, etc.

14 years agoCSPACE-3851 Consumer can perform CRUDL operations on a group. Basic Group support...
Patrick Schmitz [Thu, 21 Apr 2011 00:09:29 +0000 (00:09 +0000)]
CSPACE-3851  Consumer can perform CRUDL operations on a group. Basic Group support added, with a draft schema. Follows standard CRUDL pattern, and is a trivial service. Note that group membership will be through relations, much as objects are associated to Intakes, etc.

14 years agoCSPACE-3782: Added client tests to ensure that keyword searches respect the value...
Aron Roberts [Wed, 20 Apr 2011 02:37:38 +0000 (02:37 +0000)]
CSPACE-3782: Added client tests to ensure that keyword searches respect the value of the parameter on 'soft' deleted workflow state.

14 years agoCSPACE-3782: Search was failing to honor soft-delete flag on some services with certa...
Richard Millet [Tue, 19 Apr 2011 22:47:12 +0000 (22:47 +0000)]
CSPACE-3782: Search was failing to honor soft-delete flag on some services with certain service requests - some services were stepping on the request query params.

14 years agoCSPACE-3779,CSPACE-3780: Added dependency on authority service to organization POM...
Aron Roberts [Tue, 19 Apr 2011 20:06:30 +0000 (20:06 +0000)]
CSPACE-3779,CSPACE-3780: Added dependency on authority service to organization POM to resolve build failure in organization/import, which caused 'ant dist-jboss-domains' target to fail.

14 years agoCSPACE-3725 from trunk. Adds extra detail to calculated/looked up fields in Relation...
Laramie Crocker [Tue, 19 Apr 2011 04:59:21 +0000 (04:59 +0000)]
CSPACE-3725 from trunk.  Adds extra detail to calculated/looked up fields in Relation list item, useful also for debugging (but not committed on branch 1.6) issues like CSPACE-3780

14 years agoCSPACE-3780 test control files updated
Laramie Crocker [Sun, 17 Apr 2011 17:14:45 +0000 (17:14 +0000)]
CSPACE-3780 test control files updated

14 years agoCSPACE-3780 including XmlReplay test of Relations in nightly run
Laramie Crocker [Sun, 17 Apr 2011 05:21:04 +0000 (05:21 +0000)]
CSPACE-3780 including XmlReplay test of Relations in nightly run

14 years agoCSPACE-3780 got tests working
Laramie Crocker [Sun, 17 Apr 2011 04:07:34 +0000 (04:07 +0000)]
CSPACE-3780 got tests working

14 years agoCSPACE-3780 Partial fix. Checking in files to get a stable base.
Laramie Crocker [Sat, 16 Apr 2011 23:07:39 +0000 (23:07 +0000)]
CSPACE-3780 Partial fix.  Checking in files to get a stable base.

14 years agoNOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT. Also...
Richard Millet [Fri, 15 Apr 2011 18:16:41 +0000 (18:16 +0000)]
NOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.  Also the top-level Ant build.properties file.

14 years agoNOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.
Richard Millet [Fri, 15 Apr 2011 18:07:31 +0000 (18:07 +0000)]
NOJIRA: Updating the Service layer Maven artifact version to 1.7-SNAPSHOT.

14 years agoCSPACE-3560 Updating import template to match new workflow states
Laramie Crocker [Thu, 14 Apr 2011 07:18:21 +0000 (07:18 +0000)]
CSPACE-3560 Updating import template to match new workflow states

14 years agoCSPACE-3560 getting temp directory on mac to be readable by sax InputSource, now...
Laramie Crocker [Thu, 14 Apr 2011 06:51:31 +0000 (06:51 +0000)]
CSPACE-3560 getting temp directory on mac to be readable by sax InputSource, now testing on linux.  Fixes to ant scripts to chain deploy down into imports service, and to fix path issue in copy target.

14 years agoCSPACE-3797: Disabled AuthZ on the Blob service to allow UI to directly access images...
Richard Millet [Wed, 13 Apr 2011 06:29:41 +0000 (06:29 +0000)]
CSPACE-3797: Disabled AuthZ on the Blob service to allow UI to directly access images.  *HOWEVER* authentication (client login via basic auth) still needs to happen.  This is *NOT* the desired user experience yet.  Will need an even uglier hack to disable AuthN on /blobs/* path.

14 years agoCSPACE-3781: Fixed this problem with soft-delete on authority items. Need to move...
Richard Millet [Tue, 12 Apr 2011 02:47:32 +0000 (02:47 +0000)]
CSPACE-3781: Fixed this problem with soft-delete on authority items.  Need to move this fix to the v1.6 branch as well.

14 years agoCSPACE-3739 adding XmlReplay creation tests
Laramie Crocker [Mon, 11 Apr 2011 19:34:23 +0000 (19:34 +0000)]
CSPACE-3739 adding XmlReplay creation tests

14 years agoCSPACE-3782: Filter for keywords was stepping on workflow filter. Keyword 'where...
Richard Millet [Mon, 11 Apr 2011 17:15:29 +0000 (17:15 +0000)]
CSPACE-3782: Filter for keywords was stepping on workflow filter.  Keyword 'where' clause is now appending to existing clause.

14 years agoCSPACE-3770: Adding "wf_deleted" query param on GET for most services. If wf_deleted...
Richard Millet [Mon, 11 Apr 2011 01:52:06 +0000 (01:52 +0000)]
CSPACE-3770: Adding "wf_deleted" query param on GET for most services.  If wf_deleted is set to 'false' then a GET will return a HTTP status code of 404 for the resource if the workflow state is 'deleted'.

14 years agoCSPACE-3780: Side effect of Fixed break in RelationResource's search method that...
Richard Millet [Sat, 9 Apr 2011 23:20:23 +0000 (23:20 +0000)]
CSPACE-3780: Side effect of Fixed break in RelationResource's search method that was introduced when its parent class was switch to the new ResourceBase class.

14 years agoCSPACE-3780: Fixed break in RelationResource's search method that was introduced...
Richard Millet [Sat, 9 Apr 2011 22:36:22 +0000 (22:36 +0000)]
CSPACE-3780: Fixed break in RelationResource's search method that was introduced when its parent class was switch to the new ResourceBase class.

14 years agoCSPACE-3770: Adding "wf_delete" workflow deleted query param. Added additional tests...
Richard Millet [Sat, 9 Apr 2011 00:07:57 +0000 (00:07 +0000)]
CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Added additional tests for workflow related functionality.

14 years agoCSPACE-3779: Commenting out failing test in RelationIntegrationTest.java. The readli...
Richard Millet [Fri, 8 Apr 2011 23:41:25 +0000 (23:41 +0000)]
CSPACE-3779: Commenting out failing test in RelationIntegrationTest.java.  The readlist method is returning more than 1 result when it shouldn't.

14 years agoCSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param. Also...
Richard Millet [Fri, 8 Apr 2011 23:29:00 +0000 (23:29 +0000)]
CSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Also, moving sources to new authority module.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 22:07:52 +0000 (22:07 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param. Also...
Richard Millet [Fri, 8 Apr 2011 21:51:04 +0000 (21:51 +0000)]
CSPACE-3779, CSPACE-3770: Adding "wf_delete" workflow deleted query param.  Also, moving sources to new authority module.

14 years agoNOJIRA: Eclipse project settings files.
Richard Millet [Fri, 8 Apr 2011 21:47:43 +0000 (21:47 +0000)]
NOJIRA: Eclipse project settings files.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 20:26:04 +0000 (20:26 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779: Moving sources to new authority module.
Richard Millet [Fri, 8 Apr 2011 20:18:20 +0000 (20:18 +0000)]
CSPACE-3779: Moving sources to new authority module.

14 years agoCSPACE-3779: Adding new authority module.
Richard Millet [Fri, 8 Apr 2011 20:12:38 +0000 (20:12 +0000)]
CSPACE-3779: Adding new authority module.

14 years agoCSPACE-3779: Adding new authority module.
Richard Millet [Fri, 8 Apr 2011 20:02:36 +0000 (20:02 +0000)]
CSPACE-3779: Adding new authority module.

14 years agoNOJIRA this is a better way to fix binding between CollectionObjectResource and Relat...
Laramie Crocker [Thu, 7 Apr 2011 20:30:38 +0000 (20:30 +0000)]
NOJIRA this is a better way to fix binding between CollectionObjectResource and RelationResource

14 years agoNOJIRA CollectionObjectResource needs to cast to get RelationsCommonList
Laramie Crocker [Thu, 7 Apr 2011 20:10:37 +0000 (20:10 +0000)]
NOJIRA CollectionObjectResource needs to cast to get RelationsCommonList

14 years agoCSPACE-3739 cleanup on RelationResource, per CSPACE-3175
Laramie Crocker [Thu, 7 Apr 2011 20:01:22 +0000 (20:01 +0000)]
CSPACE-3739 cleanup on RelationResource, per CSPACE-3175

14 years agoNOJIRA fixed IntegrationTests, so re-enabling
Laramie Crocker [Thu, 7 Apr 2011 19:57:14 +0000 (19:57 +0000)]
NOJIRA fixed IntegrationTests, so re-enabling

14 years agoNOJIRA XmlReplay tests broken, per Richard. Checking in a change so that object...
Laramie Crocker [Thu, 7 Apr 2011 19:55:23 +0000 (19:55 +0000)]
NOJIRA XmlReplay tests broken, per Richard.  Checking in a change so that object-exit response level is ADDOK, then removed the cspace updatedAt and createdAt elements from expected, so they are simply seend as ADDOK from server.

14 years agoCSPACE-3710, CSPACE-3709: All Nuxeo-based resources (except contacts) now support...
Richard Millet [Thu, 7 Apr 2011 08:43:33 +0000 (08:43 +0000)]
CSPACE-3710, CSPACE-3709: All Nuxeo-based resources (except contacts) now support authorized workflow reads and updates (gets and puts).  NOTE: xml replay tests were failing so I needed to comment out the IntegrationTests module.  Hoping that Laramie can take a look at this soon.

14 years agoCSPACE-3709: Added 'workflow' permission resource declarations for everything but...
Richard Millet [Wed, 6 Apr 2011 17:57:41 +0000 (17:57 +0000)]
CSPACE-3709: Added 'workflow' permission resource declarations for everything but the sub-resources like contact, items, etc.

14 years agoCSPACE-3739 added Relation service list elements
Laramie Crocker [Wed, 6 Apr 2011 16:18:45 +0000 (16:18 +0000)]
CSPACE-3739 added Relation service list elements

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.

15 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.