Move file uploads via WebDAV and PUT API calls out of the transaction boundary, so...
authorpastith <devnull@localhost>
Tue, 26 May 2009 10:00:58 +0000 (10:00 +0000)
committerpastith <devnull@localhost>
Tue, 26 May 2009 10:00:58 +0000 (10:00 +0000)
commitb13aae0463773305502061df72e2cc732b7c46b6
treefa06d9084386cf751cc3f22fb07e61744bb0fe6e
parent92012b4dde54d4a77f77c8911b04919e232865cd
Move file uploads via WebDAV and PUT API calls out of the transaction boundary, so that transaction timeouts do not limit the file upload size.
gss/src/gr/ebs/gss/server/ejb/ExternalAPI.java
gss/src/gr/ebs/gss/server/ejb/ExternalAPIBean.java
gss/src/gr/ebs/gss/server/ejb/ExternalAPIRemote.java
gss/src/gr/ebs/gss/server/rest/FilesHandler.java
gss/src/gr/ebs/gss/server/soap/WSAPIBean.java
gss/src/gr/ebs/gss/server/webdav/Webdav.java