Joaquín Reñé
2 days ago e6b4cd695cfc6c0d4b0ea53cc403a4384d0f4d69
securis/src/main/java/net/curisit/securis/services/PackResource.java
....@@ -74,7 +74,7 @@
7474 @Inject MetadataHelper metadataHelper;
7575 @Inject private LicenseHelper licenseHelper;
7676
77
- @Context EntityManager em;
77
+ @Inject EntityManager em;
7878
7979 /**
8080 * index
....@@ -310,7 +310,7 @@
310310 * @throws SeCurisServiceException on invalid state.
311311 */
312312 @POST
313
- @Path("/{packId}/putonhold}")
313
+ @Path("/{packId}/putonhold")
314314 @EnsureTransaction
315315 @Securable(roles = Rol.ADMIN | Rol.ADVANCE)
316316 @RolesAllowed(BasicSecurityContext.ROL_ADMIN)