]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5506: Return a new Exception message and corresponding custom HTTP status...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Nov 2012 02:23:47 +0000 (18:23 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Nov 2012 02:23:47 +0000 (18:23 -0800)
commit01ae9ac56e87c0f48d1cc48b6f5c8ebf353782c1
treeb8a08c9ed27cae133a353d1ee68f00c3dd6ba95c
parent5ad9811cccae886a87d57545a669cf16908b8785
CSPACE-5506: Return a new Exception message and corresponding custom HTTP status code if a Nuxeo transaction times out or otherwise fails. Some of these Exceptions may result in transaction rollbacks, and can more generally leave data involved in the transaction in an unexpected state.
services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResourceImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/TransactionException.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocHandlerBase.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java