]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
16 years agoCSPACE-497: Added REST call to return a full list of serialized ID generator instances.
Aron Roberts [Thu, 8 Oct 2009 02:14:23 +0000 (02:14 +0000)]
CSPACE-497: Added REST call to return a full list of serialized ID generator instances.

16 years agoCSPACE-451 Have basics of the Vocabulary service working. Vocabulary Items still...
Patrick Schmitz [Wed, 7 Oct 2009 23:07:59 +0000 (23:07 +0000)]
CSPACE-451 Have basics of the Vocabulary service working. Vocabulary Items still in progress, but I wanted to do an interim checkin.

16 years agoCSPACE-504: Changes to get Acquisition service working with the Nuxeo webapp again.
Richard Millet [Wed, 7 Oct 2009 22:07:29 +0000 (22:07 +0000)]
CSPACE-504: Changes to get Acquisition service working with the Nuxeo webapp again.

16 years agoCSPACE-394: Removing refs to obsolete NuxeoClientType.
Richard Millet [Wed, 7 Oct 2009 22:02:35 +0000 (22:02 +0000)]
CSPACE-394: Removing refs to obsolete NuxeoClientType.

16 years agoNOJIRA: Replacing incorrect reference to CollectionObjectJAXBSchema with correct...
Richard Millet [Wed, 7 Oct 2009 21:50:36 +0000 (21:50 +0000)]
NOJIRA: Replacing incorrect reference to CollectionObjectJAXBSchema with correct references to CollectionObjectListItemJAXBSchema.

16 years agoNOJIRA: Adding back the commented out SDK module reference.
Richard Millet [Wed, 7 Oct 2009 21:46:36 +0000 (21:46 +0000)]
NOJIRA: Adding back the commented out SDK module reference.

16 years agoNOJIRA: Removing (apparently redundant or unnecessary) dependency to to dom4j artifac...
Richard Millet [Wed, 7 Oct 2009 21:25:28 +0000 (21:25 +0000)]
NOJIRA: Removing (apparently redundant or unnecessary) dependency to to dom4j artifact.  This depency was causing problems with Eclipse compilation classpaths.

16 years agoCSPACE-512: Adding "aquisition" service to targets.
Richard Millet [Wed, 7 Oct 2009 19:12:35 +0000 (19:12 +0000)]
CSPACE-512: Adding "aquisition" service to targets.

16 years agoCSPACE-429: Additional minor code clean-up in the ID Service in preparation for work...
Aron Roberts [Wed, 7 Oct 2009 02:08:10 +0000 (02:08 +0000)]
CSPACE-429: Additional minor code clean-up in the ID Service in preparation for work on CSPACE-497, adding type awareness.  Continued selectively replacing inappropriate Java Exceptions with CSpace-defined Exception types.

16 years agoCSPACE-503: Changes made to the ID Service in the short-lived Hello Venus branch...
Aron Roberts [Wed, 7 Oct 2009 00:11:44 +0000 (00:11 +0000)]
CSPACE-503: Changes made to the ID Service in the short-lived Hello Venus branch are merged back to the main trunk.  Includes changes made in four commits: r762, r763, r765 and r768,

16 years agoCSPACE-492 removed forced connection on the nuxeo client while obtaining every sessio...
Sanjay Dalal [Tue, 6 Oct 2009 22:14:58 +0000 (22:14 +0000)]
CSPACE-492 removed forced connection on the nuxeo client while obtaining every session. reuses client and reauthenticates on every use.
tests: mvn test passes at the top level, still to test on linux platform.

16 years agoCSPACE-394 removed old listing of workspaces used by services. with tenant-sp service...
Sanjay Dalal [Tue, 6 Oct 2009 22:11:52 +0000 (22:11 +0000)]
CSPACE-394 removed old listing of workspaces used by services. with tenant-sp service binding, the service name is the workspace name

16 years agoNOJIRA Changed the package of the test files to match their folder (put them in a...
Patrick Schmitz [Tue, 6 Oct 2009 21:18:06 +0000 (21:18 +0000)]
NOJIRA Changed the package of the test files to match their folder (put them in a test subpackage). Fixed scope of constant declaration in UUIDGeneratorPart to be public.
These changes should not affect functionality, but they correct build problems in eclipse (that maven ignores).

16 years agoCSPACE-502 separated fillPart into a protected method so that it could be overridden.
Sanjay Dalal [Mon, 5 Oct 2009 22:54:59 +0000 (22:54 +0000)]
CSPACE-502 separated fillPart into a protected method so that it could be overridden.

16 years agoNOJIRA relation service client pom fixed. slf4j dependencies should be declared on...
Sanjay Dalal [Mon, 5 Oct 2009 17:56:22 +0000 (17:56 +0000)]
NOJIRA relation service client pom fixed. slf4j dependencies should be declared on the top for logs to appear.

16 years agoNOJIRA fixed typo
Sanjay Dalal [Mon, 5 Oct 2009 17:26:26 +0000 (17:26 +0000)]
NOJIRA fixed typo

16 years agoCSPACE-60 introduced DocumentHandlerFactory interface that is implemented by all...
Sanjay Dalal [Fri, 2 Oct 2009 17:42:12 +0000 (17:42 +0000)]
CSPACE-60 introduced DocumentHandlerFactory interface that is implemented by all services
tests: mvn test passes at trunk/services level

M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectHandlerFactory.java
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionHandlerFactory.java
A    services/common/src/main/java/org/collectionspace/services/common/repository/DocumentHandlerFactory.java
D    services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceHandlerFactory.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeHandlerFactory.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationHandlerFactory.java

16 years agoCSPACE-394 minor changes for required/optional attributes
Sanjay Dalal [Fri, 2 Oct 2009 17:39:49 +0000 (17:39 +0000)]
CSPACE-394 minor changes for required/optional attributes

M    service.xsd

16 years agoNOJIRA: Removing unneeded Eclipse project-specific settings files.
Richard Millet [Fri, 2 Oct 2009 16:00:40 +0000 (16:00 +0000)]
NOJIRA: Removing unneeded Eclipse project-specific settings files.

16 years agoNOJIRA: Removing unneeded Eclipse project-specific settings file.
Richard Millet [Fri, 2 Oct 2009 15:57:49 +0000 (15:57 +0000)]
NOJIRA: Removing unneeded Eclipse project-specific settings file.

16 years agoNOJIRA Fixed to used JDK 1.6.
Patrick Schmitz [Wed, 30 Sep 2009 22:44:49 +0000 (22:44 +0000)]
NOJIRA Fixed to used JDK 1.6.

16 years agoCSPACE-418 relation entity schema is flatten
Sanjay Dalal [Tue, 29 Sep 2009 23:29:20 +0000 (23:29 +0000)]
CSPACE-418 relation entity schema is flatten
CSPACE-81,394 schema extension supported between consumer and service using multipart messaging, between service and repository using nuxeo repository. relationship service is refactored to use repository client and document handler. tenant binding updated for the relationship service. service context and document handler are further refactored to accommodate the use case of "local" service-service interaction and "remote" interaction. All remotely accessible services now use RemoteServiceContext and RemoteDocumentHandler. Removed unused RepresentationHandlers from all the services where applicable.
TEST: services/trunk mvn test passes

M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/CollectionObjectResource.java
D    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectRepresenationHandler.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectDocumentModelHandler.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectHandlerFactory.java
M    services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
M    services/JaxRsServiceProvider/pom.xml
M    services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClientFactory.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/DocumentHandler.java
M    services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceResource.java
M    services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResource.java
A    services/common/src/main/java/org/collectionspace/services/common/context/RemoteServiceContext.java
A  + services/common/src/main/java/org/collectionspace/services/common/context/RemoteServiceContextImpl.java
M    services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
D    services/common/src/main/java/org/collectionspace/services/common/context/ServiceContextImpl.java
A    services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContext.java
R    services/common/src/main/java/org/collectionspace/services/common/relation/RelationJAXBSchema.java
R    services/common/src/main/java/org/collectionspace/services/common/relation/IRelationsManager.java
D    services/common/src/main/java/org/collectionspace/services/common/relation/RelationsManager.java
A    services/common/src/main/java/org/collectionspace/services/common/relation/nuxeo/RelationsUtils.java
A    services/common/src/main/java/org/collectionspace/services/common/relation/nuxeo/RelationConstants.java
D    services/common/src/main/java/org/collectionspace/services/common/relation/nuxeo/RelationsManagerNuxeoImpl.java
D    services/common/src/main/java/org/collectionspace/services/nuxeo/CollectionSpaceServiceNuxeoImpl.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
A    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandler.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
M    services/common/src/main/config/tenant-bindings.xml
A  + services/common/src/main/resources/relations-common.xsd
D    services/common/src/main/resources/relation.xsd
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/AcquisitionResource.java
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionDocumentModelHandler.java
M    services/pom.xml
M    services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeResource.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeHandlerFactory.java
D    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeRepresenationHandler.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeDocumentModelHandler.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/NewRelationResource.java
D    services/relation/service/src/main/java/org/collectionspace/services/relation/RelationResource.java
D    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationServiceNuxeoImpl.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationHandlerFactory.java
D    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationNuxeoConstants.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationDocumentModelHandler.java
D    services/relation/service/src/main/java/org/collectionspace/services/relation/RelationService.java
A  + services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations-common.xsd
D    services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relation.xsd
M    services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/OSGI-INF/core-types-contrib.xml
M    services/relation/client/src/test/java/org/collectionspace/services/client/test/RelationServiceTest.java
A    services/relation/client/src/test/resources/log4j.properties
D    services/relation/client/src/test/resources/log4j.xml
M    services/relation/client/src/main/java/org/collectionspace/services/client/RelationProxy.java
M    services/relation/client/src/main/java/org/collectionspace/services/client/RelationClient.java
M    services/relation/client/pom.xml

16 years agoCSPACE-81,43,371,394,395
Sanjay Dalal [Wed, 23 Sep 2009 18:03:36 +0000 (18:03 +0000)]
CSPACE-81,43,371,394,395
CSPACE-81,394 schema extension supported between consumer and service using multipart messaging, between service and repository using nuxeo repository. metadata-driven using service binding. collectionobject schema extended for testing for natural history domain
CSPACE-43 use of JAXB is minimized to consumer side and restricted to just common part on the service side
CSPACE-371 nuxeo binding is externalized into tenant binding.
CSPACE-395 multi tenancy first cut. example binding for movingimages.us.

M    services/authentication/client/src/test/java/org/collectionspace/services/authentication/client/AuthenticationServiceTest.java
M    services/sdk/sample/src/main/java/org/collectionspace/services/sdk/sample/Sample.java
D    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/CollectionObjectService.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/CollectionObjectResource.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectRepresenationHandler.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectDocumentModelHandler.java
D    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectServiceNuxeoImpl.java
M    services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectHandlerFactory.java
M    services/collectionobject/service/pom.xml
D    services/collectionobject/jaxb/src/main/resources/collectionobject.xsd
A  + services/collectionobject/jaxb/src/main/resources/collectionobjects-common.xsd
A    services/collectionobject/jaxb/src/main/resources/collectionobjects-naturalhistory.xsd
M    services/collectionobject/jaxb/pom.xml
D    services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobject.xsd
A  + services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects-common.xsd
A    services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects-naturalhistory.xsd
M    services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/core-types-contrib.xml
A    services/collectionobject/3rdparty/pom.xml~
A    services/collectionobject/client/received.xml~
A    services/collectionobject/client/received.xml
A    services/collectionobject/client/sent.xml~
M    services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java
M    services/collectionobject/client/src/main/java/org/collectionspace/services/client/CollectionObjectClient.java
M    services/collectionobject/client/src/main/java/org/collectionspace/services/client/CollectionObjectProxy.java
A    services/collectionobject/client/sent.xml
M    services/collectionobject/client/pom.xml
A    services/collectionobject/client/test.xml
M    services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
M    services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
M    services/JaxRsServiceProvider/pom.xml
A    services/common/profiles.xml
A    services/common/src/main/java/org/collectionspace/services/common/repository/DocumentUtils.java
A    services/common/src/main/java/org/collectionspace/services/common/repository/AbstractDocumentHandler.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClientFactory.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/DocumentHandler.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/DocumentException.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java
M    services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceResource.java
A  + services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceServiceContextListener.java
A  + services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResource.java
A    services/common/src/main/java/org/collectionspace/services/common/context
A    services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
A    services/common/src/main/java/org/collectionspace/services/common/context/ServiceContextImpl.java
M    services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
A    services/common/src/main/java/org/collectionspace/services/common/config
A    services/common/src/main/java/org/collectionspace/services/common/config/ConfigReader.java
A    services/common/src/main/java/org/collectionspace/services/common/config/AbstractConfigReader.java
A    services/common/src/main/java/org/collectionspace/services/common/config/ServicesConfigReader.java
A    services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReader.java
D    services/common/src/main/java/org/collectionspace/services/common/ServiceContextListener.java
M    services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceHandlerFactory.java
A    services/common/src/main/java/org/collectionspace/services/svn-commit.tmp~
M    services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoConnector.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/rest/RepresentationHandler.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/rest/RepositoryRESTClient.java
M    services/common/src/main/config/service-config.xml
A    services/common/src/main/config/tenant-bindings.xml
A    services/common/src/main/svn-commit.tmp~
M    services/common/src/main/resources/service-config.xsd
A    services/common/src/main/resources/types.xsd
A    services/common/src/main/resources/tenant.xsd
A    services/common/src/main/resources/service.xsd
M    services/common/pom.xml
M    services/common/build.xml
_M   services/acquisition/service
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/AcquisitionResource.java
D    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/AcquisitionService.java
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionDocumentModelHandler.java
M    services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionHandlerFactory.java
_M   services/acquisition/jaxb
D    services/acquisition/jaxb/src/main/resources/acquisition.xsd
A  + services/acquisition/jaxb/src/main/resources/acquisitions-common.xsd
_M   services/acquisition/3rdparty/nuxeo-platform-cs-acquisition
D    services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/src/main/resources/schemas/acquisition.xsd
A  + services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/src/main/resources/schemas/acquisitions-common.xsd
M    services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/src/main/resources/OSGI-INF/core-types-contrib.xml
_M   services/acquisition/client
M    services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionServiceTest.java
M    services/acquisition/client/src/main/java/org/collectionspace/services/client/AcquisitionClient.java
M    services/acquisition/client/src/main/java/org/collectionspace/services/client/AcquisitionProxy.java
M    services/pom.xml
M    services/id/service/pom.xml
M    services/id/jaxb/pom.xml
_M   services/query/service
_M   services/IntegrationTests
A    services/intake/service/profiles.xml
M    services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeResource.java
D    services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeService.java
D    services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeServiceNuxeoImpl.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeHandlerFactory.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeRepresenationHandler.java
M    services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeDocumentModelHandler.java
A  + services/intake/jaxb/src/main/resources/intakes-common.xsd
D    services/intake/jaxb/src/main/resources/intake.xsd
M    services/intake/jaxb/pom.xml
A  + services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intakes-common.xsd
D    services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intake.xsd
M    services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/OSGI-INF/core-types-contrib.xml
M    services/intake/client/src/test/java/org/collectionspace/services/client/test/IntakeServiceTest.java
M    services/intake/client/src/main/java/org/collectionspace/services/client/IntakeClient.java
M    services/intake/client/src/main/java/org/collectionspace/services/client/IntakeProxy.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/NewRelationResource.java
M    services/client/src/main/java/org/collectionspace/services/client/test/ServiceTest.java
M    services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTest.java

16 years agoNOJIRA: Testing check-in to trunk.
Richard Millet [Tue, 22 Sep 2009 21:01:28 +0000 (21:01 +0000)]
NOJIRA: Testing check-in to trunk.

16 years agoCSPACE-87: Adding the CollectionSpace project Maven repositories to the POM's <reposi...
Richard Millet [Tue, 22 Sep 2009 17:21:01 +0000 (17:21 +0000)]
CSPACE-87: Adding the CollectionSpace project Maven repositories to the POM's <repositories> element.

16 years agoNOJIRA: Updated all the build settings to follow the workspace default (cleans up...
Patrick Schmitz [Mon, 21 Sep 2009 18:49:44 +0000 (18:49 +0000)]
NOJIRA: Updated all the build settings to follow the workspace default (cleans up some projects using JDK 1.5 to build).

16 years agoCSPACE-87: Renaming classes and packages to be more generic in nature.
Richard Millet [Mon, 21 Sep 2009 16:52:50 +0000 (16:52 +0000)]
CSPACE-87: Renaming classes and packages to be more generic in nature.

16 years agoCSPACE-457: Adding <distributionManagement> element to our root POM to publish the...
Richard Millet [Mon, 21 Sep 2009 16:02:30 +0000 (16:02 +0000)]
CSPACE-457: Adding <distributionManagement> element to our root POM to publish the artifacts to our project Maven repository at source.collectionspace.org

16 years agoNOJIRA: Cleaning up eclipse settings to use workspace defaults.
Patrick Schmitz [Fri, 18 Sep 2009 17:14:42 +0000 (17:14 +0000)]
NOJIRA: Cleaning up eclipse settings to use workspace defaults.

16 years agoNOJIRA: Added recommended setting for maven plugin to disable some maven compiler...
Patrick Schmitz [Fri, 18 Sep 2009 16:39:00 +0000 (16:39 +0000)]
NOJIRA: Added recommended setting for maven plugin to disable some maven compiler processing.

16 years agoCSPACE-87: Adding sample code for Susan Stone to base her PAHMA data migration work on.
Richard Millet [Thu, 17 Sep 2009 21:41:41 +0000 (21:41 +0000)]
CSPACE-87: Adding sample code for Susan Stone to base her PAHMA data migration work on.

16 years agoNOJIRA: Trivial change to trigger Bamboo CI rebuild.
Aron Roberts [Thu, 17 Sep 2009 03:46:07 +0000 (03:46 +0000)]
NOJIRA: Trivial change to trigger Bamboo CI rebuild.

16 years agoNOJIRA: Trivial change to trigger Bamboo CI rebuild.
Aron Roberts [Thu, 17 Sep 2009 03:43:34 +0000 (03:43 +0000)]
NOJIRA: Trivial change to trigger Bamboo CI rebuild.

16 years agoCSPACE-448: ID Service returns 404, not 400, when an ID Generator is not found. Curre...
Aron Roberts [Thu, 17 Sep 2009 03:19:21 +0000 (03:19 +0000)]
CSPACE-448: ID Service returns 404, not 400, when an ID Generator is not found. Currently uses DocumentNotFoundException in common module; this may need to be re-thought.

16 years agoCSPACE-424: Added (currently commented-out) negative tests of create and update with...
Aron Roberts [Wed, 16 Sep 2009 22:58:36 +0000 (22:58 +0000)]
CSPACE-424: Added (currently commented-out) negative tests of create and update with empty payload to Acquisition service tests, removed obsolete createNull test.

16 years agoCSPACE-429: Minor code cleanup in ID Service following refactoring.
Aron Roberts [Thu, 10 Sep 2009 23:46:56 +0000 (23:46 +0000)]
CSPACE-429: Minor code cleanup in ID Service following refactoring.

16 years agoCSPACE-432: Create stubbed Acquisition service modules and build files.
Richard Millet [Thu, 10 Sep 2009 21:37:07 +0000 (21:37 +0000)]
CSPACE-432: Create stubbed Acquisition service modules and build files.

16 years agoNOJIRA: Updated to remove unneeded snapshot checks.
Richard Millet [Thu, 10 Sep 2009 21:20:30 +0000 (21:20 +0000)]
NOJIRA: Updated to remove unneeded snapshot checks.

16 years agoCSPACE-425: Split off base ID generator.
Aron Roberts [Thu, 10 Sep 2009 19:10:19 +0000 (19:10 +0000)]
CSPACE-425: Split off base ID generator.

16 years agoCSPACE-361: Adding two interfaces not picked up in the last check-in, causing a Bambo...
Aron Roberts [Thu, 10 Sep 2009 02:58:21 +0000 (02:58 +0000)]
CSPACE-361: Adding two interfaces not picked up in the last check-in, causing a Bamboo CI build failure.

16 years agoCSPACE-361: More work on refactoring ID Service to a hierarchy of IDGeneratorParts...
Aron Roberts [Thu, 10 Sep 2009 02:50:33 +0000 (02:50 +0000)]
CSPACE-361: More work on refactoring ID Service to a hierarchy of IDGeneratorParts interfaces.

16 years agoCSPACE-424,CSPACE-401: Added (currently commented-out) negative tests of create and...
Aron Roberts [Wed, 9 Sep 2009 23:58:04 +0000 (23:58 +0000)]
CSPACE-424,CSPACE-401: Added (currently commented-out) negative tests of create and update with empty payload to client test framework, three service tests.

16 years agoCSPACE-424: Remove unneeded, now failing createNull() test from client test framework...
Aron Roberts [Wed, 9 Sep 2009 23:13:46 +0000 (23:13 +0000)]
CSPACE-424: Remove unneeded, now failing createNull() test from client test framework, three service tests.

16 years agoCSPACE-411: Created stubbed Vocabulary service module and corresponding build pom...
Richard Millet [Tue, 8 Sep 2009 21:53:36 +0000 (21:53 +0000)]
CSPACE-411: Created stubbed Vocabulary service module and corresponding build pom files.

16 years agoNOJIRA: Updating Eclipse settings files.
Richard Millet [Tue, 8 Sep 2009 20:24:59 +0000 (20:24 +0000)]
NOJIRA: Updating Eclipse settings files.

16 years agoNOJIRA: Updating Eclipse settings files.
Richard Millet [Tue, 8 Sep 2009 20:22:10 +0000 (20:22 +0000)]
NOJIRA: Updating Eclipse settings files.

16 years agoNOJIRA: Updating Eclipse setting files.
Richard Millet [Tue, 8 Sep 2009 20:21:26 +0000 (20:21 +0000)]
NOJIRA: Updating Eclipse setting files.

16 years agoCSPACE-410: Adding stubbed query/search service structure. Requires full clean build.
Richard Millet [Fri, 4 Sep 2009 19:47:13 +0000 (19:47 +0000)]
CSPACE-410: Adding stubbed query/search service structure.  Requires full clean build.

16 years agoCSPACE-361: Initial steps toward larger refactoring of ID Service
Aron Roberts [Fri, 4 Sep 2009 19:28:13 +0000 (19:28 +0000)]
CSPACE-361: Initial steps toward larger refactoring of ID Service

16 years agoCSPACE-360: Minor code cleanup within, and for consistency among, CollectionObject...
Aron Roberts [Wed, 2 Sep 2009 23:49:01 +0000 (23:49 +0000)]
CSPACE-360: Minor code cleanup within, and for consistency among, CollectionObject, Intake and Relation service tests.

16 years agoCSPACE-360,CSPACE-389,CSPACE-385: Revise Relation client tests to use the updated...
Aron Roberts [Wed, 2 Sep 2009 21:49:43 +0000 (21:49 +0000)]
CSPACE-360,CSPACE-389,CSPACE-385: Revise Relation client tests to use the updated client test framework.  Minor changes in related classes triggered by this work.

16 years agoCSPACE-360,CSPACE-388: Renamed methods in Intake client classes for consistency with...
Aron Roberts [Wed, 2 Sep 2009 01:43:01 +0000 (01:43 +0000)]
CSPACE-360,CSPACE-388: Renamed methods in Intake client classes for consistency with test classes.

16 years agoCSPACE-360,CSPACE-385,CSPACE-387: Renamed methods in CollectionObject client classes...
Aron Roberts [Tue, 1 Sep 2009 20:59:32 +0000 (20:59 +0000)]
CSPACE-360,CSPACE-385,CSPACE-387: Renamed methods in CollectionObject client classes for consistency with test classes, and statements affected by these changes in other modules.

16 years agoCSPACE-360,CSPACE-386,CSPACE-387: Replaced HttpClient with RESTEasy ClientRequest...
Aron Roberts [Mon, 31 Aug 2009 22:36:26 +0000 (22:36 +0000)]
CSPACE-360,CSPACE-386,CSPACE-387: Replaced HttpClient with RESTEasy ClientRequest in client test framework, CollectionObject tests.

16 years agoNOJIRA: Moved client test framework files to new 'test' subdirectory to mirror their...
Aron Roberts [Fri, 28 Aug 2009 23:57:25 +0000 (23:57 +0000)]
NOJIRA: Moved client test framework files to new 'test' subdirectory to mirror their package name, and enable compilation for Eclipse users.

16 years agoNOJIRA: Commented out an unneeded dependency related to client test framework package...
Richard Millet [Fri, 28 Aug 2009 19:53:40 +0000 (19:53 +0000)]
NOJIRA: Commented out an unneeded dependency related to client test framework package issue.

16 years agoCSPACE-398: I created an abstract base class for service resources. It helps consolid...
Richard Millet [Fri, 28 Aug 2009 17:12:02 +0000 (17:12 +0000)]
CSPACE-398: I created an abstract base class for service resources. It helps consolidate setup and use of the client and the document handler.  The resource class defined in "NewRelationResource.java" shows an example of how to use this base class.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Fri, 28 Aug 2009 16:51:30 +0000 (16:51 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoCSPACE-360,CSPACE-384: For client test framework: Restored two inadvertently deleted...
Aron Roberts [Fri, 28 Aug 2009 02:48:59 +0000 (02:48 +0000)]
CSPACE-360,CSPACE-384: For client test framework: Restored two inadvertently deleted files. Moved all three files in framework to main tree in client module, from test tree, due to unresolved issues in sharing test code across modules.

16 years agoCSPACE-360,CSPACE-384: Introduced dependency on surefire plugin 2.4+ in client module...
Aron Roberts [Thu, 27 Aug 2009 19:49:30 +0000 (19:49 +0000)]
CSPACE-360,CSPACE-384: Introduced dependency on surefire plugin 2.4+ in client module to allow packaging of client test framework files into test-jar, even when tests are skipped. See http://bit.ly/IOnaZ

16 years agoCSPACE-360,CSPACE-384: POM file additions to generate a jar file containing client...
Aron Roberts [Thu, 27 Aug 2009 19:14:06 +0000 (19:14 +0000)]
CSPACE-360,CSPACE-384: POM file additions to generate a jar file containing client test framework files in the 'client' module, and then use (depend on) those files in 'collectionobject/client'.

16 years agoCSPACE-360,CSPACE-384: Complete move of last client test framework file to 'client...
Aron Roberts [Thu, 27 Aug 2009 18:37:11 +0000 (18:37 +0000)]
CSPACE-360,CSPACE-384: Complete move of last client test framework file to 'client' module, from 'collectionobject' module.

16 years agoCSPACE-360,CSPACE-384: Move of several client test framework files to 'client' module...
Aron Roberts [Thu, 27 Aug 2009 18:34:27 +0000 (18:34 +0000)]
CSPACE-360,CSPACE-384: Move of several client test framework files to 'client' module, from 'collectionobject' module.

16 years agoCSPACE-360,CSPACE-384: More minor code cleanup, including adding missing annotations...
Aron Roberts [Thu, 27 Aug 2009 00:11:09 +0000 (00:11 +0000)]
CSPACE-360,CSPACE-384: More minor code cleanup, including adding missing annotations and removing superfluous super calls.

16 years agoCSPACE-360,CSPACE-384: Removed some unneeded import statements, and other minor code...
Aron Roberts [Wed, 26 Aug 2009 23:39:20 +0000 (23:39 +0000)]
CSPACE-360,CSPACE-384: Removed some unneeded import statements, and other minor code and comment cleanup.

16 years agoCSPACE-360,CSPACE-384: Simple, hierarchical client test framework now working. Need...
Aron Roberts [Wed, 26 Aug 2009 23:24:17 +0000 (23:24 +0000)]
CSPACE-360,CSPACE-384: Simple, hierarchical client test framework now working. Need to move to client module from collectionobject/client.

16 years agoCSPACE-360: Uses enums, rather than Strings, for testing whether a received status...
Aron Roberts [Wed, 26 Aug 2009 02:35:12 +0000 (02:35 +0000)]
CSPACE-360: Uses enums, rather than Strings, for testing whether a received status code is within the expected set

16 years agoCSPACE-383 moved sandbox from services/trunk to top-level root as per agreement withi...
Sanjay Dalal [Fri, 21 Aug 2009 21:55:15 +0000 (21:55 +0000)]
CSPACE-383 moved sandbox from services/trunk to top-level root as per agreement within the services team.

A  + sandbox
D    services/trunk/sandbox

16 years agoCSPACE-360,CSPACE-338: Added initial test for response status code falling within...
Aron Roberts [Thu, 20 Aug 2009 19:26:09 +0000 (19:26 +0000)]
CSPACE-360,CSPACE-338: Added initial test for response status code falling within permitted set; additional internal reorganization for clarity.

16 years agoCSPACE-360,CSPACE-338: Added more negative tests, based on HttpClient, and begin...
Aron Roberts [Thu, 20 Aug 2009 03:34:23 +0000 (03:34 +0000)]
CSPACE-360,CSPACE-338: Added more negative tests, based on HttpClient, and begin looking into generalization for test classes. (May later migrate HttpClient-based tests to RESTeasy ClientResponse.)

16 years agoCSPACE-343: Updated POM files to use new CSpace repository URLS that now uses a ...
Richard Millet [Tue, 18 Aug 2009 20:54:57 +0000 (20:54 +0000)]
CSPACE-343: Updated POM files to use new CSpace repository URLS that now uses a "cached" set of artifacts from Nuxeo.org's "public" and "public-snaphots" repositories.  Our CSpace repo is now configured to *NOT* auto-update its cache.  We can update it manually as needed.

16 years agoCSPACE-343: Updated POM files to use new CSpace repository and also to remove unneede...
Richard Millet [Tue, 18 Aug 2009 07:43:25 +0000 (07:43 +0000)]
CSPACE-343: Updated POM files to use new CSpace repository and also to remove unneeded refs to maven.nuxeo.org repo.

16 years agoCSPACE-324,CSPACE-245: Resolved discrepancy between top-level client ServiceTest...
Aron Roberts [Sun, 16 Aug 2009 22:32:17 +0000 (22:32 +0000)]
CSPACE-324,CSPACE-245: Resolved discrepancy between top-level client ServiceTest and recent changes to the ID Service

16 years agoCSPACE-182 see CSPACE 328/329/330, relevant pom.xmls changed to depend on 5.2.1 and...
Sanjay Dalal [Thu, 13 Aug 2009 18:35:20 +0000 (18:35 +0000)]
CSPACE-182 see CSPACE 328/329/330, relevant pom.xmls changed to depend on 5.2.1 and 1.5.1. doc-type pom.xmls still need version properties locally
CSPACE-328 built nuxeo using 5.2GA source updated wiki with notes see http://wiki.collectionspace.org/display/collectionspace/Build+Nuxeo+5.2
CSPACE-329 nuxeo domain uses 5.2GA, Mysql and JDK 1.6, see http://wiki.collectionspace.org/display/collectionspace/Configure+Nuxeo+domain
CSPACE-330 ran all services tests to verify build works. changed NuxeoConnector to use new properties for remote API fix from Nuxeo
CSPACE-303 ant deploy and dist now depend on package instead of install,
CSPACE-89 dist-jboss-domains (calls dist-jboss-nuxeo and dist-jboss-cspace) packages two working domains, dist packages just cspace binaries.

M    3rdparty/pom.xml
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-core-query-1.5-SNAPSHOT.jar
A    3rdparty/nuxeo/nuxeo-client/lib/5.2.M4
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-core-query-1.5-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-core-api-1.5-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-runtime-osgi-1.5-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-runtime-1.5-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-core-schema-1.5-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.M4/nuxeo-common-1.5-SNAPSHOT.jar
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-core-api-1.5-SNAPSHOT.jar
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-runtime-osgi-1.5-SNAPSHOT.jar
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-runtime-1.5-SNAPSHOT.jar
A    3rdparty/nuxeo/nuxeo-client/lib/5.2.GA
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-core-query-1.5.1-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-core-api-1.5.1-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-runtime-osgi-1.5.1-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-runtime-1.5.1-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-core-schema-1.5.1-SNAPSHOT.jar
AM   3rdparty/nuxeo/nuxeo-client/lib/5.2.GA/nuxeo-common-1.5.1-SNAPSHOT.jar
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-core-schema-1.5-SNAPSHOT.jar
D    3rdparty/nuxeo/nuxeo-client/lib/nuxeo-common-1.5-SNAPSHOT.jar
M    3rdparty/nuxeo/pom.xml
M    3rdparty/nuxeo/build.xml
M    3rdparty/build.xml
_M   services/authentication/service
M    services/authentication/service/build.xml
_M   services/authentication/client
M    services/authentication/build.xml
M    services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml
M    services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
M    services/collectionobject/3rdparty/build.xml
M    services/collectionobject/pom.xml
M    services/collectionobject/build.xml
M    services/JaxRsServiceProvider/pom.xml
M    services/JaxRsServiceProvider/build.xml
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoConnector.java
M    services/common/pom.xml
M    services/common/build.xml
M    services/pom.xml
M    services/id/pom.xml
M    services/id/build.xml
M    services/build.xml
M    services/intake/3rdparty/nuxeo-platform-cs-intake/pom.xml
M    services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml
M    services/intake/3rdparty/build.xml
M    services/intake/pom.xml
M    services/intake/build.xml
_M   services/relation/service
M    services/relation/3rdparty/build.xml
M    services/relation/3rdparty/nuxeo-platform-cs-relation/pom.xml
M    services/relation/3rdparty/nuxeo-platform-cs-relation/build.xml
M    services/relation/pom.xml
M    services/relation/build.xml
_M   services/relation/client
M    services/relation/client/pom.xml
M    build.properties
M    build.xml
M    pom.xml

16 years agoNOJIRA checking in stuff before sandbox move
Sanjay Dalal [Thu, 13 Aug 2009 17:15:35 +0000 (17:15 +0000)]
NOJIRA checking in stuff before sandbox move

A    sanjay/prototypes/restws/HelloWorldDocService/nbactions.xml
M    sanjay/prototypes/restws/HelloWorldDocService/pom.all.xml
A    sanjay/prototypes/restws/HelloWorldDocService/nb-configuration.xml
M    sanjay/prototypes/restws/HelloWorldDocService/pom.xml
A    sanjay/prototypes/restws/HelloWorldDocService/README.txt
M    sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-service/pom.xml
M    sanjay/prototypes/jaxrs-prototype/jaxrs-nuxeo-javaapi-service/pom.xml
A    sanjay/nuxeo
A    sanjay/nuxeo/NuxeoApp.java
A    sanjay/nuxeo/ConnectionListener.java
A    sanjay/nuxeo/LoginHandler.java
A    sanjay/nuxeo/DefaultLoginHandler.java
A    sanjay/nuxeo/NuxeoClient.java

16 years agoNOJIRA fixed out-dated comment for create method.
Sanjay Dalal [Thu, 13 Aug 2009 17:08:02 +0000 (17:08 +0000)]
NOJIRA fixed out-dated comment for create method.

M    common/repository/RepositoryClient.java

16 years agoNOJIRA fixed sql to fix the following error.
Sanjay Dalal [Thu, 13 Aug 2009 17:06:03 +0000 (17:06 +0000)]
NOJIRA fixed sql to fix the following error.

ERROR 1133 (42000): Can't find any matching row in the user table
+-------+------+-----------------------------------------------+
| Level | Code | Message                                       |
+-------+------+-----------------------------------------------+
| Error | 1133 | Can't find any matching row in the user table |
+-------+------+-----------------------------------------------+

M    src/main/resources/db/mysql/create_id_generators_table.sql

16 years agoCSPACE-277: Removed extraneous import statement that was causing compilation errors...
Aron Roberts [Thu, 13 Aug 2009 05:40:46 +0000 (05:40 +0000)]
CSPACE-277: Removed extraneous import statement that was causing compilation errors for the Relation service client test.

16 years agoCSPACE-324: Updated URLs in two client tests to reflect changes in ID Service introdu...
Aron Roberts [Thu, 13 Aug 2009 00:43:13 +0000 (00:43 +0000)]
CSPACE-324: Updated URLs in two client tests to reflect changes in ID Service introduced in r543

16 years agoCSPACE-330,CSPACE-327: Added 'updateIntake' test dependency to the 'deleteIntake...
Aron Roberts [Wed, 12 Aug 2009 21:13:50 +0000 (21:13 +0000)]
CSPACE-330,CSPACE-327: Added 'updateIntake' test dependency to the 'deleteIntake' test, akin to corresponding change made for CollectionObject tests in r566.

16 years agoCSPACE-330: Added 'updateCollectionObject' test dependency to the 'deleteCollectionOb...
Richard Millet [Wed, 12 Aug 2009 20:18:37 +0000 (20:18 +0000)]
CSPACE-330: Added 'updateCollectionObject' test dependency to the 'deleteCollectionObject' test.  Delete test was running first which prevented update test from passing.

16 years agoCSPACE-336,CSPACE-321: Moved unit tests of the JDBC implementation of the ID service...
Aron Roberts [Wed, 12 Aug 2009 01:48:04 +0000 (01:48 +0000)]
CSPACE-336,CSPACE-321: Moved unit tests of the JDBC implementation of the ID service to TestNG from JUnit; additional minor changes to reflect switch to ID generators from ID patterns

16 years agoCSPACE-236: Changes to serializer test class to reflect ongoing transition from ID...
Aron Roberts [Wed, 12 Aug 2009 01:33:34 +0000 (01:33 +0000)]
CSPACE-236: Changes to serializer test class to reflect ongoing transition from ID patterns to ID generators at top-level of ID Service.  Bugfix to one variable in IDGeneratorSerializer.

16 years agoCSPACE-236: Changed name of this class and its methods to reflect ongoing transition...
Aron Roberts [Wed, 12 Aug 2009 01:20:47 +0000 (01:20 +0000)]
CSPACE-236: Changed name of this class and its methods to reflect ongoing transition from ID patterns to ID generators at top-level of ID Service.

16 years agoCSPACE-336,CSPACE-321: Consolidated some redundant JDBC-related code, initial work...
Aron Roberts [Wed, 12 Aug 2009 00:16:18 +0000 (00:16 +0000)]
CSPACE-336,CSPACE-321: Consolidated some redundant JDBC-related code, initial work toward checking at init time for ID Service preconditions.

16 years agoCSPACE-336,CSPACE-321: Updated JDBC implementation of ID Service and associated tests...
Aron Roberts [Tue, 11 Aug 2009 20:02:50 +0000 (20:02 +0000)]
CSPACE-336,CSPACE-321: Updated JDBC implementation of ID Service and associated tests to partly reflect refactoring to use IDGenerators, rather than IDPatterns, as highest level objects in the service.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Tue, 11 Aug 2009 18:56:56 +0000 (18:56 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoCSPACE-275: Added IntegrationTests module for performing inter-services call tests.
Richard Millet [Tue, 11 Aug 2009 04:57:23 +0000 (04:57 +0000)]
CSPACE-275: Added IntegrationTests module for performing inter-services call tests.

16 years agoCSPACE-275: Added IntegrationTests module for performing inter-services call tests.
Richard Millet [Tue, 11 Aug 2009 04:55:54 +0000 (04:55 +0000)]
CSPACE-275: Added IntegrationTests module for performing inter-services call tests.

16 years agoCSPACE-275: Added IntegrationTests module for performing inter-services call tests.
Richard Millet [Tue, 11 Aug 2009 04:54:50 +0000 (04:54 +0000)]
CSPACE-275: Added IntegrationTests module for performing inter-services call tests.

16 years agoCSPACE-275: Fixed a few bugs in the tests and removed unused methods.
Richard Millet [Tue, 11 Aug 2009 04:41:21 +0000 (04:41 +0000)]
CSPACE-275: Fixed a few bugs in the tests and removed unused methods.

16 years agoCSPACE-271: Added Java API call for getting relation lists with params.
Richard Millet [Tue, 11 Aug 2009 04:35:28 +0000 (04:35 +0000)]
CSPACE-271: Added Java API call for getting relation lists with params.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Tue, 11 Aug 2009 04:31:21 +0000 (04:31 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoCSPACE-332: Fixing bug that had id and url fields swapped on RelationListItem results.
Richard Millet [Tue, 11 Aug 2009 04:30:05 +0000 (04:30 +0000)]
CSPACE-332: Fixing bug that had id and url fields swapped on RelationListItem results.

16 years agoNOJIRA: Removed unused constants.
Richard Millet [Tue, 11 Aug 2009 04:26:15 +0000 (04:26 +0000)]
NOJIRA: Removed unused constants.

16 years agoNOJIRA: Fixed a comment typo.
Richard Millet [Tue, 11 Aug 2009 04:22:41 +0000 (04:22 +0000)]
NOJIRA: Fixed a comment typo.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Tue, 11 Aug 2009 04:20:18 +0000 (04:20 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Tue, 11 Aug 2009 04:19:29 +0000 (04:19 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoCSPACE-236: Changed method names, SQL commands to reflect future refactoring from...
Aron Roberts [Mon, 10 Aug 2009 22:00:53 +0000 (22:00 +0000)]
CSPACE-236: Changed method names, SQL commands to reflect future refactoring from ID patterns to ID generators at top-level of ID Service.

16 years agoCSPACE-236: Changed table and column names to reflect future refactoring from ID...
Aron Roberts [Mon, 10 Aug 2009 21:59:41 +0000 (21:59 +0000)]
CSPACE-236: Changed table and column names to reflect future refactoring from ID patterns to ID generators at top-level of ID Service.