Make context's static, and autoCommit for remainders

This commit is contained in:
Peter Dietz
2013-10-21 18:09:41 -04:00
parent fee4188716
commit 4f684e25ad
4 changed files with 16 additions and 12 deletions

View File

@@ -55,7 +55,6 @@ public class BitstreamResource {
log.error(e.getMessage());
throw new WebApplicationException(Response.Status.INTERNAL_SERVER_ERROR);
}
}
@GET