diff --git a/web-rest/src/main/java/li/strolch/rest/endpoint/NotificationResource.java b/web-rest/src/main/java/li/strolch/rest/endpoint/NotificationResource.java index 53ec9e315..09a8fa165 100644 --- a/web-rest/src/main/java/li/strolch/rest/endpoint/NotificationResource.java +++ b/web-rest/src/main/java/li/strolch/rest/endpoint/NotificationResource.java @@ -75,7 +75,7 @@ public class NotificationResource { String realm = certificate.getRealm(); if (StringHelper.isEmpty(realm)) realm = DEFAULT_REALM; - return RestfulStrolchComponent.getInstance().openTx(certificate, realm, getCallerMethod()); + return RestfulStrolchComponent.getInstance().openTx(certificate, realm, getCallerMethod(2)); } private static Certificate validateCertificate(HttpServletRequest request, String privilege) {