]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
15 years agoCSPACE-1050 removed deadwood...@preauthorize is no more used
Sanjay Dalal [Thu, 1 Apr 2010 23:36:07 +0000 (23:36 +0000)]
CSPACE-1050 removed deadwood...@preauthorize is no more used

M    account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
M    account/service/pom.xml

15 years agoCSPACE-1050 uses ignore error option (like the account service) to continue creating...
Sanjay Dalal [Wed, 31 Mar 2010 23:27:43 +0000 (23:27 +0000)]
CSPACE-1050 uses ignore error option (like the account service) to continue creating tables in case fresh database is created
test: ant create_db on a fresh database from authz service

M    pstore/build.xml

15 years agoCSPACE-1345 added csid to role schema as rolename is not unique in cspace
Sanjay Dalal [Wed, 31 Mar 2010 22:48:16 +0000 (22:48 +0000)]
CSPACE-1345 added csid to role schema as rolename is not unique in cspace
CSPACE-1347 replaced rolename with roleId in association relationships with permission and users, changed query in login-config.xml to reflect this change
test: mvn test at the services level

!!!requires ant clean undeploy deploy at least at services/authentication level as login-config.xml has changed
!!!requires ant create_db at authorization service level

M    services/authentication/service/src/main/resources/config/jboss-login-config.xml
M    services/authentication/service/src/main/resources/config/login-config.xml
_M   services/loanin/service
_M   services/loanin/jaxb
_M   services/loanin/3rdparty/nuxeo-platform-cs-loanin
_M   services/loanin/client
_M   services/account
M    services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationGenTest.java
M    services/authorization/service/src/test/resources/test-data/test-permissions-roles.xml
M    services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
M    services/authorization/jaxb/src/main/resources/roles.xsd
M    services/authorization/jaxb/src/main/resources/users_roles.xsd
M    services/authorization/jaxb/src/main/resources/permissions_roles.xsd
M    services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
M    services/authorization/pstore/src/main/resources/db/mysql/test_authorization.sql
M    services/authorization/pstore/src/main/resources/db/mysql/authorization.sql

15 years agoCSPACE-1050 disabled construction of uriresource as HTTP HEAD and OPTIONS are not...
Sanjay Dalal [Wed, 31 Mar 2010 22:43:35 +0000 (22:43 +0000)]
CSPACE-1050 disabled construction of uriresource as HTTP HEAD and OPTIONS are not yet mapped to CSpaceActions that could be permitted
mvn tests at services level including client tests

M    common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java

15 years agoCSPACE-1192 added package.htmls and overview.html for the common services
Sanjay Dalal [Tue, 30 Mar 2010 22:54:34 +0000 (22:54 +0000)]
CSPACE-1192 added package.htmls and overview.html for the common services
test: mvn javadoc:aggregate

A    common/src/main/javadoc
A    common/src/main/javadoc/org
A    common/src/main/javadoc/org/collectionspace
A    common/src/main/javadoc/org/collectionspace/services
A    common/src/main/javadoc/org/collectionspace/services/common
A    common/src/main/javadoc/org/collectionspace/services/common/repository
A    common/src/main/javadoc/org/collectionspace/services/common/repository/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/context
A    common/src/main/javadoc/org/collectionspace/services/common/context/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/storage
A    common/src/main/javadoc/org/collectionspace/services/common/storage/jpa
A    common/src/main/javadoc/org/collectionspace/services/common/storage/jpa/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/storage/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/query
A    common/src/main/javadoc/org/collectionspace/services/common/query/nuxeo
A    common/src/main/javadoc/org/collectionspace/services/common/query/nuxeo/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/query/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/config
A    common/src/main/javadoc/org/collectionspace/services/common/config/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/security
A    common/src/main/javadoc/org/collectionspace/services/common/security/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/vocabulary
A    common/src/main/javadoc/org/collectionspace/services/common/vocabulary/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/relation
A    common/src/main/javadoc/org/collectionspace/services/common/relation/nuxeo
A    common/src/main/javadoc/org/collectionspace/services/common/relation/nuxeo/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/relation/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/document
A    common/src/main/javadoc/org/collectionspace/services/common/document/package.html
A    common/src/main/javadoc/org/collectionspace/services/common/package.html
A    common/src/main/javadoc/org/collectionspace/services/nuxeo
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/util
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/util/package.html
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/client
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/client/java
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/client/java/package.html
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/client/package.html
A    common/src/main/javadoc/org/collectionspace/services/nuxeo/package.html
A    common/src/main/javadoc/overview.html

15 years agoCSPACE-1195 added package.htmls and overview.htmls for javadoc for the authorization...
Sanjay Dalal [Tue, 30 Mar 2010 21:20:35 +0000 (21:20 +0000)]
CSPACE-1195 added package.htmls and overview.htmls for javadoc for the authorization service
test: mvn javadoc:aggregate

A    authorization/service/src/test/javadoc
A    authorization/service/src/test/javadoc/org
A    authorization/service/src/test/javadoc/org/collectionspace
A    authorization/service/src/test/javadoc/org/collectionspace/services
A    authorization/service/src/test/javadoc/org/collectionspace/services/authorization
A    authorization/service/src/test/javadoc/org/collectionspace/services/authorization/test
A    authorization/service/src/test/javadoc/org/collectionspace/services/authorization/test/package.html
A    authorization/service/src/main/javadoc
A    authorization/service/src/main/javadoc/org
A    authorization/service/src/main/javadoc/org/collectionspace
A    authorization/service/src/main/javadoc/org/collectionspace/services
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization/spring
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization/spring/package.html
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization/spi
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization/spi/package.html
A    authorization/service/src/main/javadoc/org/collectionspace/services/authorization/package.html
A    authorization/service/src/main/javadoc/overview.html

15 years agoCSPACE-1193 added package.htmls and overview.htmls for javadoc for authentication...
Sanjay Dalal [Tue, 30 Mar 2010 21:19:09 +0000 (21:19 +0000)]
CSPACE-1193 added package.htmls and overview.htmls for javadoc for authentication service
test: mvn javadoc:aggregate

A    authentication/service/src/main/javadoc
A    authentication/service/src/main/javadoc/org
A    authentication/service/src/main/javadoc/org/collectionspace
A    authentication/service/src/main/javadoc/org/collectionspace/services
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/realm
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/realm/package.html
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/spring
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/spring/package.html
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/package.html
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/jaas
A    authentication/service/src/main/javadoc/org/collectionspace/services/authentication/jaas/package.html
A    authentication/service/src/main/javadoc/overview.html

15 years agoCSPACE-1194 added package.htmls and overview.htmls for account service
Sanjay Dalal [Tue, 30 Mar 2010 21:17:55 +0000 (21:17 +0000)]
CSPACE-1194 added package.htmls and overview.htmls for account service

A    service/src/main/javadoc
A    service/src/main/javadoc/org
A    service/src/main/javadoc/org/collectionspace
A    service/src/main/javadoc/org/collectionspace/services
A    service/src/main/javadoc/org/collectionspace/services/account
A    service/src/main/javadoc/org/collectionspace/services/account/storage
A    service/src/main/javadoc/org/collectionspace/services/account/storage/package.html
A    service/src/main/javadoc/org/collectionspace/services/account/package.html
A    service/src/main/javadoc/overview.html
A    client/src/main/javadoc
A    client/src/main/javadoc/org
A    client/src/main/javadoc/org/collectionspace
A    client/src/main/javadoc/org/collectionspace/services
A    client/src/main/javadoc/org/collectionspace/services/client
A    client/src/main/javadoc/org/collectionspace/services/client/package.html
A    client/src/main/javadoc/overview.html

16 years agoCSPACE-1345 refactored role into roles.xsd, added roles_list and role
Sanjay Dalal [Tue, 30 Mar 2010 00:15:29 +0000 (00:15 +0000)]
CSPACE-1345 refactored role into roles.xsd, added roles_list and role
CSPACE-1346 refactored permission-config to permissions.xsd, removed parent-child relationship between perm and role...made it association, permission-action has parent child rel added id, etc., added list
CSPACE-1347 refactored users_roles into users_roles.xsd, added list
cleaned up persistence.xml, removed list classes if not used in persistence
test: authz gen_ddl, create_db, gentest, seedtest, mvn test at the service level

M    services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
M    services/account/pstore/src/test/resources/META-INF/persistence.xml
_M   services/authorization
M    services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationSeedTest.java
A    services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AbstractAuthorizationTestImpl.java
A    services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationGenTest.java
M    services/authorization/service/src/test/resources/test-data/test-permissions.xml
A    services/authorization/service/src/test/resources/test-data/test-permissions-roles.xml
M    services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
D    services/authorization/jaxb/src/test/resources/META-INF/persistence.xml
D    services/authorization/jaxb/src/test/resources/hibernate.cfg.xml
A  + services/authorization/jaxb/src/main/resources/roles.xsd
A    services/authorization/jaxb/src/main/resources/users_roles.xsd
D    services/authorization/jaxb/src/main/resources/authorization_provider.xsd
A    services/authorization/jaxb/src/main/resources/permissions.xsd
A    services/authorization/jaxb/src/main/resources/permissions_roles.xsd
M    services/authorization/pstore/src/test/resources/META-INF/persistence.xml
M    services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
M    services/authorization/pstore/src/main/resources/db/mysql/authorization.sql

16 years agoCSPACE-1334: Meaningful error message is now logged if an authority property in tenan...
Aron Roberts [Mon, 29 Mar 2010 20:13:45 +0000 (20:13 +0000)]
CSPACE-1334: Meaningful error message is now logged if an authority property in tenant bindings is invalid.

16 years agoCSPACE-1286: Completed the Loan In (aka Loans In) service. Added authority reference...
Aron Roberts [Mon, 29 Mar 2010 20:12:19 +0000 (20:12 +0000)]
CSPACE-1286: Completed the Loan In (aka Loans In) service.  Added authority references client test back to the module and completed that test class, filled out Nuxeo webapp layout, added convenience JAXB constants, and added additional fields to sample records created in main client test.

16 years agoCSPACE-1286: Adding missing files from initial check-in of Loans In service.
Aron Roberts [Thu, 25 Mar 2010 16:43:01 +0000 (16:43 +0000)]
CSPACE-1286: Adding missing files from initial check-in of Loans In service.

16 years agoCSPACE-1286: Initial, somewhat minimal version of Loans In service. (The service...
Aron Roberts [Thu, 25 Mar 2010 04:20:55 +0000 (04:20 +0000)]
CSPACE-1286: Initial, somewhat minimal version of Loans In service.  (The service's module is named 'loanin' for consistency with other system layers.)  See the relevant JIRA for tasks remaining.  Service is fully functional, but requires completion and adding back of the LoaninAuthRefsTest client test, initially omitted.  Would also benefit by using a larger set of fields in example records in client tests, adding convenience JAXB constants and completing the Nuxeo layout for webapp record editing.

16 years agoCSPACE-1050 merged authz prototype from sanjay's sandbox to trunk. requires the follo...
Sanjay Dalal [Wed, 24 Mar 2010 23:46:37 +0000 (23:46 +0000)]
CSPACE-1050 merged authz prototype from sanjay's sandbox to trunk. requires the following:
ant clean undeploy deploy at the trunk level
may require nuking org/collectionspace, org/jvnet, com/sun packages from local maven repository before building
ant create_db at the trunk level
test: mvn test at the trunk level

note: authorization is disabled at runtime as permissions database is not yet populated with permissions for the test user (role admin)

_M   trunk
A  + trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/AuthN.java
A  + trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/spring/SpringSecurityContextUtils.java
M    trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceUserDetailsService.java
M    trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceAuthorityGranter.java
M    trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceTenant.java
A  + trunk/services/authentication/service/src/main/java/org/collectionspace/authentication/SecurityContextUtils.java
_M   trunk/services/authentication/service/src/main/resources/config/web-security-config.xml
M    trunk/services/authentication/service/pom.xml
M    trunk/services/authentication/jaxb/src/test/resources/META-INF/persistence.xml
D    trunk/services/authentication/jaxb/src/test/resources/log4j.properties
M    trunk/services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
M    trunk/services/authentication/pom.xml
M    trunk/services/authentication/pstore/src/test/resources/META-INF/persistence.xml
D    trunk/services/authentication/pstore/src/test/resources/log4j.properties
M    trunk/services/authentication/pstore/src/main/resources/db/mysql/authentication_index.sql
M    trunk/services/authentication/pstore/src/main/resources/db/mysql/test_authentication.sql
M    trunk/services/authentication/pstore/src/main/resources/db/mysql/authentication.sql
M    trunk/services/authentication/pstore/pom.xml
_M   trunk/services/collectionobject/service/src
_M   trunk/services/collectionobject/service/pom.xml
_M   trunk/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd
_M   trunk/services/JaxRsServiceProvider
M    trunk/services/JaxRsServiceProvider/nb-configuration.xml
MM   trunk/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
M    trunk/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
A  + trunk/services/JaxRsServiceProvider/src/main/resources/urls.properties
M    trunk/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
M    trunk/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml
M    trunk/services/JaxRsServiceProvider/pom.xml
A  + trunk/services/common/lib/spring/aopalliance-1.0.jar
A  + trunk/services/common/lib/spring/org.springframework.transaction-3.0.0.RELEASE.jar
D    trunk/services/common/lib/spring/spring-security-core-3.0.1.RELEASE.jar
A  + trunk/services/common/lib/spring/spring-security-core-3.0.2.RELEASE.jar
D    trunk/services/common/lib/spring/spring-security-acl-3.0.1.RELEASE.jar
A  + trunk/services/common/lib/spring/spring-security-acl-3.0.2.RELEASE.jar
A  + trunk/services/common/lib/spring/ehcache-1.6.2.jar
A  + trunk/services/common/lib/spring/org.springframework.context.support-3.0.0.BUILD-20100208195804.jar
D    trunk/services/common/lib/spring/spring-security-config-3.0.1.RELEASE.jar
A  + trunk/services/common/lib/spring/spring-security-config-3.0.2.RELEASE.jar
D    trunk/services/common/lib/spring/spring-security-web-3.0.1.RELEASE.jar
A  + trunk/services/common/lib/spring/spring-security-web-3.0.2.RELEASE.jar
M    trunk/services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
A  + trunk/services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentWrapper.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentFilter.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentNotFoundException.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/DocumentException.java
_M   trunk/services/common/src/main/java/org/collectionspace/services/common/document/BadRequestException.java
M    trunk/services/common/src/main/config/log/jboss-log4j-release.xml
M    trunk/services/common/src/main/config/log/jboss-log4j.xml
_M   trunk/services/common/src/main/resources/service-config.xsd
M    trunk/services/common/pom.xml
M    trunk/services/common/build.xml
M    trunk/services/pom.xml
_M   trunk/services/id
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/StringIDGeneratorPartTest.java
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/AlphabeticIDGeneratorPartTest.java
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/SettableIDGeneratorTest.java
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/YearIDGeneratorPartTest.java
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/NumericIDGeneratorPartTest.java
_M   trunk/services/id/service/src/test/java/org/collectionspace/services/id/test/BaseIDGeneratorTest.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/AlphabeticIDGeneratorPart.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/YearIDGeneratorPart.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/NumericIDGeneratorPart.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/StringIDGeneratorPart.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/IDGeneratorPart.java
_M   trunk/services/id/service/src/main/java/org/collectionspace/services/id/BaseIDGenerator.java
M    trunk/services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
M    trunk/services/account/service/pom.xml
M    trunk/services/build.xml
A  + trunk/services/authorization
AM + trunk/services/authorization/service
A  + trunk/services/authorization/service/src
A  + trunk/services/authorization/service/src/test
A  + trunk/services/authorization/service/src/test/java
A  + trunk/services/authorization/service/src/test/java/org
A  + trunk/services/authorization/service/src/test/java/org/collectionspace
A  + trunk/services/authorization/service/src/test/java/org/collectionspace/services
A  + trunk/services/authorization/service/src/test/java/org/collectionspace/services/authorization
A  + trunk/services/authorization/service/src/test/java/org/collectionspace/services/authorization/test
A  + trunk/services/authorization/service/src/test/java/org/collectionspace/services/authorization/test/AuthorizationSeedTest.java
A  + trunk/services/authorization/service/src/test/resources
A  + trunk/services/authorization/service/src/test/resources/applicationContext-authorization-test.xml
A  + trunk/services/authorization/service/src/test/resources/test-data
A  + trunk/services/authorization/service/src/test/resources/test-data/test-permissions.xml
A  + trunk/services/authorization/service/src/test/resources/log4j.properties
A  + trunk/services/authorization/service/src/main
A  + trunk/services/authorization/service/src/main/java
A  + trunk/services/authorization/service/src/main/java/org
A  + trunk/services/authorization/service/src/main/java/org/collectionspace
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/SpringPermissionManager.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/CSpaceSecurityMetadataSource.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/SpringAuthorizationProvider.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/SpringPermissionEvaluator.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/CSpaceResource.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/CSpaceResourceImpl.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/URIResourceImpl.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/AuthZ.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spi
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spi/CSpacePermissionManager.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spi/CSpaceAuthorizationProvider.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/spi/CSpacePermissionEvaluator.java
A  + trunk/services/authorization/service/src/main/java/org/collectionspace/services/authorization/CSpaceAction.java
A  + trunk/services/authorization/service/src/main/resources
A  + trunk/services/authorization/service/src/main/resources/applicationContext-authorization.xml
A  + trunk/services/authorization/service/pom.xml
A  + trunk/services/authorization/service/build.xml
AM + trunk/services/authorization/jaxb
A  + trunk/services/authorization/jaxb/.classpath
A  + trunk/services/authorization/jaxb/.project
A  + trunk/services/authorization/jaxb/src
A  + trunk/services/authorization/jaxb/src/test
A  + trunk/services/authorization/jaxb/src/test/resources
A  + trunk/services/authorization/jaxb/src/test/resources/META-INF
A  + trunk/services/authorization/jaxb/src/test/resources/META-INF/persistence.xml
A  + trunk/services/authorization/jaxb/src/test/resources/log4j.properties
A  + trunk/services/authorization/jaxb/src/test/resources/hibernate.cfg.xml
A  + trunk/services/authorization/jaxb/src/main
A  + trunk/services/authorization/jaxb/src/main/resources
A  + trunk/services/authorization/jaxb/src/main/resources/authorization_provider.xsd
A  + trunk/services/authorization/jaxb/pom.xml
A  + trunk/services/authorization/jaxb/.settings
A  + trunk/services/authorization/jaxb/.settings/org.eclipse.jdt.core.prefs
A  + trunk/services/authorization/jaxb/.settings/org.maven.ide.eclipse.prefs
A  + trunk/services/authorization/pom.xml
AM + trunk/services/authorization/pstore
A  + trunk/services/authorization/pstore/.classpath
A  + trunk/services/authorization/pstore/.project
A  + trunk/services/authorization/pstore/src
A  + trunk/services/authorization/pstore/src/test
A  + trunk/services/authorization/pstore/src/test/resources
A  + trunk/services/authorization/pstore/src/test/resources/META-INF
A  + trunk/services/authorization/pstore/src/test/resources/META-INF/persistence.xml
A  + trunk/services/authorization/pstore/src/test/resources/hibernate.cfg.xml
A  + trunk/services/authorization/pstore/src/main
A  + trunk/services/authorization/pstore/src/main/resources
A  + trunk/services/authorization/pstore/src/main/resources/db
A  + trunk/services/authorization/pstore/src/main/resources/db/mysql
A  + trunk/services/authorization/pstore/src/main/resources/db/mysql/authorization_index.sql
A  + trunk/services/authorization/pstore/src/main/resources/db/mysql/acl.sql
A  + trunk/services/authorization/pstore/src/main/resources/db/mysql/test_authorization.sql
A  + trunk/services/authorization/pstore/src/main/resources/db/mysql/authorization.sql
A  + trunk/services/authorization/pstore/pom.xml
A  + trunk/services/authorization/pstore/build.xml
A  + trunk/services/authorization/build.xml
M    trunk/services/client/src/test/java/org/collectionspace/services/client/test/ServiceLayerTest.java
_M   trunk/services/client/src/main/java/org/collectionspace/services/client/test/ServiceTest.java
_M   trunk/services/client/src/main/java/org/collectionspace/services/client/AbstractServiceClientImpl.java
_M   trunk/services/client/src/main/java/org/collectionspace/services/client/CollectionSpaceClient.java
_M   trunk/src/site
_M   trunk/docs/allteam-061409-toronto
_M   trunk/docs/allteam-061409-toronto/Toronto_BehindTheScenes.pptx
_M   trunk/HelloWorld
_M   trunk/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd
_M   trunk/HelloWorld/HelloWorldNuxeoService
_M   trunk/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/HelloworldNuxeoApplication.java

16 years agoCSPACE-1273: CSID should be in the payload of term items for Person and Org services.
Richard Millet [Wed, 24 Mar 2010 08:06:15 +0000 (08:06 +0000)]
CSPACE-1273: CSID should be in the payload of term items for Person and Org services.

16 years agoNOJIRA: Updated missing dependency.
Richard Millet [Wed, 24 Mar 2010 07:42:28 +0000 (07:42 +0000)]
NOJIRA: Updated missing dependency.

16 years agoNOJIRA: Minor cleanup of 'update' test in CollectionObjectServiceTest.
Aron Roberts [Wed, 24 Mar 2010 00:05:19 +0000 (00:05 +0000)]
NOJIRA: Minor cleanup of 'update' test in CollectionObjectServiceTest.

16 years agoCSPACE-1248: Allow values of multivalued, repeatable elements to be null or empty.
Aron Roberts [Wed, 24 Mar 2010 00:02:40 +0000 (00:02 +0000)]
CSPACE-1248: Allow values of multivalued, repeatable elements to be null or empty.

16 years agoCSPACE-1273: REVERTED THIS CHANGE: CSID should be in the payload of term items for...
Richard Millet [Tue, 23 Mar 2010 23:28:14 +0000 (23:28 +0000)]
CSPACE-1273: REVERTED THIS CHANGE: CSID should be in the payload of term items for Person and Org services.

16 years agoCSPACE-1273: CSID should be in the payload of term items for Person and Org services.
Richard Millet [Tue, 23 Mar 2010 22:44:59 +0000 (22:44 +0000)]
CSPACE-1273: CSID should be in the payload of term items for Person and Org services.

16 years agoCSPACE-1248: Added test to demonstrate bug in which records containing a child repeat...
Aron Roberts [Tue, 23 Mar 2010 20:46:51 +0000 (20:46 +0000)]
CSPACE-1248: Added test to demonstrate bug in which records containing a child repeatable field, with its value set to null, can be created, but subsequent attempts at retrieving these records yield errors.

16 years agoCSPACE-1248, CSPACE-873: Remove outdated acquisitionSource field from Nuxeo schema...
Aron Roberts [Mon, 22 Mar 2010 20:36:37 +0000 (20:36 +0000)]
CSPACE-1248, CSPACE-873: Remove outdated acquisitionSource field from Nuxeo schema for Acquisition records.  This scalar field was incorrectly left in that schema when acquisitionSource was made repeatable in r1307.

16 years agoNOJIRA: Testing Subversion co by revision.
Richard Millet [Thu, 18 Mar 2010 18:58:53 +0000 (18:58 +0000)]
NOJIRA: Testing Subversion co by revision.

16 years agoCSPACE-1214: Removed Maven transitive dependency of Nuxeo artifacts from code that...
Richard Millet [Mon, 15 Mar 2010 23:31:25 +0000 (23:31 +0000)]
CSPACE-1214: Removed Maven transitive dependency of Nuxeo artifacts from code that uses our Java clients to access our services.

16 years agoNOJIRA: REVERTING Removing transitive dependency on Nuxeo artifacts from our Java...
Richard Millet [Sat, 13 Mar 2010 02:24:46 +0000 (02:24 +0000)]
NOJIRA: REVERTING Removing transitive dependency on Nuxeo artifacts from our Java client code.

16 years agoNOJIRA: Removing transitive dependency on Nuxeo artifacts from our Java client code.
Richard Millet [Sat, 13 Mar 2010 01:58:17 +0000 (01:58 +0000)]
NOJIRA: Removing transitive dependency on Nuxeo artifacts from our Java client code.

16 years agoNOJIRA: Updating sample to use 0.6-SNAPSHOT artifacts.
Richard Millet [Sat, 13 Mar 2010 00:59:13 +0000 (00:59 +0000)]
NOJIRA: Updating sample to use 0.6-SNAPSHOT artifacts.

16 years agoCSPACE-1084: Deprecating "/search" from CO, Intake, Acquisition and replacing with...
Richard Millet [Fri, 12 Mar 2010 22:45:13 +0000 (22:45 +0000)]
CSPACE-1084: Deprecating "/search" from CO, Intake, Acquisition and replacing with "?kw" query parameter.  For example, instead of "/intakes/search?keywords=rich" use "/intakes?kw=rich"

16 years agoCSPACE-1159: Our Maven artifacts now implicitly inherit their <version> value from...
Richard Millet [Fri, 12 Mar 2010 20:50:29 +0000 (20:50 +0000)]
CSPACE-1159: Our Maven artifacts now implicitly inherit their <version> value from their parent pom file.  Our top level pom on the trunk is currently set to "0.6-SNAPSHOT."  Also, all CS artifacts that depend on other CS artifacts now depend on the current pom version (the pom variable ${project.version}) of those artifacts.

16 years agoCSPACE-1079. Work towards supporting search for documents by a field value. Some...
Patrick Schmitz [Wed, 10 Mar 2010 01:07:43 +0000 (01:07 +0000)]
CSPACE-1079. Work towards supporting search for documents by a field value. Some refactoring of the ServiceBinding and TenantBinding support, and some new utility methods.

16 years agoCSPACE-1079. Work towards supporting search for documents by a field value. Some...
Patrick Schmitz [Wed, 10 Mar 2010 01:01:13 +0000 (01:01 +0000)]
CSPACE-1079. Work towards supporting search for documents by a field value. Some refactoring of the ServiceBinding and TenantBinding support, and some new utility methods.

16 years agoCSPACE-590. Added support to get item list for a named OrgAuthority, based upon Perso...
Patrick Schmitz [Wed, 10 Mar 2010 00:33:25 +0000 (00:33 +0000)]
CSPACE-590. Added support to get item list for a named OrgAuthority, based upon PersonAuthority work. Built using some common methods in the repository/RepositoryClient.

16 years agoNOJIRA: Cleaning up Maven repository settings.
Richard Millet [Tue, 9 Mar 2010 05:56:11 +0000 (05:56 +0000)]
NOJIRA: Cleaning up Maven repository settings.

16 years agoCSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "impor...
Richard Millet [Mon, 8 Mar 2010 22:46:55 +0000 (22:46 +0000)]
CSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "import" modules.  Use Maven's "-P" option to build these modules.  For example, mvn install -Psamples

16 years agoCSPACE-1048 added non-debug log4j config
Sanjay Dalal [Thu, 4 Mar 2010 20:11:48 +0000 (20:11 +0000)]
CSPACE-1048 added non-debug log4j config

A    common/src/main/config/log/jboss-log4j-release.xml
M    common/build.xml

16 years agoNOJIRA: Adding missing dependency declaration on collectionobject.jaxb classes.
Richard Millet [Thu, 4 Mar 2010 00:27:40 +0000 (00:27 +0000)]
NOJIRA: Adding missing dependency declaration on collectionobject.jaxb classes.

16 years agoCSPACE-1034
Sanjay Dalal [Wed, 3 Mar 2010 22:56:41 +0000 (22:56 +0000)]
CSPACE-1034
!!! requires ant clean undeploy deploy at the trunk level !!!
removed log4j.properties from cspace-services.war
added log4j repositoryselector to avoid jboss jamming cspace war's log st. on top of its log st.
added jboss-log4j.xml to build (common/src/main/config/log), copied to jboss at deploy time, only org.collectionspace is in DEBUG cateogry, cspace/log/collectionspace.log contains cs log
moved bindnigs to common/src/main/config/services
removed log4j.jar from nuxeo-client/lib and from cspace-services.war
removed spring's log4jconfiglistener from web.xml that was shutting down logmanager

ant clean undeploy deploy at trunk level
test mvn test at trunk level

D    trunk/services/JaxRsServiceProvider/src/main/resources/log4j.properties
M    trunk/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
M    trunk/services/JaxRsServiceProvider/pom.xml
A    trunk/services/common/src/main/java/org/collectionspace/services/common/log
A    trunk/services/common/src/main/java/org/collectionspace/services/common/log/CollectionSpaceLog4jRepositorySelector.java
M    trunk/services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceServiceContextListener.java
A    trunk/services/common/src/main/config/log
A    trunk/services/common/src/main/config/log/jboss-log4j.xml
D    trunk/services/common/src/main/config/service-config.xml
D    trunk/services/common/src/main/config/tenant-bindings.xml
A    trunk/services/common/src/main/config/services
A  + trunk/services/common/src/main/config/services/service-config.xml
A  + trunk/services/common/src/main/config/services/tenant-bindings.xml
M    trunk/services/common/build.xml
D    trunk/3rdparty/nuxeo/nuxeo-client/lib/log4j.jar

16 years agoNOJIRA - remove unneeded import.
Patrick Schmitz [Wed, 3 Mar 2010 22:38:33 +0000 (22:38 +0000)]
NOJIRA - remove unneeded import.

16 years agoCSPACE-1101: Removed "package" dependency from the "install" target in our build...
Richard Millet [Wed, 3 Mar 2010 21:22:49 +0000 (21:22 +0000)]
CSPACE-1101: Removed "package" dependency from the "install" target in our build.xml Ant files.  Should cut a full "ant deploy" time almost in half.

16 years agoNOJIRA: Change the update policy on the Nuxeo snapshot repositories to "never" check...
Richard Millet [Wed, 3 Mar 2010 18:49:06 +0000 (18:49 +0000)]
NOJIRA: Change the update policy on the Nuxeo snapshot repositories to "never" check for updates.  This is assuming that we do not want updated artifacts from Nuxeo.

16 years agoNOJIRA disabled spring, nuxeo, resteasy debug logging
Sanjay Dalal [Wed, 3 Mar 2010 01:19:28 +0000 (01:19 +0000)]
NOJIRA disabled spring, nuxeo, resteasy debug logging
test: collectionobject

M    log4j.properties

16 years agoCSPACE-1088: Reverting SVN 1506 change (conditional runtime check for property before...
Richard Millet [Tue, 2 Mar 2010 22:34:50 +0000 (22:34 +0000)]
CSPACE-1088: Reverting SVN 1506 change (conditional runtime check for property before running performanceTests).  Instead, use Maven profile "perftests".  For example, mvn test -Pperftests.

16 years agoCSPACE-1088: Added a Maven profile to the PerformanceTests module. By default 'mvn...
Richard Millet [Tue, 2 Mar 2010 22:20:07 +0000 (22:20 +0000)]
CSPACE-1088: Added a Maven profile to the PerformanceTests module. By default 'mvn test' will now skip the tests inside the PerformanceTests module. Use "-Pperftests" to run the tests.

16 years agoNOJIRA conditionally enable perf tests (again). test execution prints the verbose...
Sanjay Dalal [Tue, 2 Mar 2010 21:27:53 +0000 (21:27 +0000)]
NOJIRA conditionally enable perf tests (again). test execution prints the verbose command to run the perf tests.
test: perf test without -Dcspace.perf and with -Dcspace.perf

M    PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/PerformanceTest.java

16 years agoCSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "impor...
Richard Millet [Tue, 2 Mar 2010 18:44:25 +0000 (18:44 +0000)]
CSPACE-1082: Created a Maven profile named "samples" to build the "sample" and "import" modules.  Use Maven's "-P" option to build these modules.  For example, mvn install -Psamples

16 years agoCSPACE-852. Added support in tenant-bindings.xml for authority reference fields in...
Patrick Schmitz [Tue, 2 Mar 2010 08:42:28 +0000 (08:42 +0000)]
CSPACE-852. Added support in tenant-bindings.xml for authority reference fields in collectionobject and acquisition schemas. Added {csid}/authorityrefs subresource support to CollectionObject and Acquisition.
Refactored the code that was in IntakeDocumentModelHandler (getAuthorityRefs) into RemoteDocumentModelHandlerImpl.
Added tests for both services.

16 years agoCSPACE-590, CSPACE-852. Added tests for getting a list of persons from a named (not...
Patrick Schmitz [Tue, 2 Mar 2010 01:55:53 +0000 (01:55 +0000)]
CSPACE-590, CSPACE-852. Added tests for getting a list of persons from a named (not CSID-based) authority.

16 years agoCSPACE-1026 recognizes whitespaces in repeated fields, was already recognizing elsewhere
Sanjay Dalal [Tue, 2 Mar 2010 01:34:41 +0000 (01:34 +0000)]
CSPACE-1026 recognizes whitespaces in repeated fields, was already recognizing elsewhere
added tests that read raw xml from a file without jaxb unmarshaller. added utility methods in AbstractServiceTestImpl for the same.
test: collectionobject tests

M    services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp3.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp4.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp1.xml
A    services/collectionobject/client/src/test/resources/test-data/repfield_whitesp2.xml
M    services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
M    services/pom.xml
M    services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
M    services/client/pom.xml

16 years agoCSPACE-590, CSPACE-852. Added support to get item list for a named PersonAuthority...
Patrick Schmitz [Tue, 2 Mar 2010 01:27:51 +0000 (01:27 +0000)]
CSPACE-590, CSPACE-852. Added support to get item list for a named PersonAuthority, prototyping basic facility. Built using some common methods in the repository/RepositoryClient. Almost there.

16 years agoCSPACE-1078: Updated Artifactory repos settings and apparently fixed the problem...
Richard Millet [Tue, 2 Mar 2010 00:52:25 +0000 (00:52 +0000)]
CSPACE-1078: Updated Artifactory repos settings and apparently fixed the problem with Maven making unneeded update checks for the Nuxeo snapshot artifacts.  Also added specific versions to some of our dependency declarations.

16 years agoCSPACE-590, CSPACE-852. Added support to get PersonAuthority by name, prototyping...
Patrick Schmitz [Tue, 2 Mar 2010 00:02:05 +0000 (00:02 +0000)]
CSPACE-590, CSPACE-852. Added support to get PersonAuthority by name, prototyping basic facility. Required changes to the StorageClient class-tree. Added tests for same. Still have to work out how to get sub-resources (trickier).

16 years agoCSPACE-1073 a snapshot of login-config.xml is in authentication/service/src/main...
Sanjay Dalal [Mon, 1 Mar 2010 21:19:35 +0000 (21:19 +0000)]
CSPACE-1073 a snapshot of login-config.xml is in authentication/service/src/main/resource/config. With ant deploy, this copied over to $JBOSS_HOME/server/cspace/conf/login-config.xml (after backuping it up to $JBOSS_HOME/server/cspace/conf/login-config.xml.org). Undeploy restores $JBOSS_HOME/server/cspace/conf/login-config.xml with $JBOSS_HOME/server/cspace/conf/login-config.xml.org

A    authentication/service/src/main/resources/config/login-config.xml
M    authentication/service/build.xml

16 years agoCSPACE-852. Added support in tenant-bindings.xml and in associated scanner to specify...
Patrick Schmitz [Mon, 1 Mar 2010 20:49:51 +0000 (20:49 +0000)]
CSPACE-852. Added support in tenant-bindings.xml and in associated scanner to specify authority reference fields in a schema. Added support for "authorityrefs" sub-resource, that returns a list of references, and some convenient info for them. Added some RefName utilities to pull apart refnames and produce useful pieces for clients and server to deal with.
Currently only working with Intake (must be ported to CollectionObject and Acquisition).
This may benefit from some refactoring once I get the other ports done.
To test this work, refactored the base test (AbstractServiceTestImpl.java) so that it is easier to produce tests that do not focus on CRUD (these an inherit from a new BaseServiceTest class (yes, it could use a better name).

16 years agoCSPACE-1053: Added Contact as a sub-resource of OrgAuthority and Organization.
Aron Roberts [Sat, 27 Feb 2010 01:32:13 +0000 (01:32 +0000)]
CSPACE-1053: Added Contact as a sub-resource of OrgAuthority and Organization.

16 years agoCSPACE-826: Minor after-completion tweaks to work that added Contacts as a sub-resour...
Aron Roberts [Sat, 27 Feb 2010 01:29:38 +0000 (01:29 +0000)]
CSPACE-826: Minor after-completion tweaks to work that added Contacts as a sub-resource of PersonAuthority / Person resources. Added BadRequestException-handling blocks to several places in resource class. Minor changes in client test to align better with client test of closely-related Organization service.

16 years agoNOJIRA: Attempting to address unnecessary Maven lookups for Nuxeo snapshot artifacts.
Richard Millet [Fri, 26 Feb 2010 23:46:25 +0000 (23:46 +0000)]
NOJIRA: Attempting to address unnecessary Maven lookups for Nuxeo snapshot artifacts.

16 years agoCSPACE-413: Initial CRUD+L performance suite.
Richard Millet [Fri, 26 Feb 2010 22:08:16 +0000 (22:08 +0000)]
CSPACE-413: Initial CRUD+L performance suite.

16 years agoCSPACE-1069: Need to parenthesize 'where' clause of DocumentHandler for correct NXQL...
Richard Millet [Fri, 26 Feb 2010 21:52:32 +0000 (21:52 +0000)]
CSPACE-1069: Need to parenthesize 'where' clause of DocumentHandler for correct NXQL -> SQL translation

16 years agoCSPACE-413: Initial CRUD+L performance suite.
Richard Millet [Fri, 26 Feb 2010 21:46:25 +0000 (21:46 +0000)]
CSPACE-413: Initial CRUD+L performance suite.

16 years agoCSPACE-823: Fixed typo 'servics' in three services-related namespace URIs in XSD...
Aron Roberts [Thu, 25 Feb 2010 23:41:46 +0000 (23:41 +0000)]
CSPACE-823: Fixed typo 'servics' in three services-related namespace URIs in XSD schemas.

16 years agoNOJIRA perf tests are disabled by default. use the following CL to run perf tests
Sanjay Dalal [Thu, 25 Feb 2010 23:04:34 +0000 (23:04 +0000)]
NOJIRA perf tests are disabled by default. use the following CL to run perf tests
mvn -Dcspace.perf=true -DforkMode=none test

ran perf test with and without the perf option

M    PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/PerformanceTest.java
M    PerformanceTests/src/test/java/org/collectionspace/services/PerformanceTests/test/CollectionSpacePerformanceTest.java

16 years agoCSPACE-1066,CSPACE-1067: Intake schema in services layer changed to conform to Intake...
Aron Roberts [Thu, 25 Feb 2010 22:22:30 +0000 (22:22 +0000)]
CSPACE-1066,CSPACE-1067: Intake schema in services layer changed to conform to Intake schema on the project wiki. Eleven (11) Object Collecting Information Group fields have been removed. Also renamed three fields in the Intake schema for consistency with Service schema capitalization conventions: lowercase initial letter and interCaps. Due to changes in Nuxeo document type, will require running 'ant deploy' and a two-server restart.

16 years agoCSPACE-1009: Corrected typo in Acquisition field: was formerly (incorrect) 'fieldColl...
Aron Roberts [Thu, 25 Feb 2010 22:16:39 +0000 (22:16 +0000)]
CSPACE-1009: Corrected typo in Acquisition field: was formerly (incorrect) 'fieldCollectionData' and is now (correct) 'fieldCollectionDate'.

16 years agoCSPACE-1063: Renamed 'Item Status' vocabulary to 'Term Status' in vocabulary importer.
Aron Roberts [Thu, 25 Feb 2010 18:21:55 +0000 (18:21 +0000)]
CSPACE-1063: Renamed 'Item Status' vocabulary to 'Term Status' in vocabulary importer.

16 years agoCSPACE-1063: Created 'Item Status' vocabulary with values indicating status of items...
Aron Roberts [Thu, 25 Feb 2010 04:23:09 +0000 (04:23 +0000)]
CSPACE-1063: Created 'Item Status' vocabulary with values indicating status of items, or terms, in Vocabularies, PersonAuthorities, and OrgAuthorities.

16 years agoCSPACE-1009: Conformed Acqusitions schema in services layer to 'Limited for 0.5'...
Aron Roberts [Thu, 25 Feb 2010 03:08:11 +0000 (03:08 +0000)]
CSPACE-1009: Conformed Acqusitions schema in services layer to 'Limited for 0.5' schema on the wiki. Changes Nuxeo document type and requires an 'ant deploy'.

16 years agoCSPACE-1055,CSPACE-1056: Conformed Organization schema in services layer to 'Limited...
Aron Roberts [Wed, 24 Feb 2010 21:31:24 +0000 (21:31 +0000)]
CSPACE-1055,CSPACE-1056: Conformed Organization schema in services layer to 'Limited for 0.5' schema on the wiki. Added group, subBody, status fields; renamed description field to history, per Megan. Changes Nuxeo document type and requires an 'ant deploy'.

16 years agoCSPACE-897:CSPACE-895:CSPACE-896:CSPACE-914: Adding validation support Acquisition...
Richard Millet [Wed, 24 Feb 2010 17:51:08 +0000 (17:51 +0000)]
CSPACE-897:CSPACE-895:CSPACE-896:CSPACE-914: Adding validation support Acquisition, Intake, Relation, and CollectionObject services.

16 years agoNOJIRA: Updating Eclipse project settings.
Richard Millet [Wed, 24 Feb 2010 17:46:37 +0000 (17:46 +0000)]
NOJIRA: Updating Eclipse project settings.

16 years agoCSPACE-1054: Added status field to VocabularyItems services schema.
Aron Roberts [Wed, 24 Feb 2010 05:21:27 +0000 (05:21 +0000)]
CSPACE-1054: Added status field to VocabularyItems services schema.

16 years agoCSPACE-1040: Added status, honorific fields to Person schema.
Aron Roberts [Wed, 24 Feb 2010 02:29:02 +0000 (02:29 +0000)]
CSPACE-1040: Added status, honorific fields to Person schema.

16 years agoNOJIRA - fixed deploy/undeploy tasks of account and authentication services
Sanjay Dalal [Tue, 23 Feb 2010 22:43:13 +0000 (22:43 +0000)]
NOJIRA - fixed deploy/undeploy tasks of account and authentication services

D    trunk/services/authentication/pstore/src/main/resources/db/mysql/test_authn.sql
A  + trunk/services/authentication/pstore/src/main/resources/db/mysql/test_authentication.sql
M    trunk/services/authentication/pstore/build.xml
M    trunk/services/account/pstore/build.xml

16 years agoNOJIRA - added account service into deploy/undeploy
Sanjay Dalal [Tue, 23 Feb 2010 21:50:39 +0000 (21:50 +0000)]
NOJIRA - added account service into deploy/undeploy

M    build.xml

16 years agoCSPACE-826: Declaring public access to updateContact, deleteContact methods in Person...
Aron Roberts [Tue, 23 Feb 2010 21:32:32 +0000 (21:32 +0000)]
CSPACE-826: Declaring public access to updateContact, deleteContact methods in PersonAuthorityResource resolved long-standing "Could not find resource for relative ... of full path" error when accessing those operations.  Props to Patrick's sharp eyes!

16 years agoCSPACE-1032 anonymous access is disabled. Developers need to change $JBOSS_HOME/serve...
Sanjay Dalal [Tue, 23 Feb 2010 21:22:07 +0000 (21:22 +0000)]
CSPACE-1032 anonymous access is disabled. Developers need to change $JBOSS_HOME/server/cspace/conf/login-config.xml to add the CSpace JAAS LoginModule from /services/authentication/service/src/main/resources/config/jboss-login-config.xml. See wiki/email for more details. Service client properties are changed to use auth mode by default so that mvn test could still be used.
test: mvn test at service layer

M    services/JaxRsServiceProvider/src/main/resources/log4j.properties
M    services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
M    services/security/client/src/test/java/org/collectionspace/services/authentication/client/test/AuthenticationServiceTest.java
M    services/client/src/test/java/org/collectionspace/services/client/test/ServiceLayerTest.java
M    services/client/src/main/resources/collectionspace-client.properties

16 years agoCSPACE-1043: Contact schema changed to conform to latest 'Limited for Release 0.4...
Aron Roberts [Tue, 23 Feb 2010 05:34:53 +0000 (05:34 +0000)]
CSPACE-1043: Contact schema changed to conform to latest 'Limited for Release 0.4 and 0.5' Contact Information Schema on the project wiki, plus a Notes field requested for PAHMA.

16 years agoCSPACE-888 added _index sql scripts to add indices to account and user related tables...
Sanjay Dalal [Sat, 20 Feb 2010 01:37:03 +0000 (01:37 +0000)]
CSPACE-888 added _index sql scripts to add indices to account and user related tables, changed create_db task to execute the scripts
CSPACE-1031 tenants table is separated from account. added accounts_tenants association table. tenant validation updated (if tenant id not in create request, takes from secuirty context), if in (create or update) the request, validates against valid tenants from the tenant table

Requires ant deploy (for authn service...also requires changes in login-config (see jboss-login-config.xml for updated snippet...tenant query has changed)

test: account and security tests with and without authn

M    services/authentication/service/src/main/resources/config/jboss-login-config.xml
A    services/authentication/pstore/src/main/resources/db/mysql/authentication_index.sql
M    services/authentication/pstore/build.xml
M    services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml
M    services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountValidatorHandler.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/pstore/src/test/resources/META-INF/persistence.xml
A    services/account/pstore/src/main/resources/db/mysql/account_index.sql
M    services/account/pstore/src/main/resources/db/mysql/test_account.sql
M    services/account/pstore/src/main/resources/db/mysql/account.sql
M    services/account/pstore/build.xml
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountTest.java
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
M    services/account/client/src/test/resources/META-INF/persistence.xml
M    services/security/client/src/test/java/org/collectionspace/services/authentication/client/test/AuthenticationServiceTest.java

16 years agoCSPACE-1033: Fixed 'No suitable driver' error in IDServiceJdbcImplTest
Aron Roberts [Fri, 19 Feb 2010 21:53:42 +0000 (21:53 +0000)]
CSPACE-1033: Fixed 'No suitable driver' error in IDServiceJdbcImplTest

16 years agoCSPACE-826,CSPACE-1030: Further integration of Contact as a sub-resource of PersonAut...
Aron Roberts [Fri, 19 Feb 2010 20:00:32 +0000 (20:00 +0000)]
CSPACE-826,CSPACE-1030: Further integration of Contact as a sub-resource of PersonAuthority/Person.  Retrieving contacts for a person has been added.  Initial UpdateContact and deleteContact code is also present but is currently commented out due to as-yet unresolved errors.   PersonAuthorityResource no longer directly invokes ContactResource, and ContactResource has been reverted to r1327 accordingly.

16 years agoCSPACE-1030: Ensure that Contact common part label is set correctly, when populating...
Aron Roberts [Fri, 19 Feb 2010 18:45:18 +0000 (18:45 +0000)]
CSPACE-1030: Ensure that Contact common part label is set correctly, when populating sample record for 'create' test in ContactServiceTest.

16 years agoCSPACE-859 added timestamps to accounts_common, users,roles and users_roles tables
Sanjay Dalal [Fri, 19 Feb 2010 01:15:29 +0000 (01:15 +0000)]
CSPACE-859 added timestamps to accounts_common, users,roles and users_roles tables
CSPACE-1011 added personRefName to account schema
Tenant validation is done only for create that also temporarily till authn is mandatory
test: account test with security

M    services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
M    services/authentication/jaxb/pom.xml
M    services/authentication/pstore/src/main/resources/db/mysql/test_authn.sql
M    services/authentication/pstore/src/main/resources/db/mysql/authentication.sql
M    services/pom.xml
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountValidatorHandler.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/jaxb/pom.xml
M    services/account/pstore/src/main/resources/db/mysql/test_account.sql
M    services/account/pstore/src/main/resources/db/mysql/account.sql
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountTest.java
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java

16 years agoNOJIRA added capability to read input for JAXB object from a file(in classpath)/stream.
Sanjay Dalal [Thu, 18 Feb 2010 20:38:08 +0000 (20:38 +0000)]
NOJIRA added capability to read input for JAXB object from a file(in classpath)/stream.
Added testCambridge.xml test data to use from createFromFile test
test: collectionobject tests against local server and against jupiter.collectionspace.org

M    client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
M    client/src/main/java/org/collectionspace/services/client/AbstractServiceClientImpl.java
M    collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectServiceTest.java
A    collectionobject/client/src/test/resources/test-data
A    collectionobject/client/src/test/resources/test-data/testCambridge.xml

16 years agoCSPACE-826: Reorganized client test class with groups, and to further accommodate...
Aron Roberts [Thu, 18 Feb 2010 05:28:46 +0000 (05:28 +0000)]
CSPACE-826: Reorganized client test class with groups, and to further accommodate adding contacts as sub-resources of person and personAuthority.  Added stubs for additional operations throughout relevant client and server classes.  deleteContact method is currently commented out with as-yet-unresolved "could not find resource for relative ... of full path" issue.

16 years agoCSPACE-1010 made length of userid in account consistent with that in users and users_...
Sanjay Dalal [Wed, 17 Feb 2010 23:01:13 +0000 (23:01 +0000)]
CSPACE-1010 made length of userid in account consistent with that in users and users_roles
test: account tests with security

M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/pstore/src/main/resources/db/mysql/account.sql

16 years agoCSPACE-1010 added constraints to account, users and users_roles tables. added validat...
Sanjay Dalal [Wed, 17 Feb 2010 22:48:30 +0000 (22:48 +0000)]
CSPACE-1010 added constraints to account, users and users_roles tables. added validation tests to account service client. in case of constraint violation (performed by db), 500 is returned instead of 400.
account,authn poms use consistent mysql jdbc driver version
test: account, security

M    services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd
M    services/authentication/pstore/src/main/resources/db/mysql/authentication.sql
M    services/authentication/pstore/pom.xml
M    services/account/jaxb/src/main/resources/accounts_common.xsd
M    services/account/pstore/src/main/resources/db/mysql/account.sql
M    services/account/pstore/pom.xml
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java

16 years agoCSPACE-787 changes suggested during the review CSPACE-886
Sanjay Dalal [Wed, 17 Feb 2010 21:24:46 +0000 (21:24 +0000)]
CSPACE-787 changes suggested during the review CSPACE-886
CSPACE-1010 added email validation (partial checkin)
test collectionobject account security

M    collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectValidatorHandler.java
M    account/service/src/main/java/org/collectionspace/services/account/storage/AccountValidatorHandler.java

16 years agoCSPACE-489: Clean up extra VocabularyItems created during client tests of the Vocabul...
Aron Roberts [Wed, 17 Feb 2010 02:05:58 +0000 (02:05 +0000)]
CSPACE-489: Clean up extra VocabularyItems created during client tests of the Vocabulary service.  Clean up of sub-resource items has been working in client tests of the Person and Organization services, but a single line of code required when doing so was inadvertently omitted in the Vocabulary service.

16 years agoCSPACE-709 added war manifest with properties Vendor, Package and Release
Sanjay Dalal [Tue, 16 Feb 2010 22:23:02 +0000 (22:23 +0000)]
CSPACE-709 added war manifest with properties Vendor, Package and Release

M    JaxRsServiceProvider/pom.xml

16 years agoCSPACE-1016 service tests can now be run with auth
Sanjay Dalal [Tue, 16 Feb 2010 21:24:44 +0000 (21:24 +0000)]
CSPACE-1016 service tests can now be run with auth
test: all service tests (except id) with and without auth. id service tests fail locally due to a classpath issue (not able to find jdbc driver)

If the auth mode is disabled, you would see the following emitted from AbstractServiceClientImpl during construction

INFO main org.collectionspace.services.client.AbstractServiceClientImpl:191 setupHttpClient() : no auth mode!

Required system properties to run the tests with authentication enabled are

1. cspace.auth to true, indicates to use HTTP authentication. We will use BASIC authentication in these tests.
2. cspace.user indicates user name to use
3. cspace.password indicates password to use (clear text ... this is only a test)
4. cspace.server.secure true, indicates that services layer is enabled for security. Some tests still use this property. This was added because web.xml changes were required to enable security on the server side. With Spring security, it is no more needed on the server side. However, some client side tests (account, security, collecitonobject, relation) would still look for it.

command line would be

mvn -Dcspace.server.secure=true -DforkMode=never -Dcspace.auth=true -Dcspace.user=test -Dcspace.password=test test

Note that forkMode=never is required to pass properties to the JVM. Without that property, maven may start a new process to run the test and would not pass the required properties.

_M   trunk/services/PerformanceTests
M    trunk/services/dimension/client/src/main/java/org/collectionspace/services/client/DimensionClient.java
M    trunk/services/acquisition/client/src/main/java/org/collectionspace/services/client/AcquisitionClient.java
M    trunk/services/contact/client/src/main/java/org/collectionspace/services/client/ContactClient.java
_M   trunk/services/account/pstore
M    trunk/services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityClient.java
M    trunk/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java
M    trunk/services/intake/client/src/main/java/org/collectionspace/services/client/IntakeClient.java
M    trunk/services/client/src/test/java/org/collectionspace/services/client/test/ServiceLayerTest.java
M    trunk/services/client/src/main/java/org/collectionspace/services/client/AbstractServiceClientImpl.java

16 years agoNOJIRA removed unused dependencies and war build.
Sanjay Dalal [Tue, 16 Feb 2010 21:20:59 +0000 (21:20 +0000)]
NOJIRA removed unused dependencies and war build.
review: aron

_M   id
M    id/service/pom.xml
M    id/pom.xml

16 years agoCSPACE-735 Added support for getFiltered to fetch totalItem count when pagination...
Patrick Schmitz [Tue, 16 Feb 2010 06:01:55 +0000 (06:01 +0000)]
CSPACE-735 Added support for getFiltered to fetch totalItem count when pagination is in use.
Added support in vocabulary, personAuthority, and orgAuthority to make lists (of authorities as well as items) return pagination information in payload. This is not part of the individual item payloads, and so does not impact the nuxeo schemas.

16 years agoCSPACE-909 Add validation support. Added tests for same. Fixed bug in updateNonExiste...
Patrick Schmitz [Tue, 16 Feb 2010 01:10:21 +0000 (01:10 +0000)]
CSPACE-909 Add validation support. Added tests for same. Fixed bug in updateNonExistentItem that was only exposed through the validation codepath.

16 years agoCSPACE-879, CSPACE-908 Added support for displayNameComputed flag, added validation...
Patrick Schmitz [Mon, 15 Feb 2010 19:58:19 +0000 (19:58 +0000)]
CSPACE-879, CSPACE-908 Added support for displayNameComputed flag, added validation support to verify displayNameComputed and displayName logic. Added tests to verify this functionality.
Missed

16 years agoCSPACE-879, CSPACE-908 Added support for displayNameComputed flag, added validation...
Patrick Schmitz [Mon, 15 Feb 2010 19:31:01 +0000 (19:31 +0000)]
CSPACE-879, CSPACE-908 Added support for displayNameComputed flag, added validation support to verify displayNameComputed and displayName logic. Added tests to verify this functionality.

16 years agoCSPACE-826. Contacts can now be created and read as a subordinate resource of PersonA...
Aron Roberts [Sat, 13 Feb 2010 01:36:25 +0000 (01:36 +0000)]
CSPACE-826. Contacts can now be created and read as a subordinate resource of PersonAuthority and Person.  See comments in this JIRA issue for approach taken and remaining tasks.

16 years agoCSPACE-597 added setProxy method to VocabClient to pick up httpclient with props...
Sanjay Dalal [Sat, 13 Feb 2010 01:36:15 +0000 (01:36 +0000)]
CSPACE-597 added setProxy method to VocabClient to pick up httpclient with props set for authentication. Properties required to pass to run in auth mode are -Dcspace.auth=true -Dcspace.user=test -Dcspace.password=test (see services/trunk/services/client/src/main/resources/collectionspace-client.properties)
Added log4j.properties. Removed programmatic configuration of log4j.
test: import, vocab client

M    vocabulary/import/src/main/java/org/collectionspace/services/vocabulary/importer/VocabularyBaseImport.java
A    vocabulary/import/src/main/resources/log4j.properties
M    vocabulary/import/pom.xml
M    vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java

16 years agoCSPACE-905 Added ValidatorHandler, and tests to check displayNameComputed and display...
Patrick Schmitz [Sat, 13 Feb 2010 00:27:57 +0000 (00:27 +0000)]
CSPACE-905 Added ValidatorHandler, and tests to check displayNameComputed and displayName relationship on update.

16 years agoNOJIRA Updated sample code to match refactered utils code.
Patrick Schmitz [Fri, 12 Feb 2010 22:34:11 +0000 (22:34 +0000)]
NOJIRA Updated sample code to match refactered utils code.

16 years agoCSPACE-718 Added support for marking displayName computed or not, so can override...
Patrick Schmitz [Fri, 12 Feb 2010 22:20:47 +0000 (22:20 +0000)]
CSPACE-718 Added support for marking displayName computed or not, so can override to set a displayName, and revert to the computed form.

16 years agoCSPACE-916 class name consistency
Sanjay Dalal [Fri, 12 Feb 2010 18:35:11 +0000 (18:35 +0000)]
CSPACE-916 class name consistency
test: service level tests

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/CollectionObjectDocumentModelHandler.java
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/dimension/service/src/main/java/org/collectionspace/services/dimension/DimensionResource.java
M    services/dimension/service/src/main/java/org/collectionspace/services/dimension/nuxeo/DimensionDocumentModelHandler.java
M    services/dimension/client/src/test/java/org/collectionspace/services/client/test/DimensionServiceTest.java
M    services/dimension/client/src/main/java/org/collectionspace/services/client/DimensionClient.java
M    services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClientFactory.java
D    services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResource.java
M    services/common/src/main/java/org/collectionspace/services/common/context/RemoteServiceContextImpl.java
D    services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContext.java
A  + services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
M    services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
A  + services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
D    services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClient.java
A  + services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResourceImpl.java
M    services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java
A  + services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReaderImpl.java
D    services/common/src/main/java/org/collectionspace/services/common/config/AbstractConfigReader.java
D    services/common/src/main/java/org/collectionspace/services/common/config/ServicesConfigReader.java
D    services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReader.java
A  + services/common/src/main/java/org/collectionspace/services/common/config/AbstractConfigReaderImpl.java
A  + services/common/src/main/java/org/collectionspace/services/common/config/ServicesConfigReaderImpl.java
M    services/common/src/main/java/org/collectionspace/services/common/vocabulary/VocabManagerImpl.java
D    services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandler.java
D    services/common/src/main/java/org/collectionspace/services/common/document/AbstractMultipartDocumentHandler.java
A  + services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
A  + services/common/src/main/java/org/collectionspace/services/common/document/AbstractMultipartDocumentHandlerImpl.java
D    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java
A  + services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
D    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandler.java
A  + services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandlerImpl.java
M    services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
M    services/common/src/main/config/service-config.xml
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/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/contact/service/src/main/java/org/collectionspace/services/contact/ContactResource.java
M    services/contact/service/src/main/java/org/collectionspace/services/contact/nuxeo/ContactDocumentModelHandler.java
M    services/contact/client/src/test/java/org/collectionspace/services/client/test/ContactServiceTest.java
M    services/contact/client/src/main/java/org/collectionspace/services/client/ContactClient.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
M    services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
M    services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
M    services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountServiceTest.java
M    services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java
M    services/organization/service/src/main/java/org/collectionspace/services/organization/OrgAuthorityResource.java
M    services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationDocumentModelHandler.java
M    services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityDocumentModelHandler.java
M    services/organization/client/src/test/java/org/collectionspace/services/client/test/OrgAuthorityServiceTest.java
M    services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityClient.java
M    services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java
M    services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonDocumentModelHandler.java
M    services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityDocumentModelHandler.java
M    services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java
M    services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java
M    services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java
M    services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java
M    services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyDocumentModelHandler.java
M    services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java
M    services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java
M    services/security/client/src/test/java/org/collectionspace/services/authentication/client/test/AuthenticationServiceTest.java
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/IntakeDocumentModelHandler.java
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/relation/service/src/main/java/org/collectionspace/services/relation/NewRelationResource.java
M    services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationDocumentModelHandler.java
M    services/relation/client/src/test/java/org/collectionspace/services/client/test/RelationServiceTest.java
M    services/relation/client/src/main/java/org/collectionspace/services/client/RelationClient.java
D    services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTest.java
A  + services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
M    services/client/src/main/java/org/collectionspace/services/client/TestServiceClient.java
A  + services/client/src/main/java/org/collectionspace/services/client/AbstractServiceClientImpl.java
D    services/client/src/main/java/org/collectionspace/services/client/BaseServiceClient.java