]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
PAHMA-963-REM-A: Adding support for misc cases where we and/or Nuxeo were consuming...
authorRichard Millet <remillet@berkeley.edu>
Thu, 20 Feb 2014 00:20:28 +0000 (16:20 -0800)
committerRichard Millet <remillet@berkeley.edu>
Thu, 20 Feb 2014 00:20:28 +0000 (16:20 -0800)
commit7b718314d37b15778b68e86680bd14d68dcd602c
tree020b45a5907ab3d2ac54ef41073892e7c6d7742f
parent6f5b180cf0483e8bbd8321538dddd589fadf5aaa
PAHMA-963-REM-A: Adding support for misc cases where we and/or Nuxeo were consuming network related errors.  Also discovered that Tomcat does not support resetting the input stream for Servlet requests which means that network related post and update failed requests can't be retried.
14 files changed:
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/login.conf
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/common/pom.xml
services/common/src/main/java/org/collectionspace/services/common/CSWebApplicationException.java
services/common/src/main/java/org/collectionspace/services/common/NetworkErrorRetryFilter.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentException.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.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/NuxeoDocumentException.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
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java