]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
15 years agoCSPACE-3281: Was returning a 500 status code for duplicate role create requests,...
Richard Millet [Wed, 19 Jan 2011 23:37:40 +0000 (23:37 +0000)]
CSPACE-3281: Was returning a 500 status code for duplicate role create requests, but now returning 400 instead.

15 years agoCSPACE-3431: Changes in preparation for Maven upgrade.
Richard Millet [Wed, 19 Jan 2011 23:32:35 +0000 (23:32 +0000)]
CSPACE-3431: Changes in preparation for Maven upgrade.

15 years agoCSPACE-3061: Enabled UTF-8 create/retrieve and keyword search tests in CollectionObje...
Aron Roberts [Wed, 19 Jan 2011 03:44:01 +0000 (03:44 +0000)]
CSPACE-3061: Enabled UTF-8 create/retrieve and keyword search tests in CollectionObject service.

15 years agoCSPACE-3419: Hibernate configuration file in Authentication service updated to use...
Aron Roberts [Tue, 18 Jan 2011 23:41:43 +0000 (23:41 +0000)]
CSPACE-3419: Hibernate configuration file in Authentication service updated to use replaceable params, much like other similar config files throughout services.

15 years agoCSPACE-3325, CSPACE-3251: CollectionSpace-specific Nuxeo database templates directory...
Aron Roberts [Tue, 18 Jan 2011 22:55:01 +0000 (22:55 +0000)]
CSPACE-3325, CSPACE-3251: CollectionSpace-specific Nuxeo database templates directory is now automatically specified in the main Nuxeo config file, nuxeo.conf, as part of the services deployment process. Requires Ant 1.8.x and its PropertyFile task, checked for in the buildfile; will skip that step gracefully if not present. Cleans up CollectionSpace configuration changes and removes CollectoinSpace-specific directories upon an undeploy.

15 years agoNOJIRA: Removing unneeded Eclipse settings files.
Richard Millet [Fri, 14 Jan 2011 17:58:17 +0000 (17:58 +0000)]
NOJIRA: Removing unneeded Eclipse settings files.

15 years agoCSPACE-3178 first cleaning up javadoc errors before applying changes so that next...
Laramie Crocker [Wed, 12 Jan 2011 22:54:07 +0000 (22:54 +0000)]
CSPACE-3178 first cleaning up javadoc errors before applying changes so that next commit is more obvious

15 years agoCSPACE-3365: RelationsCommon JAX-B schema type for the predicate element should be...
Richard Millet [Sun, 9 Jan 2011 23:12:09 +0000 (23:12 +0000)]
CSPACE-3365: RelationsCommon JAX-B schema type for the predicate element should be changed to xs:string instead of being an enumerated type.

15 years agoCSPACE-2496,CSPACE-3550: Initial preparation for using database product-specific...
Aron Roberts [Sat, 8 Jan 2011 01:45:40 +0000 (01:45 +0000)]
CSPACE-2496,CSPACE-3550: Initial preparation for using database product-specific SQL commands, datatypes, etc. in post-init handlers. Declared additional singly repeatable fields in CollectionObject as large text fields, in tenant bindings.

15 years agoCSPACE-1133, CSPACE-1140: Updated Intake and CollectionObject validation handlers...
Richard Millet [Fri, 7 Jan 2011 23:13:35 +0000 (23:13 +0000)]
CSPACE-1133, CSPACE-1140: Updated Intake and CollectionObject validation handlers to use the new validation parent class.

15 years agoCSPACE-1087, CSPACE-1141: Relation validation handler now prevents creating relations...
Richard Millet [Fri, 7 Jan 2011 17:29:57 +0000 (17:29 +0000)]
CSPACE-1087, CSPACE-1141: Relation validation handler now prevents creating relationships where the subject ID and object ID are the same.  Also, relation validation now enforces non-null values for subject id, predicate type, and object id upon creation.

15 years agoCSPACE-2496: Trivial cleanup in early Init Handler code and comments, including remov...
Aron Roberts [Fri, 7 Jan 2011 01:13:02 +0000 (01:13 +0000)]
CSPACE-2496: Trivial cleanup in early Init Handler code and comments, including removing verbose log statements during init.

15 years agoCSPACE-2863 - Allowed multiple DocRef instances to be returned for refObjs sub-resour...
Patrick Schmitz [Thu, 6 Jan 2011 22:46:43 +0000 (22:46 +0000)]
CSPACE-2863 - Allowed multiple DocRef instances to be returned for refObjs sub-resource when a document has multiple references to a single authority term. Updated tests to verify this.

15 years agoCSPACE-2250
Chris Martin [Thu, 6 Jan 2011 10:59:49 +0000 (10:59 +0000)]
CSPACE-2250

15 years agoCSPACE-2496,CSPACE-3240: Added braindead example of init handler to change data type...
Aron Roberts [Thu, 6 Jan 2011 00:04:18 +0000 (00:04 +0000)]
CSPACE-2496,CSPACE-3240: Added braindead example of init handler to change data type of comments field in CollectionObject.

15 years agoCSPACE-3165: Special role "ROLE_SPRING_ADMIN" is no longer showing up in payload...
Richard Millet [Thu, 6 Jan 2011 00:03:13 +0000 (00:03 +0000)]
CSPACE-3165: Special role "ROLE_SPRING_ADMIN" is no longer showing up in payload results of "accountroles" request.

15 years agoCSPACE-2496 Added support for richer params in IInitHandler and in initHandler block...
Laramie Crocker [Wed, 5 Jan 2011 23:16:16 +0000 (23:16 +0000)]
CSPACE-2496 Added support for richer params in IInitHandler and in initHandler block in tenant-bindings.

15 years agoCSPACE-2496 added org.collectionspace.services.common.init package and IInitHandler...
Laramie Crocker [Tue, 4 Jan 2011 21:37:33 +0000 (21:37 +0000)]
CSPACE-2496 added org.collectionspace.services.common.init package and IInitHandler implementations using new JDBCTools class

15 years agoCSPACE-3325: Minor changes to Ant property names for clarity. Stubbed a task for...
Aron Roberts [Tue, 4 Jan 2011 01:47:19 +0000 (01:47 +0000)]
CSPACE-3325: Minor changes to Ant property names for clarity. Stubbed a task for updating the main Nuxeo config file with a reference to the relevant database templates folder, but left it commented out; this currently depends on an optional Ant task not guaranteed to be present in a build environment.

15 years agoCSPACE-3069: Minor changes to make changing the sort collator locale more convenient...
Aron Roberts [Mon, 3 Jan 2011 23:27:02 +0000 (23:27 +0000)]
CSPACE-3069: Minor changes to make changing the sort collator locale more convenient, and to prepare for future locale-related configuration of the CollectionSpace system.

15 years agoCSPACE-3069: Fixed typo in one comment.
Aron Roberts [Mon, 3 Jan 2011 23:17:17 +0000 (23:17 +0000)]
CSPACE-3069: Fixed typo in one comment.

15 years agoCSPACE-3069: List results from services calls may now be sorted on two or more fields...
Aron Roberts [Mon, 3 Jan 2011 23:11:08 +0000 (23:11 +0000)]
CSPACE-3069: List results from services calls may now be sorted on two or more fields; previously sorting was restricted to a single field.

15 years agoCSPACE-1841: slf4j-*.jars needed to be updated to 1.5.8. Also, these jars were being...
Richard Millet [Mon, 3 Jan 2011 23:07:59 +0000 (23:07 +0000)]
CSPACE-1841: slf4j-*.jars needed to be updated to 1.5.8.  Also, these jars were being included/packaged in our WAR file which was not necessary and potentially dangerous. So needed to change Maven scope to "provided" since we copy these jars over to a JBoss deployment directory.  Be sure to perform an undeploy and deploy from the "commons" module.

15 years agoCSPACE-3224: Edited repository config file to define selected fields moved into repea...
Aron Roberts [Mon, 3 Jan 2011 21:13:59 +0000 (21:13 +0000)]
CSPACE-3224: Edited repository config file to define selected fields moved into repeatable groups in release 1.2 as 'largetext', to enable these fields to hold > 500 chars.

15 years agoCSPACE-1071: Adding an example of how to create a custom Nuxeo EJB3/Remotable interfa...
Richard Millet [Fri, 31 Dec 2010 20:24:31 +0000 (20:24 +0000)]
CSPACE-1071: Adding an example of how to create a custom Nuxeo EJB3/Remotable interface and service.  We'll need this functionality not only to resolve issues like CSPACE-1071, but also many other current and future issues -like searches on complex types, efficient media handling, etc.

15 years agoNOJIRA
Laramie Crocker [Wed, 22 Dec 2010 20:36:05 +0000 (20:36 +0000)]
NOJIRA

15 years agoCSPACE-2496 Added handling of InitHandlers in ServiceMain, with changes to tenant...
Laramie Crocker [Wed, 22 Dec 2010 20:35:20 +0000 (20:35 +0000)]
CSPACE-2496 Added handling of InitHandlers in ServiceMain, with changes to tenant-bindings.xml and some new classes.  InitHandlers do not *do* anything yet.

15 years agoNOJIRA: Removing unnecessary Eclipse settings files.
Richard Millet [Tue, 21 Dec 2010 23:21:01 +0000 (23:21 +0000)]
NOJIRA: Removing unnecessary Eclipse settings files.

15 years agoCSPACE-3346: Removed refs to sun.misc.BASE64Decoder in ServletTools class and replace...
Richard Millet [Tue, 21 Dec 2010 22:30:10 +0000 (22:30 +0000)]
CSPACE-3346: Removed refs to sun.misc.BASE64Decoder in ServletTools class and replaced with http://commons.apache.org/codec/.  Found this when cleaning up my Eclipse settings files -stricter compliance settings triggered a build error on this usage.

15 years agoCSPACE-705 rolling back until tests succeed
Laramie Crocker [Tue, 21 Dec 2010 22:14:58 +0000 (22:14 +0000)]
CSPACE-705 rolling back until tests succeed

15 years agoNOJIRA: Removing unnecessary Eclipse settings files.
Richard Millet [Tue, 21 Dec 2010 20:59:30 +0000 (20:59 +0000)]
NOJIRA: Removing unnecessary Eclipse settings files.

15 years agoNOJIRA: Updating Eclipse settings files.
Richard Millet [Tue, 21 Dec 2010 20:45:31 +0000 (20:45 +0000)]
NOJIRA: Updating Eclipse settings files.

15 years agoCSPACE-1437 Added authorityrefs and refObjs tests for media service
Laramie Crocker [Tue, 21 Dec 2010 01:12:41 +0000 (01:12 +0000)]
CSPACE-1437 Added authorityrefs and refObjs tests for media service

15 years agoCSPACE-705 rolling back until tests succeed
Laramie Crocker [Tue, 21 Dec 2010 01:06:44 +0000 (01:06 +0000)]
CSPACE-705 rolling back until tests succeed

15 years agoCSPACE-933: Changes to fix some of our logging config issues.
Richard Millet [Tue, 21 Dec 2010 00:57:18 +0000 (00:57 +0000)]
CSPACE-933: Changes to fix some of our logging config issues.

15 years agoCSPACE-705 Added collectionspace_core:updatedAt DESC to orderBy clause for all servic...
Laramie Crocker [Mon, 20 Dec 2010 21:50:12 +0000 (21:50 +0000)]
CSPACE-705 Added collectionspace_core:updatedAt DESC to orderBy clause for all services that call RepositoryJavaClientImpl.getFiltered(). This enables LIST results to be sorted by updatedAt, with newest items on top.

15 years agoCSPACE-3224: Additional largetext changes for Intake records.
Aron Roberts [Fri, 17 Dec 2010 22:32:22 +0000 (22:32 +0000)]
CSPACE-3224: Additional largetext changes for Intake records.

15 years agoCSPACE-3224: Updated lists of fields that will be configured to hold large amounts...
Aron Roberts [Fri, 17 Dec 2010 22:22:36 +0000 (22:22 +0000)]
CSPACE-3224: Updated lists of fields that will be configured to hold large amounts of text in CLOB-type database fields, for all procedural record types except CollectionObject / Cataloging (to be worked on next).

15 years agoCSPACE-705
Laramie Crocker [Fri, 17 Dec 2010 03:10:27 +0000 (03:10 +0000)]
CSPACE-705

15 years agoCSPACE-3335
Laramie Crocker [Fri, 17 Dec 2010 03:07:49 +0000 (03:07 +0000)]
CSPACE-3335

15 years agoCSPACE-1847 Added new method overload for readList(str,str,str,str,str) to handle...
Laramie Crocker [Fri, 17 Dec 2010 02:43:25 +0000 (02:43 +0000)]
CSPACE-1847 Added new method overload for readList(str,str,str,str,str) to handle paging parameters so it is now readList(s,s,s,s,s,s,Long,Long)

15 years agoCSPACE-3338: 'ant import' target now fails with exit code 1 if an Exception is thrown...
Aron Roberts [Fri, 17 Dec 2010 00:40:15 +0000 (00:40 +0000)]
CSPACE-3338: 'ant import' target now fails with exit code 1 if an Exception is thrown that prevents the import from succeeding. A more concise and specific error message is also now printed.

15 years agoNOJIRA: Fix trivial typo.
Aron Roberts [Fri, 17 Dec 2010 00:36:05 +0000 (00:36 +0000)]
NOJIRA: Fix trivial typo.

15 years agoCSPACE-1071: The suggestion from Nuxeo Support does not work -the results are not...
Richard Millet [Thu, 16 Dec 2010 00:14:26 +0000 (00:14 +0000)]
CSPACE-1071: The suggestion from Nuxeo Support does not work -the results are not remotable.  I've sent back a request for another suggestion.  Meanwhile, I've placed functional code behind a new method inside the NuxeoUtils class called: boolean documentExists().  Dependent tasks like CSPACE-1023, should use this method.  If and when we get more performant code from Nuxeo we can update this method.

15 years agoCSPACE-2702: Using DocumentModel.getName() instead of: NuxeoUtils.extractId(docModel...
Richard Millet [Wed, 15 Dec 2010 22:15:47 +0000 (22:15 +0000)]
CSPACE-2702: Using DocumentModel.getName() instead of: NuxeoUtils.extractId(docModel.getPathAsString()) to get CSID

15 years agoCSPACE-3332 rolling back JAXRS annotation test change
Laramie Crocker [Wed, 15 Dec 2010 22:06:17 +0000 (22:06 +0000)]
CSPACE-3332 rolling back JAXRS annotation test change

15 years agoCSPACE-3332 checking Blob and Media DocumentModelHandlers in; will roll back if it...
Laramie Crocker [Wed, 15 Dec 2010 21:33:09 +0000 (21:33 +0000)]
CSPACE-3332 checking Blob and Media DocumentModelHandlers in; will roll back if it breaks.

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:24:27 +0000 (21:24 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:15:03 +0000 (21:15 +0000)]
CSPACE-3332

15 years agoNOJIRA
Laramie Crocker [Wed, 15 Dec 2010 21:11:07 +0000 (21:11 +0000)]
NOJIRA

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:37 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:35 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:33 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:31 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:29 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:27 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:24 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:22 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:20 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:16 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:13 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:10 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:08 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:05 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:03 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:10:00 +0000 (21:10 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:09:58 +0000 (21:09 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:09:55 +0000 (21:09 +0000)]
CSPACE-3332

15 years agoCSPACE-3332
Laramie Crocker [Wed, 15 Dec 2010 21:09:53 +0000 (21:09 +0000)]
CSPACE-3332

15 years agoCSPACE-3251: Removed README.txt file from the collectionobject module, which formerly...
Aron Roberts [Wed, 15 Dec 2010 00:38:40 +0000 (00:38 +0000)]
CSPACE-3251: Removed README.txt file from the collectionobject module, which formerly specified which fields will be defined as CLOB-types in the database, capable of holding large amounts of text. This configuration has been moved to the services/trunk/3rdparty/nuxeo module, and integrated into the services deployment process.

15 years agoCSPACE-3251: Added deployment and undeployment of the Nuxeo database configuration...
Aron Roberts [Wed, 15 Dec 2010 00:33:28 +0000 (00:33 +0000)]
CSPACE-3251: Added deployment and undeployment of the Nuxeo database configuration template folder, initially for MySQL, to the services 'ant deploy' and 'ant undeploy' targets.

15 years agoCSPACE-3245: Committing misc media and blob changes that I kept out of the v1.2 relea...
Richard Millet [Tue, 14 Dec 2010 23:20:33 +0000 (23:20 +0000)]
CSPACE-3245: Committing misc media and blob changes that I kept out of the v1.2 release to reduce risk.

15 years agoCSPACE-3251: Removed vestigial build.properties file from services' 3rdparty folder...
Aron Roberts [Tue, 14 Dec 2010 18:37:07 +0000 (18:37 +0000)]
CSPACE-3251: Removed vestigial build.properties file from services' 3rdparty folder; that properties file does not appear to be used, and its properties definitions overlap with the main services build.properties file.

15 years agoCSPACE-3211: Commented out all tests in dev-master XmlReplay.
Aron Roberts [Tue, 14 Dec 2010 02:27:34 +0000 (02:27 +0000)]
CSPACE-3211: Commented out all tests in dev-master XmlReplay.

15 years agoCSPACE-3211: Temporarily commented out list tests for object exit, acquisitions to...
Aron Roberts [Tue, 14 Dec 2010 02:26:44 +0000 (02:26 +0000)]
CSPACE-3211: Temporarily commented out list tests for object exit, acquisitions to preclude list failures where there are existing records. See oe6.xml.

15 years agoCSPACE-3311 acquisition return primary value of owner and acquisitionSource in summar...
Laramie Crocker [Tue, 14 Dec 2010 00:53:15 +0000 (00:53 +0000)]
CSPACE-3311 acquisition return primary value of owner and acquisitionSource in summary fields

15 years agoCSPACE-3311 added acquisition XmlReplayTests
Laramie Crocker [Tue, 14 Dec 2010 00:52:22 +0000 (00:52 +0000)]
CSPACE-3311 added acquisition XmlReplayTests

15 years agoCSPACE-3311 fixed bug where AcquisitionDocumentModelHandler called acquisitionSourceL...
Laramie Crocker [Mon, 13 Dec 2010 22:28:32 +0000 (22:28 +0000)]
CSPACE-3311 fixed bug where AcquisitionDocumentModelHandler called acquisitionSourceList.getAcquisitionSource().add(acquisitionSource) when it meant to call ownerList.getOwner().add(owner)

15 years agoCSPACE-3245: Committing final Media/Blob artifacts for v1.2 code-freeze. Full CRUD...
Richard Millet [Fri, 10 Dec 2010 05:09:49 +0000 (05:09 +0000)]
CSPACE-3245: Committing final Media/Blob artifacts for v1.2 code-freeze.  Full CRUD+L for Media and Blob schema records and CR+L for Media and Blob binaries and derivatives.  Will need to add UD for Media and Blob binaries and derivatives during another sprint.

15 years agoCSPACE-2927: Added 23 repeatable groups to the CollectionObject schema, in the servic...
Aron Roberts [Thu, 9 Dec 2010 21:35:22 +0000 (21:35 +0000)]
CSPACE-2927: Added 23 repeatable groups to the CollectionObject schema, in the services layer.  There are still some instance files and other artifacts that do not reflect all of these changes, but those do not currently cause tests to fail.

15 years agoNOJIRA: Updating Eclipse settings file.
Richard Millet [Thu, 9 Dec 2010 08:56:24 +0000 (08:56 +0000)]
NOJIRA: Updating Eclipse settings file.

15 years agoCSPACE-3245: Additional functionality to the blob service for the v1.2 sprint.
Richard Millet [Thu, 9 Dec 2010 08:55:35 +0000 (08:55 +0000)]
CSPACE-3245: Additional functionality to the blob service for the v1.2 sprint.

15 years agoCSPACE-3245: Additional functionality to the blob service for the v1.2 sprint.
Richard Millet [Thu, 9 Dec 2010 08:52:24 +0000 (08:52 +0000)]
CSPACE-3245: Additional functionality to the blob service for the v1.2 sprint.

15 years agoNOJIRA: Updating Eclipse files.
Richard Millet [Wed, 8 Dec 2010 18:50:43 +0000 (18:50 +0000)]
NOJIRA: Updating Eclipse files.

15 years agoCSPACE-3245: Committing more functionality to the the Blob service. REQUIRES full...
Richard Millet [Wed, 8 Dec 2010 18:39:06 +0000 (18:39 +0000)]
CSPACE-3245: Committing more functionality to the the Blob service.  REQUIRES full server restart after "ant undeploy deploy create_db import" .

15 years agoNOJIRA: Updating Eclipse files.
Richard Millet [Wed, 8 Dec 2010 18:33:55 +0000 (18:33 +0000)]
NOJIRA: Updating Eclipse files.

15 years agoCSPACE-3245: Committing more functionality to the the Blob service. REQUIRES full...
Richard Millet [Wed, 8 Dec 2010 18:25:11 +0000 (18:25 +0000)]
CSPACE-3245: Committing more functionality to the the Blob service.  REQUIRES full server restart after "ant undeploy deploy create_db import" .

15 years agoCSPACE-3245: Committing more functionality to the the Blob service. REQUIRES full...
Richard Millet [Wed, 8 Dec 2010 18:21:35 +0000 (18:21 +0000)]
CSPACE-3245: Committing more functionality to the the Blob service.  REQUIRES full server restart after "ant undeploy deploy create_db import" .

15 years agoCSPACE-3175 cleaned up dev-master.xml so that dev tests are not checked in.
Laramie Crocker [Tue, 7 Dec 2010 00:32:31 +0000 (00:32 +0000)]
CSPACE-3175 cleaned up dev-master.xml so that dev tests are not checked in.

15 years agoCSPACE-3175 applied objectexit refactoring to blob and media service. Also, refactor...
Laramie Crocker [Mon, 6 Dec 2010 23:46:45 +0000 (23:46 +0000)]
CSPACE-3175 applied objectexit refactoring to blob and media service.  Also, refactored ObjectExitDocumentModelHandler, BlobDocumentModelHandler, and MediaDocumentModelHandler to use a new intermediary superclass, DocHandlerBase, which abstracts almost all the work of a DocumentModelHandler up and out of the service.

15 years agoCSPACE-3175 moved deprecated and not-used methods out -- getObjectexitList(Map,String...
Laramie Crocker [Mon, 6 Dec 2010 23:42:44 +0000 (23:42 +0000)]
CSPACE-3175 moved deprecated and not-used methods out -- getObjectexitList(Map,String) and getObjectexitList(List) were not called anywhere, and search(MultivaluedMap<String,String> queryParams,String keywords) was only calling super.

15 years agoCSPACE-3245: More changes to deal with remote streaming issues related to large files.
Richard Millet [Mon, 6 Dec 2010 06:09:57 +0000 (06:09 +0000)]
CSPACE-3245: More changes to deal with remote streaming issues related to large files.

15 years agoNOJIRA: Trivial corrections to two comments re collectionspace_core doctype deploymen...
Aron Roberts [Sat, 4 Dec 2010 01:05:13 +0000 (01:05 +0000)]
NOJIRA: Trivial corrections to two comments re collectionspace_core doctype deployment/undeployment.

15 years agoCSPACE-338 Added domwalk capability to look for repeating fields in any order, SUCCES...
Laramie Crocker [Sat, 4 Dec 2010 00:24:16 +0000 (00:24 +0000)]
CSPACE-338 Added domwalk capability to look for repeating fields in any order, SUCCESS as long as repeatables dom-match in whatever order.

15 years agoNOJIRA: Updated Eclipse settings in the continuing quest for the global elimination...
Richard Millet [Fri, 3 Dec 2010 23:47:07 +0000 (23:47 +0000)]
NOJIRA: Updated Eclipse settings in the continuing quest for the global elimination of "little red x's".

15 years agoCSPACE-3226 - Added grants for reader account to mysql db setup. Enables report autho...
Patrick Schmitz [Fri, 3 Dec 2010 23:06:24 +0000 (23:06 +0000)]
CSPACE-3226 - Added grants for reader account to mysql db setup. Enables report authoring on the local machine. Added examples of two domain access points, for testing, development, and as an example to implementers.

15 years agoCSPACE-3245: Committing first round of image blob support for Media service. This...
Richard Millet [Fri, 3 Dec 2010 22:46:42 +0000 (22:46 +0000)]
CSPACE-3245: Committing first round of image blob support for Media service.  This code needs to move from its prototype location (in the CollectionObject service) to the Media and Blob services -this will be my next task.

15 years agoCSPACE-338 Added bootstrap test class, XmlReplayDevTest.java, to kick off dev-master...
Laramie Crocker [Fri, 3 Dec 2010 19:44:45 +0000 (19:44 +0000)]
CSPACE-338 Added bootstrap test class, XmlReplayDevTest.java, to kick off dev-master.xml for local development without having to hose xml-replay-master.xml

15 years agoCSPACE-338 proper handling of POST,PUT,GET,DELETE errors when connecting. Moved...
Laramie Crocker [Fri, 3 Dec 2010 19:43:05 +0000 (19:43 +0000)]
CSPACE-338 proper handling of POST,PUT,GET,DELETE errors when connecting.  Moved java.net and java.io calls inside try block and report errors in ServiceResult struct, which then properly reports errors to maven surefire.

15 years agoCSPACE-338 dump inbound request payloads properly. They were not being logged previo...
Laramie Crocker [Fri, 3 Dec 2010 00:53:32 +0000 (00:53 +0000)]
CSPACE-338 dump inbound request payloads properly.  They were not being logged previously.