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

16 years agoCSPACE-332,CSPACE-271: Changed encoding of five Relation-services files to Unicode...
Aron Roberts [Mon, 10 Aug 2009 20:28:11 +0000 (20:28 +0000)]
CSPACE-332,CSPACE-271: Changed encoding of five Relation-services files to Unicode (UTF-8 encoding, no BOM [byte order mark]), to fix 'unmappable character for encoding UTF8' compilation errors under Linux, perhaps triggered by copyright symbol in comments.

16 years agoCSPACE-336: ID service now accepts POST requests, rather than GET requests, to genera...
Aron Roberts [Mon, 10 Aug 2009 20:05:08 +0000 (20:05 +0000)]
CSPACE-336: ID service now accepts POST requests, rather than GET requests, to generate and return new IDs.

16 years agoNOJIRA: Restoring Ant buildfile for the 'common' project, last modified in r381....
Aron Roberts [Mon, 10 Aug 2009 17:40:38 +0000 (17:40 +0000)]
NOJIRA: Restoring Ant buildfile for the 'common' project, last modified in r381. This file may have been inadvertently deleted in r481.

16 years agoCSPACE-332: Added remaining URL paths for symmetry.
Richard Millet [Sun, 9 Aug 2009 02:12:42 +0000 (02:12 +0000)]
CSPACE-332: Added remaining URL paths for symmetry.

16 years agoCSPACE-332: Changed test to look for http status code 200-ok after delete. Majority...
Richard Millet [Sat, 8 Aug 2009 07:30:45 +0000 (07:30 +0000)]
CSPACE-332: Changed test to look for http status code 200-ok after delete.  Majority of this task is now finished.  Need to qualify with more testing now.

16 years agoCSPACE-332: Majority of this task is now finished. Need to qualify with more testing...
Richard Millet [Sat, 8 Aug 2009 07:00:16 +0000 (07:00 +0000)]
CSPACE-332: Majority of this task is now finished.  Need to qualify with more testing now.

16 years agoCSPACE-332: Changes towards supporting new "handler" model for services.
Richard Millet [Fri, 7 Aug 2009 23:58:07 +0000 (23:58 +0000)]
CSPACE-332: Changes towards supporting new "handler" model for services.

16 years agoCSPACE-332: Changes towards supporting new "handler" model for services.
Richard Millet [Fri, 7 Aug 2009 23:56:14 +0000 (23:56 +0000)]
CSPACE-332: Changes towards supporting new "handler" model for services.

16 years agoCSPACE-332: Changes towards supporting new "handler" model for services.
Richard Millet [Fri, 7 Aug 2009 23:55:41 +0000 (23:55 +0000)]
CSPACE-332: Changes towards supporting new "handler" model for services.

16 years agoNOJIRA: Undoing move/rename.
Richard Millet [Fri, 7 Aug 2009 23:49:02 +0000 (23:49 +0000)]
NOJIRA: Undoing move/rename.

16 years agoNOJIRA: Undoing move/rename.
Richard Millet [Fri, 7 Aug 2009 23:45:32 +0000 (23:45 +0000)]
NOJIRA: Undoing move/rename.

16 years agoNOJIRA: Undoing move/rename.
Richard Millet [Fri, 7 Aug 2009 23:35:54 +0000 (23:35 +0000)]
NOJIRA: Undoing move/rename.

16 years agoNOJIRA: Undoing move/rename.
Richard Millet [Fri, 7 Aug 2009 23:35:18 +0000 (23:35 +0000)]
NOJIRA: Undoing move/rename.

16 years agoNOJIRA: Undoing move/rename.
Richard Millet [Fri, 7 Aug 2009 23:34:15 +0000 (23:34 +0000)]
NOJIRA: Undoing move/rename.

16 years agoNOJIRA: Changing the Java packaging for the Relation service artifacts.
Richard Millet [Fri, 7 Aug 2009 23:18:00 +0000 (23:18 +0000)]
NOJIRA: Changing the Java packaging for the Relation service artifacts.

16 years agoNOJIRA: Changing the Java packaging for the Relation service artifacts.
Richard Millet [Fri, 7 Aug 2009 23:16:39 +0000 (23:16 +0000)]
NOJIRA: Changing the Java packaging for the Relation service artifacts.

16 years agoNOJIRA: Trying to resolve a local svn config issue.
Richard Millet [Fri, 7 Aug 2009 21:53:19 +0000 (21:53 +0000)]
NOJIRA: Trying to resolve a local svn config issue.

16 years agoNOJIRA: Trying to resolve a local svn config issue.
Richard Millet [Fri, 7 Aug 2009 21:50:52 +0000 (21:50 +0000)]
NOJIRA: Trying to resolve a local svn config issue.

16 years agoNOJIRA: Updating Eclipse IDE setting files.
Richard Millet [Fri, 7 Aug 2009 21:46:10 +0000 (21:46 +0000)]
NOJIRA: Updating Eclipse IDE setting files.

16 years agoNOJIRA: Changing the Java packaging for the Relation service artifacts.
Richard Millet [Fri, 7 Aug 2009 21:13:09 +0000 (21:13 +0000)]
NOJIRA: Changing the Java packaging for the Relation service artifacts.

16 years agoNOJIRA: Changing the Java packaging for the Relation service artifacts.
Richard Millet [Fri, 7 Aug 2009 21:03:49 +0000 (21:03 +0000)]
NOJIRA: Changing the Java packaging for the Relation service artifacts.

16 years agoNOJIRA: Reverting back to prior revision.
Richard Millet [Fri, 7 Aug 2009 19:25:19 +0000 (19:25 +0000)]
NOJIRA: Reverting back to prior revision.

16 years agoCSPACE-332: A working snapshot set of Relation manager sources before checking in...
Richard Millet [Fri, 7 Aug 2009 19:22:55 +0000 (19:22 +0000)]
CSPACE-332: A working snapshot set of Relation manager sources before checking in other major changes.

16 years agoCSPACE-317: Updating tests to be more robust.
Richard Millet [Fri, 7 Aug 2009 19:15:03 +0000 (19:15 +0000)]
CSPACE-317: Updating tests to be more robust.

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

16 years agoCSPACE-347: Added negative tests and additional (stubbed) tests for major responses...
Aron Roberts [Thu, 6 Aug 2009 22:00:45 +0000 (22:00 +0000)]
CSPACE-347: Added negative tests and additional (stubbed) tests for major responses from CRUD operations in the Intake Service.  Made constructor in IntakeServiceClient public, conforming with CollectionObjectService.

16 years agoCSPACE-327,CSPACE-337: deleteCollectionObject() in CollectionObject client tests...
Aron Roberts [Thu, 6 Aug 2009 21:29:34 +0000 (21:29 +0000)]
CSPACE-327,CSPACE-337: deleteCollectionObject() in CollectionObject client tests now also depends on getCollectionObject(), to ensure that we always run the latter test first.

16 years agoCSPACE-303 deploys datasource config and db scripts
Sanjay Dalal [Thu, 6 Aug 2009 21:11:24 +0000 (21:11 +0000)]
CSPACE-303 deploys datasource config and db scripts

16 years agoCSPACE-327,CSPACE-337: Stubbed additional 4xx service tests, matching set of outcomes...
Aron Roberts [Thu, 6 Aug 2009 20:16:16 +0000 (20:16 +0000)]
CSPACE-327,CSPACE-337: Stubbed additional 4xx service tests, matching set of outcomes described in REST API Template on wiki

16 years agoCSPACE-327: Added test for sending null CollectionObject to client proxy
Aron Roberts [Thu, 6 Aug 2009 01:19:14 +0000 (01:19 +0000)]
CSPACE-327: Added test for sending null CollectionObject to client proxy

16 years agoCSPACE-327: Added read single positive and negative tests
Aron Roberts [Thu, 6 Aug 2009 01:15:14 +0000 (01:15 +0000)]
CSPACE-327: Added read single positive and negative tests

16 years agoNOJIRA: Adding JavaDoc comments.
Richard Millet [Tue, 4 Aug 2009 20:28:56 +0000 (20:28 +0000)]
NOJIRA: Adding JavaDoc comments.

16 years agocspace-271: Adding build dependency for the new Relation service and adding Relation...
Richard Millet [Tue, 4 Aug 2009 00:00:30 +0000 (00:00 +0000)]
cspace-271: Adding build dependency for the new Relation service and adding Relation resource to JAX-RS application.

16 years agocspace-271: Adding classes for generic relation service. Still does *not* use the...
Richard Millet [Mon, 3 Aug 2009 23:57:44 +0000 (23:57 +0000)]
cspace-271: Adding classes for generic relation service.  Still does *not* use the new "handler" framework for CSpace services.

16 years agoNOJIRA fixed typo
Sanjay Dalal [Mon, 3 Aug 2009 23:51:23 +0000 (23:51 +0000)]
NOJIRA fixed typo

16 years agocspace-271: Adding common relation-related classes.
Richard Millet [Mon, 3 Aug 2009 23:43:36 +0000 (23:43 +0000)]
cspace-271: Adding common relation-related classes.

16 years agocspace-271: Adding 'relation' workspace to config/service-config.xml.
Richard Millet [Mon, 3 Aug 2009 23:40:30 +0000 (23:40 +0000)]
cspace-271: Adding 'relation' workspace to config/service-config.xml.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:35:01 +0000 (23:35 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:34:41 +0000 (23:34 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:34:24 +0000 (23:34 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:33:12 +0000 (23:33 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:32:27 +0000 (23:32 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:32:12 +0000 (23:32 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:31:47 +0000 (23:31 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:31:16 +0000 (23:31 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:30:20 +0000 (23:30 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:29:26 +0000 (23:29 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:26:09 +0000 (23:26 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:23:25 +0000 (23:23 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Adding Eclipse IDE setting files.
Richard Millet [Mon, 3 Aug 2009 23:22:58 +0000 (23:22 +0000)]
NOJIRA: Adding Eclipse IDE setting files.

16 years agoNOJIRA: Needed to change the package name on two of the test classes because the...
Richard Millet [Mon, 3 Aug 2009 23:20:23 +0000 (23:20 +0000)]
NOJIRA: Needed to change the package name on two of the test classes because the folder path did not match the package path.  The Eclipse IDE was choking on this.

Also added Eclipse IDE settings files.

16 years agoCSPACE-324 added initial set of tests (support for various http methods, check for...
Sanjay Dalal [Fri, 31 Jul 2009 20:51:24 +0000 (20:51 +0000)]
CSPACE-324 added initial set of tests (support for various http methods, check for service existence, check for server existence, etc.) for service layer. moved isSecureServer to CollectionSpaceClient/BaseServiceClient

16 years agoCSPACE-323 added comment to indicate dependency on collectionobject client for testing
Sanjay Dalal [Fri, 31 Jul 2009 20:49:10 +0000 (20:49 +0000)]
CSPACE-323 added comment to indicate dependency on collectionobject client for testing

16 years agoNOJIRA Test of svn install on mars
Aron Roberts [Fri, 31 Jul 2009 18:30:13 +0000 (18:30 +0000)]
NOJIRA Test of svn install on mars

16 years agoCSPACE-323 new pom and build files. old ones went into services.
Sanjay Dalal [Thu, 30 Jul 2009 23:08:44 +0000 (23:08 +0000)]
CSPACE-323 new pom and build files. old ones went into services.

A    authentication/pom.xml
A    authentication/build.xml

16 years agoCSPACE-323 changed directory structure of authentication service, refactored Coolecti...
Sanjay Dalal [Thu, 30 Jul 2009 22:58:16 +0000 (22:58 +0000)]
CSPACE-323 changed directory structure of authentication service, refactored CoolectionSpaceClient to accommodate needs of AuthenticationServiceTest. added testng tests for authentication. authentication tests are enabled only if -Dcspace.server.secure=true property is used.

A    services/authentication/service
A  + services/authentication/service/src
A    services/authentication/service/src/test/resources
A    services/authentication/service/src/test/resources/log4j.properties
A    services/authentication/service/src/main/resources/log4j.properties
A  + services/authentication/service/pom.xml
A  + services/authentication/service/build.xml
D    services/authentication/src
D    services/authentication/pom.xml
D    services/authentication/build.xml
A    services/authentication/client
A    services/authentication/client/src
A    services/authentication/client/src/test
A    services/authentication/client/src/test/java
A    services/authentication/client/src/test/java/org
A    services/authentication/client/src/test/java/org/collectionspace
A    services/authentication/client/src/test/java/org/collectionspace/services
A    services/authentication/client/src/test/java/org/collectionspace/services/authentication
A    services/authentication/client/src/test/java/org/collectionspace/services/authentication/client
A    services/authentication/client/src/test/java/org/collectionspace/services/authentication/client/AuthenticationServiceTest.java
A    services/authentication/client/src/test/resources
A    services/authentication/client/src/test/resources/log4j.properties
A    services/authentication/client/src/main
A    services/authentication/client/src/main/java
A    services/authentication/client/src/main/java/org
A    services/authentication/client/src/main/java/org/collectionspace
A    services/authentication/client/src/main/java/org/collectionspace/services
A    services/authentication/client/src/main/java/org/collectionspace/services/authentication
A    services/authentication/client/src/main/java/org/collectionspace/services/authentication/client
A    services/authentication/client/src/main/resources
A    services/authentication/client/pom.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/intake/client/src/main/java/org/collectionspace/services/client/IntakeClient.java
M    services/client/src/main/java/org/collectionspace/services/client/CollectionSpaceClient.java
A  + services/client/src/main/java/org/collectionspace/services/client/BaseServiceClient.java

16 years agoCSPACE-245: Added placeholder test to forestall "could not create/run JUnit test...
Aron Roberts [Thu, 30 Jul 2009 21:02:41 +0000 (21:02 +0000)]
CSPACE-245: Added placeholder test to forestall "could not create/run JUnit test suite" errors.

16 years agoNOJIRA: Adding Eclipse related project setting files.
Richard Millet [Thu, 30 Jul 2009 07:00:48 +0000 (07:00 +0000)]
NOJIRA: Adding Eclipse related project setting files.

16 years agoNOJIRA: Adding Eclipse related project setting files.
Richard Millet [Thu, 30 Jul 2009 07:00:03 +0000 (07:00 +0000)]
NOJIRA: Adding Eclipse related project setting files.

16 years agoNOJIRA: Adding Eclipse related project setting files.
Richard Millet [Thu, 30 Jul 2009 06:59:10 +0000 (06:59 +0000)]
NOJIRA: Adding Eclipse related project setting files.

16 years agoCSPACE-269: Adding XML Schema constants for lists of relation entity. Note: might...
Richard Millet [Thu, 30 Jul 2009 06:57:32 +0000 (06:57 +0000)]
CSPACE-269: Adding XML Schema constants for lists of relation entity.  Note: might belong in 'common'

16 years agoCSPACE-269: Adding XML Schema constants for relation entity. Note: might belong...
Richard Millet [Thu, 30 Jul 2009 06:56:51 +0000 (06:56 +0000)]
CSPACE-269: Adding XML Schema constants for relation entity.  Note: might belong in 'common'

16 years agoCSPACE-269: Adding XML Schema for relation entity.
Richard Millet [Thu, 30 Jul 2009 06:54:50 +0000 (06:54 +0000)]
CSPACE-269: Adding XML Schema for relation entity.

16 years agoCSPACE-327: Added rudimentary Javadoc method comments; minor refinements to anticipat...
Aron Roberts [Thu, 30 Jul 2009 04:51:53 +0000 (04:51 +0000)]
CSPACE-327: Added rudimentary Javadoc method comments; minor refinements to anticipated tests.

16 years agoCSPACE-245: Commented out six tests that are dependent on the prior creation and...
Aron Roberts [Thu, 30 Jul 2009 04:38:01 +0000 (04:38 +0000)]
CSPACE-245: Commented out six tests that are dependent on the prior creation and population of an 'id_patterns' database table, until that process is automated.

16 years agoNOJIRA - added log4j logging thru slf4j.
Sanjay Dalal [Wed, 29 Jul 2009 19:15:50 +0000 (19:15 +0000)]
NOJIRA - added log4j logging thru slf4j.

16 years agoCSPACE-68 service client takes properties from collectionspace-client.properties...
Sanjay Dalal [Wed, 29 Jul 2009 18:47:36 +0000 (18:47 +0000)]
CSPACE-68 service client takes properties from collectionspace-client.properties as found from the classpath. while giving properties use -DforkMode=never if you are using maven 2.1 onwards.

16 years agocspace-305 prints uri on the client side to verify
Sanjay Dalal [Tue, 28 Jul 2009 21:34:15 +0000 (21:34 +0000)]
cspace-305 prints uri on the client side to verify

16 years agoNOJIRA added thread in the pattern
Sanjay Dalal [Tue, 28 Jul 2009 21:27:09 +0000 (21:27 +0000)]
NOJIRA added thread in the pattern

16 years agoNOJIRA added log4j properties for the service layer
Sanjay Dalal [Tue, 28 Jul 2009 21:07:40 +0000 (21:07 +0000)]
NOJIRA added log4j properties for the service layer

16 years agoCSPACE-267 missing files...intake service refactored to use java or rest apis of...
Sanjay Dalal [Mon, 27 Jul 2009 22:32:13 +0000 (22:32 +0000)]
CSPACE-267 missing files...intake service refactored to use java or rest apis of nuxeo using new framework
test: IntakeServiceTest

16 years agoCSPACE-267 intake service refactored to use java or rest apis of nuxeo using new...
Sanjay Dalal [Mon, 27 Jul 2009 22:25:58 +0000 (22:25 +0000)]
CSPACE-267 intake service refactored to use java or rest apis of nuxeo using new framework
test: IntakeServiceTest

_M   services
M    services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
M    services/JaxRsServiceProvider/pom.xml
M    services/pom.xml
_M   services/intake/service
D    services/intake/service/src/main/java/org/collectionspace/services/IntakeResource.java
A    services/intake/service/src/main/java/org/collectionspace/services/intake
A  + services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeResource.java
A  + services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeService.java
A  + services/intake/service/src/main/java/org/collectionspace/services/intake/IntakeServiceNuxeoImpl.java
D    services/intake/service/src/main/java/org/collectionspace/services/IntakeService.java
D    services/intake/service/src/main/java/org/collectionspace/services/IntakeServiceNuxeoImpl.java
M    services/intake/client/src/test/java/org/collectionspace/services/client/test/IntakeServiceTest.java

16 years agoNOJIRA requires JDK 1.6 for build. @Override behavior is different between 1.5 and...
Sanjay Dalal [Mon, 27 Jul 2009 19:58:27 +0000 (19:58 +0000)]
NOJIRA requires JDK 1.6 for build. @Override behavior is different between 1.5 and 1.6.

M    collectionobject/pom.xml
M    intake/pom.xml
M    id/pom.xml

16 years agoCSPACE-245: Removed IDServiceTest, which used a non-standard (to the Services Team...
Aron Roberts [Mon, 27 Jul 2009 18:12:03 +0000 (18:12 +0000)]
CSPACE-245: Removed IDServiceTest, which used a non-standard (to the Services Team) RESTful client framework. Minor comment changes to SQL table creation script

16 years agoCSPACE-327: Removed one inadvertently duplicated statement.
Aron Roberts [Sat, 25 Jul 2009 00:29:37 +0000 (00:29 +0000)]
CSPACE-327: Removed one inadvertently duplicated statement.

16 years agoNOJIRA requires JDK 1.6 for build. @Override behavior is different between 1.5 and...
Sanjay Dalal [Sat, 25 Jul 2009 00:20:36 +0000 (00:20 +0000)]
NOJIRA requires JDK 1.6 for build. @Override behavior is different between 1.5  and 1.6.

16 years agoCSPACE-327: Added initial 'negative' tests; some minor fixes, simplifications and...
Aron Roberts [Sat, 25 Jul 2009 00:16:53 +0000 (00:16 +0000)]
CSPACE-327: Added initial 'negative' tests; some minor fixes, simplifications and commenting.

16 years agoCSPACE-173, CSPACE-325 more refactoring. Pushed down all the handleXXX methods. Added...
Sanjay Dalal [Fri, 24 Jul 2009 23:34:29 +0000 (23:34 +0000)]
CSPACE-173, CSPACE-325 more refactoring. Pushed down all the handleXXX methods. Added assertions for status codes in the test client.

16 years agoCSPACE-173, CSPACE-325, CSPACE-71, CSPACE-72, CSPACE-73, CSPACE-74. Introduced key...
Sanjay Dalal [Fri, 24 Jul 2009 18:29:44 +0000 (18:29 +0000)]
CSPACE-173, CSPACE-325, CSPACE-71, CSPACE-72, CSPACE-73, CSPACE-74. Introduced key abstractions for repository client, document handler, factory and document wrapper in the services layer. Boiler plate code for interfacing with a repository via either Java Remote APIs or REST is moved to respective repository client implementations. A CS service only needs to implement a resource and a document handler. Exception management is improved such that GET, UPDATE and DELETE now return proper HTTP status codes if csid is invalid or not found. CollectionObject service is revamped to use new repository client framework. CollectionObjectService client test now asserts returned codes. Still need more rigorous negative tests.

16 years agoCSPACE-333: Fixed by checking to see if the 'URL_PROPERTY' prop was set. If so,...
Richard Millet [Fri, 24 Jul 2009 18:28:53 +0000 (18:28 +0000)]
CSPACE-333: Fixed by checking to see if the 'URL_PROPERTY' prop was set.  If so, then we ignore the SSL check.

16 years agoNOJIRA: Changed import statement to reflect move of IDResource into org.collectionspa...
Aron Roberts [Thu, 23 Jul 2009 20:59:52 +0000 (20:59 +0000)]
NOJIRA: Changed import statement to reflect move of IDResource into org.collectionspace.services.id.

16 years agoCSPACE-245,CSPACE-236: Moved SQL script from main Service layer into ID Service's...
Aron Roberts [Thu, 23 Jul 2009 20:36:31 +0000 (20:36 +0000)]
CSPACE-245,CSPACE-236: Moved SQL script from main Service layer into ID Service's tree at Sanjay's request.

16 years agoCSPACE-245,CSPACE-236: Minor internal code cleanup and logging changes. Spun off...
Aron Roberts [Thu, 23 Jul 2009 20:17:10 +0000 (20:17 +0000)]
CSPACE-245,CSPACE-236: Minor internal code cleanup and logging changes.  Spun off serializer.

16 years agoCSPACE-245,CSPACE-236: Completed move of ID Service-related classes into the org...
Aron Roberts [Thu, 23 Jul 2009 18:47:15 +0000 (18:47 +0000)]
CSPACE-245,CSPACE-236: Completed move of ID Service-related classes into the org.collectionspace.services.id and org.collectionspace.services.test.id packages.