(patch.getAttr().getValues().size());
+ for (String value : patch.getAttr().getValues()) {
+ try {
+ values.add(String.valueOf(2 * Long.parseLong(value)));
+ } catch (NumberFormatException e) {
+ // ignore
+ }
+ }
+ patch.getAttr().getValues().clear();
+ patch.getAttr().getValues().addAll(values);
+ }
+ }
+
+ return input;
+ }
+}', 'GROOVY', 'LOGIC_ACTIONS');
+INSERT INTO implementation VALUES ('DefaultPasswordRuleConf1350905d', '{"_class":"org.apache.syncope.common.lib.policy.DefaultPasswordRuleConf","name":"org.apache.syncope.common.lib.policy.DefaultPasswordRuleConf","maxLength":0,"minLength":0,"alphabetical":0,"uppercase":0,"lowercase":0,"digit":0,"special":0,"specialChars":[],"illegalChars":[],"repeatSame":0,"usernameAllowed":false,"wordsNotPermitted":[],"schemasNotPermitted":[]}', 'JAVA', 'PASSWORD_RULE');
+
+
+--
+-- TOC entry 4617 (class 0 OID 16628)
+-- Dependencies: 275
+-- Data for Name: jobstatus; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4618 (class 0 OID 16633)
+-- Dependencies: 276
+-- Data for Name: laplainattr; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4619 (class 0 OID 16636)
+-- Dependencies: 277
+-- Data for Name: laplainattruniquevalue; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4620 (class 0 OID 16641)
+-- Dependencies: 278
+-- Data for Name: laplainattrvalue; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4621 (class 0 OID 16646)
+-- Dependencies: 279
+-- Data for Name: linkedaccount; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO linkedaccount VALUES ('0194459d-ad42-7cc9-be1c-6c920382e463', NULL, 'uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp', NULL, 0, NULL, '[{}]', '0194459d-ad19-7959-8a6e-397e6456eb5e', 'resource-ldap');
+INSERT INTO linkedaccount VALUES ('0194459d-afbc-72a9-a931-e56e11b00e95', 'AES', 'uid=linkedAccount47067@syncope.apache.org,ou=People,o=isp', 'pNB7o3MuEwK1EP0tDOVOuA==', 0, NULL, '[{"schema": "surname", "values": [{"stringValue": "LINKED_SURNAME"}]}]', '0194459d-af7b-7bc4-a9ce-2a9d838c1222', 'resource-ldap');
+
+
+--
+-- TOC entry 4622 (class 0 OID 16651)
+-- Dependencies: 280
+-- Data for Name: linkedaccount_privilege; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4623 (class 0 OID 16654)
+-- Dependencies: 281
+-- Data for Name: macrotask; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO macrotask VALUES ('0194459d-b0a2-7493-b24b-1fc00d27b341', 1, NULL, NULL, 'Test Macro', NULL, 0, 1, 'MacroJobDelegate', 'TestMacroActions', '722f3d84-9c2b-4525-8f6e-e4b82c55a36c');
+INSERT INTO macrotask VALUES ('0194459d-b58a-7f25-a31d-474ea91d3834', 1, NULL, NULL, 'saveSameCommandMultipleOccurrencies', NULL, 0, 1, 'MacroJobDelegate', NULL, 'e4c28e7a-9dbf-4ee7-9441-93812a0d4a28');
+
+
+--
+-- TOC entry 4624 (class 0 OID 16659)
+-- Dependencies: 282
+-- Data for Name: macrotaskcommand; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO macrotaskcommand VALUES ('0194459d-b0ad-7682-bf57-f2c117fca094', '{"_class":"org.apache.syncope.common.lib.command.CommandArgs"}', 0, '0194459d-b0a2-7493-b24b-1fc00d27b341', 'GroovyCommand');
+INSERT INTO macrotaskcommand VALUES ('0194459d-b0ae-732c-ae05-beef75a5be19', '{"_class":"org.apache.syncope.fit.core.reference.TestCommandArgs","parentRealm":"${parent}","realmName":"${realm}","printerName":"aprinter112"}', 1, '0194459d-b0a2-7493-b24b-1fc00d27b341', 'TestCommand');
+INSERT INTO macrotaskcommand VALUES ('0194459d-b5a8-7789-91e0-156a830443e0', '{"_class":"org.apache.syncope.common.lib.command.CommandArgs"}', 0, '0194459d-b58a-7f25-a31d-474ea91d3834', 'GroovyCommand');
+INSERT INTO macrotaskcommand VALUES ('0194459d-b5a8-7789-91e0-156a830443e1', '{"_class":"org.apache.syncope.fit.core.reference.TestCommandArgs","parentRealm":"parent1","realmName":"realm1","printerName":"printer1"}', 1, '0194459d-b58a-7f25-a31d-474ea91d3834', 'TestCommand');
+INSERT INTO macrotaskcommand VALUES ('0194459d-b5a8-7789-91e0-156a830443e2', '{"_class":"org.apache.syncope.common.lib.command.CommandArgs"}', 2, '0194459d-b58a-7f25-a31d-474ea91d3834', 'GroovyCommand');
+INSERT INTO macrotaskcommand VALUES ('0194459d-b5a8-7789-91e0-156a830443e3', '{"_class":"org.apache.syncope.fit.core.reference.TestCommandArgs","parentRealm":"parent2","realmName":"realm2","printerName":"printer2"}', 3, '0194459d-b58a-7f25-a31d-474ea91d3834', 'TestCommand');
+
+
+--
+-- TOC entry 4625 (class 0 OID 16664)
+-- Dependencies: 283
+-- Data for Name: macrotaskexec; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO macrotaskexec VALUES ('0194459d-b128-7c1e-b02b-ac72b519c406', '2025-01-08 11:12:30.074453+00', 'admin', 'Form parameter values: {parent=/odd, realm=macro}
+
+Command[GroovyCommand]: {"_class":"org.apache.syncope.common.lib.command.CommandArgs"}
+true
+
+Command[com.sun.proxy.$Proxy489]: {"_class":"org.apache.syncope.fit.core.reference.TestCommandArgs","parentRealm":"/odd","realmName":"macro","printerName":"aprinter112"}
+Realm created: /odd/macro; PRINTER created: aprinter112
+
+COMPLETED', '2025-01-08 11:12:29.992318+00', 'SUCCESS', '0194459d-b0a2-7493-b24b-1fc00d27b341');
+
+
+--
+-- TOC entry 4626 (class 0 OID 16669)
+-- Dependencies: 284
+-- Data for Name: mailtemplate; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO mailtemplate VALUES ('requestPasswordReset', ' Hi, a password reset was requested for ${user.getUsername()}.
In order to complete this request, you need to visit this link
. If you did not request this reset, just ignore the present e-mail.
Best regards.
', 'Hi, a password reset was requested for ${user.getUsername()}. In order to complete this request, you need to visit this link: http://localhost:9080/syncope-enduser/confirmpasswordreset?token=${input.get(0).replaceAll('' '', ''%20'')} If you did not request this reset, just ignore the present e-mail. Best regards.');
+INSERT INTO mailtemplate VALUES ('confirmPasswordReset', ' Hi,
we are happy to inform you that the password request was successfully executed for your account.
Best regards.
', 'Hi, we are happy to inform you that the password request was successfully executed for your account. Best regards.');
+INSERT INTO mailtemplate VALUES ('test', NULL, NULL);
+INSERT INTO mailtemplate VALUES ('optin', ' Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+ ', 'Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+');
+
+
+--
+-- TOC entry 4627 (class 0 OID 16674)
+-- Dependencies: 285
+-- Data for Name: networkservice; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+
+
+--
+-- TOC entry 4628 (class 0 OID 16677)
+-- Dependencies: 286
+-- Data for Name: notification; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO notification VALUES ('e00945b5-1184-4d43-8e45-4318a8dcdfd4', 1, '["[CUSTOM]:[]:[]:[requestPasswordReset]:[SUCCESS]"]', 'email', NULL, 1, 'admin@syncope.apache.org', NULL, 'Password Reset request', 'FAILURES', NULL, 'requestPasswordReset');
+INSERT INTO notification VALUES ('bef0c250-e8a7-4848-bb63-2564fc409ce2', 1, '["[CUSTOM]:[]:[]:[confirmPasswordReset]:[SUCCESS]"]', 'email', NULL, 1, 'admin@syncope.apache.org', NULL, 'Password Reset successful', 'FAILURES', NULL, 'confirmPasswordReset');
+INSERT INTO notification VALUES ('0194459d-c3ce-7fdf-a3e9-636bf6e32ed0', 0, '["create"]', 'email', NULL, 0, 'syncope@syncope.apache.org', '["syncope445@syncope.apache.org"]', 'Test notification', 'SUMMARY', NULL, 'test');
+INSERT INTO notification VALUES ('0194459d-c3ee-77fd-9b38-e68b116d1de5', 0, '["create"]', 'email', NULL, 0, 'syncope@syncope.apache.org', '["syncope446@syncope.apache.org"]', 'Test notification', 'SUMMARY', NULL, 'test');
+INSERT INTO notification VALUES ('0194459d-c400-7af9-9d2c-f0372c68307f', 0, '["create"]', 'email', '$groups==bf825fe1-7320-4a54-bd64-143b5c18ab97', 0, 'syncope@syncope.apache.org', '[]', 'Test notification', 'SUMMARY', NULL, 'test');
+INSERT INTO notification VALUES ('9e2b911c-25de-4c77-bcea-b86ed9451050', 1, '["[CUSTOM]:[]:[]:[unexisting1]:[FAILURE]","[CUSTOM]:[]:[]:[unexisting2]:[SUCCESS]"]', 'email', '$groups==bf825fe1-7320-4a54-bd64-143b5c18ab97', 0, 'test@syncope.apache.org', '[]', 'Test subject', 'FAILURES', NULL, 'test');
+INSERT INTO notification VALUES ('0194459d-c435-7a63-bb33-9d6569e3995b', 0, '["create"]', 'email', NULL, 1, 'syncope@syncope.apache.org', '[]', 'Test notification', 'SUMMARY', NULL, 'test');
+INSERT INTO notification VALUES ('0194459d-c475-7507-a45d-dd4f64f1c15d', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-6299d4c0@syncope.apache.org', '[]', 'Test notification 5cacfaa1', 'NONE', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-9cc43fc2@syncope.apache.org', '["syncope445@syncope.apache.org"]', 'Test notification 213c4def', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459d-db11-7a48-9dd4-58494da1f0e0', 1, '["[LOGIC]:[GroupLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 0, 'syncopetest-e30a5adc@syncope.apache.org', '["notificationtest@syncope.apache.org"]', 'Test notification fd7c07b6', 'ALL', 'TestNotificationRecipientsProvider', 'optin');
+INSERT INTO notification VALUES ('0194459d-e7f0-72de-babb-3fdf765c7edd', 0, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-5d070b76@syncope.apache.org', '["syncope445@syncope.apache.org"]', 'Test notification a30c05b4', 'NONE', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459d-e842-761f-9439-ff400cb063d9', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-2d987923@syncope.apache.org', '[]', 'Test notification b0356952', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459d-f0b5-765d-8eac-c8f0e790bb15', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-75190220@syncope.apache.org', '[]', 'Test notification bd1a937d', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459d-fd81-7461-83ee-9154dd4a84b1', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncopetest-9125115f@syncope.apache.org', '[]', 'Test notification 5cda829c', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459e-0a53-7851-bb17-ca129d74f5a4', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncope81@syncope.apache.org', '[]', 'Test notification', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459e-1339-7495-9b55-c6a5565b8ee0', 1, '["[LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]"]', 'email', '$groups==f779c0d4-633b-4be5-8f57-32eb478a3ca5', 1, 'syncope86@syncope.apache.org', '[]', 'Test notification', 'ALL', NULL, 'optin');
+INSERT INTO notification VALUES ('0194459f-1bf9-756e-a472-5e9336183ce2', 1, '["[PUSH]:[GROUP]:[resource-ldap]:[matchingrule_ignore]:[SUCCESS]","[PUSH]:[GROUP]:[resource-ldap]:[unmatchingrule_ignore]:[SUCCESS]"]', 'email', NULL, 0, 'syncope648@syncope.apache.org', '["issueyncope648@syncope.apache.org"]', 'Test notification', 'FAILURES', NULL, 'optin');
+
+
+--
+-- TOC entry 4629 (class 0 OID 16682)
+-- Dependencies: 287
+-- Data for Name: notificationtask; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO notificationtask VALUES ('e1e520f0-2cbd-4e11-9a89-ea58a0f957e7', NULL, NULL, 1, 'NOTIFICATION-81', '["recipient@prova.org"]', 'admin@prova.org', 'Notification for SYNCOPE-81', 'NOTIFICATION-81', 'ALL', 'e00945b5-1184-4d43-8e45-4318a8dcdfd4');
+INSERT INTO notificationtask VALUES ('019445a0-d03f-7047-b67d-77ec93997b97', 'USER', '019445a0-cfd4-742d-9df4-2db5d9c3bfba', 0, ' Hi a439ac48issue16@apache.org surname, welcome to Syncope!
Your username is a439ac48issue16@apache.org.
Your email address is a439ac48issue16@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - a439ac48issue16@apache.org
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a439ac48issue16@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["a439ac48issue16@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a439ac48issue16@apache.org surname, welcome to Syncope! Your username is a439ac48issue16@apache.org. Your email address is a439ac48issue16@apache.org. Your email address inside a link: http://localhost/?email=a439ac48issue16%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * a439ac48issue16@apache.org
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a439ac48issue16@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-c4dd-7a91-9f11-6d14cd0b7722', 'USER', '0194459d-c484-7360-bdb7-bf6eb08da692', 1, ' Hi 9bd5444dnotificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 9bd5444dnotificationtest@syncope.apache.org.
Your email address is 9bd5444dnotificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 9bd5444dnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["9bd5444dnotificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi 9bd5444dnotificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 9bd5444dnotificationtest@syncope.apache.org. Your email address is 9bd5444dnotificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=9bd5444dnotificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 9bd5444dnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459d-ce09-7664-be78-04ad83087dd8', 'USER', '0194459d-cdcb-7ec0-9a5b-839a68f83b63', 1, ' Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 510779f6notificationtest@syncope.apache.org.
Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["510779f6notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 510779f6notificationtest@syncope.apache.org. Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=510779f6notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459e-7f11-71e0-aca9-18aea164dded', 'USER', '0194459e-7ece-7c2a-af83-cf595e1fc549', 1, ' Hi 698bed60s258_2@apache.org surname, welcome to Syncope!
Your username is 698bed60s258_2@apache.org.
Your email address is 698bed60s258_2@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 698bed60s258_2@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["698bed60s258_2@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 698bed60s258_2@apache.org surname, welcome to Syncope! Your username is 698bed60s258_2@apache.org. Your email address is 698bed60s258_2@apache.org. Your email address inside a link: http://localhost/?email=698bed60s258_2%40apache.org This message was sent to the following recipients:
+ * 698bed60s258_2@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-ce21-7273-8b72-b82c5a6ed90c', 'USER', '0194459d-cdcb-7ec0-9a5b-839a68f83b63', 1, ' Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 510779f6notificationtest@syncope.apache.org.
Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["syncope445@syncope.apache.org","510779f6notificationtest@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 510779f6notificationtest@syncope.apache.org. Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=510779f6notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459d-db47-7705-a750-5385fedf1e45', 'GROUP', '0194459d-db1e-7777-9ba8-d0dbf9f8b68a', 1, ' Hi , welcome to Syncope!
Your username is .
Your email address is . Your email address inside a link.
This message was sent to the following recipients:
+ because one of the following events occurred:
+ - [LOGIC]:[GroupLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["notificationtest@syncope.apache.org","TestNotificationRecipientsProvider@syncope.apache.org"]', 'syncopetest-e30a5adc@syncope.apache.org', 'Test notification fd7c07b6', 'Hi , welcome to Syncope! Your username is . Your email address is . Your email address inside a link: http://localhost/?email= This message was sent to the following recipients:
+
+ because one of the following events occurred:
+ * [LOGIC]:[GroupLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-db11-7a48-9dd4-58494da1f0e0');
+INSERT INTO notificationtask VALUES ('0194459d-e81d-768b-a475-49841effb968', 'USER', '0194459d-e7fc-7d54-801c-7b50fd2dc193', 1, ' Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is b7a499fbnotificationtest@syncope.apache.org.
Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["b7a499fbnotificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope! Your username is b7a499fbnotificationtest@syncope.apache.org. Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=b7a499fbnotificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459e-89f8-7cf6-8e33-1890543a075a', 'USER', '0194459e-89ad-7853-a387-08fd50cf8c8a', 1, ' Hi nome0 surname, welcome to Syncope!
Your username is test0.
Your email address is 95aa6ffbs307@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 95aa6ffbs307@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["95aa6ffbs307@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi nome0 surname, welcome to Syncope! Your username is test0. Your email address is 95aa6ffbs307@apache.org. Your email address inside a link: http://localhost/?email=95aa6ffbs307%40apache.org This message was sent to the following recipients:
+ * 95aa6ffbs307@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-83a7-7dbc-9b21-73899c22371b', 'USER', '0194459e-837a-77f3-938c-3adcbc595289', 1, ' Hi 830fba98syncope272@syncope.apache.org surname, welcome to Syncope!
Your username is 830fba98syncope272@syncope.apache.org.
Your email address is 830fba98syncope272@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 830fba98syncope272@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["830fba98syncope272@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 830fba98syncope272@syncope.apache.org surname, welcome to Syncope! Your username is 830fba98syncope272@syncope.apache.org. Your email address is 830fba98syncope272@syncope.apache.org. Your email address inside a link: http://localhost/?email=830fba98syncope272%40syncope.apache.org This message was sent to the following recipients:
+ * 830fba98syncope272@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-7ec4-7536-8959-48282b4bb70b', 'USER', '0194459e-7e7f-7daf-a1b1-73365fcef439', 1, ' Hi cf3e23bds258_1@apache.org surname, welcome to Syncope!
Your username is cf3e23bds258_1@apache.org.
Your email address is cf3e23bds258_1@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - cf3e23bds258_1@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["cf3e23bds258_1@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi cf3e23bds258_1@apache.org surname, welcome to Syncope! Your username is cf3e23bds258_1@apache.org. Your email address is cf3e23bds258_1@apache.org. Your email address inside a link: http://localhost/?email=cf3e23bds258_1%40apache.org This message was sent to the following recipients:
+ * cf3e23bds258_1@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-c60e-7309-87d1-74c4701c6173', 'USER', '019445a0-c5db-79bb-aeff-61bd79936c2a', 0, ' Hi 19b90960syncope501@apache.org surname, welcome to Syncope!
Your username is 19b90960syncope501@apache.org.
Your email address is 19b90960syncope501@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 19b90960syncope501@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["19b90960syncope501@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 19b90960syncope501@apache.org surname, welcome to Syncope! Your username is 19b90960syncope501@apache.org. Your email address is 19b90960syncope501@apache.org. Your email address inside a link: http://localhost/?email=19b90960syncope501%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 19b90960syncope501@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-c5d2-7af7-a35b-b10765851c70', 'USER', '019445a0-c598-7cc3-8f17-3c034177fbfd', 0, ' Hi a2dfe2e2syncope459@apache.org surname, welcome to Syncope!
Your username is a2dfe2e2syncope459@apache.org.
Your email address is a2dfe2e2syncope459@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a2dfe2e2syncope459@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["a2dfe2e2syncope459@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a2dfe2e2syncope459@apache.org surname, welcome to Syncope! Your username is a2dfe2e2syncope459@apache.org. Your email address is a2dfe2e2syncope459@apache.org. Your email address inside a link: http://localhost/?email=a2dfe2e2syncope459%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a2dfe2e2syncope459@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-bb73-7a94-a80e-c1cb910a60ae', 'USER', '019445a0-bb35-77ef-b5c1-82017486ca4f', 0, ' Hi d1ae7c1asyncope436@syncope.apache.org surname, welcome to Syncope!
Your username is d1ae7c1asyncope436@syncope.apache.org.
Your email address is d1ae7c1asyncope436@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - d1ae7c1asyncope436@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","d1ae7c1asyncope436@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi d1ae7c1asyncope436@syncope.apache.org surname, welcome to Syncope! Your username is d1ae7c1asyncope436@syncope.apache.org. Your email address is d1ae7c1asyncope436@syncope.apache.org. Your email address inside a link: http://localhost/?email=d1ae7c1asyncope436%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * d1ae7c1asyncope436@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-b735-762f-945e-b5253cd65d84', 'USER', '019445a0-b70a-75f5-b2e8-bb94bccd4a2d', 0, ' Hi 673b4495pwdResetNoSecurityQuestion@syncope.apache.org surname, welcome to Syncope!
Your username is 673b4495pwdResetNoSecurityQuestion@syncope.apache.org.
Your email address is 673b4495pwdResetNoSecurityQuestion@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 673b4495pwdResetNoSecurityQuestion@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","673b4495pwdResetNoSecurityQuestion@syncope.apache.org","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 673b4495pwdResetNoSecurityQuestion@syncope.apache.org surname, welcome to Syncope! Your username is 673b4495pwdResetNoSecurityQuestion@syncope.apache.org. Your email address is 673b4495pwdResetNoSecurityQuestion@syncope.apache.org. Your email address inside a link: http://localhost/?email=673b4495pwdResetNoSecurityQuestion%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 673b4495pwdResetNoSecurityQuestion@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-f0df-7735-b178-9b65ea61e487', 'USER', '0194459d-f0bf-7366-a35e-27b698c42a96', 1, ' Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["0266a4d7notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('019445a0-a8e5-74b5-928c-f3cfeed0ead6', 'USER', '019445a0-a8bb-7267-83b1-6137a7c36309', 0, ' Hi 3b56ac06selfread@syncope.apache.org surname, welcome to Syncope!
Your username is 3b56ac06selfread@syncope.apache.org.
Your email address is 3b56ac06selfread@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 3b56ac06selfread@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","3b56ac06selfread@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 3b56ac06selfread@syncope.apache.org surname, welcome to Syncope! Your username is 3b56ac06selfread@syncope.apache.org. Your email address is 3b56ac06selfread@syncope.apache.org. Your email address inside a link: http://localhost/?email=3b56ac06selfread%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 3b56ac06selfread@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-0be0-7347-8eab-b48807cafe6f', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncope86@syncope.apache.org', 'Test notification', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-1339-7495-9b55-c6a5565b8ee0');
+INSERT INTO notificationtask VALUES ('0194459f-0bd6-7c19-92c6-8b2c81a6d63c', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncope81@syncope.apache.org', 'Test notification', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-0a53-7851-bb17-ca129d74f5a4');
+INSERT INTO notificationtask VALUES ('0194459d-f0fc-7eb0-8812-391791842926', 'USER', '0194459d-f0bf-7366-a35e-27b698c42a96', 1, ' Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["0266a4d7notificationtest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-fdaf-7390-b3ed-56b554ed5f5f', 'USER', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', 1, ' Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["a129b4c4notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('019445a0-a644-743c-bb1d-ba1a9dc9e41a', 'USER', '019445a0-a617-73ea-9538-e4f18ba1531f', 0, ' Hi e02595b6anonymous@syncope.apache.org surname, welcome to Syncope!
Your username is e02595b6anonymous@syncope.apache.org.
Your email address is e02595b6anonymous@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - e02595b6anonymous@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["e02595b6anonymous@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi e02595b6anonymous@syncope.apache.org surname, welcome to Syncope! Your username is e02595b6anonymous@syncope.apache.org. Your email address is e02595b6anonymous@syncope.apache.org. Your email address inside a link: http://localhost/?email=e02595b6anonymous%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * e02595b6anonymous@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-1143-712e-8668-c7132d614f08', 'USER', '0194459f-10ef-7b2e-a292-aeea174eb238', 1, ' Hi 7dcc23a1syncope313-ldap@syncope.apache.org surname, welcome to Syncope!
Your username is 7dcc23a1syncope313-ldap@syncope.apache.org.
Your email address is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7dcc23a1syncope313-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["7dcc23a1syncope313-ldap@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7dcc23a1syncope313-ldap@syncope.apache.org surname, welcome to Syncope! Your username is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address inside a link: http://localhost/?email=7dcc23a1syncope313-ldap%40syncope.apache.org This message was sent to the following recipients:
+ * 7dcc23a1syncope313-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-a53d-7887-a22b-387903839858', 'USER', '019445a0-a514-7e84-93cf-0180765850da', 0, ' Hi 5afa312csyncope136_AES@apache.org surname, welcome to Syncope!
Your username is 5afa312csyncope136_AES@apache.org.
Your email address is 5afa312csyncope136_AES@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 5afa312csyncope136_AES@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["5afa312csyncope136_AES@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 5afa312csyncope136_AES@apache.org surname, welcome to Syncope! Your username is 5afa312csyncope136_AES@apache.org. Your email address is 5afa312csyncope136_AES@apache.org. Your email address inside a link: http://localhost/?email=5afa312csyncope136_AES%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 5afa312csyncope136_AES@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-fdda-7d0f-9218-b6daa46bde40', 'USER', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', 1, ' Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["a129b4c4notificationtest@syncope.apache.org"]', 'syncopetest-9125115f@syncope.apache.org', 'Test notification 5cda829c', 'Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-fd81-7461-83ee-9154dd4a84b1');
+INSERT INTO notificationtask VALUES ('0194459f-d645-77a2-a655-708c4cd882c3', 'USER', '0194459f-d622-702b-a6b4-0a30d51814e2', 1, ' Hi syncope1779_test@syncope.apache.org surname, welcome to Syncope!
Your username is syncope1779_test@syncope.apache.org.
Your email address is syncope1779_test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - syncope1779_test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["syncope1779_test@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi syncope1779_test@syncope.apache.org surname, welcome to Syncope! Your username is syncope1779_test@syncope.apache.org. Your email address is syncope1779_test@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope1779_test%40syncope.apache.org This message was sent to the following recipients:
+ * syncope1779_test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-0bcc-760f-b5c9-73735961cec4', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncopetest-9125115f@syncope.apache.org', 'Test notification 5cda829c', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-fd81-7461-83ee-9154dd4a84b1');
+INSERT INTO notificationtask VALUES ('0194459f-0bbf-7fcb-a3a3-1bc5a2e0c5b5', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-0bb1-7796-9172-912a781e064e', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459f-0ba7-7545-8134-a688fad04e17', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["syncope445@syncope.apache.org","testuser2@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459e-0ae0-7756-a715-03029b3a6e37', 'USER', '0194459e-0a60-7abb-80bf-857897ecabee', 1, ' Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["7439c502notificationtest@syncope.apache.org"]', 'syncopetest-9125115f@syncope.apache.org', 'Test notification 5cda829c', 'Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-fd81-7461-83ee-9154dd4a84b1');
+INSERT INTO notificationtask VALUES ('0194459f-0b9d-70bb-b94e-a3b4b2ec5760', 'USER', '0194459f-0b6d-7119-ae7d-70d29a58dddf', 1, ' Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["testuser2@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('019445a0-a46b-7f6a-8fb4-334694dec88f', 'USER', '019445a0-a430-7c48-8124-9a0d09d6a93d', 0, ' Hi ec92e41cissue281@syncope.apache.org surname, welcome to Syncope!
Your username is ec92e41cissue281@syncope.apache.org.
Your email address is ec92e41cissue281@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ec92e41cissue281@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","ec92e41cissue281@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ec92e41cissue281@syncope.apache.org surname, welcome to Syncope! Your username is ec92e41cissue281@syncope.apache.org. Your email address is ec92e41cissue281@syncope.apache.org. Your email address inside a link: http://localhost/?email=ec92e41cissue281%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ec92e41cissue281@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-1c42-730a-a47b-bbaef74bc522', NULL, NULL, 1, ' Hi , welcome to Syncope!
Your username is .
Your email address is . Your email address inside a link.
This message was sent to the following recipients:
+ because one of the following events occurred:
+ - [PUSH]:[GROUP]:[resource-ldap]:[matchingrule_ignore]:[SUCCESS]
+ - [PUSH]:[GROUP]:[resource-ldap]:[unmatchingrule_ignore]:[SUCCESS]
+
+
+ ', '["issueyncope648@syncope.apache.org"]', 'syncope648@syncope.apache.org', 'Test notification', 'Hi , welcome to Syncope! Your username is . Your email address is . Your email address inside a link: http://localhost/?email= This message was sent to the following recipients:
+
+ because one of the following events occurred:
+ * [PUSH]:[GROUP]:[resource-ldap]:[matchingrule_ignore]:[SUCCESS]
+ * [PUSH]:[GROUP]:[resource-ldap]:[unmatchingrule_ignore]:[SUCCESS]
+
+', 'FAILURES', '0194459f-1bf9-756e-a472-5e9336183ce2');
+INSERT INTO notificationtask VALUES ('019445a0-a3ee-750f-bc01-e8eb81f2fbc8', 'USER', '019445a0-a3cb-7160-9c96-6426ec366fcf', 0, ' Hi be780212issue280@syncope.apache.org surname, welcome to Syncope!
Your username is be780212issue280@syncope.apache.org.
Your email address is be780212issue280@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - be780212issue280@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","be780212issue280@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi be780212issue280@syncope.apache.org surname, welcome to Syncope! Your username is be780212issue280@syncope.apache.org. Your email address is be780212issue280@syncope.apache.org. Your email address inside a link: http://localhost/?email=be780212issue280%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * be780212issue280@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-9e26-7dd1-af47-824185c3ca1e', 'USER', '019445a0-9df4-7318-a9a9-7b3089fefd7f', 0, ' Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-9120-7625-b677-550cf6de8ed5', 'USER', '0194459f-9100-799c-9def-55aaf0f80495', 1, ' Hi 00af4caeifmatch@syncope.apache.org surname, welcome to Syncope!
Your username is 00af4caeifmatch@syncope.apache.org.
Your email address is 00af4caeifmatch@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 00af4caeifmatch@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["00af4caeifmatch@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 00af4caeifmatch@syncope.apache.org surname, welcome to Syncope! Your username is 00af4caeifmatch@syncope.apache.org. Your email address is 00af4caeifmatch@syncope.apache.org. Your email address inside a link: http://localhost/?email=00af4caeifmatch%40syncope.apache.org This message was sent to the following recipients:
+ * 00af4caeifmatch@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-13ec-7f48-a73c-c3761cd31564', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncope86@syncope.apache.org', 'Test notification', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-1339-7495-9b55-c6a5565b8ee0');
+INSERT INTO notificationtask VALUES ('0194459e-13de-7522-9260-68017350e794', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncope81@syncope.apache.org', 'Test notification', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-0a53-7851-bb17-ca129d74f5a4');
+INSERT INTO notificationtask VALUES ('0194459e-26da-7d13-8b72-af3eadeb18e3', 'USER', '0194459e-26aa-71dd-82cf-19298219e082', 1, ' Hi aaff04cdissue258@syncope.apache.org surname, welcome to Syncope!
Your username is aaff04cdissue258@syncope.apache.org.
Your email address is aaff04cdissue258@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - aaff04cdissue258@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["aaff04cdissue258@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi aaff04cdissue258@syncope.apache.org surname, welcome to Syncope! Your username is aaff04cdissue258@syncope.apache.org. Your email address is aaff04cdissue258@syncope.apache.org. Your email address inside a link: http://localhost/?email=aaff04cdissue258%40syncope.apache.org This message was sent to the following recipients:
+ * aaff04cdissue258@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-49b1-7468-bed9-fa3712ddf754', 'USER', '0194459e-4977-7dc4-9a91-210bb7815ddd', 1, ' Hi d4bdd5d8syncope1567@syncope.apache.org surname, welcome to Syncope!
Your username is d4bdd5d8syncope1567@syncope.apache.org.
Your email address is d4bdd5d8syncope1567@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - d4bdd5d8syncope1567@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["d4bdd5d8syncope1567@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi d4bdd5d8syncope1567@syncope.apache.org surname, welcome to Syncope! Your username is d4bdd5d8syncope1567@syncope.apache.org. Your email address is d4bdd5d8syncope1567@syncope.apache.org. Your email address inside a link: http://localhost/?email=d4bdd5d8syncope1567%40syncope.apache.org This message was sent to the following recipients:
+ * d4bdd5d8syncope1567@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-24ce-72b7-a7f8-4491dfb4dfdb', 'USER', '0194459e-2472-7c69-b67b-3ed452f7f515', 1, ' Hi f3bb6952test@syncope.apache.org surname, welcome to Syncope!
Your username is f3bb6952test@syncope.apache.org.
Your email address is f3bb6952test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f3bb6952test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["f3bb6952test@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f3bb6952test@syncope.apache.org surname, welcome to Syncope! Your username is f3bb6952test@syncope.apache.org. Your email address is f3bb6952test@syncope.apache.org. Your email address inside a link: http://localhost/?email=f3bb6952test%40syncope.apache.org This message was sent to the following recipients:
+ * f3bb6952test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-13cf-73d4-9050-4cb1900be07b', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncopetest-9125115f@syncope.apache.org', 'Test notification 5cda829c', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-fd81-7461-83ee-9154dd4a84b1');
+INSERT INTO notificationtask VALUES ('0194459e-13bf-7866-a425-a984c13406d6', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-13b0-7eee-bd30-4c8f35926e4e', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459e-139c-7a89-9bfc-52b249752526', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org","syncope445@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459e-1388-78a5-8afd-b7e5c214b3d3', 'USER', '0194459e-1343-72a1-9867-9f845777dbbb', 1, ' Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["e96e54c2notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459e-0ac3-7805-a7b5-e6dc6672e788', 'USER', '0194459e-0a60-7abb-80bf-857897ecabee', 1, ' Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["7439c502notificationtest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-0ab5-726f-a141-11b42362cc00', 'USER', '0194459e-0a60-7abb-80bf-857897ecabee', 1, ' Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["7439c502notificationtest@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459e-0aa6-7039-bbc8-00f7edc41369', 'USER', '0194459e-0a60-7abb-80bf-857897ecabee', 1, ' Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["syncope445@syncope.apache.org","7439c502notificationtest@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459e-0a9b-7fae-a5fb-486da5a9b271', 'USER', '0194459e-0a60-7abb-80bf-857897ecabee', 1, ' Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["7439c502notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459d-fdcf-7cf3-b4b5-740a8399f5d5', 'USER', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', 1, ' Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["a129b4c4notificationtest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459d-fdc4-733f-a49f-f96f25b6acbb', 'USER', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', 1, ' Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["a129b4c4notificationtest@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459d-fdba-7b11-8cfe-3345563407f8', 'USER', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', 1, ' Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["syncope445@syncope.apache.org","a129b4c4notificationtest@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459d-f0f3-749d-9ea1-27fcb9c91277', 'USER', '0194459d-f0bf-7366-a35e-27b698c42a96', 1, ' Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["0266a4d7notificationtest@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459d-f0ea-7567-9ce6-8fd0b0281c75', 'USER', '0194459d-f0bf-7366-a35e-27b698c42a96', 1, ' Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["syncope445@syncope.apache.org","0266a4d7notificationtest@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459d-e893-767a-9168-90850cca5175', 'USER', '0194459d-e84c-707c-8d86-b48828baa227', 1, ' Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 28e43412notificationtest@syncope.apache.org.
Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["28e43412notificationtest@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 28e43412notificationtest@syncope.apache.org. Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=28e43412notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459d-e885-717c-9893-f5f1e806d20f', 'USER', '0194459d-e84c-707c-8d86-b48828baa227', 1, ' Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 28e43412notificationtest@syncope.apache.org.
Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["28e43412notificationtest@syncope.apache.org","syncope445@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 28e43412notificationtest@syncope.apache.org. Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=28e43412notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459d-e871-77e1-8c5c-fe732e836923', 'USER', '0194459d-e84c-707c-8d86-b48828baa227', 1, ' Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 28e43412notificationtest@syncope.apache.org.
Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["28e43412notificationtest@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 28e43412notificationtest@syncope.apache.org. Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=28e43412notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459d-e828-7512-baa8-5e203f7a5f29', 'USER', '0194459d-e7fc-7d54-801c-7b50fd2dc193', 1, ' Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is b7a499fbnotificationtest@syncope.apache.org.
Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["b7a499fbnotificationtest@syncope.apache.org","syncope445@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope! Your username is b7a499fbnotificationtest@syncope.apache.org. Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=b7a499fbnotificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459e-485a-77db-9627-2557e0849849', 'USER', '0194459e-480f-789c-ab4c-44cb9338d4e5', 1, ' Hi daf402acsyncope1473@syncope.apache.org surname, welcome to Syncope!
Your username is daf402acsyncope1473@syncope.apache.org.
Your email address is daf402acsyncope1473@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - daf402acsyncope1473@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - SYNCOPEGROUP1473-b81c6bbe
+
+ ', '["daf402acsyncope1473@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi daf402acsyncope1473@syncope.apache.org surname, welcome to Syncope! Your username is daf402acsyncope1473@syncope.apache.org. Your email address is daf402acsyncope1473@syncope.apache.org. Your email address inside a link: http://localhost/?email=daf402acsyncope1473%40syncope.apache.org This message was sent to the following recipients:
+ * daf402acsyncope1473@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPEGROUP1473-b81c6bbe
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d744-7128-83f4-2b3c329b1480', 'USER', '0194459f-d71e-763e-9350-0b841d3835f9', 1, ' Hi bisverdi@syncope.org surname, welcome to Syncope!
Your username is bisverdi@syncope.org.
Your email address is bisverdi@syncope.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - bisverdi@syncope.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["bisverdi@syncope.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi bisverdi@syncope.org surname, welcome to Syncope! Your username is bisverdi@syncope.org. Your email address is bisverdi@syncope.org. Your email address inside a link: http://localhost/?email=bisverdi%40syncope.org This message was sent to the following recipients:
+ * bisverdi@syncope.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-4beb-7c6c-a7f3-522f93e3f8b8', 'USER', '0194459e-4bc0-7e78-9176-47fefad1862f', 1, ' Hi d8463004taskBatch@apache.org surname, welcome to Syncope!
Your username is d8463004taskBatch@apache.org.
Your email address is d8463004taskBatch@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - d8463004taskBatch@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["d8463004taskBatch@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi d8463004taskBatch@apache.org surname, welcome to Syncope! Your username is d8463004taskBatch@apache.org. Your email address is d8463004taskBatch@apache.org. Your email address inside a link: http://localhost/?email=d8463004taskBatch%40apache.org This message was sent to the following recipients:
+ * d8463004taskBatch@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-4ada-7d8d-9944-723c3cf6978c', 'USER', '0194459e-4ac2-76ec-9eb4-938f476a79c6', 1, ' Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+ ', '[]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-7506-75e4-8528-de468abc1953', 'USER', '0194459e-74cc-768a-bfdc-3ff498eaaeaf', 1, ' Hi f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org surname, welcome to Syncope!
Your username is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org.
Your email address is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - propagationPolicyOptimizeToLDAP53f94f4f
+
+ ', '["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org surname, welcome to Syncope! Your username is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address inside a link: http://localhost/?email=f1ecbb0bpropagationPolicyOptimizeToLDAP%40syncope.apache.org This message was sent to the following recipients:
+ * f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * propagationPolicyOptimizeToLDAP53f94f4f
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-4774-76cb-9e50-30742b8a5c5c', 'USER', '0194459e-4739-7919-be7e-b925464e69d7', 1, ' Hi faf52b01syncope1430@syncope.apache.org surname, welcome to Syncope!
Your username is faf52b01syncope1430@syncope.apache.org.
Your email address is faf52b01syncope1430@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - faf52b01syncope1430@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["faf52b01syncope1430@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi faf52b01syncope1430@syncope.apache.org surname, welcome to Syncope! Your username is faf52b01syncope1430@syncope.apache.org. Your email address is faf52b01syncope1430@syncope.apache.org. Your email address inside a link: http://localhost/?email=faf52b01syncope1430%40syncope.apache.org This message was sent to the following recipients:
+ * faf52b01syncope1430@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-4480-70cc-99ae-67ecd57ed93a', 'USER', '0194459e-444c-7c52-8571-3419ea1ccca8', 1, ' Hi 948bc7f3xxxyyy@xxx.xxx surname, welcome to Syncope!
Your username is 948bc7f3xxxyyy@xxx.xxx.
Your email address is 948bc7f3xxxyyy@xxx.xxx. Your email address inside a link.
This message was sent to the following recipients:
+Na - 948bc7f3xxxyyy@xxx.xxx
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["948bc7f3xxxyyy@xxx.xxx"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 948bc7f3xxxyyy@xxx.xxx surname, welcome to Syncope! Your username is 948bc7f3xxxyyy@xxx.xxx. Your email address is 948bc7f3xxxyyy@xxx.xxx. Your email address inside a link: http://localhost/?email=948bc7f3xxxyyy%40xxx.xxx This message was sent to the following recipients:
+ * 948bc7f3xxxyyy@xxx.xxx
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-3a9c-7f51-89ea-b2fe98d12026', 'USER', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', 1, ' Hi 3668f9e0privilege@syncope.apache.org surname, welcome to Syncope!
Your username is 3668f9e0privilege@syncope.apache.org.
Your email address is 3668f9e0privilege@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 3668f9e0privilege@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["3668f9e0privilege@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 3668f9e0privilege@syncope.apache.org surname, welcome to Syncope! Your username is 3668f9e0privilege@syncope.apache.org. Your email address is 3668f9e0privilege@syncope.apache.org. Your email address inside a link: http://localhost/?email=3668f9e0privilege%40syncope.apache.org This message was sent to the following recipients:
+ * 3668f9e0privilege@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-27ac-7ba3-bf13-5d77f901fc6f', 'USER', '0194459e-2786-79aa-b23a-cbcb00d12a21', 1, ' Hi 1683bae7issue260@syncope.apache.org surname, welcome to Syncope!
Your username is 1683bae7issue260@syncope.apache.org.
Your email address is 1683bae7issue260@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 1683bae7issue260@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["1683bae7issue260@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 1683bae7issue260@syncope.apache.org surname, welcome to Syncope! Your username is 1683bae7issue260@syncope.apache.org. Your email address is 1683bae7issue260@syncope.apache.org. Your email address inside a link: http://localhost/?email=1683bae7issue260%40syncope.apache.org This message was sent to the following recipients:
+ * 1683bae7issue260@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-2723-76a8-b743-1667b1346a93', 'USER', '0194459e-2705-7db3-a347-3a734d570986', 1, ' Hi 4a00283aissue259@syncope.apache.org surname, welcome to Syncope!
Your username is 4a00283aissue259@syncope.apache.org.
Your email address is 4a00283aissue259@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 4a00283aissue259@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["4a00283aissue259@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 4a00283aissue259@syncope.apache.org surname, welcome to Syncope! Your username is 4a00283aissue259@syncope.apache.org. Your email address is 4a00283aissue259@syncope.apache.org. Your email address inside a link: http://localhost/?email=4a00283aissue259%40syncope.apache.org This message was sent to the following recipients:
+ * 4a00283aissue259@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-dd84-7195-9aa0-cce965fbe8f2', 'USER', '0194459f-dd65-7e6d-855f-fe63b0b9a4c1', 1, ' Hi 35c9db08updatewithout@password.com surname, welcome to Syncope!
Your username is 35c9db08updatewithout@password.com.
Your email address is 35c9db08updatewithout@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - 35c9db08updatewithout@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["35c9db08updatewithout@password.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 35c9db08updatewithout@password.com surname, welcome to Syncope! Your username is 35c9db08updatewithout@password.com. Your email address is 35c9db08updatewithout@password.com. Your email address inside a link: http://localhost/?email=35c9db08updatewithout%40password.com This message was sent to the following recipients:
+ * 35c9db08updatewithout@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-baf2-7d65-9897-a52887b8b559', 'USER', '0194459e-bace-7bad-ae75-b4b5b7ecfc25', 1, ' Hi nome9 cognome, welcome to Syncope!
Your username is test9.
Your email address is puccini@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - puccini@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["puccini@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi nome9 cognome, welcome to Syncope! Your username is test9. Your email address is puccini@syncope.apache.org. Your email address inside a link: http://localhost/?email=puccini%40syncope.apache.org This message was sent to the following recipients:
+ * puccini@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-9249-7a2d-8ccd-c42cc2e8e0d7', 'USER', '0194459e-921b-7d51-b560-4bc623d72c44', 1, ' Hi b46f2359syncope313-db@syncope.apache.org surname, welcome to Syncope!
Your username is b46f2359syncope313-db@syncope.apache.org.
Your email address is b46f2359syncope313-db@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - b46f2359syncope313-db@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["b46f2359syncope313-db@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b46f2359syncope313-db@syncope.apache.org surname, welcome to Syncope! Your username is b46f2359syncope313-db@syncope.apache.org. Your email address is b46f2359syncope313-db@syncope.apache.org. Your email address inside a link: http://localhost/?email=b46f2359syncope313-db%40syncope.apache.org This message was sent to the following recipients:
+ * b46f2359syncope313-db@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459e-e3b2-7f0f-9dfb-193aec345fe4', 'USER', '0194459e-e390-76b1-b8b3-aa563e81dbee', 1, ' Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+ ', '["pullFromLDAP2@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e19e-7493-acf6-fb09d382e324', 'USER', '0194459f-e161-795e-b864-4e1ad8147de0', 1, ' Hi qqgf.z@nn.com surname, welcome to Syncope!
Your username is qqgf.z@nn.com.
Your email address is qqgf.z@nn.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - qqgf.z@nn.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["qqgf.z@nn.com","c623476ca.b@c.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi qqgf.z@nn.com surname, welcome to Syncope! Your username is qqgf.z@nn.com. Your email address is qqgf.z@nn.com. Your email address inside a link: http://localhost/?email=qqgf.z%40nn.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * qqgf.z@nn.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f6d8-7802-83eb-2370ac79f18f', 'USER', '0194459f-f680-793a-b86d-1c025aaf0eaa', 1, ' Hi a15853e9suspreactonresource@syncope.apache.org surname, welcome to Syncope!
Your username is a15853e9suspreactonresource@syncope.apache.org.
Your email address is a15853e9suspreactonresource@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a15853e9suspreactonresource@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","a15853e9suspreactonresource@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a15853e9suspreactonresource@syncope.apache.org surname, welcome to Syncope! Your username is a15853e9suspreactonresource@syncope.apache.org. Your email address is a15853e9suspreactonresource@syncope.apache.org. Your email address inside a link: http://localhost/?email=a15853e9suspreactonresource%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a15853e9suspreactonresource@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ef5e-770e-8036-6a9253d51970', 'USER', '0194459f-ef16-788b-8c49-556245c52af0', 1, ' Hi c7c22fc5batch_5@apache.org surname, welcome to Syncope!
Your username is c7c22fc5batch_5@apache.org.
Your email address is c7c22fc5batch_5@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c7c22fc5batch_5@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","c7c22fc5batch_5@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi c7c22fc5batch_5@apache.org surname, welcome to Syncope! Your username is c7c22fc5batch_5@apache.org. Your email address is c7c22fc5batch_5@apache.org. Your email address inside a link: http://localhost/?email=c7c22fc5batch_5%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c7c22fc5batch_5@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ee06-75f3-9cd8-a9d7759a1d01', 'USER', '0194459f-edd0-7bfd-b799-e6c6f8d0ab46', 1, ' Hi beea40d6batch_0@apache.org surname, welcome to Syncope!
Your username is beea40d6batch_0@apache.org.
Your email address is beea40d6batch_0@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - beea40d6batch_0@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","beea40d6batch_0@apache.org","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi beea40d6batch_0@apache.org surname, welcome to Syncope! Your username is beea40d6batch_0@apache.org. Your email address is beea40d6batch_0@apache.org. Your email address inside a link: http://localhost/?email=beea40d6batch_0%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * beea40d6batch_0@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f81b-7f06-8cbd-9b79ae54ae83', 'USER', '0194459f-f7b2-7ecc-9df0-3834bb497df7', 1, ' Hi 7b03eacdmpurpose@apache.org surname, welcome to Syncope!
Your username is 7b03eacdmpurpose@apache.org.
Your email address is 7b03eacdmpurpose@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 7b03eacdmpurpose@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","7b03eacdmpurpose@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7b03eacdmpurpose@apache.org surname, welcome to Syncope! Your username is 7b03eacdmpurpose@apache.org. Your email address is 7b03eacdmpurpose@apache.org. Your email address inside a link: http://localhost/?email=7b03eacdmpurpose%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 7b03eacdmpurpose@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-eecd-76ce-ae64-aa88ae72000e', 'USER', '0194459f-ee8e-7814-bce8-3773151232c5', 1, ' Hi c0f97a00batch_3@apache.org surname, welcome to Syncope!
Your username is c0f97a00batch_3@apache.org.
Your email address is c0f97a00batch_3@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c0f97a00batch_3@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","c0f97a00batch_3@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi c0f97a00batch_3@apache.org surname, welcome to Syncope! Your username is c0f97a00batch_3@apache.org. Your email address is c0f97a00batch_3@apache.org. Your email address inside a link: http://localhost/?email=c0f97a00batch_3%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c0f97a00batch_3@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fc34-7693-a080-29135e7d92f4', 'USER', '0194459f-fbb0-754b-8523-dcd64699450a', 1, ' Hi 9c375778xxx@xxx.xxx surname, welcome to Syncope!
Your username is 9c375778xxx@xxx.xxx.
Your email address is 9c375778xxx@xxx.xxx. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 9c375778xxx@xxx.xxx
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","9c375778xxx@xxx.xxx"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 9c375778xxx@xxx.xxx surname, welcome to Syncope! Your username is 9c375778xxx@xxx.xxx. Your email address is 9c375778xxx@xxx.xxx. Your email address inside a link: http://localhost/?email=9c375778xxx%40xxx.xxx This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 9c375778xxx@xxx.xxx
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fb24-7c50-8c8c-079467eaba05', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncope86@syncope.apache.org', 'Test notification', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-1339-7495-9b55-c6a5565b8ee0');
+INSERT INTO notificationtask VALUES ('0194459f-fa26-7ca1-a596-754067a07255', 'USER', '0194459f-f9dc-74a2-9b30-7086c590aa44', 1, ' Hi eccf5570deprovision@syncope.apache.org surname, welcome to Syncope!
Your username is eccf5570deprovision@syncope.apache.org.
Your email address is eccf5570deprovision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - eccf5570deprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["eccf5570deprovision@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi eccf5570deprovision@syncope.apache.org surname, welcome to Syncope! Your username is eccf5570deprovision@syncope.apache.org. Your email address is eccf5570deprovision@syncope.apache.org. Your email address inside a link: http://localhost/?email=eccf5570deprovision%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * eccf5570deprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f9d0-7533-9d05-c793bf179505', 'USER', '0194459f-f98b-7fe3-a640-503e30cf37c2', 1, ' Hi 5bf415b0enforce@apache.org surname, welcome to Syncope!
Your username is 5bf415b0enforce@apache.org.
Your email address is 5bf415b0enforce@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 5bf415b0enforce@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","5bf415b0enforce@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 5bf415b0enforce@apache.org surname, welcome to Syncope! Your username is 5bf415b0enforce@apache.org. Your email address is 5bf415b0enforce@apache.org. Your email address inside a link: http://localhost/?email=5bf415b0enforce%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 5bf415b0enforce@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f870-7bf1-814e-4fe14fdad60a', 'USER', '0194459f-f831-732b-8cfc-2a09192f4247', 1, ' Hi f8279ee2multivalue@syncope.apache.org surname, welcome to Syncope!
Your username is f8279ee2multivalue@syncope.apache.org.
Your email address is f8279ee2multivalue@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - f8279ee2multivalue@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["f8279ee2multivalue@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f8279ee2multivalue@syncope.apache.org surname, welcome to Syncope! Your username is f8279ee2multivalue@syncope.apache.org. Your email address is f8279ee2multivalue@syncope.apache.org. Your email address inside a link: http://localhost/?email=f8279ee2multivalue%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * f8279ee2multivalue@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f02e-7e1c-8316-9f5b849dc88a', 'USER', '0194459f-f008-70d9-996d-338bf41a9aa9', 1, ' Hi 07b17440batch_9@apache.org surname, welcome to Syncope!
Your username is 07b17440batch_9@apache.org.
Your email address is 07b17440batch_9@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 07b17440batch_9@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["07b17440batch_9@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 07b17440batch_9@apache.org surname, welcome to Syncope! Your username is 07b17440batch_9@apache.org. Your email address is 07b17440batch_9@apache.org. Your email address inside a link: http://localhost/?email=07b17440batch_9%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 07b17440batch_9@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-82f4-7513-95a1-af4c2aee103f', 'USER', '019445a0-82c9-75ef-9b65-7f36664c157e', 1, ' Hi 400b6abasyncope505-db@syncope.apache.org surname, welcome to Syncope!
Your username is 400b6abasyncope505-db@syncope.apache.org.
Your email address is 400b6abasyncope505-db@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 400b6abasyncope505-db@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","400b6abasyncope505-db@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 400b6abasyncope505-db@syncope.apache.org surname, welcome to Syncope! Your username is 400b6abasyncope505-db@syncope.apache.org. Your email address is 400b6abasyncope505-db@syncope.apache.org. Your email address inside a link: http://localhost/?email=400b6abasyncope505-db%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 400b6abasyncope505-db@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-016a-7d5f-9519-37bdc6849051', 'USER', '019445a0-0138-7e13-8613-5acdb1ef1edc', 1, ' Hi 20753fd9syncope266@apache.org surname, welcome to Syncope!
Your username is 20753fd9syncope266@apache.org.
Your email address is 20753fd9syncope266@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 20753fd9syncope266@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","20753fd9syncope266@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 20753fd9syncope266@apache.org surname, welcome to Syncope! Your username is 20753fd9syncope266@apache.org. Your email address is 20753fd9syncope266@apache.org. Your email address inside a link: http://localhost/?email=20753fd9syncope266%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 20753fd9syncope266@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ff34-7e95-bfc6-a7ffd2a4dbee', 'USER', '0194459f-fefc-7816-9429-28a054c3804b', 1, ' Hi syncope185@syncope.apache.org surname, welcome to Syncope!
Your username is syncope185@syncope.apache.org.
Your email address is syncope185@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - syncope185@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","syncope185@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi syncope185@syncope.apache.org surname, welcome to Syncope! Your username is syncope185@syncope.apache.org. Your email address is syncope185@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope185%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * syncope185@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fea3-70fd-b645-183ff2a7efda', 'USER', '0194459f-fe72-7f40-9f27-b3103436a576', 1, ' Hi 26077a28syncope122@apache.org surname, welcome to Syncope!
Your username is 26077a28syncope122@apache.org.
Your email address is 26077a28syncope122@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 26077a28syncope122@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["26077a28syncope122@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 26077a28syncope122@apache.org surname, welcome to Syncope! Your username is 26077a28syncope122@apache.org. Your email address is 26077a28syncope122@apache.org. Your email address inside a link: http://localhost/?email=26077a28syncope122%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 26077a28syncope122@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fd4c-7fbc-8f2f-99a947cd3126', 'USER', '0194459f-fcde-7d6f-8cb8-2fad353b8a72', 1, ' Hi 4a9f224csyncope108@syncope.apache.org surname, welcome to Syncope!
Your username is 4a9f224csyncope108@syncope.apache.org.
Your email address is 4a9f224csyncope108@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 4a9f224csyncope108@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - aGroupForPropagation
+ - bGroupForPropagation
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","4a9f224csyncope108@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 4a9f224csyncope108@syncope.apache.org surname, welcome to Syncope! Your username is 4a9f224csyncope108@syncope.apache.org. Your email address is 4a9f224csyncope108@syncope.apache.org. Your email address inside a link: http://localhost/?email=4a9f224csyncope108%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 4a9f224csyncope108@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * aGroupForPropagation
+ * bGroupForPropagation
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-01e2-76ae-898e-d78fd521b4c3', 'USER', '019445a0-01b4-7ce2-8b6b-cbe0078945dd', 1, ' Hi b32dfd5asyncope267@apache.org surname, welcome to Syncope!
Your username is b32dfd5asyncope267@apache.org.
Your email address is b32dfd5asyncope267@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b32dfd5asyncope267@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b32dfd5asyncope267@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b32dfd5asyncope267@apache.org surname, welcome to Syncope! Your username is b32dfd5asyncope267@apache.org. Your email address is b32dfd5asyncope267@apache.org. Your email address inside a link: http://localhost/?email=b32dfd5asyncope267%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b32dfd5asyncope267@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fb13-7672-a9fe-4c4c74bd132d', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncope81@syncope.apache.org', 'Test notification', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459e-0a53-7851-bb17-ca129d74f5a4');
+INSERT INTO notificationtask VALUES ('0194459f-fb02-7aa0-b816-744bd81e51e8', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncopetest-9125115f@syncope.apache.org', 'Test notification 5cda829c', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-fd81-7461-83ee-9154dd4a84b1');
+INSERT INTO notificationtask VALUES ('0194459f-faf3-756f-b5ca-6f2ba1a3ccad', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fad2-7c5d-ac80-c5a9c2b45593', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncopetest-2d987923@syncope.apache.org', 'Test notification b0356952', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-e842-761f-9439-ff400cb063d9');
+INSERT INTO notificationtask VALUES ('0194459f-faba-7fc5-a891-54833bc6eed1', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","syncope445@syncope.apache.org","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncopetest-9cc43fc2@syncope.apache.org', 'Test notification 213c4def', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'ALL', '0194459d-cdbb-7af5-b2e5-fbfa69d3a1ee');
+INSERT INTO notificationtask VALUES ('0194459f-faa4-7645-8b9b-8e7c638aee58', 'USER', '0194459f-fa7e-7f95-8302-7913a29fe47e', 1, ' Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","b84b7689suspendReactivate@syncope.apache.org"]', 'syncopetest-6299d4c0@syncope.apache.org', 'Test notification 5cacfaa1', 'Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+', 'NONE', '0194459d-c475-7507-a45d-dd4f64f1c15d');
+INSERT INTO notificationtask VALUES ('0194459f-f95b-73e7-9cf5-f921709320f5', 'USER', '0194459f-f938-7df9-a2b1-3ff21e197527', 1, ' Hi updateinvalid@password.com surname, welcome to Syncope!
Your username is updateinvalid@password.com.
Your email address is updateinvalid@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - updateinvalid@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","updateinvalid@password.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi updateinvalid@password.com surname, welcome to Syncope! Your username is updateinvalid@password.com. Your email address is updateinvalid@password.com. Your email address inside a link: http://localhost/?email=updateinvalid%40password.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * updateinvalid@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f8e9-7ff0-aa78-2aa21f4c32d6', 'USER', '0194459f-f8b2-714e-8c6b-c407fe4107b3', 1, ' Hi delete.by.username@apache.org surname, welcome to Syncope!
Your username is delete.by.username@apache.org.
Your email address is delete.by.username@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - delete.by.username@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","delete.by.username@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi delete.by.username@apache.org surname, welcome to Syncope! Your username is delete.by.username@apache.org. Your email address is delete.by.username@apache.org. Your email address inside a link: http://localhost/?email=delete.by.username%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * delete.by.username@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e4b6-7891-a31f-c34ff7bb73a2', 'USER', '0194459f-e44d-7f5d-8745-93e5f63e8178', 1, ' Hi cf9f9495syncope222@apache.org surname, welcome to Syncope!
Your username is cf9f9495syncope222@apache.org.
Your email address is cf9f9495syncope222@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - cf9f9495syncope222@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","cf9f9495syncope222@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi cf9f9495syncope222@apache.org surname, welcome to Syncope! Your username is cf9f9495syncope222@apache.org. Your email address is cf9f9495syncope222@apache.org. Your email address inside a link: http://localhost/?email=cf9f9495syncope222%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * cf9f9495syncope222@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f65d-7c35-a42f-da2a96e92648', 'USER', '0194459f-f60a-7bb5-9c1a-5c11f416a3c6', 1, ' Hi 1db0f03echeckGroupAttrPropagation@syncope.apache.org surname, welcome to Syncope!
Your username is 1db0f03echeckGroupAttrPropagation@syncope.apache.org.
Your email address is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1db0f03echeckGroupAttrPropagation@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["1db0f03echeckGroupAttrPropagation@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 1db0f03echeckGroupAttrPropagation@syncope.apache.org surname, welcome to Syncope! Your username is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address inside a link: http://localhost/?email=1db0f03echeckGroupAttrPropagation%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1db0f03echeckGroupAttrPropagation@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * root
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-f3c4-7d57-b8fd-019055c09a80', 'USER', '0194459f-f27a-7128-acf1-975ed877ce54', 1, ' Hi 4325bc4brest@syncope.apache.org surname, welcome to Syncope!
Your username is 4325bc4brest@syncope.apache.org.
Your email address is 4325bc4brest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 4325bc4brest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","4325bc4brest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 4325bc4brest@syncope.apache.org surname, welcome to Syncope! Your username is 4325bc4brest@syncope.apache.org. Your email address is 4325bc4brest@syncope.apache.org. Your email address inside a link: http://localhost/?email=4325bc4brest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 4325bc4brest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-effe-7057-b5f8-931f68349986', 'USER', '0194459f-efcc-7654-a9fb-a33fb6377698', 1, ' Hi a62b9866batch_8@apache.org surname, welcome to Syncope!
Your username is a62b9866batch_8@apache.org.
Your email address is a62b9866batch_8@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a62b9866batch_8@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","a62b9866batch_8@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a62b9866batch_8@apache.org surname, welcome to Syncope! Your username is a62b9866batch_8@apache.org. Your email address is a62b9866batch_8@apache.org. Your email address inside a link: http://localhost/?email=a62b9866batch_8%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a62b9866batch_8@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-efc3-7af2-b9c9-bbb525ec9be2', 'USER', '0194459f-ef9f-7e2e-9eca-759d1e5f09c7', 1, ' Hi d56ef984batch_7@apache.org surname, welcome to Syncope!
Your username is d56ef984batch_7@apache.org.
Your email address is d56ef984batch_7@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - d56ef984batch_7@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","d56ef984batch_7@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi d56ef984batch_7@apache.org surname, welcome to Syncope! Your username is d56ef984batch_7@apache.org. Your email address is d56ef984batch_7@apache.org. Your email address inside a link: http://localhost/?email=d56ef984batch_7%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * d56ef984batch_7@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ef94-7a4d-a484-6ff550e86962', 'USER', '0194459f-ef68-7189-8a75-dd4e7e567eab', 1, ' Hi 6e31978fbatch_6@apache.org surname, welcome to Syncope!
Your username is 6e31978fbatch_6@apache.org.
Your email address is 6e31978fbatch_6@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 6e31978fbatch_6@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","6e31978fbatch_6@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 6e31978fbatch_6@apache.org surname, welcome to Syncope! Your username is 6e31978fbatch_6@apache.org. Your email address is 6e31978fbatch_6@apache.org. Your email address inside a link: http://localhost/?email=6e31978fbatch_6%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 6e31978fbatch_6@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ef09-7a03-9699-7813e2e26dc7', 'USER', '0194459f-eed7-7ffc-bc55-e5c039841747', 1, ' Hi 627de558batch_4@apache.org surname, welcome to Syncope!
Your username is 627de558batch_4@apache.org.
Your email address is 627de558batch_4@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 627de558batch_4@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["627de558batch_4@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 627de558batch_4@apache.org surname, welcome to Syncope! Your username is 627de558batch_4@apache.org. Your email address is 627de558batch_4@apache.org. Your email address inside a link: http://localhost/?email=627de558batch_4%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 627de558batch_4@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ee82-7caa-8d79-54d667c17933', 'USER', '0194459f-ee4e-789f-ae30-37294cd40d1c', 1, ' Hi 81ad70babatch_2@apache.org surname, welcome to Syncope!
Your username is 81ad70babatch_2@apache.org.
Your email address is 81ad70babatch_2@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 81ad70babatch_2@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["81ad70babatch_2@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 81ad70babatch_2@apache.org surname, welcome to Syncope! Your username is 81ad70babatch_2@apache.org. Your email address is 81ad70babatch_2@apache.org. Your email address inside a link: http://localhost/?email=81ad70babatch_2%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 81ad70babatch_2@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ee44-7ebe-9edd-cdfa5f4f32d8', 'USER', '0194459f-ee10-7b2b-b024-0767333c0a5a', 1, ' Hi 13b242eebatch_1@apache.org surname, welcome to Syncope!
Your username is 13b242eebatch_1@apache.org.
Your email address is 13b242eebatch_1@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 13b242eebatch_1@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["13b242eebatch_1@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 13b242eebatch_1@apache.org surname, welcome to Syncope! Your username is 13b242eebatch_1@apache.org. Your email address is 13b242eebatch_1@apache.org. Your email address inside a link: http://localhost/?email=13b242eebatch_1%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 13b242eebatch_1@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ed27-7060-924b-8bd9549e539c', 'USER', '0194459f-ece4-739b-9279-afa724c1f6cd', 1, ' Hi 2c979529async@syncope.apache.org surname, welcome to Syncope!
Your username is 2c979529async@syncope.apache.org.
Your email address is 2c979529async@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 2c979529async@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","2c979529async@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 2c979529async@syncope.apache.org surname, welcome to Syncope! Your username is 2c979529async@syncope.apache.org. Your email address is 2c979529async@syncope.apache.org. Your email address inside a link: http://localhost/?email=2c979529async%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 2c979529async@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ec3c-740f-a421-73a251b853d8', 'USER', '0194459f-ec17-7943-bbea-1b20e13e16dd', 1, ' Hi 2d4ff086link@syncope.apache.org surname, welcome to Syncope!
Your username is 2d4ff086link@syncope.apache.org.
Your email address is 2d4ff086link@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 2d4ff086link@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","2d4ff086link@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 2d4ff086link@syncope.apache.org surname, welcome to Syncope! Your username is 2d4ff086link@syncope.apache.org. Your email address is 2d4ff086link@syncope.apache.org. Your email address inside a link: http://localhost/?email=2d4ff086link%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 2d4ff086link@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ec00-7101-95e7-fc2957521ca5', 'USER', '0194459f-ebb1-76f5-82b7-aa584e8875da', 1, ' Hi 69590a4bhibp@syncope.apache.org surname, welcome to Syncope!
Your username is 69590a4bhibp@syncope.apache.org.
Your email address is 69590a4bhibp@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 69590a4bhibp@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","69590a4bhibp@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 69590a4bhibp@syncope.apache.org surname, welcome to Syncope! Your username is 69590a4bhibp@syncope.apache.org. Your email address is 69590a4bhibp@syncope.apache.org. Your email address inside a link: http://localhost/?email=69590a4bhibp%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 69590a4bhibp@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ea01-78dc-a8df-9a82d53b5c0e', 'USER', '0194459f-e9b7-7f11-b2cb-bd296707625c', 1, ' Hi e9798bebpwdonly@t.com surname, welcome to Syncope!
Your username is e9798bebpwdonly@t.com.
Your email address is e9798bebpwdonly@t.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - e9798bebpwdonly@t.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi e9798bebpwdonly@t.com surname, welcome to Syncope! Your username is e9798bebpwdonly@t.com. Your email address is e9798bebpwdonly@t.com. Your email address inside a link: http://localhost/?email=e9798bebpwdonly%40t.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * e9798bebpwdonly@t.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e936-780a-a53c-60a829f14824', 'USER', '0194459f-e8f2-7b73-81ab-f7671454c6f2', 1, ' Hi 7fa539eeunassign@syncope.apache.org surname, welcome to Syncope!
Your username is 7fa539eeunassign@syncope.apache.org.
Your email address is 7fa539eeunassign@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - 7fa539eeunassign@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","7fa539eeunassign@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7fa539eeunassign@syncope.apache.org surname, welcome to Syncope! Your username is 7fa539eeunassign@syncope.apache.org. Your email address is 7fa539eeunassign@syncope.apache.org. Your email address inside a link: http://localhost/?email=7fa539eeunassign%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * 7fa539eeunassign@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e898-79b1-b7b1-147986bf5c2b', 'USER', '0194459f-e867-7f77-a3a8-7a6b1d8065de', 1, ' Hi 66d84717provision@syncope.apache.org surname, welcome to Syncope!
Your username is 66d84717provision@syncope.apache.org.
Your email address is 66d84717provision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - 66d84717provision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","66d84717provision@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 66d84717provision@syncope.apache.org surname, welcome to Syncope! Your username is 66d84717provision@syncope.apache.org. Your email address is 66d84717provision@syncope.apache.org. Your email address inside a link: http://localhost/?email=66d84717provision%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * 66d84717provision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e5fa-78d7-a19d-6a0610a3fda6', 'USER', '0194459f-e5a8-72cb-888d-dd933c9a2a66', 1, ' Hi f1f862edt@p.mode surname, welcome to Syncope!
Your username is f1f862edt@p.mode.
Your email address is f1f862edt@p.mode. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - f1f862edt@p.mode
+Na - f1f862edt@p.mode
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","f1f862edt@p.mode"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f1f862edt@p.mode surname, welcome to Syncope! Your username is f1f862edt@p.mode. Your email address is f1f862edt@p.mode. Your email address inside a link: http://localhost/?email=f1f862edt%40p.mode This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * f1f862edt@p.mode
+ * f1f862edt@p.mode
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e36a-799c-8574-ccdb6277d5de', 'USER', '0194459f-e311-7bc5-b90d-53b2ef492c95', 1, ' Hi f11b420ag.h@t.com surname, welcome to Syncope!
Your username is f11b420ag.h@t.com.
Your email address is f11b420ag.h@t.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - f11b420ag.h@t.com
+Na - f11b420ag.h@t.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f11b420ag.h@t.com surname, welcome to Syncope! Your username is f11b420ag.h@t.com. Your email address is f11b420ag.h@t.com. Your email address inside a link: http://localhost/?email=f11b420ag.h%40t.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * f11b420ag.h@t.com
+ * f11b420ag.h@t.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e2af-7965-b913-e21f8732c468', 'USER', '0194459f-e250-7d5a-9f9c-775659e6edcd', 1, ' Hi 33f5e014unlink@syncope.apache.org surname, welcome to Syncope!
Your username is 33f5e014unlink@syncope.apache.org.
Your email address is 33f5e014unlink@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - 33f5e014unlink@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","33f5e014unlink@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 33f5e014unlink@syncope.apache.org surname, welcome to Syncope! Your username is 33f5e014unlink@syncope.apache.org. Your email address is 33f5e014unlink@syncope.apache.org. Your email address inside a link: http://localhost/?email=33f5e014unlink%40syncope.apache.org This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * 33f5e014unlink@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e211-70cd-a60b-fa57adefe08e', 'USER', '0194459f-e1df-76f1-a9d0-e5d248ceb1e9', 1, ' Hi 07a63542yyy@yyy.yyy surname, welcome to Syncope!
Your username is 07a63542yyy@yyy.yyy.
Your email address is 07a63542yyy@yyy.yyy. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - 07a63542yyy@yyy.yyy
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","07a63542yyy@yyy.yyy"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 07a63542yyy@yyy.yyy surname, welcome to Syncope! Your username is 07a63542yyy@yyy.yyy. Your email address is 07a63542yyy@yyy.yyy. Your email address inside a link: http://localhost/?email=07a63542yyy%40yyy.yyy This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * 07a63542yyy@yyy.yyy
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-e0e7-7ad7-9f4d-caed01bfd30c', 'USER', '0194459f-e09c-7bce-8f0f-1f1242538c6e', 1, ' Hi c623476ca.b@c.com surname, welcome to Syncope!
Your username is c623476ca.b@c.com.
Your email address is c623476ca.b@c.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - c623476ca.b@c.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi c623476ca.b@c.com surname, welcome to Syncope! Your username is c623476ca.b@c.com. Your email address is c623476ca.b@c.com. Your email address inside a link: http://localhost/?email=c623476ca.b%40c.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * c623476ca.b@c.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-dff5-7bea-9db4-826b05f024c2', 'USER', '0194459f-dfc9-7734-8322-7d1364350e23', 1, ' Hi 308260a2assign@syncope.apache.org surname, welcome to Syncope!
Your username is 308260a2assign@syncope.apache.org.
Your email address is 308260a2assign@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 308260a2assign@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["308260a2assign@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 308260a2assign@syncope.apache.org surname, welcome to Syncope! Your username is 308260a2assign@syncope.apache.org. Your email address is 308260a2assign@syncope.apache.org. Your email address inside a link: http://localhost/?email=308260a2assign%40syncope.apache.org This message was sent to the following recipients:
+ * 308260a2assign@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-df08-7dde-b818-67418a16bf30', 'USER', '0194459f-def0-78e6-ab3f-2caf60170301', 1, ' Hi 9e69e32dprovision@syncope.apache.org surname, welcome to Syncope!
Your username is 9e69e32dprovision@syncope.apache.org.
Your email address is 9e69e32dprovision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 9e69e32dprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["9e69e32dprovision@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 9e69e32dprovision@syncope.apache.org surname, welcome to Syncope! Your username is 9e69e32dprovision@syncope.apache.org. Your email address is 9e69e32dprovision@syncope.apache.org. Your email address inside a link: http://localhost/?email=9e69e32dprovision%40syncope.apache.org This message was sent to the following recipients:
+ * 9e69e32dprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-dea9-7153-a264-f34d87c90741', 'USER', '0194459f-de92-7321-be93-5f857b4224c5', 1, ' Hi 006a0f75custompolicyrules@syncope.apache.org surname, welcome to Syncope!
Your username is YYY006a0f75custompolicyrules@syncope.apache.org.
Your email address is 006a0f75custompolicyrules@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 006a0f75custompolicyrules@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["006a0f75custompolicyrules@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 006a0f75custompolicyrules@syncope.apache.org surname, welcome to Syncope! Your username is YYY006a0f75custompolicyrules@syncope.apache.org. Your email address is 006a0f75custompolicyrules@syncope.apache.org. Your email address inside a link: http://localhost/?email=006a0f75custompolicyrules%40syncope.apache.org This message was sent to the following recipients:
+ * 006a0f75custompolicyrules@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d839-7cbd-a21b-d1945ad745cc', 'USER', '0194459f-d807-7802-b026-c33d36629ede', 1, ' Hi 3a7e428fissueSearch3@syncope.apache.org surname, welcome to Syncope!
Your username is user test 182.
Your email address is 3a7e428fissueSearch3@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 3a7e428fissueSearch3@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["3a7e428fissueSearch3@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 3a7e428fissueSearch3@syncope.apache.org surname, welcome to Syncope! Your username is user test 182. Your email address is 3a7e428fissueSearch3@syncope.apache.org. Your email address inside a link: http://localhost/?email=3a7e428fissueSearch3%40syncope.apache.org This message was sent to the following recipients:
+ * 3a7e428fissueSearch3@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d7fc-73ac-a8b1-bf6a88e80d4b', 'USER', '0194459f-d7e0-78c5-a86c-f69591816e60', 1, ' Hi f08434d9issueSearch2@syncope.apache.org surname, welcome to Syncope!
Your username is user 1826 test.
Your email address is f08434d9issueSearch2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f08434d9issueSearch2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["f08434d9issueSearch2@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f08434d9issueSearch2@syncope.apache.org surname, welcome to Syncope! Your username is user 1826 test. Your email address is f08434d9issueSearch2@syncope.apache.org. Your email address inside a link: http://localhost/?email=f08434d9issueSearch2%40syncope.apache.org This message was sent to the following recipients:
+ * f08434d9issueSearch2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d7c0-7dc8-a9c2-1c8448f665f4', 'USER', '0194459f-d79c-7da3-8751-0bc929a67195', 1, ' Hi 7b746c5fissueSearch1@syncope.apache.org surname, welcome to Syncope!
Your username is user test 1826.
Your email address is 7b746c5fissueSearch1@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7b746c5fissueSearch1@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["7b746c5fissueSearch1@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7b746c5fissueSearch1@syncope.apache.org surname, welcome to Syncope! Your username is user test 1826. Your email address is 7b746c5fissueSearch1@syncope.apache.org. Your email address inside a link: http://localhost/?email=7b746c5fissueSearch1%40syncope.apache.org This message was sent to the following recipients:
+ * 7b746c5fissueSearch1@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d783-77f6-a0a8-b72d0fd04e4e', 'USER', '0194459f-d767-7781-b08e-5470df43c77d', 1, ' Hi 34604d29syncope800@syncope.apache.org D''Amico, welcome to Syncope!
Your username is 34604d29syncope800@syncope.apache.org.
Your email address is 34604d29syncope800@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 34604d29syncope800@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["34604d29syncope800@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 34604d29syncope800@syncope.apache.org D''Amico, welcome to Syncope! Your username is 34604d29syncope800@syncope.apache.org. Your email address is 34604d29syncope800@syncope.apache.org. Your email address inside a link: http://localhost/?email=34604d29syncope800%40syncope.apache.org This message was sent to the following recipients:
+ * 34604d29syncope800@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d669-7f1c-8e1b-eab39720c8e3', 'USER', '0194459f-d64f-7ab9-8f3d-a4d09a9c8cba', 1, ' Hi syncope1779test@syncope.apache.org surname, welcome to Syncope!
Your username is syncope1779test@syncope.apache.org.
Your email address is syncope1779test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - syncope1779test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["syncope1779test@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi syncope1779test@syncope.apache.org surname, welcome to Syncope! Your username is syncope1779test@syncope.apache.org. Your email address is syncope1779test@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope1779test%40syncope.apache.org This message was sent to the following recipients:
+ * syncope1779test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-d5dc-78a6-bae1-068643ec221d', 'USER', '0194459f-d5bd-7360-8a46-aa7777b85632', 1, ' Hi 98eb2e60syncope1727@syncope.apache.org surname, welcome to Syncope!
Your username is 98eb2e60syncope1727@syncope.apache.org.
Your email address is 98eb2e60syncope1727@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 98eb2e60syncope1727@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["98eb2e60syncope1727@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 98eb2e60syncope1727@syncope.apache.org surname, welcome to Syncope! Your username is 98eb2e60syncope1727@syncope.apache.org. Your email address is 98eb2e60syncope1727@syncope.apache.org. Your email address inside a link: http://localhost/?email=98eb2e60syncope1727%40syncope.apache.org This message was sent to the following recipients:
+ * 98eb2e60syncope1727@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-ce65-7e69-bbdd-ca95cff5e3ab', 'USER', '0194459f-ce3b-7e12-9520-3624ffcc3261', 1, ' Hi 6f90e478securityAnswer@syncope.apache.org surname, welcome to Syncope!
Your username is 6f90e478securityAnswer@syncope.apache.org.
Your email address is 6f90e478securityAnswer@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 6f90e478securityAnswer@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["6f90e478securityAnswer@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 6f90e478securityAnswer@syncope.apache.org surname, welcome to Syncope! Your username is 6f90e478securityAnswer@syncope.apache.org. Your email address is 6f90e478securityAnswer@syncope.apache.org. Your email address inside a link: http://localhost/?email=6f90e478securityAnswer%40syncope.apache.org This message was sent to the following recipients:
+ * 6f90e478securityAnswer@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8f2d-7f3f-9ba4-90dc97b9a258', 'USER', '019445a0-8ddc-7053-b331-21d608dc48b7', 1, ' Hi ee819fc6rest@syncope.apache.org surname, welcome to Syncope!
Your username is ee819fc6rest@syncope.apache.org.
Your email address is ee819fc6rest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ee819fc6rest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["ee819fc6rest@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ee819fc6rest@syncope.apache.org surname, welcome to Syncope! Your username is ee819fc6rest@syncope.apache.org. Your email address is ee819fc6rest@syncope.apache.org. Your email address inside a link: http://localhost/?email=ee819fc6rest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ee819fc6rest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8cc9-7de4-b154-3fbafa5cb616', 'USER', '019445a0-8b40-7adb-a589-c9584fd4f190', 1, ' Hi ce2dc8fcrest@syncope.apache.org surname, welcome to Syncope!
Your username is ce2dc8fcrest@syncope.apache.org.
Your email address is ce2dc8fcrest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ce2dc8fcrest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","ce2dc8fcrest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ce2dc8fcrest@syncope.apache.org surname, welcome to Syncope! Your username is ce2dc8fcrest@syncope.apache.org. Your email address is ce2dc8fcrest@syncope.apache.org. Your email address inside a link: http://localhost/?email=ce2dc8fcrest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ce2dc8fcrest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8a10-7f1e-9e58-99375c425f4a', 'USER', '019445a0-88c9-7ee8-b78e-31c48a5b0287', 1, ' Hi 1ea81f44rest@syncope.apache.org surname, welcome to Syncope!
Your username is 1ea81f44rest@syncope.apache.org.
Your email address is 1ea81f44rest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1ea81f44rest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","1ea81f44rest@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 1ea81f44rest@syncope.apache.org surname, welcome to Syncope! Your username is 1ea81f44rest@syncope.apache.org. Your email address is 1ea81f44rest@syncope.apache.org. Your email address inside a link: http://localhost/?email=1ea81f44rest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1ea81f44rest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('0194459f-fc6e-75d6-a5e3-5a555e6252de', 'USER', '0194459f-fc43-759b-a86b-6474e3d751fe', 1, ' Hi 6d01f96fupdatesame@password.com surname, welcome to Syncope!
Your username is 6d01f96fupdatesame@password.com.
Your email address is 6d01f96fupdatesame@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 6d01f96fupdatesame@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","6d01f96fupdatesame@password.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 6d01f96fupdatesame@password.com surname, welcome to Syncope! Your username is 6d01f96fupdatesame@password.com. Your email address is 6d01f96fupdatesame@password.com. Your email address inside a link: http://localhost/?email=6d01f96fupdatesame%40password.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 6d01f96fupdatesame@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-aa23-7e88-9964-89f6e8b675fe', 'USER', '019445a0-a9e4-72ac-adb0-c172669552f6', 0, ' Hi af500c6cpwdReset@syncope.apache.org surname, welcome to Syncope!
Your username is af500c6cpwdReset@syncope.apache.org.
Your email address is af500c6cpwdReset@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - af500c6cpwdReset@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","af500c6cpwdReset@syncope.apache.org","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi af500c6cpwdReset@syncope.apache.org surname, welcome to Syncope! Your username is af500c6cpwdReset@syncope.apache.org. Your email address is af500c6cpwdReset@syncope.apache.org. Your email address inside a link: http://localhost/?email=af500c6cpwdReset%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * af500c6cpwdReset@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-9f18-703f-a03c-3256b90236d6', 'USER', '019445a0-9eda-7392-9730-f71463f62c2d', 0, ' Hi c71f0c6eissue213@syncope.apache.org surname, welcome to Syncope!
Your username is c71f0c6eissue213@syncope.apache.org.
Your email address is c71f0c6eissue213@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c71f0c6eissue213@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c71f0c6eissue213@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi c71f0c6eissue213@syncope.apache.org surname, welcome to Syncope! Your username is c71f0c6eissue213@syncope.apache.org. Your email address is c71f0c6eissue213@syncope.apache.org. Your email address inside a link: http://localhost/?email=c71f0c6eissue213%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c71f0c6eissue213@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-a866-7e7f-8dfd-81f15c3d8dd2', 'USER', '019445a0-a83b-7e62-87dd-48decebfa46d', 0, ' Hi 3da295a9anonymous@syncope.apache.org surname, welcome to Syncope!
Your username is 3da295a9anonymous@syncope.apache.org.
Your email address is 3da295a9anonymous@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 3da295a9anonymous@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","3da295a9anonymous@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 3da295a9anonymous@syncope.apache.org surname, welcome to Syncope! Your username is 3da295a9anonymous@syncope.apache.org. Your email address is 3da295a9anonymous@syncope.apache.org. Your email address inside a link: http://localhost/?email=3da295a9anonymous%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 3da295a9anonymous@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-a4b0-7a9b-92bb-6a84d2d46da8', 'USER', '019445a0-a47f-70c6-bb6b-36bb3c236bf3', 0, ' Hi 6330d5b0syncope136_Random@apache.org surname, welcome to Syncope!
Your username is 6330d5b0syncope136_Random@apache.org.
Your email address is 6330d5b0syncope136_Random@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 6330d5b0syncope136_Random@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","6330d5b0syncope136_Random@apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 6330d5b0syncope136_Random@apache.org surname, welcome to Syncope! Your username is 6330d5b0syncope136_Random@apache.org. Your email address is 6330d5b0syncope136_Random@apache.org. Your email address inside a link: http://localhost/?email=6330d5b0syncope136_Random%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 6330d5b0syncope136_Random@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-b8bb-760a-b254-1e5e523a97da', 'USER', '019445a0-b866-7f7a-ab08-8bbf958bb662', 0, ' Hi 539693b0260@a.com surname, welcome to Syncope!
Your username is 539693b0260@a.com.
Your email address is 539693b0260@a.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 539693b0260@a.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","539693b0260@a.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 539693b0260@a.com surname, welcome to Syncope! Your username is 539693b0260@a.com. Your email address is 539693b0260@a.com. Your email address inside a link: http://localhost/?email=539693b0260%40a.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 539693b0260@a.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-a388-7688-81db-c4e16e0ed678', 'USER', '019445a0-a34d-7cbb-b41c-15741a6ef226', 0, ' Hi 40a1b8efissue234@syncope.apache.org surname, welcome to Syncope!
Your username is 40a1b8efissue234@syncope.apache.org.
Your email address is 40a1b8efissue234@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 40a1b8efissue234@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","40a1b8efissue234@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 40a1b8efissue234@syncope.apache.org surname, welcome to Syncope! Your username is 40a1b8efissue234@syncope.apache.org. Your email address is 40a1b8efissue234@syncope.apache.org. Your email address inside a link: http://localhost/?email=40a1b8efissue234%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 40a1b8efissue234@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-9d5f-7183-a4dc-9a2802979a05', 'USER', '019445a0-9d38-7bea-8124-d55b24cb0db0', 0, ' Hi 680ca9d8syncope505-ldap@syncope.apache.org surname, welcome to Syncope!
Your username is 680ca9d8syncope505-ldap@syncope.apache.org.
Your email address is 680ca9d8syncope505-ldap@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 680ca9d8syncope505-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["680ca9d8syncope505-ldap@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 680ca9d8syncope505-ldap@syncope.apache.org surname, welcome to Syncope! Your username is 680ca9d8syncope505-ldap@syncope.apache.org. Your email address is 680ca9d8syncope505-ldap@syncope.apache.org. Your email address inside a link: http://localhost/?email=680ca9d8syncope505-ldap%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 680ca9d8syncope505-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-bbc1-72df-aa38-13a78cd06927', 'USER', '019445a0-bb7e-7073-8163-9d66eafd1424', 0, ' Hi a728051esyncope442@apache.org surname, welcome to Syncope!
Your username is a728051esyncope442@apache.org.
Your email address is a728051esyncope442@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a728051esyncope442@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["a728051esyncope442@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a728051esyncope442@apache.org surname, welcome to Syncope! Your username is a728051esyncope442@apache.org. Your email address is a728051esyncope442@apache.org. Your email address inside a link: http://localhost/?email=a728051esyncope442%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a728051esyncope442@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8829-7749-a860-8426cc25ce7e', 'USER', '019445a0-87f5-79c7-a429-cebe778093c0', 1, ' Hi 7c2772a3syncope1793@apache.org surname, welcome to Syncope!
Your username is 7c2772a3syncope1793@apache.org.
Your email address is 7c2772a3syncope1793@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 7c2772a3syncope1793@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","7c2772a3syncope1793@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 7c2772a3syncope1793@apache.org surname, welcome to Syncope! Your username is 7c2772a3syncope1793@apache.org. Your email address is 7c2772a3syncope1793@apache.org. Your email address inside a link: http://localhost/?email=7c2772a3syncope1793%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 7c2772a3syncope1793@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-87c9-7e08-b731-7e0cf0cdb69c', 'USER', '019445a0-8793-7070-bce0-52f105942caa', 1, ' Hi 59e64987syncope1750@apache.org surname, welcome to Syncope!
Your username is 59e64987syncope1750@apache.org.
Your email address is 59e64987syncope1750@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 59e64987syncope1750@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","59e64987syncope1750@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 59e64987syncope1750@apache.org surname, welcome to Syncope! Your username is 59e64987syncope1750@apache.org. Your email address is 59e64987syncope1750@apache.org. Your email address inside a link: http://localhost/?email=59e64987syncope1750%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 59e64987syncope1750@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8746-7928-b03f-27b0aa0e6584', 'USER', '019445a0-871e-7345-85ae-6e5cd1a93c05', 1, ' Hi a3bfa3ccsyncope1669@apache.org surname, welcome to Syncope!
Your username is a3bfa3ccsyncope1669@apache.org.
Your email address is a3bfa3ccsyncope1669@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a3bfa3ccsyncope1669@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","a3bfa3ccsyncope1669@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a3bfa3ccsyncope1669@apache.org surname, welcome to Syncope! Your username is a3bfa3ccsyncope1669@apache.org. Your email address is a3bfa3ccsyncope1669@apache.org. Your email address inside a link: http://localhost/?email=a3bfa3ccsyncope1669%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a3bfa3ccsyncope1669@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8575-7fcf-a788-f01016cbc610', 'USER', '019445a0-854a-73b2-9ad1-fa83e8d9b586', 1, ' Hi 35dc0558syncope1337@apache.org surname, welcome to Syncope!
Your username is 35dc0558syncope1337@apache.org.
Your email address is 35dc0558syncope1337@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 35dc0558syncope1337@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","35dc0558syncope1337@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 35dc0558syncope1337@apache.org surname, welcome to Syncope! Your username is 35dc0558syncope1337@apache.org. Your email address is 35dc0558syncope1337@apache.org. Your email address inside a link: http://localhost/?email=35dc0558syncope1337%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 35dc0558syncope1337@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-84c7-70f6-8d34-e64f4d5b1ad3', 'USER', '019445a0-84ab-7368-b48f-7abae925e045', 1, ' Hi a5f9526fsyncope1206@apache.org surname, welcome to Syncope!
Your username is a5f9526fsyncope1206@apache.org.
Your email address is a5f9526fsyncope1206@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a5f9526fsyncope1206@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","a5f9526fsyncope1206@apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a5f9526fsyncope1206@apache.org surname, welcome to Syncope! Your username is a5f9526fsyncope1206@apache.org. Your email address is a5f9526fsyncope1206@apache.org. Your email address inside a link: http://localhost/?email=a5f9526fsyncope1206%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a5f9526fsyncope1206@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8424-798e-86df-5e1ed819dccc', 'USER', '019445a0-83ee-7597-994b-f7cda1224506', 1, ' Hi 44a181d3syncope1166@apache.org surname, welcome to Syncope!
Your username is 44a181d3syncope1166@apache.org.
Your email address is 44a181d3syncope1166@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 44a181d3syncope1166@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["44a181d3syncope1166@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 44a181d3syncope1166@apache.org surname, welcome to Syncope! Your username is 44a181d3syncope1166@apache.org. Your email address is 44a181d3syncope1166@apache.org. Your email address inside a link: http://localhost/?email=44a181d3syncope1166%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 44a181d3syncope1166@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-83e1-7100-b29a-ee5b2429b8c9', 'USER', '019445a0-839f-724b-8221-0778999b2655', 1, ' Hi issueSYNCOPE1099 surname, welcome to Syncope!
Your username is b7a31da7syncope1099U@apache.org.
Your email address is b7a31da7syncope1099U@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b7a31da7syncope1099U@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["b7a31da7syncope1099U@apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi issueSYNCOPE1099 surname, welcome to Syncope! Your username is b7a31da7syncope1099U@apache.org. Your email address is b7a31da7syncope1099U@apache.org. Your email address inside a link: http://localhost/?email=b7a31da7syncope1099U%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b7a31da7syncope1099U@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8256-7fc2-860a-6c8b49ae77fc', 'USER', '019445a0-81fd-7cb4-b8e3-3d3b253ca451', 1, ' Hi 9ff0f62fsyncope881U@apache.org surname, welcome to Syncope!
Your username is 9ff0f62fsyncope881U@apache.org.
Your email address is 9ff0f62fsyncope881U@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 9ff0f62fsyncope881U@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","9ff0f62fsyncope881U@apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 9ff0f62fsyncope881U@apache.org surname, welcome to Syncope! Your username is 9ff0f62fsyncope881U@apache.org. Your email address is 9ff0f62fsyncope881U@apache.org. Your email address inside a link: http://localhost/?email=9ff0f62fsyncope881U%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 9ff0f62fsyncope881U@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * syncope881Gfbfec15b
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-819b-7d38-ac51-37a7dd541d5b', 'USER', '019445a0-8140-7a32-8285-f1e5154a8e01', 1, ' Hi fab67a5esyncope710@syncope.apache.org surname, welcome to Syncope!
Your username is fab67a5esyncope710@syncope.apache.org.
Your email address is fab67a5esyncope710@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - fab67a5esyncope710@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - syncope710.ldap9f585838
+ - syncope710.dbc871b997
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","fab67a5esyncope710@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi fab67a5esyncope710@syncope.apache.org surname, welcome to Syncope! Your username is fab67a5esyncope710@syncope.apache.org. Your email address is fab67a5esyncope710@syncope.apache.org. Your email address inside a link: http://localhost/?email=fab67a5esyncope710%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * fab67a5esyncope710@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * syncope710.ldap9f585838
+ * syncope710.dbc871b997
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-80c5-784f-b93e-0518d09d515f', 'USER', '019445a0-8098-7d15-9cb5-05758afaa366', 1, ' Hi b0ac11b5syncope686@apache.org surname, welcome to Syncope!
Your username is b0ac11b5syncope686@apache.org.
Your email address is b0ac11b5syncope686@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b0ac11b5syncope686@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","b0ac11b5syncope686@apache.org","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b0ac11b5syncope686@apache.org surname, welcome to Syncope! Your username is b0ac11b5syncope686@apache.org. Your email address is b0ac11b5syncope686@apache.org. Your email address inside a link: http://localhost/?email=b0ac11b5syncope686%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b0ac11b5syncope686@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-8018-7429-a1c7-5a2f8213d650', 'USER', '019445a0-7fd6-704e-859e-b5b368bfa87b', 1, ' Hi c44ef274syncope647@syncope.apache.org surname, welcome to Syncope!
Your username is c44ef274syncope647@syncope.apache.org.
Your email address is c44ef274syncope647@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c44ef274syncope647@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c44ef274syncope647@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi c44ef274syncope647@syncope.apache.org surname, welcome to Syncope! Your username is c44ef274syncope647@syncope.apache.org. Your email address is c44ef274syncope647@syncope.apache.org. Your email address inside a link: http://localhost/?email=c44ef274syncope647%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c44ef274syncope647@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7fb3-7aaf-86a5-5ad8b5192ce7', 'USER', '019445a0-7f7e-704e-8393-11cb59cccd65', 1, ' Hi 23906949syncope626@syncope.apache.org surname, welcome to Syncope!
Your username is 23906949syncope626@syncope.apache.org.
Your email address is 23906949syncope626@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 23906949syncope626@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","23906949syncope626@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 23906949syncope626@syncope.apache.org surname, welcome to Syncope! Your username is 23906949syncope626@syncope.apache.org. Your email address is 23906949syncope626@syncope.apache.org. Your email address inside a link: http://localhost/?email=23906949syncope626%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 23906949syncope626@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7e87-76fe-8ef3-a6e3e5cb0448', 'USER', '019445a0-7e33-72e7-9e7d-6b3725554d08', 1, ' Hi e3b2ce32493@test.org surname, welcome to Syncope!
Your username is e3b2ce32493@test.org.
Your email address is e3b2ce32493@test.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - e3b2ce32493@test.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","e3b2ce32493@test.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi e3b2ce32493@test.org surname, welcome to Syncope! Your username is e3b2ce32493@test.org. Your email address is e3b2ce32493@test.org. Your email address inside a link: http://localhost/?email=e3b2ce32493%40test.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * e3b2ce32493@test.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7dc7-73a3-8309-b06bb8a35fe6', 'USER', '019445a0-7d85-7e6e-8e3a-1648d4852a6b', 1, ' Hi ea06be61syncope454@syncope.apache.org surname, welcome to Syncope!
Your username is ea06be61syncope454@syncope.apache.org.
Your email address is ea06be61syncope454@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ea06be61syncope454@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","ea06be61syncope454@syncope.apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ea06be61syncope454@syncope.apache.org surname, welcome to Syncope! Your username is ea06be61syncope454@syncope.apache.org. Your email address is ea06be61syncope454@syncope.apache.org. Your email address inside a link: http://localhost/?email=ea06be61syncope454%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ea06be61syncope454@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7d39-7f19-aef7-9b47f2b9caea', 'USER', '019445a0-7d0b-7e2c-961f-70f186543610', 1, ' Hi b1eb7fc3syncope435@syncope.apache.org surname, welcome to Syncope!
Your username is b1eb7fc3syncope435@syncope.apache.org.
Your email address is b1eb7fc3syncope435@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b1eb7fc3syncope435@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["b1eb7fc3syncope435@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b1eb7fc3syncope435@syncope.apache.org surname, welcome to Syncope! Your username is b1eb7fc3syncope435@syncope.apache.org. Your email address is b1eb7fc3syncope435@syncope.apache.org. Your email address inside a link: http://localhost/?email=b1eb7fc3syncope435%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b1eb7fc3syncope435@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7cdf-7234-b6a2-38d2b7d96d2d', 'USER', '019445a0-7cba-770e-9f0e-5941af891484', 1, ' Hi 143dcc5csyncope426@syncope.apache.org surname, welcome to Syncope!
Your username is 143dcc5csyncope426@syncope.apache.org.
Your email address is 143dcc5csyncope426@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 143dcc5csyncope426@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","143dcc5csyncope426@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 143dcc5csyncope426@syncope.apache.org surname, welcome to Syncope! Your username is 143dcc5csyncope426@syncope.apache.org. Your email address is 143dcc5csyncope426@syncope.apache.org. Your email address inside a link: http://localhost/?email=143dcc5csyncope426%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 143dcc5csyncope426@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7c86-73ec-9994-cf629d57dd34', 'USER', '019445a0-7c5c-708e-b180-eb7be6b10f1e', 1, ' Hi b66cf97bsyncope420@syncope.apache.org surname, welcome to Syncope!
Your username is b66cf97bsyncope420@syncope.apache.org.
Your email address is b66cf97bsyncope420@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b66cf97bsyncope420@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["b66cf97bsyncope420@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b66cf97bsyncope420@syncope.apache.org surname, welcome to Syncope! Your username is b66cf97bsyncope420@syncope.apache.org. Your email address is b66cf97bsyncope420@syncope.apache.org. Your email address inside a link: http://localhost/?email=b66cf97bsyncope420%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b66cf97bsyncope420@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7b7d-7a8f-8d23-dc91b0739187', 'USER', '019445a0-7b58-7900-9b16-2436f65eb88e', 1, ' Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7ae9-7ea3-ab9f-3583680ff9fc', 'USER', '019445a0-7aae-774c-a905-d42e1ca6f52d', 1, ' Hi 39877323syncope391@syncope.apache.org surname, welcome to Syncope!
Your username is 39877323syncope391@syncope.apache.org.
Your email address is 39877323syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 39877323syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","39877323syncope391@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 39877323syncope391@syncope.apache.org surname, welcome to Syncope! Your username is 39877323syncope391@syncope.apache.org. Your email address is 39877323syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=39877323syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 39877323syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7a98-7bd2-89b9-ffbaf485b85c', 'USER', '019445a0-7a65-7261-a8ed-7a723cc6a6cd', 1, ' Hi b6f2701bsyncope391@syncope.apache.org surname, welcome to Syncope!
Your username is b6f2701bsyncope391@syncope.apache.org.
Your email address is b6f2701bsyncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b6f2701bsyncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["b6f2701bsyncope391@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi b6f2701bsyncope391@syncope.apache.org surname, welcome to Syncope! Your username is b6f2701bsyncope391@syncope.apache.org. Your email address is b6f2701bsyncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=b6f2701bsyncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b6f2701bsyncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7a51-7d28-ab77-657a789a71ec', 'USER', '019445a0-7a07-7fba-afe7-7640449d1c13', 1, ' Hi nome0 cognome0, welcome to Syncope!
Your username is syncope391@syncope.apache.org.
Your email address is syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","syncope391@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi nome0 cognome0, welcome to Syncope! Your username is syncope391@syncope.apache.org. Your email address is syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-79fd-7881-a6ba-1c91ffd02b17', 'USER', '019445a0-79dd-76b6-972e-cac4f23f7ce6', 1, ' Hi a13f3e55syncope391@syncope.apache.org surname, welcome to Syncope!
Your username is a13f3e55syncope391@syncope.apache.org.
Your email address is a13f3e55syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a13f3e55syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","a13f3e55syncope391@syncope.apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi a13f3e55syncope391@syncope.apache.org surname, welcome to Syncope! Your username is a13f3e55syncope391@syncope.apache.org. Your email address is a13f3e55syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=a13f3e55syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a13f3e55syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7962-7807-b1c0-9db8714388fa', 'USER', '019445a0-7939-770c-a043-9d417b3521b6', 1, ' Hi eda450e1syncope383@apache.org surname, welcome to Syncope!
Your username is eda450e1syncope383@apache.org.
Your email address is eda450e1syncope383@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - eda450e1syncope383@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","eda450e1syncope383@apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi eda450e1syncope383@apache.org surname, welcome to Syncope! Your username is eda450e1syncope383@apache.org. Your email address is eda450e1syncope383@apache.org. Your email address inside a link: http://localhost/?email=eda450e1syncope383%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * eda450e1syncope383@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-78e1-752d-a5bc-9773cea0094f', 'USER', '019445a0-78ab-7c0a-8435-e6069174bed0', 1, ' Hi 1e3d5978syncope357@syncope.apache.org surname, welcome to Syncope!
Your username is 1e3d5978syncope357@syncope.apache.org.
Your email address is 1e3d5978syncope357@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1e3d5978syncope357@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","1e3d5978syncope357@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 1e3d5978syncope357@syncope.apache.org surname, welcome to Syncope! Your username is 1e3d5978syncope357@syncope.apache.org. Your email address is 1e3d5978syncope357@syncope.apache.org. Your email address inside a link: http://localhost/?email=1e3d5978syncope357%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1e3d5978syncope357@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPE357-0894269c
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7804-70bc-8a89-22cad63bc4b5', 'USER', '019445a0-77c5-7e27-88aa-55648f3dca54', 1, ' Hi 373c7e09syncope354@syncope.apache.org surname, welcome to Syncope!
Your username is 373c7e09syncope354@syncope.apache.org.
Your email address is 373c7e09syncope354@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 373c7e09syncope354@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ ', '["373c7e09syncope354@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 373c7e09syncope354@syncope.apache.org surname, welcome to Syncope! Your username is 373c7e09syncope354@syncope.apache.org. Your email address is 373c7e09syncope354@syncope.apache.org. Your email address inside a link: http://localhost/?email=373c7e09syncope354%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 373c7e09syncope354@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPE354-4831108d
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-7770-7c07-8df5-52d01dbf31b3', 'USER', '019445a0-0200-70a3-81f1-3693fde8829c', 1, ' Hi f822ed9esyncope279@apache.org surname, welcome to Syncope!
Your username is f822ed9esyncope279@apache.org.
Your email address is f822ed9esyncope279@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - f822ed9esyncope279@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","f822ed9esyncope279@apache.org","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi f822ed9esyncope279@apache.org surname, welcome to Syncope! Your username is f822ed9esyncope279@apache.org. Your email address is f822ed9esyncope279@apache.org. Your email address inside a link: http://localhost/?email=f822ed9esyncope279%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * f822ed9esyncope279@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-ba5e-7b6c-b7e3-4c15f17c8fc6', 'USER', '019445a0-ba06-728d-8215-48689ccf6f0d', 0, ' Hi 42037ee0397@syncope.apache.org surname, welcome to Syncope!
Your username is 42037ee0397@syncope.apache.org.
Your email address is 42037ee0397@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 42037ee0397@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["42037ee0397@syncope.apache.org","c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 42037ee0397@syncope.apache.org surname, welcome to Syncope! Your username is 42037ee0397@syncope.apache.org. Your email address is 42037ee0397@syncope.apache.org. Your email address inside a link: http://localhost/?email=42037ee0397%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 42037ee0397@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-c6cc-7ce2-885e-cf2df9fdcd8c', 'USER', '019445a0-c68c-73b5-85e9-01f2bdae4ad4', 0, ' Hi 2cfa73fasyncope691@syncope.apache.org surname, welcome to Syncope!
Your username is 2cfa73fasyncope691@syncope.apache.org.
Your email address is 2cfa73fasyncope691@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 2cfa73fasyncope691@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","2cfa73fasyncope691@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 2cfa73fasyncope691@syncope.apache.org surname, welcome to Syncope! Your username is 2cfa73fasyncope691@syncope.apache.org. Your email address is 2cfa73fasyncope691@syncope.apache.org. Your email address inside a link: http://localhost/?email=2cfa73fasyncope691%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 2cfa73fasyncope691@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-c509-7221-b523-8d2ce172f54c', 'USER', '019445a0-c4a3-78cf-9c2f-7bd8aae12b7f', 0, ' Hi 56c54758syn453@syncope.apache.org surname, welcome to Syncope!
Your username is 56c54758syn453@syncope.apache.org.
Your email address is 56c54758syn453@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 56c54758syn453@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - issueSYNCOPE453Group2ed326b0
+
+ ', '["c623476ca.b@c.com","f11b420ag.h@t.com","e9798bebpwdonly@t.com","56c54758syn453@syncope.apache.org"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 56c54758syn453@syncope.apache.org surname, welcome to Syncope! Your username is 56c54758syn453@syncope.apache.org. Your email address is 56c54758syn453@syncope.apache.org. Your email address inside a link: http://localhost/?email=56c54758syn453%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 56c54758syn453@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * issueSYNCOPE453Group2ed326b0
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+INSERT INTO notificationtask VALUES ('019445a0-c791-7249-8c32-ce7cc93767ed', 'USER', '019445a0-c759-7249-a6d1-bfc52eade8c7', 0, ' Hi 24264dd6virattrcache@apache.org surname, welcome to Syncope!
Your username is 24264dd6virattrcache@apache.org.
Your email address is 24264dd6virattrcache@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 24264dd6virattrcache@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ ', '["c623476ca.b@c.com","24264dd6virattrcache@apache.org","f11b420ag.h@t.com","e9798bebpwdonly@t.com"]', 'syncopetest-75190220@syncope.apache.org', 'Test notification bd1a937d', 'Hi 24264dd6virattrcache@apache.org surname, welcome to Syncope! Your username is 24264dd6virattrcache@apache.org. Your email address is 24264dd6virattrcache@apache.org. Your email address inside a link: http://localhost/?email=24264dd6virattrcache%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 24264dd6virattrcache@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+', 'ALL', '0194459d-f0b5-765d-8eac-c8f0e790bb15');
+
+
+--
+-- TOC entry 4630 (class 0 OID 16687)
+-- Dependencies: 288
+-- Data for Name: notificationtaskexec; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO notificationtaskexec VALUES ('0194459c-0543-74b1-a824-57252ba74842', '2025-01-08 11:10:40.661926+00', 'admin', 'FROM: admin@prova.org
+TO: recipient@prova.org
+SUBJECT: Notification for SYNCOPE-81
+
+NOTIFICATION-81
+
+NOTIFICATION-81
+', '2025-01-08 11:10:40.452667+00', 'SENT', 'e1e520f0-2cbd-4e11-9a89-ea58a0f957e7');
+INSERT INTO notificationtaskexec VALUES ('0194459d-d236-7b24-bf29-347030d44c7d', '2025-01-08 11:12:38.547893+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: 510779f6notificationtest@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 510779f6notificationtest@syncope.apache.org. Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=510779f6notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 510779f6notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 510779f6notificationtest@syncope.apache.org.
Your email address is 510779f6notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 510779f6notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:12:38.454123+00', 'SENT', '0194459d-ce21-7273-8b72-b82c5a6ed90c');
+INSERT INTO notificationtaskexec VALUES ('0194459d-df57-7676-84ec-353a17873a90', '2025-01-08 11:12:41.910736+00', 'admin', 'FROM: syncopetest-e30a5adc@syncope.apache.org
+TO: TestNotificationRecipientsProvider@syncope.apache.org
+SUBJECT: Test notification fd7c07b6
+
+Hi , welcome to Syncope! Your username is . Your email address is . Your email address inside a link: http://localhost/?email= This message was sent to the following recipients:
+
+ because one of the following events occurred:
+ * [LOGIC]:[GroupLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi , welcome to Syncope!
Your username is .
Your email address is . Your email address inside a link.
This message was sent to the following recipients:
+ because one of the following events occurred:
+ - [LOGIC]:[GroupLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:12:41.815847+00', 'SENT', '0194459d-db47-7705-a750-5385fedf1e45');
+INSERT INTO notificationtaskexec VALUES ('0194459d-eca8-7cd3-b43b-e8f2785b290c', '2025-01-08 11:12:45.228202+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 2525, response: [EOF]. Failed messages: javax.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 2525, response: [EOF]; message exception details (1) are:
+Failed message 1:
+javax.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 2525, response: [EOF]
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2198)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.executeSingle(Unknown Source)
+ at org.apache.syncope.core.logic.TaskLogic.doExecute(TaskLogic.java:334)
+ at org.apache.syncope.core.logic.TaskLogic.execute(TaskLogic.java:393)
+ at org.apache.syncope.core.logic.TaskLogic$$FastClassBySpringCGLIB$$5e3d5315.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.TaskLogic$$EnhancerBySpringCGLIB$$125b70e.execute()
+ at org.apache.syncope.core.rest.cxf.service.AbstractExecutableService.execute(AbstractExecutableService.java:80)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+javax.mail.MessagingException: Got bad greeting from SMTP host: localhost, port: 2525, response: [EOF]
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2198)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.executeSingle(Unknown Source)
+ at org.apache.syncope.core.logic.TaskLogic.doExecute(TaskLogic.java:334)
+ at org.apache.syncope.core.logic.TaskLogic.execute(TaskLogic.java:393)
+ at org.apache.syncope.core.logic.TaskLogic$$FastClassBySpringCGLIB$$5e3d5315.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.TaskLogic$$EnhancerBySpringCGLIB$$125b70e.execute()
+ at org.apache.syncope.core.rest.cxf.service.AbstractExecutableService.execute(AbstractExecutableService.java:80)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:12:45.224315+00', 'NOT_SENT', '0194459d-e893-767a-9168-90850cca5175');
+INSERT INTO notificationtaskexec VALUES ('0194459d-f519-7070-873c-60106f9e3aa8', '2025-01-08 11:12:47.431749+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 0266a4d7notificationtest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:12:47.385493+00', 'SENT', '0194459d-f0fc-7eb0-8812-391791842926');
+INSERT INTO notificationtaskexec VALUES ('0194459e-01e7-7a9c-82bd-88d196291cab', '2025-01-08 11:12:50.709768+00', 'admin', 'FROM: syncopetest-9125115f@syncope.apache.org
+TO: a129b4c4notificationtest@syncope.apache.org
+SUBJECT: Test notification 5cda829c
+
+Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:12:50.663761+00', 'SENT', '0194459d-fdda-7d0f-9218-b6daa46bde40');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e590-76d2-a437-fce9a2c8f3d0', '2025-01-08 11:16:00.019924+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.016888+00', 'NOT_SENT', '019445a0-c6cc-7ce2-885e-cf2df9fdcd8c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e594-7fe9-a082-3131e82335fb', '2025-01-08 11:16:00.02375+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.02091+00', 'NOT_SENT', '019445a0-c60e-7309-87d1-74c4701c6173');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e598-7a51-b5cb-49e3c9aa463b', '2025-01-08 11:16:00.028224+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.024647+00', 'NOT_SENT', '019445a0-c5d2-7af7-a35b-b10765851c70');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e59d-7f1d-84cc-7642f812edfb', '2025-01-08 11:16:00.031784+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.029093+00', 'NOT_SENT', '019445a0-c509-7221-b523-8d2ce172f54c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5a0-7df3-aa89-e290492c0b07', '2025-01-08 11:16:00.03568+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.032271+00', 'NOT_SENT', '019445a0-bbc1-72df-aa38-13a78cd06927');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5a4-7c17-90ed-1b5d5fd68ab6', '2025-01-08 11:16:00.038557+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.036349+00', 'NOT_SENT', '019445a0-bb73-7a94-a80e-c1cb910a60ae');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5a7-75cf-b0df-0b2557933886', '2025-01-08 11:16:00.04175+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.039011+00', 'NOT_SENT', '019445a0-ba5e-7b6c-b7e3-4c15f17c8fc6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5aa-721c-8d4e-674ee67233ba', '2025-01-08 11:16:00.045654+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.042289+00', 'NOT_SENT', '019445a0-b8bb-760a-b254-1e5e523a97da');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5ae-7860-becd-b6d98989e34e', '2025-01-08 11:16:00.048005+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.046142+00', 'NOT_SENT', '019445a0-b735-762f-945e-b5253cd65d84');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5b0-7b67-a216-ccd64965fd42', '2025-01-08 11:16:00.050493+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.048433+00', 'NOT_SENT', '019445a0-aa23-7e88-9964-89f6e8b675fe');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5b3-7fd4-9f0a-6b9d5d432600', '2025-01-08 11:16:00.054333+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.051509+00', 'NOT_SENT', '019445a0-a8e5-74b5-928c-f3cfeed0ead6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5b6-7de0-bb53-9b9852e25c06', '2025-01-08 11:16:00.057272+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.054994+00', 'NOT_SENT', '019445a0-a866-7e7f-8dfd-81f15c3d8dd2');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2668-7b78-8d74-79d32fb41335', '2025-01-08 11:13:00.054736+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: f3bb6952test@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi f3bb6952test@syncope.apache.org surname, welcome to Syncope! Your username is f3bb6952test@syncope.apache.org. Your email address is f3bb6952test@syncope.apache.org. Your email address inside a link: http://localhost/?email=f3bb6952test%40syncope.apache.org This message was sent to the following recipients:
+ * f3bb6952test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi f3bb6952test@syncope.apache.org surname, welcome to Syncope!
Your username is f3bb6952test@syncope.apache.org.
Your email address is f3bb6952test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f3bb6952test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:00.008967+00', 'SENT', '0194459e-24ce-72b7-a7f8-4491dfb4dfdb');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2698-7021-a957-21db0cb7a460', '2025-01-08 11:13:00.101869+00', 'admin', 'FROM: syncope81@syncope.apache.org
+TO: e96e54c2notificationtest@syncope.apache.org
+SUBJECT: Test notification
+
+Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.05629+00', 'SENT', '0194459e-13de-7522-9260-68017350e794');
+INSERT INTO notificationtaskexec VALUES ('0194459e-26c7-7d58-b369-3531afbaf25e', '2025-01-08 11:13:00.147955+00', 'admin', 'FROM: syncopetest-9125115f@syncope.apache.org
+TO: e96e54c2notificationtest@syncope.apache.org
+SUBJECT: Test notification 5cda829c
+
+Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.103114+00', 'SENT', '0194459e-13cf-73d4-9050-4cb1900be07b');
+INSERT INTO notificationtaskexec VALUES ('0194459e-26f4-776d-8bae-84449dddbcd0', '2025-01-08 11:13:00.193639+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e96e54c2notificationtest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.148836+00', 'SENT', '0194459e-13bf-7866-a425-a984c13406d6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5b9-7a9f-9623-431a90834367', '2025-01-08 11:16:00.060017+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.057822+00', 'NOT_SENT', '019445a0-a644-743c-bb1d-ba1a9dc9e41a');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5bc-759d-9136-bf43c487d332', '2025-01-08 11:16:00.063315+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.060928+00', 'NOT_SENT', '019445a0-a53d-7887-a22b-387903839858');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5bf-76a5-beae-f7b30250c8fd', '2025-01-08 11:16:00.066593+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.06392+00', 'NOT_SENT', '019445a0-a4b0-7a9b-92bb-6a84d2d46da8');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5c3-77bd-afef-7a6fb6a832ca', '2025-01-08 11:16:00.071907+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.06794+00', 'NOT_SENT', '019445a0-a46b-7f6a-8fb4-334694dec88f');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5c8-776c-a08e-00d1448bb06d', '2025-01-08 11:16:00.075184+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.07294+00', 'NOT_SENT', '019445a0-a3ee-750f-bc01-e8eb81f2fbc8');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5cb-70d0-9799-2ce808f8c924', '2025-01-08 11:16:00.077928+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.075769+00', 'NOT_SENT', '019445a0-a388-7688-81db-c4e16e0ed678');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5ce-7d22-a143-b76d77613384', '2025-01-08 11:16:00.080485+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.078468+00', 'NOT_SENT', '019445a0-9f18-703f-a03c-3256b90236d6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5d0-7fbb-8abc-a5dd219860fc', '2025-01-08 11:16:00.082561+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.080977+00', 'NOT_SENT', '019445a0-9e26-7dd1-af47-824185c3ca1e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e5d3-7984-a698-64bcceab6471', '2025-01-08 11:16:00.086518+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.083194+00', 'NOT_SENT', '019445a0-9d5f-7183-a4dc-9a2802979a05');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2722-7942-89c1-73f8198a63c3', '2025-01-08 11:13:00.239774+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: e96e54c2notificationtest@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.1944+00', 'SENT', '0194459e-13b0-7eee-bd30-4c8f35926e4e');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2750-7d53-8b37-d0e5b87cf9d4', '2025-01-08 11:13:00.330285+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: syncope445@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is e96e54c2notificationtest@syncope.apache.org. Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=e96e54c2notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi e96e54c2notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is e96e54c2notificationtest@syncope.apache.org.
Your email address is e96e54c2notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - e96e54c2notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.240719+00', 'SENT', '0194459e-139c-7a89-9bfc-52b249752526');
+INSERT INTO notificationtaskexec VALUES ('0194459e-27d9-7a64-bcf5-095ee8783c16', '2025-01-08 11:13:00.423628+00', 'admin', 'FROM: syncopetest-9125115f@syncope.apache.org
+TO: 7439c502notificationtest@syncope.apache.org
+SUBJECT: Test notification 5cda829c
+
+Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.377822+00', 'SENT', '0194459e-0ae0-7756-a715-03029b3a6e37');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2809-7c7d-b4a0-841a7ee5e66b', '2025-01-08 11:13:00.470342+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7439c502notificationtest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.425178+00', 'SENT', '0194459e-0ac3-7805-a7b5-e6dc6672e788');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2838-7466-b591-b5653ac0f10d', '2025-01-08 11:13:00.51774+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: 7439c502notificationtest@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.472047+00', 'SENT', '0194459e-0ab5-726f-a141-11b42362cc00');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2867-7d20-95df-a265154185db', '2025-01-08 11:13:00.608083+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: 7439c502notificationtest@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 7439c502notificationtest@syncope.apache.org. Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=7439c502notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 7439c502notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 7439c502notificationtest@syncope.apache.org.
Your email address is 7439c502notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7439c502notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.519218+00', 'SENT', '0194459e-0aa6-7039-bbc8-00f7edc41369');
+INSERT INTO notificationtaskexec VALUES ('0194459e-28ed-7ebc-9f6a-dcc0059ce83b', '2025-01-08 11:13:00.700207+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: a129b4c4notificationtest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.653869+00', 'SENT', '0194459d-fdcf-7cf3-b4b5-740a8399f5d5');
+INSERT INTO notificationtaskexec VALUES ('0194459e-291d-7ab7-aed5-adc6be3edd60', '2025-01-08 11:13:00.748937+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: a129b4c4notificationtest@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.701374+00', 'SENT', '0194459d-fdc4-733f-a49f-f96f25b6acbb');
+INSERT INTO notificationtaskexec VALUES ('0194459e-294e-7c7c-bca2-096457ffff59', '2025-01-08 11:13:00.844352+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: a129b4c4notificationtest@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is a129b4c4notificationtest@syncope.apache.org. Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=a129b4c4notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi a129b4c4notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is a129b4c4notificationtest@syncope.apache.org.
Your email address is a129b4c4notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - a129b4c4notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.750295+00', 'SENT', '0194459d-fdba-7b11-8cfe-3345563407f8');
+INSERT INTO notificationtaskexec VALUES ('0194459e-29db-726f-958b-112332605627', '2025-01-08 11:13:00.936818+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: 0266a4d7notificationtest@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.891134+00', 'SENT', '0194459d-f0f3-749d-9ea1-27fcb9c91277');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2a0a-7ea6-8501-1a6cf79cf22b', '2025-01-08 11:13:01.028551+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: 0266a4d7notificationtest@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 0266a4d7notificationtest@syncope.apache.org. Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=0266a4d7notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 0266a4d7notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 0266a4d7notificationtest@syncope.apache.org.
Your email address is 0266a4d7notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 0266a4d7notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:00.938063+00', 'SENT', '0194459d-f0ea-7567-9ce6-8fd0b0281c75');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2a91-7843-a582-ee197d00a468', '2025-01-08 11:13:01.118927+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: 28e43412notificationtest@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 28e43412notificationtest@syncope.apache.org. Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=28e43412notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 28e43412notificationtest@syncope.apache.org.
Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:01.07368+00', 'SENT', '0194459d-e893-767a-9168-90850cca5175');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2ac0-7cd1-a40c-4e1c6c291585', '2025-01-08 11:13:01.207419+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: syncope445@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope! Your username is 28e43412notificationtest@syncope.apache.org. Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=28e43412notificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi 28e43412notificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is 28e43412notificationtest@syncope.apache.org.
Your email address is 28e43412notificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 28e43412notificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:01.120349+00', 'SENT', '0194459d-e885-717c-9893-f5f1e806d20f');
+INSERT INTO notificationtaskexec VALUES ('0194459e-2b45-7e40-a314-fe2f03bec041', '2025-01-08 11:13:01.34352+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: syncope445@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope! Your username is b7a499fbnotificationtest@syncope.apache.org. Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link: http://localhost/?email=b7a499fbnotificationtest%40syncope.apache.org This message was sent to the following recipients:
+ * b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b7a499fbnotificationtest@syncope.apache.org surname, welcome to Syncope!
Your username is b7a499fbnotificationtest@syncope.apache.org.
Your email address is b7a499fbnotificationtest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - b7a499fbnotificationtest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:13:01.253428+00', 'SENT', '0194459d-e828-7512-baa8-5e203f7a5f29');
+INSERT INTO notificationtaskexec VALUES ('0194459e-7484-7b26-915a-2c97a8a971db', '2025-01-08 11:13:20.050933+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: d8463004taskBatch@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi d8463004taskBatch@apache.org surname, welcome to Syncope! Your username is d8463004taskBatch@apache.org. Your email address is d8463004taskBatch@apache.org. Your email address inside a link: http://localhost/?email=d8463004taskBatch%40apache.org This message was sent to the following recipients:
+ * d8463004taskBatch@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi d8463004taskBatch@apache.org surname, welcome to Syncope!
Your username is d8463004taskBatch@apache.org.
Your email address is d8463004taskBatch@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - d8463004taskBatch@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.004963+00', 'SENT', '0194459e-4beb-7c6c-a7f3-522f93e3f8b8');
+INSERT INTO notificationtaskexec VALUES ('0194459e-74b3-7dd1-a650-8ab87e78b949', NULL, 'admin', 'Could not fetch all required information for sending out notifications:
+From: syncopetest-75190220@syncope.apache.org
+To: []
+Subject: Test notification bd1a937d
+HTML body:
+ Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+
+Text body:
+Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+
+', '2025-01-08 11:13:20.051665+00', 'NOT_SENT', '0194459e-4ada-7d8d-9944-723c3cf6978c');
+INSERT INTO notificationtaskexec VALUES ('0194459e-74b6-785c-a210-ac53bfecf228', '2025-01-08 11:13:20.099549+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: d4bdd5d8syncope1567@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi d4bdd5d8syncope1567@syncope.apache.org surname, welcome to Syncope! Your username is d4bdd5d8syncope1567@syncope.apache.org. Your email address is d4bdd5d8syncope1567@syncope.apache.org. Your email address inside a link: http://localhost/?email=d4bdd5d8syncope1567%40syncope.apache.org This message was sent to the following recipients:
+ * d4bdd5d8syncope1567@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi d4bdd5d8syncope1567@syncope.apache.org surname, welcome to Syncope!
Your username is d4bdd5d8syncope1567@syncope.apache.org.
Your email address is d4bdd5d8syncope1567@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - d4bdd5d8syncope1567@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.054254+00', 'SENT', '0194459e-49b1-7468-bed9-fa3712ddf754');
+INSERT INTO notificationtaskexec VALUES ('0194459e-74e4-7bf6-9205-7d0834a872a3', '2025-01-08 11:13:20.145962+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: daf402acsyncope1473@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi daf402acsyncope1473@syncope.apache.org surname, welcome to Syncope! Your username is daf402acsyncope1473@syncope.apache.org. Your email address is daf402acsyncope1473@syncope.apache.org. Your email address inside a link: http://localhost/?email=daf402acsyncope1473%40syncope.apache.org This message was sent to the following recipients:
+ * daf402acsyncope1473@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPEGROUP1473-b81c6bbe
+
+
+ Hi daf402acsyncope1473@syncope.apache.org surname, welcome to Syncope!
Your username is daf402acsyncope1473@syncope.apache.org.
Your email address is daf402acsyncope1473@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - daf402acsyncope1473@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - SYNCOPEGROUP1473-b81c6bbe
+
+
+', '2025-01-08 11:13:20.100507+00', 'SENT', '0194459e-485a-77db-9627-2557e0849849');
+INSERT INTO notificationtaskexec VALUES ('0194459e-7512-724b-858b-6c8bda972c2e', '2025-01-08 11:13:20.190758+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: faf52b01syncope1430@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi faf52b01syncope1430@syncope.apache.org surname, welcome to Syncope! Your username is faf52b01syncope1430@syncope.apache.org. Your email address is faf52b01syncope1430@syncope.apache.org. Your email address inside a link: http://localhost/?email=faf52b01syncope1430%40syncope.apache.org This message was sent to the following recipients:
+ * faf52b01syncope1430@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi faf52b01syncope1430@syncope.apache.org surname, welcome to Syncope!
Your username is faf52b01syncope1430@syncope.apache.org.
Your email address is faf52b01syncope1430@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - faf52b01syncope1430@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.146862+00', 'SENT', '0194459e-4774-76cb-9e50-30742b8a5c5c');
+INSERT INTO notificationtaskexec VALUES ('0194459e-753f-7b27-97b1-10419e3c8f43', '2025-01-08 11:13:20.237351+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 948bc7f3xxxyyy@xxx.xxx
+SUBJECT: Test notification bd1a937d
+
+Hi 948bc7f3xxxyyy@xxx.xxx surname, welcome to Syncope! Your username is 948bc7f3xxxyyy@xxx.xxx. Your email address is 948bc7f3xxxyyy@xxx.xxx. Your email address inside a link: http://localhost/?email=948bc7f3xxxyyy%40xxx.xxx This message was sent to the following recipients:
+ * 948bc7f3xxxyyy@xxx.xxx
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 948bc7f3xxxyyy@xxx.xxx surname, welcome to Syncope!
Your username is 948bc7f3xxxyyy@xxx.xxx.
Your email address is 948bc7f3xxxyyy@xxx.xxx. Your email address inside a link.
This message was sent to the following recipients:
+Na - 948bc7f3xxxyyy@xxx.xxx
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.191747+00', 'SENT', '0194459e-4480-70cc-99ae-67ecd57ed93a');
+INSERT INTO notificationtaskexec VALUES ('0194459e-756e-73bb-b5bd-225b776673e5', '2025-01-08 11:13:20.283135+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 3668f9e0privilege@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 3668f9e0privilege@syncope.apache.org surname, welcome to Syncope! Your username is 3668f9e0privilege@syncope.apache.org. Your email address is 3668f9e0privilege@syncope.apache.org. Your email address inside a link: http://localhost/?email=3668f9e0privilege%40syncope.apache.org This message was sent to the following recipients:
+ * 3668f9e0privilege@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 3668f9e0privilege@syncope.apache.org surname, welcome to Syncope!
Your username is 3668f9e0privilege@syncope.apache.org.
Your email address is 3668f9e0privilege@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 3668f9e0privilege@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.238043+00', 'SENT', '0194459e-3a9c-7f51-89ea-b2fe98d12026');
+INSERT INTO notificationtaskexec VALUES ('0194459e-759b-7523-ab85-08177b04a96e', '2025-01-08 11:13:20.32852+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 1683bae7issue260@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 1683bae7issue260@syncope.apache.org surname, welcome to Syncope! Your username is 1683bae7issue260@syncope.apache.org. Your email address is 1683bae7issue260@syncope.apache.org. Your email address inside a link: http://localhost/?email=1683bae7issue260%40syncope.apache.org This message was sent to the following recipients:
+ * 1683bae7issue260@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 1683bae7issue260@syncope.apache.org surname, welcome to Syncope!
Your username is 1683bae7issue260@syncope.apache.org.
Your email address is 1683bae7issue260@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 1683bae7issue260@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.283971+00', 'SENT', '0194459e-27ac-7ba3-bf13-5d77f901fc6f');
+INSERT INTO notificationtaskexec VALUES ('0194459e-75c9-74fc-99ca-184676278479', '2025-01-08 11:13:20.373867+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 4a00283aissue259@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 4a00283aissue259@syncope.apache.org surname, welcome to Syncope! Your username is 4a00283aissue259@syncope.apache.org. Your email address is 4a00283aissue259@syncope.apache.org. Your email address inside a link: http://localhost/?email=4a00283aissue259%40syncope.apache.org This message was sent to the following recipients:
+ * 4a00283aissue259@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 4a00283aissue259@syncope.apache.org surname, welcome to Syncope!
Your username is 4a00283aissue259@syncope.apache.org.
Your email address is 4a00283aissue259@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 4a00283aissue259@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.329186+00', 'SENT', '0194459e-2723-76a8-b743-1667b1346a93');
+INSERT INTO notificationtaskexec VALUES ('0194459e-75f6-7c9f-8b82-445acf693fe2', '2025-01-08 11:13:20.421147+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: aaff04cdissue258@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi aaff04cdissue258@syncope.apache.org surname, welcome to Syncope! Your username is aaff04cdissue258@syncope.apache.org. Your email address is aaff04cdissue258@syncope.apache.org. Your email address inside a link: http://localhost/?email=aaff04cdissue258%40syncope.apache.org This message was sent to the following recipients:
+ * aaff04cdissue258@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi aaff04cdissue258@syncope.apache.org surname, welcome to Syncope!
Your username is aaff04cdissue258@syncope.apache.org.
Your email address is aaff04cdissue258@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - aaff04cdissue258@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:20.374855+00', 'SENT', '0194459e-26da-7d13-8b72-af3eadeb18e3');
+INSERT INTO notificationtaskexec VALUES ('0194459f-10c7-786c-8aa6-f721b257f532', '2025-01-08 11:14:00.051557+00', 'admin', 'FROM: syncope86@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.00728+00', 'SENT', '0194459f-0be0-7347-8eab-b48807cafe6f');
+INSERT INTO notificationtaskexec VALUES ('0194459f-10f4-75c1-80bd-32c6ffbfa140', '2025-01-08 11:14:00.09937+00', 'admin', 'FROM: syncope81@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.05273+00', 'SENT', '0194459f-0bd6-7c19-92c6-8b2c81a6d63c');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c2a9-7193-9698-c08680e7acf7', '2025-01-08 11:13:40.057169+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: puccini@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi nome9 cognome, welcome to Syncope! Your username is test9. Your email address is puccini@syncope.apache.org. Your email address inside a link: http://localhost/?email=puccini%40syncope.apache.org This message was sent to the following recipients:
+ * puccini@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi nome9 cognome, welcome to Syncope!
Your username is test9.
Your email address is puccini@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - puccini@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.009033+00', 'SENT', '0194459e-baf2-7d65-9897-a52887b8b559');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c2da-707c-8cd1-8fef9acf833e', '2025-01-08 11:13:40.104232+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: b46f2359syncope313-db@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi b46f2359syncope313-db@syncope.apache.org surname, welcome to Syncope! Your username is b46f2359syncope313-db@syncope.apache.org. Your email address is b46f2359syncope313-db@syncope.apache.org. Your email address inside a link: http://localhost/?email=b46f2359syncope313-db%40syncope.apache.org This message was sent to the following recipients:
+ * b46f2359syncope313-db@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b46f2359syncope313-db@syncope.apache.org surname, welcome to Syncope!
Your username is b46f2359syncope313-db@syncope.apache.org.
Your email address is b46f2359syncope313-db@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - b46f2359syncope313-db@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.058489+00', 'SENT', '0194459e-9249-7a2d-8ccd-c42cc2e8e0d7');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c309-7081-86ca-ed08021a690b', '2025-01-08 11:13:40.151123+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 95aa6ffbs307@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi nome0 surname, welcome to Syncope! Your username is test0. Your email address is 95aa6ffbs307@apache.org. Your email address inside a link: http://localhost/?email=95aa6ffbs307%40apache.org This message was sent to the following recipients:
+ * 95aa6ffbs307@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi nome0 surname, welcome to Syncope!
Your username is test0.
Your email address is 95aa6ffbs307@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 95aa6ffbs307@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.105603+00', 'SENT', '0194459e-89f8-7cf6-8e33-1890543a075a');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c338-7b0f-9e73-37e66c39075b', '2025-01-08 11:13:40.197413+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 830fba98syncope272@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 830fba98syncope272@syncope.apache.org surname, welcome to Syncope! Your username is 830fba98syncope272@syncope.apache.org. Your email address is 830fba98syncope272@syncope.apache.org. Your email address inside a link: http://localhost/?email=830fba98syncope272%40syncope.apache.org This message was sent to the following recipients:
+ * 830fba98syncope272@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 830fba98syncope272@syncope.apache.org surname, welcome to Syncope!
Your username is 830fba98syncope272@syncope.apache.org.
Your email address is 830fba98syncope272@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 830fba98syncope272@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.152624+00', 'SENT', '0194459e-83a7-7dbc-9b21-73899c22371b');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c366-77ee-a1e1-70f72f09d9b7', '2025-01-08 11:13:40.24448+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 698bed60s258_2@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 698bed60s258_2@apache.org surname, welcome to Syncope! Your username is 698bed60s258_2@apache.org. Your email address is 698bed60s258_2@apache.org. Your email address inside a link: http://localhost/?email=698bed60s258_2%40apache.org This message was sent to the following recipients:
+ * 698bed60s258_2@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 698bed60s258_2@apache.org surname, welcome to Syncope!
Your username is 698bed60s258_2@apache.org.
Your email address is 698bed60s258_2@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 698bed60s258_2@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.198549+00', 'SENT', '0194459e-7f11-71e0-aca9-18aea164dded');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c395-783a-8331-581441c0d460', '2025-01-08 11:13:40.296687+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: cf3e23bds258_1@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi cf3e23bds258_1@apache.org surname, welcome to Syncope! Your username is cf3e23bds258_1@apache.org. Your email address is cf3e23bds258_1@apache.org. Your email address inside a link: http://localhost/?email=cf3e23bds258_1%40apache.org This message was sent to the following recipients:
+ * cf3e23bds258_1@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi cf3e23bds258_1@apache.org surname, welcome to Syncope!
Your username is cf3e23bds258_1@apache.org.
Your email address is cf3e23bds258_1@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - cf3e23bds258_1@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:13:40.24584+00', 'SENT', '0194459e-7ec4-7536-8959-48282b4bb70b');
+INSERT INTO notificationtaskexec VALUES ('0194459e-c3c9-73e4-bad1-5e640e76d05b', '2025-01-08 11:13:40.342961+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org surname, welcome to Syncope! Your username is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address inside a link: http://localhost/?email=f1ecbb0bpropagationPolicyOptimizeToLDAP%40syncope.apache.org This message was sent to the following recipients:
+ * f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * propagationPolicyOptimizeToLDAP53f94f4f
+
+
+ Hi f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org surname, welcome to Syncope!
Your username is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org.
Your email address is f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - propagationPolicyOptimizeToLDAP53f94f4f
+
+
+', '2025-01-08 11:13:40.297327+00', 'SENT', '0194459e-7506-75e4-8528-de468abc1953');
+INSERT INTO notificationtaskexec VALUES ('0194459f-1123-7cf7-a8c2-df5b800ac790', '2025-01-08 11:14:00.144923+00', 'admin', 'FROM: syncopetest-9125115f@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification 5cda829c
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.099971+00', 'SENT', '0194459f-0bcc-760f-b5c9-73735961cec4');
+INSERT INTO notificationtaskexec VALUES ('0194459f-1151-7c29-b776-d881b08833e5', '2025-01-08 11:14:00.190342+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.145487+00', 'SENT', '0194459f-0bbf-7fcb-a3a3-1bc5a2e0c5b5');
+INSERT INTO notificationtaskexec VALUES ('0194459f-117e-7681-ac4f-069251238f84', '2025-01-08 11:14:00.235171+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.191014+00', 'SENT', '0194459f-0bb1-7796-9172-912a781e064e');
+INSERT INTO notificationtaskexec VALUES ('0194459f-11ab-74e2-a4ab-9ad1417f5607', '2025-01-08 11:14:00.326608+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: testuser2@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi testuser2 testuser2, welcome to Syncope! Your username is testuser2. Your email address is testuser2@syncope.apache.org. Your email address inside a link: http://localhost/?email=testuser2%40syncope.apache.org This message was sent to the following recipients:
+ * testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi testuser2 testuser2, welcome to Syncope!
Your username is testuser2.
Your email address is testuser2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - testuser2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:14:00.23578+00', 'SENT', '0194459f-0ba7-7545-8134-a688fad04e17');
+INSERT INTO notificationtaskexec VALUES ('0194459f-1234-714d-9ae1-39f6817cf073', '2025-01-08 11:14:00.417956+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: pullFromLDAP2@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+
+
+ Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+
+', '2025-01-08 11:14:00.3723+00', 'SENT', '0194459e-e3b2-7f0f-9dfb-193aec345fe4');
+INSERT INTO notificationtaskexec VALUES ('0194459f-5f10-7dc9-89b6-a272a79b0f45', '2025-01-08 11:14:20.093145+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7dcc23a1syncope313-ldap@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7dcc23a1syncope313-ldap@syncope.apache.org surname, welcome to Syncope! Your username is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address inside a link: http://localhost/?email=7dcc23a1syncope313-ldap%40syncope.apache.org This message was sent to the following recipients:
+ * 7dcc23a1syncope313-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 7dcc23a1syncope313-ldap@syncope.apache.org surname, welcome to Syncope!
Your username is 7dcc23a1syncope313-ldap@syncope.apache.org.
Your email address is 7dcc23a1syncope313-ldap@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7dcc23a1syncope313-ldap@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:14:20.048802+00', 'SENT', '0194459f-1143-712e-8668-c7132d614f08');
+INSERT INTO notificationtaskexec VALUES ('0194459f-ad04-7a45-b715-ac89722d9621', '2025-01-08 11:14:40.048941+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 00af4caeifmatch@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 00af4caeifmatch@syncope.apache.org surname, welcome to Syncope! Your username is 00af4caeifmatch@syncope.apache.org. Your email address is 00af4caeifmatch@syncope.apache.org. Your email address inside a link: http://localhost/?email=00af4caeifmatch%40syncope.apache.org This message was sent to the following recipients:
+ * 00af4caeifmatch@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 00af4caeifmatch@syncope.apache.org surname, welcome to Syncope!
Your username is 00af4caeifmatch@syncope.apache.org.
Your email address is 00af4caeifmatch@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 00af4caeifmatch@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:14:40.004398+00', 'SENT', '0194459f-9120-7625-b677-550cf6de8ed5');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fb2a-7763-b647-03e6fe8a8929', '2025-01-08 11:15:00.188824+00', 'admin', 'FROM: syncope86@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.010789+00', 'SENT', '0194459f-fb24-7c50-8c8c-079467eaba05');
+INSERT INTO notificationtaskexec VALUES ('019445a0-14c8-7937-925a-8ca7aa338748', '2025-01-08 11:15:06.614656+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 35c9db08updatewithout@password.com
+SUBJECT: Test notification bd1a937d
+
+Hi 35c9db08updatewithout@password.com surname, welcome to Syncope! Your username is 35c9db08updatewithout@password.com. Your email address is 35c9db08updatewithout@password.com. Your email address inside a link: http://localhost/?email=35c9db08updatewithout%40password.com This message was sent to the following recipients:
+ * 35c9db08updatewithout@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 35c9db08updatewithout@password.com surname, welcome to Syncope!
Your username is 35c9db08updatewithout@password.com.
Your email address is 35c9db08updatewithout@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - 35c9db08updatewithout@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.568942+00', 'SENT', '0194459f-dd84-7195-9aa0-cce965fbe8f2');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fbde-7536-a807-18334b498510', '2025-01-08 11:15:00.366871+00', 'admin', 'FROM: syncope81@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.190183+00', 'SENT', '0194459f-fb13-7672-a9fe-4c4c74bd132d');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fc8f-7338-a8b6-2605b509d117', '2025-01-08 11:15:00.544686+00', 'admin', 'FROM: syncopetest-9125115f@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification 5cda829c
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.367792+00', 'SENT', '0194459f-fb02-7aa0-b816-744bd81e51e8');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fd41-7703-85b3-c851207acd5b', '2025-01-08 11:15:00.724408+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.545635+00', 'SENT', '0194459f-faf3-756f-b5ca-6f2ba1a3ccad');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fdf5-7cfd-931b-32a55ea3c53a', '2025-01-08 11:15:00.902888+00', 'admin', 'FROM: syncopetest-2d987923@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification b0356952
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.725251+00', 'SENT', '0194459f-fad2-7c5d-ac80-c5a9c2b45593');
+INSERT INTO notificationtaskexec VALUES ('0194459f-fea7-7dda-9cfa-51b2a133d0ce', '2025-01-08 11:15:01.125664+00', 'admin', 'FROM: syncopetest-9cc43fc2@syncope.apache.org
+TO: b84b7689suspendReactivate@syncope.apache.org
+SUBJECT: Test notification 213c4def
+
+Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope! Your username is b84b7689suspendReactivate@syncope.apache.org. Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link: http://localhost/?email=b84b7689suspendReactivate%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * managingDirector
+
+
+ Hi b84b7689suspendReactivate@syncope.apache.org surname, welcome to Syncope!
Your username is b84b7689suspendReactivate@syncope.apache.org.
Your email address is b84b7689suspendReactivate@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b84b7689suspendReactivate@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:00.903741+00', 'SENT', '0194459f-faba-7fc5-a891-54833bc6eed1');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0040-7dbf-ac32-21dc2fbb2058', '2025-01-08 11:15:01.494283+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi eccf5570deprovision@syncope.apache.org surname, welcome to Syncope! Your username is eccf5570deprovision@syncope.apache.org. Your email address is eccf5570deprovision@syncope.apache.org. Your email address inside a link: http://localhost/?email=eccf5570deprovision%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * eccf5570deprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi eccf5570deprovision@syncope.apache.org surname, welcome to Syncope!
Your username is eccf5570deprovision@syncope.apache.org.
Your email address is eccf5570deprovision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - eccf5570deprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:01.312265+00', 'SENT', '0194459f-fa26-7ca1-a596-754067a07255');
+INSERT INTO notificationtaskexec VALUES ('019445a0-00f8-774d-a281-25711a9eef0d', '2025-01-08 11:15:01.681198+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 5bf415b0enforce@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 5bf415b0enforce@apache.org surname, welcome to Syncope! Your username is 5bf415b0enforce@apache.org. Your email address is 5bf415b0enforce@apache.org. Your email address inside a link: http://localhost/?email=5bf415b0enforce%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 5bf415b0enforce@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 5bf415b0enforce@apache.org surname, welcome to Syncope!
Your username is 5bf415b0enforce@apache.org.
Your email address is 5bf415b0enforce@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 5bf415b0enforce@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:01.496689+00', 'SENT', '0194459f-f9d0-7533-9d05-c793bf179505');
+INSERT INTO notificationtaskexec VALUES ('019445a0-01b2-74d9-afc3-7181089db35e', '2025-01-08 11:15:01.861992+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi updateinvalid@password.com surname, welcome to Syncope! Your username is updateinvalid@password.com. Your email address is updateinvalid@password.com. Your email address inside a link: http://localhost/?email=updateinvalid%40password.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * updateinvalid@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi updateinvalid@password.com surname, welcome to Syncope!
Your username is updateinvalid@password.com.
Your email address is updateinvalid@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - updateinvalid@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:01.682645+00', 'SENT', '0194459f-f95b-73e7-9cf5-f921709320f5');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0267-78a8-a532-456cf5ed4ccd', '2025-01-08 11:15:02.045275+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: delete.by.username@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi delete.by.username@apache.org surname, welcome to Syncope! Your username is delete.by.username@apache.org. Your email address is delete.by.username@apache.org. Your email address inside a link: http://localhost/?email=delete.by.username%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * delete.by.username@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi delete.by.username@apache.org surname, welcome to Syncope!
Your username is delete.by.username@apache.org.
Your email address is delete.by.username@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - delete.by.username@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:01.863313+00', 'SENT', '0194459f-f8e9-7ff0-aa78-2aa21f4c32d6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-031e-7867-a94f-5a07968c2f93', '2025-01-08 11:15:02.226616+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi f8279ee2multivalue@syncope.apache.org surname, welcome to Syncope! Your username is f8279ee2multivalue@syncope.apache.org. Your email address is f8279ee2multivalue@syncope.apache.org. Your email address inside a link: http://localhost/?email=f8279ee2multivalue%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * f8279ee2multivalue@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi f8279ee2multivalue@syncope.apache.org surname, welcome to Syncope!
Your username is f8279ee2multivalue@syncope.apache.org.
Your email address is f8279ee2multivalue@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - f8279ee2multivalue@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:02.046485+00', 'SENT', '0194459f-f870-7bf1-814e-4fe14fdad60a');
+INSERT INTO notificationtaskexec VALUES ('019445a0-03d3-7e6f-91d0-e1c8ccb7223e', '2025-01-08 11:15:02.409904+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7b03eacdmpurpose@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7b03eacdmpurpose@apache.org surname, welcome to Syncope! Your username is 7b03eacdmpurpose@apache.org. Your email address is 7b03eacdmpurpose@apache.org. Your email address inside a link: http://localhost/?email=7b03eacdmpurpose%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 7b03eacdmpurpose@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 7b03eacdmpurpose@apache.org surname, welcome to Syncope!
Your username is 7b03eacdmpurpose@apache.org.
Your email address is 7b03eacdmpurpose@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 7b03eacdmpurpose@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:02.227703+00', 'SENT', '0194459f-f81b-7f06-8cbd-9b79ae54ae83');
+INSERT INTO notificationtaskexec VALUES ('019445a0-048a-7dbc-a7f0-d9529e3a445d', '2025-01-08 11:15:02.593702+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: a15853e9suspreactonresource@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi a15853e9suspreactonresource@syncope.apache.org surname, welcome to Syncope! Your username is a15853e9suspreactonresource@syncope.apache.org. Your email address is a15853e9suspreactonresource@syncope.apache.org. Your email address inside a link: http://localhost/?email=a15853e9suspreactonresource%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a15853e9suspreactonresource@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi a15853e9suspreactonresource@syncope.apache.org surname, welcome to Syncope!
Your username is a15853e9suspreactonresource@syncope.apache.org.
Your email address is a15853e9suspreactonresource@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a15853e9suspreactonresource@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:02.410764+00', 'SENT', '0194459f-f6d8-7802-83eb-2370ac79f18f');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0542-78fd-b582-c44956335406', '2025-01-08 11:15:02.776235+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 1db0f03echeckGroupAttrPropagation@syncope.apache.org surname, welcome to Syncope! Your username is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address inside a link: http://localhost/?email=1db0f03echeckGroupAttrPropagation%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1db0f03echeckGroupAttrPropagation@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * root
+
+
+ Hi 1db0f03echeckGroupAttrPropagation@syncope.apache.org surname, welcome to Syncope!
Your username is 1db0f03echeckGroupAttrPropagation@syncope.apache.org.
Your email address is 1db0f03echeckGroupAttrPropagation@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1db0f03echeckGroupAttrPropagation@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:02.594478+00', 'SENT', '0194459f-f65d-7c35-a42f-da2a96e92648');
+INSERT INTO notificationtaskexec VALUES ('019445a0-05f9-773e-9873-8c3e589b03f5', '2025-01-08 11:15:02.95862+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 4325bc4brest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 4325bc4brest@syncope.apache.org surname, welcome to Syncope! Your username is 4325bc4brest@syncope.apache.org. Your email address is 4325bc4brest@syncope.apache.org. Your email address inside a link: http://localhost/?email=4325bc4brest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 4325bc4brest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 4325bc4brest@syncope.apache.org surname, welcome to Syncope!
Your username is 4325bc4brest@syncope.apache.org.
Your email address is 4325bc4brest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 4325bc4brest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:02.777014+00', 'SENT', '0194459f-f3c4-7d57-b8fd-019055c09a80');
+INSERT INTO notificationtaskexec VALUES ('019445a0-06b0-7dda-95c5-e5a7186ccfe5', '2025-01-08 11:15:03.143834+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 07b17440batch_9@apache.org surname, welcome to Syncope! Your username is 07b17440batch_9@apache.org. Your email address is 07b17440batch_9@apache.org. Your email address inside a link: http://localhost/?email=07b17440batch_9%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 07b17440batch_9@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 07b17440batch_9@apache.org surname, welcome to Syncope!
Your username is 07b17440batch_9@apache.org.
Your email address is 07b17440batch_9@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 07b17440batch_9@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:02.960777+00', 'SENT', '0194459f-f02e-7e1c-8316-9f5b849dc88a');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0769-7ee6-8358-a4999f3d1cf9', '2025-01-08 11:15:03.32881+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: a62b9866batch_8@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi a62b9866batch_8@apache.org surname, welcome to Syncope! Your username is a62b9866batch_8@apache.org. Your email address is a62b9866batch_8@apache.org. Your email address inside a link: http://localhost/?email=a62b9866batch_8%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a62b9866batch_8@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi a62b9866batch_8@apache.org surname, welcome to Syncope!
Your username is a62b9866batch_8@apache.org.
Your email address is a62b9866batch_8@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a62b9866batch_8@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:03.145344+00', 'SENT', '0194459f-effe-7057-b5f8-931f68349986');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0821-76c3-b878-88203edaceac', '2025-01-08 11:15:03.513342+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: d56ef984batch_7@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi d56ef984batch_7@apache.org surname, welcome to Syncope! Your username is d56ef984batch_7@apache.org. Your email address is d56ef984batch_7@apache.org. Your email address inside a link: http://localhost/?email=d56ef984batch_7%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * d56ef984batch_7@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi d56ef984batch_7@apache.org surname, welcome to Syncope!
Your username is d56ef984batch_7@apache.org.
Your email address is d56ef984batch_7@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - d56ef984batch_7@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:03.329943+00', 'SENT', '0194459f-efc3-7af2-b9c9-bbb525ec9be2');
+INSERT INTO notificationtaskexec VALUES ('019445a0-08da-7ba1-a788-43b112e15a47', '2025-01-08 11:15:03.696364+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 6e31978fbatch_6@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 6e31978fbatch_6@apache.org surname, welcome to Syncope! Your username is 6e31978fbatch_6@apache.org. Your email address is 6e31978fbatch_6@apache.org. Your email address inside a link: http://localhost/?email=6e31978fbatch_6%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 6e31978fbatch_6@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 6e31978fbatch_6@apache.org surname, welcome to Syncope!
Your username is 6e31978fbatch_6@apache.org.
Your email address is 6e31978fbatch_6@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 6e31978fbatch_6@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:03.514508+00', 'SENT', '0194459f-ef94-7a4d-a484-6ff550e86962');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0991-7ac9-86d3-fb300a4b1cbd', '2025-01-08 11:15:03.879652+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: c7c22fc5batch_5@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi c7c22fc5batch_5@apache.org surname, welcome to Syncope! Your username is c7c22fc5batch_5@apache.org. Your email address is c7c22fc5batch_5@apache.org. Your email address inside a link: http://localhost/?email=c7c22fc5batch_5%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c7c22fc5batch_5@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi c7c22fc5batch_5@apache.org surname, welcome to Syncope!
Your username is c7c22fc5batch_5@apache.org.
Your email address is c7c22fc5batch_5@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c7c22fc5batch_5@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:03.697595+00', 'SENT', '0194459f-ef5e-770e-8036-6a9253d51970');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0a49-7365-ac8d-bc6a63ffe9ef', '2025-01-08 11:15:04.062364+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 627de558batch_4@apache.org surname, welcome to Syncope! Your username is 627de558batch_4@apache.org. Your email address is 627de558batch_4@apache.org. Your email address inside a link: http://localhost/?email=627de558batch_4%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 627de558batch_4@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 627de558batch_4@apache.org surname, welcome to Syncope!
Your username is 627de558batch_4@apache.org.
Your email address is 627de558batch_4@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 627de558batch_4@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:03.881073+00', 'SENT', '0194459f-ef09-7a03-9699-7813e2e26dc7');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0afe-7f10-8977-27d62c2ae628', '2025-01-08 11:15:04.244598+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: c0f97a00batch_3@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi c0f97a00batch_3@apache.org surname, welcome to Syncope! Your username is c0f97a00batch_3@apache.org. Your email address is c0f97a00batch_3@apache.org. Your email address inside a link: http://localhost/?email=c0f97a00batch_3%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c0f97a00batch_3@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi c0f97a00batch_3@apache.org surname, welcome to Syncope!
Your username is c0f97a00batch_3@apache.org.
Your email address is c0f97a00batch_3@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c0f97a00batch_3@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.063004+00', 'SENT', '0194459f-eecd-76ce-ae64-aa88ae72000e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0bb6-714e-bf73-44dd42742296', '2025-01-08 11:15:04.429507+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 81ad70babatch_2@apache.org surname, welcome to Syncope! Your username is 81ad70babatch_2@apache.org. Your email address is 81ad70babatch_2@apache.org. Your email address inside a link: http://localhost/?email=81ad70babatch_2%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 81ad70babatch_2@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 81ad70babatch_2@apache.org surname, welcome to Syncope!
Your username is 81ad70babatch_2@apache.org.
Your email address is 81ad70babatch_2@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 81ad70babatch_2@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.246072+00', 'SENT', '0194459f-ee82-7caa-8d79-54d667c17933');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0c6e-7c38-8f5a-2eb20f4aa1dc', '2025-01-08 11:15:04.613678+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 13b242eebatch_1@apache.org surname, welcome to Syncope! Your username is 13b242eebatch_1@apache.org. Your email address is 13b242eebatch_1@apache.org. Your email address inside a link: http://localhost/?email=13b242eebatch_1%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 13b242eebatch_1@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 13b242eebatch_1@apache.org surname, welcome to Syncope!
Your username is 13b242eebatch_1@apache.org.
Your email address is 13b242eebatch_1@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 13b242eebatch_1@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.430699+00', 'SENT', '0194459f-ee44-7ebe-9edd-cdfa5f4f32d8');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0d26-720a-90e1-0dff49666807', '2025-01-08 11:15:04.79469+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi beea40d6batch_0@apache.org surname, welcome to Syncope! Your username is beea40d6batch_0@apache.org. Your email address is beea40d6batch_0@apache.org. Your email address inside a link: http://localhost/?email=beea40d6batch_0%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * beea40d6batch_0@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi beea40d6batch_0@apache.org surname, welcome to Syncope!
Your username is beea40d6batch_0@apache.org.
Your email address is beea40d6batch_0@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - beea40d6batch_0@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.614443+00', 'SENT', '0194459f-ee06-75f3-9cd8-a9d7759a1d01');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0ddb-76a5-9ccf-366d79dc6b35', '2025-01-08 11:15:04.973269+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 2c979529async@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 2c979529async@syncope.apache.org surname, welcome to Syncope! Your username is 2c979529async@syncope.apache.org. Your email address is 2c979529async@syncope.apache.org. Your email address inside a link: http://localhost/?email=2c979529async%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 2c979529async@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 2c979529async@syncope.apache.org surname, welcome to Syncope!
Your username is 2c979529async@syncope.apache.org.
Your email address is 2c979529async@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 2c979529async@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.795425+00', 'SENT', '0194459f-ed27-7060-924b-8bd9549e539c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0e8e-7e23-827f-e20d82e0f581', '2025-01-08 11:15:05.153424+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 2d4ff086link@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 2d4ff086link@syncope.apache.org surname, welcome to Syncope! Your username is 2d4ff086link@syncope.apache.org. Your email address is 2d4ff086link@syncope.apache.org. Your email address inside a link: http://localhost/?email=2d4ff086link%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 2d4ff086link@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 2d4ff086link@syncope.apache.org surname, welcome to Syncope!
Your username is 2d4ff086link@syncope.apache.org.
Your email address is 2d4ff086link@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 2d4ff086link@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:04.97406+00', 'SENT', '0194459f-ec3c-740f-a421-73a251b853d8');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0f42-7572-ab63-62822f86055f', '2025-01-08 11:15:05.337107+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 69590a4bhibp@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 69590a4bhibp@syncope.apache.org surname, welcome to Syncope! Your username is 69590a4bhibp@syncope.apache.org. Your email address is 69590a4bhibp@syncope.apache.org. Your email address inside a link: http://localhost/?email=69590a4bhibp%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 69590a4bhibp@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 69590a4bhibp@syncope.apache.org surname, welcome to Syncope!
Your username is 69590a4bhibp@syncope.apache.org.
Your email address is 69590a4bhibp@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 69590a4bhibp@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:05.154856+00', 'SENT', '0194459f-ec00-7101-95e7-fc2957521ca5');
+INSERT INTO notificationtaskexec VALUES ('019445a0-0ffa-7df2-aeda-999ee6e5aae3', '2025-01-08 11:15:05.476598+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi e9798bebpwdonly@t.com surname, welcome to Syncope! Your username is e9798bebpwdonly@t.com. Your email address is e9798bebpwdonly@t.com. Your email address inside a link: http://localhost/?email=e9798bebpwdonly%40t.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * e9798bebpwdonly@t.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+
+
+ Hi e9798bebpwdonly@t.com surname, welcome to Syncope!
Your username is e9798bebpwdonly@t.com.
Your email address is e9798bebpwdonly@t.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - e9798bebpwdonly@t.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:05.338295+00', 'SENT', '0194459f-ea01-78dc-a8df-9a82d53b5c0e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1086-7775-9906-2db71662d7ea', '2025-01-08 11:15:05.615103+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7fa539eeunassign@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7fa539eeunassign@syncope.apache.org surname, welcome to Syncope! Your username is 7fa539eeunassign@syncope.apache.org. Your email address is 7fa539eeunassign@syncope.apache.org. Your email address inside a link: http://localhost/?email=7fa539eeunassign%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * 7fa539eeunassign@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 7fa539eeunassign@syncope.apache.org surname, welcome to Syncope!
Your username is 7fa539eeunassign@syncope.apache.org.
Your email address is 7fa539eeunassign@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - 7fa539eeunassign@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:05.478422+00', 'SENT', '0194459f-e936-780a-a53c-60a829f14824');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1110-7033-9473-191efd0661d1', '2025-01-08 11:15:05.750259+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 66d84717provision@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 66d84717provision@syncope.apache.org surname, welcome to Syncope! Your username is 66d84717provision@syncope.apache.org. Your email address is 66d84717provision@syncope.apache.org. Your email address inside a link: http://localhost/?email=66d84717provision%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * 66d84717provision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 66d84717provision@syncope.apache.org surname, welcome to Syncope!
Your username is 66d84717provision@syncope.apache.org.
Your email address is 66d84717provision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - 66d84717provision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:05.616076+00', 'SENT', '0194459f-e898-79b1-b7b1-147986bf5c2b');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1198-74d8-9a6f-e25a58c286ae', '2025-01-08 11:15:05.886521+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: f1f862edt@p.mode
+SUBJECT: Test notification bd1a937d
+
+Hi f1f862edt@p.mode surname, welcome to Syncope! Your username is f1f862edt@p.mode. Your email address is f1f862edt@p.mode. Your email address inside a link: http://localhost/?email=f1f862edt%40p.mode This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * f1f862edt@p.mode
+ * f1f862edt@p.mode
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+
+
+ Hi f1f862edt@p.mode surname, welcome to Syncope!
Your username is f1f862edt@p.mode.
Your email address is f1f862edt@p.mode. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - f1f862edt@p.mode
+Na - f1f862edt@p.mode
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:05.752066+00', 'SENT', '0194459f-e5fa-78d7-a19d-6a0610a3fda6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-121f-7bfd-982d-a821677ec911', '2025-01-08 11:15:06.020758+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: cf9f9495syncope222@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi cf9f9495syncope222@apache.org surname, welcome to Syncope! Your username is cf9f9495syncope222@apache.org. Your email address is cf9f9495syncope222@apache.org. Your email address inside a link: http://localhost/?email=cf9f9495syncope222%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * cf9f9495syncope222@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi cf9f9495syncope222@apache.org surname, welcome to Syncope!
Your username is cf9f9495syncope222@apache.org.
Your email address is cf9f9495syncope222@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - cf9f9495syncope222@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:05.887905+00', 'SENT', '0194459f-e4b6-7891-a31f-c34ff7bb73a2');
+INSERT INTO notificationtaskexec VALUES ('019445a0-12a5-7087-8309-fbcc8837f81f', '2025-01-08 11:15:06.109669+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: f11b420ag.h@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi f11b420ag.h@t.com surname, welcome to Syncope! Your username is f11b420ag.h@t.com. Your email address is f11b420ag.h@t.com. Your email address inside a link: http://localhost/?email=f11b420ag.h%40t.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * f11b420ag.h@t.com
+ * f11b420ag.h@t.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+
+
+ Hi f11b420ag.h@t.com surname, welcome to Syncope!
Your username is f11b420ag.h@t.com.
Your email address is f11b420ag.h@t.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - f11b420ag.h@t.com
+Na - f11b420ag.h@t.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:06.021317+00', 'SENT', '0194459f-e36a-799c-8574-ccdb6277d5de');
+INSERT INTO notificationtaskexec VALUES ('019445a0-12fe-7406-91f5-856186802d4f', '2025-01-08 11:15:06.199139+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 33f5e014unlink@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 33f5e014unlink@syncope.apache.org surname, welcome to Syncope! Your username is 33f5e014unlink@syncope.apache.org. Your email address is 33f5e014unlink@syncope.apache.org. Your email address inside a link: http://localhost/?email=33f5e014unlink%40syncope.apache.org This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * 33f5e014unlink@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 33f5e014unlink@syncope.apache.org surname, welcome to Syncope!
Your username is 33f5e014unlink@syncope.apache.org.
Your email address is 33f5e014unlink@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - 33f5e014unlink@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.11052+00', 'SENT', '0194459f-e2af-7965-b913-e21f8732c468');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1357-719f-bfbe-68a1b6c6279d', '2025-01-08 11:15:06.289261+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 07a63542yyy@yyy.yyy
+SUBJECT: Test notification bd1a937d
+
+Hi 07a63542yyy@yyy.yyy surname, welcome to Syncope! Your username is 07a63542yyy@yyy.yyy. Your email address is 07a63542yyy@yyy.yyy. Your email address inside a link: http://localhost/?email=07a63542yyy%40yyy.yyy This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * 07a63542yyy@yyy.yyy
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 07a63542yyy@yyy.yyy surname, welcome to Syncope!
Your username is 07a63542yyy@yyy.yyy.
Your email address is 07a63542yyy@yyy.yyy. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - 07a63542yyy@yyy.yyy
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.199977+00', 'SENT', '0194459f-e211-70cd-a60b-fa57adefe08e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-13b2-7400-b1d7-4196cf5c37aa', '2025-01-08 11:15:06.380132+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: c623476ca.b@c.com
+SUBJECT: Test notification bd1a937d
+
+Hi qqgf.z@nn.com surname, welcome to Syncope! Your username is qqgf.z@nn.com. Your email address is qqgf.z@nn.com. Your email address inside a link: http://localhost/?email=qqgf.z%40nn.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * qqgf.z@nn.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi qqgf.z@nn.com surname, welcome to Syncope!
Your username is qqgf.z@nn.com.
Your email address is qqgf.z@nn.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - qqgf.z@nn.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.290878+00', 'SENT', '0194459f-e19e-7493-acf6-fb09d382e324');
+INSERT INTO notificationtaskexec VALUES ('019445a0-140e-75c2-b537-617a5a148e3d', '2025-01-08 11:15:06.426867+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: c623476ca.b@c.com
+SUBJECT: Test notification bd1a937d
+
+Hi c623476ca.b@c.com surname, welcome to Syncope! Your username is c623476ca.b@c.com. Your email address is c623476ca.b@c.com. Your email address inside a link: http://localhost/?email=c623476ca.b%40c.com This message was sent to the following recipients:
+ * c623476ca.b@c.com
+ * c623476ca.b@c.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * otherchild
+
+
+ Hi c623476ca.b@c.com surname, welcome to Syncope!
Your username is c623476ca.b@c.com.
Your email address is c623476ca.b@c.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - c623476ca.b@c.com
+Na - c623476ca.b@c.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:06.382139+00', 'SENT', '0194459f-e0e7-7ad7-9f4d-caed01bfd30c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-143c-7a7b-a781-e4ee160face3', '2025-01-08 11:15:06.47368+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 308260a2assign@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 308260a2assign@syncope.apache.org surname, welcome to Syncope! Your username is 308260a2assign@syncope.apache.org. Your email address is 308260a2assign@syncope.apache.org. Your email address inside a link: http://localhost/?email=308260a2assign%40syncope.apache.org This message was sent to the following recipients:
+ * 308260a2assign@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 308260a2assign@syncope.apache.org surname, welcome to Syncope!
Your username is 308260a2assign@syncope.apache.org.
Your email address is 308260a2assign@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 308260a2assign@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.428467+00', 'SENT', '0194459f-dff5-7bea-9db4-826b05f024c2');
+INSERT INTO notificationtaskexec VALUES ('019445a0-146b-7094-8314-135fa6bc51b2', '2025-01-08 11:15:06.52081+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 9e69e32dprovision@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 9e69e32dprovision@syncope.apache.org surname, welcome to Syncope! Your username is 9e69e32dprovision@syncope.apache.org. Your email address is 9e69e32dprovision@syncope.apache.org. Your email address inside a link: http://localhost/?email=9e69e32dprovision%40syncope.apache.org This message was sent to the following recipients:
+ * 9e69e32dprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 9e69e32dprovision@syncope.apache.org surname, welcome to Syncope!
Your username is 9e69e32dprovision@syncope.apache.org.
Your email address is 9e69e32dprovision@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 9e69e32dprovision@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.475031+00', 'SENT', '0194459f-df08-7dde-b818-67418a16bf30');
+INSERT INTO notificationtaskexec VALUES ('019445a0-149a-7a4d-8507-ff7c113ef369', '2025-01-08 11:15:06.567721+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 006a0f75custompolicyrules@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 006a0f75custompolicyrules@syncope.apache.org surname, welcome to Syncope! Your username is YYY006a0f75custompolicyrules@syncope.apache.org. Your email address is 006a0f75custompolicyrules@syncope.apache.org. Your email address inside a link: http://localhost/?email=006a0f75custompolicyrules%40syncope.apache.org This message was sent to the following recipients:
+ * 006a0f75custompolicyrules@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 006a0f75custompolicyrules@syncope.apache.org surname, welcome to Syncope!
Your username is YYY006a0f75custompolicyrules@syncope.apache.org.
Your email address is 006a0f75custompolicyrules@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 006a0f75custompolicyrules@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.522666+00', 'SENT', '0194459f-dea9-7153-a264-f34d87c90741');
+INSERT INTO notificationtaskexec VALUES ('019445a0-14f8-7f8e-bcb9-c5f161034817', '2025-01-08 11:15:06.660383+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 3a7e428fissueSearch3@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 3a7e428fissueSearch3@syncope.apache.org surname, welcome to Syncope! Your username is user test 182. Your email address is 3a7e428fissueSearch3@syncope.apache.org. Your email address inside a link: http://localhost/?email=3a7e428fissueSearch3%40syncope.apache.org This message was sent to the following recipients:
+ * 3a7e428fissueSearch3@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 3a7e428fissueSearch3@syncope.apache.org surname, welcome to Syncope!
Your username is user test 182.
Your email address is 3a7e428fissueSearch3@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 3a7e428fissueSearch3@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.616376+00', 'SENT', '0194459f-d839-7cbd-a21b-d1945ad745cc');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1525-71f1-85cd-d23acc03bf1d', '2025-01-08 11:15:06.704907+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: f08434d9issueSearch2@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi f08434d9issueSearch2@syncope.apache.org surname, welcome to Syncope! Your username is user 1826 test. Your email address is f08434d9issueSearch2@syncope.apache.org. Your email address inside a link: http://localhost/?email=f08434d9issueSearch2%40syncope.apache.org This message was sent to the following recipients:
+ * f08434d9issueSearch2@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi f08434d9issueSearch2@syncope.apache.org surname, welcome to Syncope!
Your username is user 1826 test.
Your email address is f08434d9issueSearch2@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f08434d9issueSearch2@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.661598+00', 'SENT', '0194459f-d7fc-73ac-a8b1-bf6a88e80d4b');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1551-72a1-b595-1dac69df5223', '2025-01-08 11:15:06.749193+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7b746c5fissueSearch1@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7b746c5fissueSearch1@syncope.apache.org surname, welcome to Syncope! Your username is user test 1826. Your email address is 7b746c5fissueSearch1@syncope.apache.org. Your email address inside a link: http://localhost/?email=7b746c5fissueSearch1%40syncope.apache.org This message was sent to the following recipients:
+ * 7b746c5fissueSearch1@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 7b746c5fissueSearch1@syncope.apache.org surname, welcome to Syncope!
Your username is user test 1826.
Your email address is 7b746c5fissueSearch1@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 7b746c5fissueSearch1@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.705617+00', 'SENT', '0194459f-d7c0-7dc8-a9c2-1c8448f665f4');
+INSERT INTO notificationtaskexec VALUES ('019445a0-157e-7580-a9aa-4c1d5b8f6b49', '2025-01-08 11:15:06.795071+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 34604d29syncope800@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 34604d29syncope800@syncope.apache.org D''Amico, welcome to Syncope! Your username is 34604d29syncope800@syncope.apache.org. Your email address is 34604d29syncope800@syncope.apache.org. Your email address inside a link: http://localhost/?email=34604d29syncope800%40syncope.apache.org This message was sent to the following recipients:
+ * 34604d29syncope800@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 34604d29syncope800@syncope.apache.org D''Amico, welcome to Syncope!
Your username is 34604d29syncope800@syncope.apache.org.
Your email address is 34604d29syncope800@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 34604d29syncope800@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.750166+00', 'SENT', '0194459f-d783-77f6-a0a8-b72d0fd04e4e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-15ac-73bb-8bc9-e4c6f74027b5', '2025-01-08 11:15:06.840899+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: bisverdi@syncope.org
+SUBJECT: Test notification bd1a937d
+
+Hi bisverdi@syncope.org surname, welcome to Syncope! Your username is bisverdi@syncope.org. Your email address is bisverdi@syncope.org. Your email address inside a link: http://localhost/?email=bisverdi%40syncope.org This message was sent to the following recipients:
+ * bisverdi@syncope.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi bisverdi@syncope.org surname, welcome to Syncope!
Your username is bisverdi@syncope.org.
Your email address is bisverdi@syncope.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - bisverdi@syncope.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.796091+00', 'SENT', '0194459f-d744-7128-83f4-2b3c329b1480');
+INSERT INTO notificationtaskexec VALUES ('019445a0-15d9-7a40-a413-22c0489bd20c', '2025-01-08 11:15:06.890293+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: syncope1779test@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi syncope1779test@syncope.apache.org surname, welcome to Syncope! Your username is syncope1779test@syncope.apache.org. Your email address is syncope1779test@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope1779test%40syncope.apache.org This message was sent to the following recipients:
+ * syncope1779test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi syncope1779test@syncope.apache.org surname, welcome to Syncope!
Your username is syncope1779test@syncope.apache.org.
Your email address is syncope1779test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - syncope1779test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.841739+00', 'SENT', '0194459f-d669-7f1c-8e1b-eab39720c8e3');
+INSERT INTO notificationtaskexec VALUES ('019445a0-160b-7df6-8471-7ccd92d68f89', '2025-01-08 11:15:06.935104+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: syncope1779_test@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi syncope1779_test@syncope.apache.org surname, welcome to Syncope! Your username is syncope1779_test@syncope.apache.org. Your email address is syncope1779_test@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope1779_test%40syncope.apache.org This message was sent to the following recipients:
+ * syncope1779_test@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi syncope1779_test@syncope.apache.org surname, welcome to Syncope!
Your username is syncope1779_test@syncope.apache.org.
Your email address is syncope1779_test@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - syncope1779_test@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.891191+00', 'SENT', '0194459f-d645-77a2-a655-708c4cd882c3');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1637-754e-b3fd-6550c7f2d7c0', '2025-01-08 11:15:06.980501+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 98eb2e60syncope1727@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 98eb2e60syncope1727@syncope.apache.org surname, welcome to Syncope! Your username is 98eb2e60syncope1727@syncope.apache.org. Your email address is 98eb2e60syncope1727@syncope.apache.org. Your email address inside a link: http://localhost/?email=98eb2e60syncope1727%40syncope.apache.org This message was sent to the following recipients:
+ * 98eb2e60syncope1727@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 98eb2e60syncope1727@syncope.apache.org surname, welcome to Syncope!
Your username is 98eb2e60syncope1727@syncope.apache.org.
Your email address is 98eb2e60syncope1727@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 98eb2e60syncope1727@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.935966+00', 'SENT', '0194459f-d5dc-78a6-bae1-068643ec221d');
+INSERT INTO notificationtaskexec VALUES ('019445a0-1665-74f8-9c99-ce5fff69a5c3', '2025-01-08 11:15:07.026022+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 6f90e478securityAnswer@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 6f90e478securityAnswer@syncope.apache.org surname, welcome to Syncope! Your username is 6f90e478securityAnswer@syncope.apache.org. Your email address is 6f90e478securityAnswer@syncope.apache.org. Your email address inside a link: http://localhost/?email=6f90e478securityAnswer%40syncope.apache.org This message was sent to the following recipients:
+ * 6f90e478securityAnswer@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 6f90e478securityAnswer@syncope.apache.org surname, welcome to Syncope!
Your username is 6f90e478securityAnswer@syncope.apache.org.
Your email address is 6f90e478securityAnswer@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - 6f90e478securityAnswer@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:06.981461+00', 'SENT', '0194459f-ce65-7e69-bbdd-ca95cff5e3ab');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4948-7b46-888e-68b7d8cf6823', '2025-01-08 11:15:20.185606+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: b32dfd5asyncope267@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi b32dfd5asyncope267@apache.org surname, welcome to Syncope! Your username is b32dfd5asyncope267@apache.org. Your email address is b32dfd5asyncope267@apache.org. Your email address inside a link: http://localhost/?email=b32dfd5asyncope267%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b32dfd5asyncope267@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b32dfd5asyncope267@apache.org surname, welcome to Syncope!
Your username is b32dfd5asyncope267@apache.org.
Your email address is b32dfd5asyncope267@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b32dfd5asyncope267@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:20.008911+00', 'SENT', '019445a0-01e2-76ae-898e-d78fd521b4c3');
+INSERT INTO notificationtaskexec VALUES ('019445a0-49fb-73d4-85a5-1218896f9dbe', '2025-01-08 11:15:20.369309+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 20753fd9syncope266@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 20753fd9syncope266@apache.org surname, welcome to Syncope! Your username is 20753fd9syncope266@apache.org. Your email address is 20753fd9syncope266@apache.org. Your email address inside a link: http://localhost/?email=20753fd9syncope266%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 20753fd9syncope266@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 20753fd9syncope266@apache.org surname, welcome to Syncope!
Your username is 20753fd9syncope266@apache.org.
Your email address is 20753fd9syncope266@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 20753fd9syncope266@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:20.187625+00', 'SENT', '019445a0-016a-7d5f-9519-37bdc6849051');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4ab2-7281-85f4-04bfe2551643', '2025-01-08 11:15:20.551798+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: syncope185@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi syncope185@syncope.apache.org surname, welcome to Syncope! Your username is syncope185@syncope.apache.org. Your email address is syncope185@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope185%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * syncope185@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi syncope185@syncope.apache.org surname, welcome to Syncope!
Your username is syncope185@syncope.apache.org.
Your email address is syncope185@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - syncope185@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:20.370627+00', 'SENT', '0194459f-ff34-7e95-bfc6-a7ffd2a4dbee');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4b69-750b-857b-fb1fb4376950', '2025-01-08 11:15:20.733745+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 26077a28syncope122@apache.org surname, welcome to Syncope! Your username is 26077a28syncope122@apache.org. Your email address is 26077a28syncope122@apache.org. Your email address inside a link: http://localhost/?email=26077a28syncope122%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 26077a28syncope122@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 26077a28syncope122@apache.org surname, welcome to Syncope!
Your username is 26077a28syncope122@apache.org.
Your email address is 26077a28syncope122@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 26077a28syncope122@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:20.55327+00', 'SENT', '0194459f-fea3-70fd-b645-183ff2a7efda');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4c1f-7332-a78e-43fa3f308cb1', '2025-01-08 11:15:20.917633+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 4a9f224csyncope108@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 4a9f224csyncope108@syncope.apache.org surname, welcome to Syncope! Your username is 4a9f224csyncope108@syncope.apache.org. Your email address is 4a9f224csyncope108@syncope.apache.org. Your email address inside a link: http://localhost/?email=4a9f224csyncope108%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 4a9f224csyncope108@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * aGroupForPropagation
+ * bGroupForPropagation
+
+
+ Hi 4a9f224csyncope108@syncope.apache.org surname, welcome to Syncope!
Your username is 4a9f224csyncope108@syncope.apache.org.
Your email address is 4a9f224csyncope108@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 4a9f224csyncope108@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - aGroupForPropagation
+ - bGroupForPropagation
+
+
+', '2025-01-08 11:15:20.735203+00', 'SENT', '0194459f-fd4c-7fbc-8f2f-99a947cd3126');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4cd7-7e6e-b001-32a2b80c2a86', '2025-01-08 11:15:21.098503+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 6d01f96fupdatesame@password.com surname, welcome to Syncope! Your username is 6d01f96fupdatesame@password.com. Your email address is 6d01f96fupdatesame@password.com. Your email address inside a link: http://localhost/?email=6d01f96fupdatesame%40password.com This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 6d01f96fupdatesame@password.com
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 6d01f96fupdatesame@password.com surname, welcome to Syncope!
Your username is 6d01f96fupdatesame@password.com.
Your email address is 6d01f96fupdatesame@password.com. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 6d01f96fupdatesame@password.com
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:20.919074+00', 'SENT', '0194459f-fc6e-75d6-a5e3-5a555e6252de');
+INSERT INTO notificationtaskexec VALUES ('019445a0-4d8b-7536-9777-36f71f2101b0', '2025-01-08 11:15:21.279657+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 9c375778xxx@xxx.xxx
+SUBJECT: Test notification bd1a937d
+
+Hi 9c375778xxx@xxx.xxx surname, welcome to Syncope! Your username is 9c375778xxx@xxx.xxx. Your email address is 9c375778xxx@xxx.xxx. Your email address inside a link: http://localhost/?email=9c375778xxx%40xxx.xxx This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 9c375778xxx@xxx.xxx
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 9c375778xxx@xxx.xxx surname, welcome to Syncope!
Your username is 9c375778xxx@xxx.xxx.
Your email address is 9c375778xxx@xxx.xxx. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 9c375778xxx@xxx.xxx
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:21.099694+00', 'SENT', '0194459f-fc34-7693-a080-29135e7d92f4');
+INSERT INTO notificationtaskexec VALUES ('019445a0-976a-74cf-9430-543693eaa77f', '2025-01-08 11:15:40.18806+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi ee819fc6rest@syncope.apache.org surname, welcome to Syncope! Your username is ee819fc6rest@syncope.apache.org. Your email address is ee819fc6rest@syncope.apache.org. Your email address inside a link: http://localhost/?email=ee819fc6rest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ee819fc6rest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi ee819fc6rest@syncope.apache.org surname, welcome to Syncope!
Your username is ee819fc6rest@syncope.apache.org.
Your email address is ee819fc6rest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ee819fc6rest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.010577+00', 'SENT', '019445a0-8f2d-7f3f-9ba4-90dc97b9a258');
+INSERT INTO notificationtaskexec VALUES ('019445a0-981d-7df7-827b-81e17990b517', '2025-01-08 11:15:40.366512+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: ce2dc8fcrest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi ce2dc8fcrest@syncope.apache.org surname, welcome to Syncope! Your username is ce2dc8fcrest@syncope.apache.org. Your email address is ce2dc8fcrest@syncope.apache.org. Your email address inside a link: http://localhost/?email=ce2dc8fcrest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ce2dc8fcrest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi ce2dc8fcrest@syncope.apache.org surname, welcome to Syncope!
Your username is ce2dc8fcrest@syncope.apache.org.
Your email address is ce2dc8fcrest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ce2dc8fcrest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.189361+00', 'SENT', '019445a0-8cc9-7de4-b154-3fbafa5cb616');
+INSERT INTO notificationtaskexec VALUES ('019445a0-98ce-7971-8245-e74adae1604c', '2025-01-08 11:15:40.541453+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 1ea81f44rest@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 1ea81f44rest@syncope.apache.org surname, welcome to Syncope! Your username is 1ea81f44rest@syncope.apache.org. Your email address is 1ea81f44rest@syncope.apache.org. Your email address inside a link: http://localhost/?email=1ea81f44rest%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1ea81f44rest@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 1ea81f44rest@syncope.apache.org surname, welcome to Syncope!
Your username is 1ea81f44rest@syncope.apache.org.
Your email address is 1ea81f44rest@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1ea81f44rest@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.36687+00', 'SENT', '019445a0-8a10-7f1e-9e58-99375c425f4a');
+INSERT INTO notificationtaskexec VALUES ('019445a0-997e-7751-aca8-5e034b5d8a46', '2025-01-08 11:15:40.718357+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 7c2772a3syncope1793@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 7c2772a3syncope1793@apache.org surname, welcome to Syncope! Your username is 7c2772a3syncope1793@apache.org. Your email address is 7c2772a3syncope1793@apache.org. Your email address inside a link: http://localhost/?email=7c2772a3syncope1793%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 7c2772a3syncope1793@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 7c2772a3syncope1793@apache.org surname, welcome to Syncope!
Your username is 7c2772a3syncope1793@apache.org.
Your email address is 7c2772a3syncope1793@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 7c2772a3syncope1793@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.542588+00', 'SENT', '019445a0-8829-7749-a860-8426cc25ce7e');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9a2f-7835-9180-a106dae6989d', '2025-01-08 11:15:40.896435+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 59e64987syncope1750@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 59e64987syncope1750@apache.org surname, welcome to Syncope! Your username is 59e64987syncope1750@apache.org. Your email address is 59e64987syncope1750@apache.org. Your email address inside a link: http://localhost/?email=59e64987syncope1750%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 59e64987syncope1750@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 59e64987syncope1750@apache.org surname, welcome to Syncope!
Your username is 59e64987syncope1750@apache.org.
Your email address is 59e64987syncope1750@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 59e64987syncope1750@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.719064+00', 'SENT', '019445a0-87c9-7e08-b731-7e0cf0cdb69c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9ae1-74b8-a4bf-4b6554670a29', '2025-01-08 11:15:41.074851+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: a3bfa3ccsyncope1669@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi a3bfa3ccsyncope1669@apache.org surname, welcome to Syncope! Your username is a3bfa3ccsyncope1669@apache.org. Your email address is a3bfa3ccsyncope1669@apache.org. Your email address inside a link: http://localhost/?email=a3bfa3ccsyncope1669%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a3bfa3ccsyncope1669@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi a3bfa3ccsyncope1669@apache.org surname, welcome to Syncope!
Your username is a3bfa3ccsyncope1669@apache.org.
Your email address is a3bfa3ccsyncope1669@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a3bfa3ccsyncope1669@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:40.897163+00', 'SENT', '019445a0-8746-7928-b03f-27b0aa0e6584');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9b93-76d0-be14-9f3d9f364927', '2025-01-08 11:15:41.253463+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 35dc0558syncope1337@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 35dc0558syncope1337@apache.org surname, welcome to Syncope! Your username is 35dc0558syncope1337@apache.org. Your email address is 35dc0558syncope1337@apache.org. Your email address inside a link: http://localhost/?email=35dc0558syncope1337%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 35dc0558syncope1337@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 35dc0558syncope1337@apache.org surname, welcome to Syncope!
Your username is 35dc0558syncope1337@apache.org.
Your email address is 35dc0558syncope1337@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 35dc0558syncope1337@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:41.075448+00', 'SENT', '019445a0-8575-7fcf-a788-f01016cbc610');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9c46-7c1a-a6ff-2d32231d9e36', '2025-01-08 11:15:41.429711+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: a5f9526fsyncope1206@apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi a5f9526fsyncope1206@apache.org surname, welcome to Syncope! Your username is a5f9526fsyncope1206@apache.org. Your email address is a5f9526fsyncope1206@apache.org. Your email address inside a link: http://localhost/?email=a5f9526fsyncope1206%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a5f9526fsyncope1206@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi a5f9526fsyncope1206@apache.org surname, welcome to Syncope!
Your username is a5f9526fsyncope1206@apache.org.
Your email address is a5f9526fsyncope1206@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a5f9526fsyncope1206@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:41.254094+00', 'SENT', '019445a0-84c7-70f6-8d34-e64f4d5b1ad3');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9cf6-7781-936b-0c5049a1b0c4', '2025-01-08 11:15:41.604168+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 44a181d3syncope1166@apache.org surname, welcome to Syncope! Your username is 44a181d3syncope1166@apache.org. Your email address is 44a181d3syncope1166@apache.org. Your email address inside a link: http://localhost/?email=44a181d3syncope1166%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 44a181d3syncope1166@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 44a181d3syncope1166@apache.org surname, welcome to Syncope!
Your username is 44a181d3syncope1166@apache.org.
Your email address is 44a181d3syncope1166@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 44a181d3syncope1166@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:41.430224+00', 'SENT', '019445a0-8424-798e-86df-5e1ed819dccc');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9da4-7c86-b5c2-66c0013db13d', '2025-01-08 11:15:41.778735+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi issueSYNCOPE1099 surname, welcome to Syncope! Your username is b7a31da7syncope1099U@apache.org. Your email address is b7a31da7syncope1099U@apache.org. Your email address inside a link: http://localhost/?email=b7a31da7syncope1099U%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b7a31da7syncope1099U@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi issueSYNCOPE1099 surname, welcome to Syncope!
Your username is b7a31da7syncope1099U@apache.org.
Your email address is b7a31da7syncope1099U@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b7a31da7syncope1099U@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:41.604676+00', 'SENT', '019445a0-83e1-7100-b29a-ee5b2429b8c9');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9e53-7e37-818a-88814a40d0c7', '2025-01-08 11:15:41.956699+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 400b6abasyncope505-db@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 400b6abasyncope505-db@syncope.apache.org surname, welcome to Syncope! Your username is 400b6abasyncope505-db@syncope.apache.org. Your email address is 400b6abasyncope505-db@syncope.apache.org. Your email address inside a link: http://localhost/?email=400b6abasyncope505-db%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 400b6abasyncope505-db@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 400b6abasyncope505-db@syncope.apache.org surname, welcome to Syncope!
Your username is 400b6abasyncope505-db@syncope.apache.org.
Your email address is 400b6abasyncope505-db@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 400b6abasyncope505-db@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:41.779504+00', 'SENT', '019445a0-82f4-7513-95a1-af4c2aee103f');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9f05-7c4c-88ef-fb12bfb92ad3', '2025-01-08 11:15:42.13381+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 9ff0f62fsyncope881U@apache.org surname, welcome to Syncope! Your username is 9ff0f62fsyncope881U@apache.org. Your email address is 9ff0f62fsyncope881U@apache.org. Your email address inside a link: http://localhost/?email=9ff0f62fsyncope881U%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 9ff0f62fsyncope881U@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * syncope881Gfbfec15b
+
+
+ Hi 9ff0f62fsyncope881U@apache.org surname, welcome to Syncope!
Your username is 9ff0f62fsyncope881U@apache.org.
Your email address is 9ff0f62fsyncope881U@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 9ff0f62fsyncope881U@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:41.957307+00', 'SENT', '019445a0-8256-7fc2-860a-6c8b49ae77fc');
+INSERT INTO notificationtaskexec VALUES ('019445a0-9fb6-740e-8266-d48c255216ef', '2025-01-08 11:15:42.313221+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: fab67a5esyncope710@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi fab67a5esyncope710@syncope.apache.org surname, welcome to Syncope! Your username is fab67a5esyncope710@syncope.apache.org. Your email address is fab67a5esyncope710@syncope.apache.org. Your email address inside a link: http://localhost/?email=fab67a5esyncope710%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * fab67a5esyncope710@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * syncope710.ldap9f585838
+ * syncope710.dbc871b997
+
+
+ Hi fab67a5esyncope710@syncope.apache.org surname, welcome to Syncope!
Your username is fab67a5esyncope710@syncope.apache.org.
Your email address is fab67a5esyncope710@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - fab67a5esyncope710@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+ - syncope710.ldap9f585838
+ - syncope710.dbc871b997
+
+
+', '2025-01-08 11:15:42.134419+00', 'SENT', '019445a0-819b-7d38-ac51-37a7dd541d5b');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a069-70dc-9aaa-02ecc8ea425e', '2025-01-08 11:15:42.490657+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi b0ac11b5syncope686@apache.org surname, welcome to Syncope! Your username is b0ac11b5syncope686@apache.org. Your email address is b0ac11b5syncope686@apache.org. Your email address inside a link: http://localhost/?email=b0ac11b5syncope686%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b0ac11b5syncope686@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b0ac11b5syncope686@apache.org surname, welcome to Syncope!
Your username is b0ac11b5syncope686@apache.org.
Your email address is b0ac11b5syncope686@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b0ac11b5syncope686@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:42.313984+00', 'SENT', '019445a0-80c5-784f-b93e-0518d09d515f');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a11b-787c-82fa-0712014f5129', '2025-01-08 11:15:42.667883+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi c44ef274syncope647@syncope.apache.org surname, welcome to Syncope! Your username is c44ef274syncope647@syncope.apache.org. Your email address is c44ef274syncope647@syncope.apache.org. Your email address inside a link: http://localhost/?email=c44ef274syncope647%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * c44ef274syncope647@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi c44ef274syncope647@syncope.apache.org surname, welcome to Syncope!
Your username is c44ef274syncope647@syncope.apache.org.
Your email address is c44ef274syncope647@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - c44ef274syncope647@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:42.491168+00', 'SENT', '019445a0-8018-7429-a1c7-5a2f8213d650');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a1cc-755e-8c9e-1d9b9e071677', '2025-01-08 11:15:42.847408+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 23906949syncope626@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 23906949syncope626@syncope.apache.org surname, welcome to Syncope! Your username is 23906949syncope626@syncope.apache.org. Your email address is 23906949syncope626@syncope.apache.org. Your email address inside a link: http://localhost/?email=23906949syncope626%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 23906949syncope626@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 23906949syncope626@syncope.apache.org surname, welcome to Syncope!
Your username is 23906949syncope626@syncope.apache.org.
Your email address is 23906949syncope626@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 23906949syncope626@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:42.668365+00', 'SENT', '019445a0-7fb3-7aaf-86a5-5ad8b5192ce7');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a280-7ba2-8e0a-fc379370dab0', '2025-01-08 11:15:43.025581+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e3b2ce32493@test.org
+SUBJECT: Test notification bd1a937d
+
+Hi e3b2ce32493@test.org surname, welcome to Syncope! Your username is e3b2ce32493@test.org. Your email address is e3b2ce32493@test.org. Your email address inside a link: http://localhost/?email=e3b2ce32493%40test.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * e3b2ce32493@test.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi e3b2ce32493@test.org surname, welcome to Syncope!
Your username is e3b2ce32493@test.org.
Your email address is e3b2ce32493@test.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - e3b2ce32493@test.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:42.848232+00', 'SENT', '019445a0-7e87-76fe-8ef3-a6e3e5cb0448');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a331-775b-a4f6-aaebb8649359', '2025-01-08 11:15:43.202741+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi ea06be61syncope454@syncope.apache.org surname, welcome to Syncope! Your username is ea06be61syncope454@syncope.apache.org. Your email address is ea06be61syncope454@syncope.apache.org. Your email address inside a link: http://localhost/?email=ea06be61syncope454%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * ea06be61syncope454@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi ea06be61syncope454@syncope.apache.org surname, welcome to Syncope!
Your username is ea06be61syncope454@syncope.apache.org.
Your email address is ea06be61syncope454@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - ea06be61syncope454@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:43.026004+00', 'SENT', '019445a0-7dc7-73a3-8309-b06bb8a35fe6');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a3e3-7395-9190-a891e20fbd7a', '2025-01-08 11:15:43.378414+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi b1eb7fc3syncope435@syncope.apache.org surname, welcome to Syncope! Your username is b1eb7fc3syncope435@syncope.apache.org. Your email address is b1eb7fc3syncope435@syncope.apache.org. Your email address inside a link: http://localhost/?email=b1eb7fc3syncope435%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b1eb7fc3syncope435@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b1eb7fc3syncope435@syncope.apache.org surname, welcome to Syncope!
Your username is b1eb7fc3syncope435@syncope.apache.org.
Your email address is b1eb7fc3syncope435@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b1eb7fc3syncope435@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:43.203612+00', 'SENT', '019445a0-7d39-7f19-aef7-9b47f2b9caea');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a492-7b9e-9008-50e0380e61b9', '2025-01-08 11:15:43.552505+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 143dcc5csyncope426@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 143dcc5csyncope426@syncope.apache.org surname, welcome to Syncope! Your username is 143dcc5csyncope426@syncope.apache.org. Your email address is 143dcc5csyncope426@syncope.apache.org. Your email address inside a link: http://localhost/?email=143dcc5csyncope426%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 143dcc5csyncope426@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 143dcc5csyncope426@syncope.apache.org surname, welcome to Syncope!
Your username is 143dcc5csyncope426@syncope.apache.org.
Your email address is 143dcc5csyncope426@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 143dcc5csyncope426@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:43.37897+00', 'SENT', '019445a0-7cdf-7234-b6a2-38d2b7d96d2d');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a540-76d4-abd0-4f1a9219f59d', '2025-01-08 11:15:43.729329+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi b66cf97bsyncope420@syncope.apache.org surname, welcome to Syncope! Your username is b66cf97bsyncope420@syncope.apache.org. Your email address is b66cf97bsyncope420@syncope.apache.org. Your email address inside a link: http://localhost/?email=b66cf97bsyncope420%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b66cf97bsyncope420@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b66cf97bsyncope420@syncope.apache.org surname, welcome to Syncope!
Your username is b66cf97bsyncope420@syncope.apache.org.
Your email address is b66cf97bsyncope420@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b66cf97bsyncope420@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:43.552903+00', 'SENT', '019445a0-7c86-73ec-9994-cf629d57dd34');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a5f2-7530-b183-9c85d85e8fc5', '2025-01-08 11:15:43.859953+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope! Your username is ${user.username}. Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link: http://localhost/?email=${user.getPlainAttr("email").get().values[0].replace(''@'', ''%40'')} This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+ * ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ * ${event}
+ $$ }
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+ $$ for(membership : user.memberships) {
+ * ${membership.groupName}
+ $$ }
+ $$ }
+
+
+ Hi ${user.getPlainAttr("firstname").get().values[0]} ${user.getPlainAttr("surname").get().values[0]}, welcome to Syncope!
Your username is ${user.username}.
Your email address is ${user.getPlainAttr("email").get().values[0]}. Your email address inside a link.
This message was sent to the following recipients:
+ $$ for (recipient: recipients) {
+Na - ${recipient.getPlainAttr("email").get().values[0]}
+ $$ }
+
+ because one of the following events occurred:
+ $$ for (event: events) {
+ - ${event}
+ $$ }
+
+
+ $$ if (!empty(user.memberships)) {
+ You have been provided with the following groups:
+
+ $$ for(membership : user.memberships) {
+ - ${membership.groupName}
+ $$ }
+
+ $$ }
+
+', '2025-01-08 11:15:43.730022+00', 'SENT', '019445a0-7b7d-7a8f-8d23-dc91b0739187');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a674-704a-a986-c4f28692f70d', '2025-01-08 11:15:44.033595+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 39877323syncope391@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 39877323syncope391@syncope.apache.org surname, welcome to Syncope! Your username is 39877323syncope391@syncope.apache.org. Your email address is 39877323syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=39877323syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 39877323syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi 39877323syncope391@syncope.apache.org surname, welcome to Syncope!
Your username is 39877323syncope391@syncope.apache.org.
Your email address is 39877323syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 39877323syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:43.860566+00', 'SENT', '019445a0-7ae9-7ea3-ab9f-3583680ff9fc');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a722-7c95-a9f7-cbbd92ea102d', '2025-01-08 11:15:44.209085+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi b6f2701bsyncope391@syncope.apache.org surname, welcome to Syncope! Your username is b6f2701bsyncope391@syncope.apache.org. Your email address is b6f2701bsyncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=b6f2701bsyncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * b6f2701bsyncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi b6f2701bsyncope391@syncope.apache.org surname, welcome to Syncope!
Your username is b6f2701bsyncope391@syncope.apache.org.
Your email address is b6f2701bsyncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - b6f2701bsyncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:44.034133+00', 'SENT', '019445a0-7a98-7bd2-89b9-ffbaf485b85c');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a7d1-7083-a58b-08ec149cb4ce', '2025-01-08 11:15:44.38479+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: syncope391@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi nome0 cognome0, welcome to Syncope! Your username is syncope391@syncope.apache.org. Your email address is syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi nome0 cognome0, welcome to Syncope!
Your username is syncope391@syncope.apache.org.
Your email address is syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:44.209468+00', 'SENT', '019445a0-7a51-7d28-ab77-657a789a71ec');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a881-7798-a9cd-78245b40d26f', '2025-01-08 11:15:44.55761+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi a13f3e55syncope391@syncope.apache.org surname, welcome to Syncope! Your username is a13f3e55syncope391@syncope.apache.org. Your email address is a13f3e55syncope391@syncope.apache.org. Your email address inside a link: http://localhost/?email=a13f3e55syncope391%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * a13f3e55syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi a13f3e55syncope391@syncope.apache.org surname, welcome to Syncope!
Your username is a13f3e55syncope391@syncope.apache.org.
Your email address is a13f3e55syncope391@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - a13f3e55syncope391@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:44.38514+00', 'SENT', '019445a0-79fd-7881-a6ba-1c91ffd02b17');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a92d-7129-a9f7-ac5026534558', '2025-01-08 11:15:44.733579+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi eda450e1syncope383@apache.org surname, welcome to Syncope! Your username is eda450e1syncope383@apache.org. Your email address is eda450e1syncope383@apache.org. Your email address inside a link: http://localhost/?email=eda450e1syncope383%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * eda450e1syncope383@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi eda450e1syncope383@apache.org surname, welcome to Syncope!
Your username is eda450e1syncope383@apache.org.
Your email address is eda450e1syncope383@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - eda450e1syncope383@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:44.557948+00', 'SENT', '019445a0-7962-7807-b1c0-9db8714388fa');
+INSERT INTO notificationtaskexec VALUES ('019445a0-a9de-7df6-985d-5efed8e75967', '2025-01-08 11:15:44.912426+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: 1e3d5978syncope357@syncope.apache.org
+SUBJECT: Test notification bd1a937d
+
+Hi 1e3d5978syncope357@syncope.apache.org surname, welcome to Syncope! Your username is 1e3d5978syncope357@syncope.apache.org. Your email address is 1e3d5978syncope357@syncope.apache.org. Your email address inside a link: http://localhost/?email=1e3d5978syncope357%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 1e3d5978syncope357@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPE357-0894269c
+
+
+ Hi 1e3d5978syncope357@syncope.apache.org surname, welcome to Syncope!
Your username is 1e3d5978syncope357@syncope.apache.org.
Your email address is 1e3d5978syncope357@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 1e3d5978syncope357@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:44.734192+00', 'SENT', '019445a0-78e1-752d-a5bc-9773cea0094f');
+INSERT INTO notificationtaskexec VALUES ('019445a0-aa91-7b8b-8a5c-13d9060052d9', '2025-01-08 11:15:45.092777+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi 373c7e09syncope354@syncope.apache.org surname, welcome to Syncope! Your username is 373c7e09syncope354@syncope.apache.org. Your email address is 373c7e09syncope354@syncope.apache.org. Your email address inside a link: http://localhost/?email=373c7e09syncope354%40syncope.apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * 373c7e09syncope354@syncope.apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+ You have been provided with the following groups:
+ * SYNCOPE354-4831108d
+
+
+ Hi 373c7e09syncope354@syncope.apache.org surname, welcome to Syncope!
Your username is 373c7e09syncope354@syncope.apache.org.
Your email address is 373c7e09syncope354@syncope.apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - 373c7e09syncope354@syncope.apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+ You have been provided with the following groups:
+
+
+', '2025-01-08 11:15:44.913324+00', 'SENT', '019445a0-7804-70bc-8a89-22cad63bc4b5');
+INSERT INTO notificationtaskexec VALUES ('019445a0-ab45-7024-8349-a1b29530f1dd', '2025-01-08 11:15:45.274908+00', 'admin', 'FROM: syncopetest-75190220@syncope.apache.org
+TO: e9798bebpwdonly@t.com
+SUBJECT: Test notification bd1a937d
+
+Hi f822ed9esyncope279@apache.org surname, welcome to Syncope! Your username is f822ed9esyncope279@apache.org. Your email address is f822ed9esyncope279@apache.org. Your email address inside a link: http://localhost/?email=f822ed9esyncope279%40apache.org This message was sent to the following recipients:
+ * f11b420ag.h@t.com
+ * c623476ca.b@c.com
+ * e9798bebpwdonly@t.com
+ * f822ed9esyncope279@apache.org
+
+ because one of the following events occurred:
+ * [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+ Hi f822ed9esyncope279@apache.org surname, welcome to Syncope!
Your username is f822ed9esyncope279@apache.org.
Your email address is f822ed9esyncope279@apache.org. Your email address inside a link.
This message was sent to the following recipients:
+Na - f11b420ag.h@t.com
+Na - c623476ca.b@c.com
+Na - e9798bebpwdonly@t.com
+Na - f822ed9esyncope279@apache.org
+
+ because one of the following events occurred:
+ - [LOGIC]:[UserLogic]:[]:[create]:[SUCCESS]
+
+
+
+', '2025-01-08 11:15:45.093715+00', 'SENT', '019445a0-7770-7c07-8df5-52d01dbf31b3');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e588-7816-8638-1ba5d120d5e5', '2025-01-08 11:16:00.011302+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.008481+00', 'NOT_SENT', '019445a0-d03f-7047-b67d-77ec93997b97');
+INSERT INTO notificationtaskexec VALUES ('019445a0-e58c-71d5-a3e7-a9e83821a837', '2025-01-08 11:16:00.01581+00', 'admin', 'org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused). Failed messages: com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused); message exception details (1) are:
+Failed message 1:
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+com.sun.mail.util.MailConnectException: Couldn''t connect to host, port: localhost, 2525; timeout -1;
+ nested exception is:
+ java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+Caused by: java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ ... 29 more
+
+
+java.net.ConnectException: Connessione rifiutata (Connection refused)
+ at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
+ at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
+ at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
+ at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
+ at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
+ at java.base/java.net.Socket.connect(Socket.java:615)
+ at java.base/java.net.Socket.connect(Socket.java:563)
+ at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:335)
+ at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:214)
+ at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2160)
+ at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
+ at javax.mail.Service.connect(Service.java:342)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:518)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:437)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:361)
+ at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
+ at org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate.notify(MailNotificationJobDelegate.java:61)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.executeSingle(AbstractNotificationJobDelegate.java:128)
+ at org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate.execute(AbstractNotificationJobDelegate.java:189)
+ at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy373.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.lambda$execute$0(NotificationJob.java:82)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAsAdmin(AuthContextUtils.java:147)
+ at org.apache.syncope.core.provisioning.java.job.notification.NotificationJob.execute(NotificationJob.java:80)
+ at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
+ at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566)
+
+
+', '2025-01-08 11:16:00.01266+00', 'NOT_SENT', '019445a0-c791-7249-8c32-ce7cc93767ed');
+
+
+--
+-- TOC entry 4631 (class 0 OID 16692)
+-- Dependencies: 289
+-- Data for Name: oidcjwks; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO oidcjwks VALUES ('0194459e-1cdb-7075-b823-2abfe8cf9830', '{"keys":[{"p":"6-iY-yYOTzAqaZV_djQ7ZLbzgZPoPgDXS8g8kUQ2lF5iVvwhWotOzfm8uidQXG1mHgt9rWf9idZ4SrwrDr5ijYHFPRcEumHSME-8ryzT1C36DtmNzMf8XlCpwWFHJsP8L0ZFK4DY6Sg1OGtF80zqQUpTdS6SeoXN0-MZh7B7udk","kty":"RSA","q":"wWQkCtXxRsafXwLzrIcwjxwrU-CIW5oxu6Pfz_oGRxd7mb3U-ffKRBGRugKM_i7MWLGjFN6fNh0Odldj1ACv6yUMeLdhmAjh6NHhyl1CfpDg_H64l4vyuHepQS-0tTPPvGMMZJR2l4zOfCg1UVYzPDJpc_Fcmv_M2g2CzyD9Z3U","d":"OC4pTStJpE9vY16N73MeM1Bj3YXo6smO09Mnzr3teH93brZZUWhyEiBqpeTPId0Y3_sRzD5eL8YLKxBeAKr1QQVeKFYuSOCuJJy_nw67kf9w3cGoJ2Gh8-94lAAMWiSE-Bh5Kqe6te1eZ8IOKgyArkCHENataA725rMUtEuQpVhnR0LOqCoVKE9dACPjvw1ekDdwVNyIrlaNkW-NbIFFG-a0En7sbjTl6QS6k8ux_3D0yNRePpZ9mIg3lx2305vnnw2QR2AQR_WsHCnjCaUY3ySKVTq83Nvd7u7MnlPPn-UThgmcTK3t7kDsyYpaUHNJ358qCQ7C750uG6AtJsIBgQ","e":"AQAB","use":"sig","kid":"syncope-0194459e","qi":"Wg4KUwA-u2TQrXTZIyZsMhOyVa2GPRhast5XC_Zsl_NYK65ricbPBK6DBYKmePAtsXOhyRVNFbZgL84ZTdiOzl2xs8EjvRxjypCEGRTXAWYtHuh7bQIjeEN1SWV2LY9EwsK6kPFppvN8_vYPrtaStiMs5GWjkCOSDR4IVNAzJpY","dp":"HZ8OHnLv1wegO7O21nvGfWXve3S785Udc3mICWF8TPLw_CUadwkI8xoJlYI8N-7QpLMiq7RkBHu2jQPFkEtdipEh2ALc6B5CSyin84L4cir3vAebI3x09s7AEfUJ_xcawkDbjJPYKKaQ0C3AEcW1oE8Z3ZvkbpgAeTuJyBzj3Dk","dq":"eudbiI9i4SoFyuojVngsQicS2iGORzj9dlS1PoWVS8T-xjxAiAQURaIszNwmIrw3Hf72t6Kr6EYbFNaBGRC-vGA1Rtq0aVzrxXztVCBky-7jLVSTl6xXOyjBJi5dV_NviDgifiFkJPhVmc4r5F81_IHFRuwTgGYlGEcR5PUAVqk","n":"sjajZ8uL0O1cLMfcFzWMyv-LM1I1PaOhy5XgzEa7IrTou1NqzudPe8sGeNTK5m142e8SLn5R9NnSg30QayuKlOyC0k5LbOFOuWgWjKSvd4l6PZcYjBdP0W1YapI4Ik8xX61XnnfpxCCRYuL6pfl9x2mWpJ_42NlG_y6VR7kVxSMXUFU1s74grL7YmUD5oVCpmM7X_IE5I6y9LLteRRxpoCSeajNhUE-XvjeMzbP9ax2M6osQIOcl8VGGCXaWCYO3YyEBQT6d2qTh_SoWdFSCFR16ltamcRY62br9kwVzCVndn6roI1C5gpfkFt2zf3Lea_LOwl3C4MEpqZz-O8c_LQ"}]}');
+
+
+--
+-- TOC entry 4632 (class 0 OID 16697)
+-- Dependencies: 290
+-- Data for Name: oidcrpclientapp; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO oidcrpclientapp VALUES ('0194459d-5c9e-7e04-bbaf-74d523f0f801', 347919201655409849, 'Example OIDC RP application', NULL, NULL, 'NONE', 'ExampleRP_1e490bdd', NULL, '[]', NULL, NULL, true, 'newClientId', 'secret', true, NULL, NULL, false, NULL, '[]', '[]', false, 'PUBLIC', '["authorization_code"]', '["CODE"]', 'client_secret_basic', '0194459d-5cbc-7246-8d68-bde07ecb4b6a', NULL, '0194459d-5c6d-7db7-be43-df3229b4f404', NULL, NULL);
+INSERT INTO oidcrpclientapp VALUES ('0194459d-5d2a-79d1-b612-747d14e74cc4', 606302603046503132, 'Example OIDC RP application', NULL, NULL, 'NONE', 'ExampleRP_910612c8', NULL, '[]', NULL, NULL, true, 'clientId_f09e5550', 'secret', true, NULL, NULL, false, NULL, '[]', '[]', false, 'PUBLIC', '["authorization_code"]', '["CODE"]', 'client_secret_basic', '0194459d-5d1d-7314-a53c-7cb8578edef2', NULL, '0194459d-5d10-7757-9a87-c0df264e78bd', NULL, NULL);
+INSERT INTO oidcrpclientapp VALUES ('0194459d-5e2e-79dd-a775-9ba2f7f83497', 5777866032434006441, 'Example OIDC RP application', NULL, NULL, 'NONE', 'ExampleRP_172a1660', NULL, '[]', NULL, NULL, true, 'clientId_f7d8c02b', 'secret', true, NULL, NULL, false, NULL, '[]', '[]', false, 'PUBLIC', '["authorization_code"]', '["CODE"]', 'client_secret_basic', '0194459d-5e22-750d-95ab-8e14a22a1fce', NULL, '0194459d-5e16-7509-8e05-222ee91c0a77', NULL, NULL);
+
+
+--
+-- TOC entry 4633 (class 0 OID 16702)
+-- Dependencies: 291
+-- Data for Name: passwordpolicy; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO passwordpolicy VALUES ('ce93fcda-dc3a-4369-a7b0-a6108c261c85', 'a password policy', 1, 1);
+INSERT INTO passwordpolicy VALUES ('986d1236-3ac5-4a19-810c-5ab21d79cba1', 'sample password policy', 1, 0);
+INSERT INTO passwordpolicy VALUES ('55e5de0b-c79c-4e66-adda-251b6fb8579a', 'sample password policy', 0, 0);
+INSERT INTO passwordpolicy VALUES ('0194459e-2bf0-7d55-b84f-a40005ca993e', 'A simple password policy', 1, 1);
+INSERT INTO passwordpolicy VALUES ('0194459f-ea71-791e-b7e8-9d02cb70e01d', 'Have I Been Pwned?', 0, 0);
+
+
+--
+-- TOC entry 4634 (class 0 OID 16705)
+-- Dependencies: 292
+-- Data for Name: passwordpolicyrule; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO passwordpolicyrule VALUES ('ce93fcda-dc3a-4369-a7b0-a6108c261c85', 'DefaultPasswordRuleConf1');
+INSERT INTO passwordpolicyrule VALUES ('986d1236-3ac5-4a19-810c-5ab21d79cba1', 'DefaultPasswordRuleConf2');
+INSERT INTO passwordpolicyrule VALUES ('55e5de0b-c79c-4e66-adda-251b6fb8579a', 'DefaultPasswordRuleConf3');
+INSERT INTO passwordpolicyrule VALUES ('0194459e-2bf0-7d55-b84f-a40005ca993e', 'DefaultPasswordRuleConf1');
+INSERT INTO passwordpolicyrule VALUES ('0194459f-ea71-791e-b7e8-9d02cb70e01d', 'HaveIBeenPwnedPasswordRuleConf38c06f65');
+
+
+--
+-- TOC entry 4635 (class 0 OID 16708)
+-- Dependencies: 293
+-- Data for Name: plainschema; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO plainschema VALUES ('loginDate', NULL, 'yyyy-MM-dd', NULL, NULL, 'false', NULL, 1, 0, NULL, 'Date', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('ctype', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('activationDate', NULL, 'yyyy-MM-dd''T''HH:mm:ss.SSSZ', NULL, NULL, 'false', NULL, 0, 0, NULL, 'Date', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('uselessReadonly', NULL, NULL, NULL, NULL, 'false', NULL, 0, 1, NULL, 'String', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('cool', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Boolean', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('gender', NULL, NULL, NULL, 'M;F', 'false', NULL, 0, 0, NULL, 'Enum', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('aLong', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Long', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('makeItDouble', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Long', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('obscure', 'SHA', NULL, NULL, NULL, 'false', NULL, 0, 0, '7abcdefghilmnopqrstuvz9#', 'Encrypted', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('photo', NULL, NULL, NULL, NULL, 'false', 'image/jpeg', 0, 0, NULL, 'Binary', 0, 'other', NULL);
+INSERT INTO plainschema VALUES ('subscriptionDate', NULL, 'yyyy-MM-dd''T''HH:mm:ss.SSSZ', NULL, NULL, 'false', NULL, 0, 0, NULL, 'Date', 0, 'generic membership', NULL);
+INSERT INTO plainschema VALUES ('mderived_sx', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'generic membership', NULL);
+INSERT INTO plainschema VALUES ('mderived_dx', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'generic membership', NULL);
+INSERT INTO plainschema VALUES ('postalAddress', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'generic membership', NULL);
+INSERT INTO plainschema VALUES ('new_plain_schemac5451140', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, NULL, NULL);
+INSERT INTO plainschema VALUES ('authTestSchema86a3c417', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, NULL, NULL);
+INSERT INTO plainschema VALUES ('pathfee592ed', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'foldera049399e', NULL);
+INSERT INTO plainschema VALUES ('unique1edde565', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 1, 'uniqueAttribute453a07e2', NULL);
+INSERT INTO plainschema VALUES ('location', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal printer', NULL);
+INSERT INTO plainschema VALUES ('model', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal printer', NULL);
+INSERT INTO plainschema VALUES ('icon', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('show', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Boolean', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('rderived_sx', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('rderived_dx', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('title', NULL, NULL, NULL, NULL, 'false', NULL, 1, 0, NULL, 'String', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('originalName', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 1, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('doublea53c92d8', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Double', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('LDAPGroupNamed261c14b', NULL, NULL, NULL, NULL, 'true', NULL, 0, 0, NULL, 'String', 0, 'SYNCOPE-598d1cf4b9c', NULL);
+INSERT INTO plainschema VALUES ('encrypted77580af4', 'AES', NULL, NULL, NULL, 'false', NULL, 0, 0, '${obscureSecretKey}', 'Encrypted', 0, 'minimal group', NULL);
+INSERT INTO plainschema VALUES ('testAttribute2a3ff0f4', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, NULL, NULL);
+INSERT INTO plainschema VALUES ('encrypted', 'AES', NULL, NULL, NULL, 'false', NULL, 0, 0, 'huhadfhsjfsfsdkj!####', 'Encrypted', 0, NULL, NULL);
+INSERT INTO plainschema VALUES ('fullname', NULL, NULL, NULL, NULL, 'true', NULL, 0, 0, NULL, 'String', 1, 'minimal user', NULL);
+INSERT INTO plainschema VALUES ('userId', NULL, NULL, NULL, NULL, 'true', NULL, 0, 0, NULL, 'String', 1, 'minimal user', 'EmailAddressValidator');
+INSERT INTO plainschema VALUES ('firstname', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal user', NULL);
+INSERT INTO plainschema VALUES ('surname', NULL, NULL, NULL, NULL, 'true', NULL, 0, 0, NULL, 'String', 0, 'minimal user', NULL);
+INSERT INTO plainschema VALUES ('email', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'String', 0, 'minimal user', 'EmailAddressValidator');
+INSERT INTO plainschema VALUES ('badge8906740f', NULL, NULL, NULL, NULL, 'true', NULL, 0, 0, NULL, 'String', 0, NULL, NULL);
+INSERT INTO plainschema VALUES ('schema_issue258', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Double', 0, 'issue258', NULL);
+INSERT INTO plainschema VALUES ('schema_issue25987857ea5', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Double', 1, 'issue259', NULL);
+INSERT INTO plainschema VALUES ('schema_issue26054311715', NULL, NULL, NULL, NULL, 'false', NULL, 0, 0, NULL, 'Double', 1, 'issue260', NULL);
+INSERT INTO plainschema VALUES ('x509certificate', NULL, NULL, NULL, NULL, 'false', 'application/x-x509-ca-cert', 0, 0, NULL, 'Binary', 0, NULL, NULL);
+
+
+--
+-- TOC entry 4636 (class 0 OID 16713)
+-- Dependencies: 294
+-- Data for Name: privilege; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO privilege VALUES ('postMighty', 'Ability to POST', '{ "method": "POST", "url": "/a/b/c" }', 'mightyApp');
+INSERT INTO privilege VALUES ('getMighty', 'Ability to GET', '{ "method": "GET", "url": "/a/b/c" }', 'mightyApp');
+
+
+--
+-- TOC entry 4637 (class 0 OID 16718)
+-- Dependencies: 295
+-- Data for Name: propagationpolicy; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO propagationpolicy VALUES ('89d322db-9878-420c-b49c-67be13df9a12', 'sample propagation policy', '10000', 'FIXED', 1, 5, 0);
+INSERT INTO propagationpolicy VALUES ('0194459e-28d0-74e8-a917-4f043e2569d9', 'propagation policy name', '100;30000;2', 'EXPONENTIAL', 1, 3, 0);
+INSERT INTO propagationpolicy VALUES ('0194459e-3af0-7670-9b56-4a9072e88e93', 'optimize', '1000', 'FIXED', 0, 3, 1);
+
+
+--
+-- TOC entry 4638 (class 0 OID 16723)
+-- Dependencies: 296
+-- Data for Name: propagationtask; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO propagationtask VALUES ('b8870cfb-3c1e-4fc4-abcb-2559826232e6', NULL, 'USER', NULL, '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["userId"],"nameValue":"userId"},{"name":"fullname","value":["fullname"]},{"name":"type","value":["type"]}]}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('316285cc-ae52-4ea2-a33b-7355e189ac3f', NULL, 'USER', NULL, '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["userId"],"nameValue":"userId"},{"name":"type","value":["type"]}]}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0f618183-17ce-48bc-80bc-cc535f38983a', NULL, 'USER', NULL, '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["userId"],"nameValue":"userId"},{"name":"fullname","value":["fullname"]},{"name":"type","value":["type"]}]}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459c-1f44-75f4-b570-ca976fdfc970', 'PRINTER', 'ANY_OBJECT', '0194459c-1ad3-7c0a-a463-a3e2c0453c12', '0194459c-1ad3-7c0a-a463-a3e2c0453c12', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["createc6dd7731"]},{"name":"PRINTERNAME","value":["createb0b192d2"]},{"name":"__NAME__","value":["0194459c-1ad3-7c0a-a463-a3e2c0453c12"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-209c-7633-bb65-1dcecbaf3ae2', 'PRINTER', 'ANY_OBJECT', '0194459c-2030-7bd9-a1fd-eef8cb0aa4bf', '0194459c-2030-7bd9-a1fd-eef8cb0aa4bf', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["deletable057062a9"]},{"name":"PRINTERNAME","value":["deletableb6c33ae0"]},{"name":"__NAME__","value":["0194459c-2030-7bd9-a1fd-eef8cb0aa4bf"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-2143-7f1d-81a9-80274bfc6fcd', 'PRINTER', 'ANY_OBJECT', '0194459c-2030-7bd9-a1fd-eef8cb0aa4bf', '0194459c-2030-7bd9-a1fd-eef8cb0aa4bf', '__PRINTER__', NULL, 'DELETE', '{"attributes":[{"name":"LOCATION","value":["deletable057062a9"]},{"name":"PRINTERNAME","value":["deletableb6c33ae0"]},{"name":"__NAME__","value":["0194459c-2030-7bd9-a1fd-eef8cb0aa4bf"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-21e5-7c26-99cf-e99eca07fdab', 'PRINTER', 'ANY_OBJECT', '0194459c-2192-7511-abcf-19c50963d57a', '0194459c-2192-7511-abcf-19c50963d57a', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["readAttrs4eb5e92d"]},{"name":"PRINTERNAME","value":["readAttrs074003a0"]},{"name":"__NAME__","value":["0194459c-2192-7511-abcf-19c50963d57a"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-22e7-7b62-8214-b85497aaa3c6', 'PRINTER', 'ANY_OBJECT', '0194459c-2295-73ca-8242-b175f4bc7e54', '0194459c-2295-73ca-8242-b175f4bc7e54', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["update5bb35ce3"]},{"name":"PRINTERNAME","value":["updated3601851"]},{"name":"__NAME__","value":["0194459c-2295-73ca-8242-b175f4bc7e54"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-23c4-7583-a6b3-b6b7413481fc', 'PRINTER', 'ANY_OBJECT', '0194459c-2295-73ca-8242-b175f4bc7e54', '0194459c-2295-73ca-8242-b175f4bc7e54', '__PRINTER__', '0194459c-2295-73ca-8242-b175f4bc7e54', 'UPDATE', '{"attributes":[{"name":"LOCATION","value":["new826cab85"]},{"name":"PRINTERNAME","value":["updated3601851"]},{"name":"__NAME__","value":["0194459c-2295-73ca-8242-b175f4bc7e54"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-2491-7586-a4b5-81a1fd80e8cb', 'PRINTER', 'ANY_OBJECT', '8559d14d-58c2-46eb-a2d4-a7d35161e8f8', '8559d14d-58c2-46eb-a2d4-a7d35161e8f8', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["2nd floor"]},{"name":"PRINTERNAME","value":["Canon MF 8030cn"]},{"name":"__NAME__","value":["8559d14d-58c2-46eb-a2d4-a7d35161e8f8"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-2570-78d5-a8ab-c46c6c058b8b', 'PRINTER', 'ANY_OBJECT', '8559d14d-58c2-46eb-a2d4-a7d35161e8f8', '8559d14d-58c2-46eb-a2d4-a7d35161e8f8', '__PRINTER__', NULL, 'DELETE', '{"attributes":[{"name":"LOCATION","value":["2nd floor"]},{"name":"PRINTERNAME","value":["Canon MF 8030cn"]},{"name":"__NAME__","value":["8559d14d-58c2-46eb-a2d4-a7d35161e8f8"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-26da-703c-9f35-748520e6a476', 'PRINTER', 'ANY_OBJECT', '0194459c-268e-7d01-86cf-d26c3472ba8c', '0194459c-268e-7d01-86cf-d26c3472ba8c', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["updateAttr2670b98e"]},{"name":"PRINTERNAME","value":["updateAttr7b51590e"]},{"name":"__NAME__","value":["0194459c-268e-7d01-86cf-d26c3472ba8c"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-2763-74c5-b79a-6e0fd3550735', 'PRINTER', 'ANY_OBJECT', '0194459c-268e-7d01-86cf-d26c3472ba8c', '0194459c-268e-7d01-86cf-d26c3472ba8c', '__PRINTER__', '0194459c-268e-7d01-86cf-d26c3472ba8c', 'UPDATE', '{"attributes":[{"name":"LOCATION","value":["newlocation"]},{"name":"PRINTERNAME","value":["updateAttr7b51590e"]},{"name":"__NAME__","value":["0194459c-268e-7d01-86cf-d26c3472ba8c"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-294e-7877-9183-58d2f8b2a653', 'PRINTER', 'ANY_OBJECT', '0194459c-28de-7b87-b5eb-5bff076909a5', '0194459c-28de-7b87-b5eb-5bff076909a5', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["deleteAttr0255de7a"]},{"name":"PRINTERNAME","value":["deleteAttrec56c135"]},{"name":"__NAME__","value":["0194459c-28de-7b87-b5eb-5bff076909a5"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-2a05-73e0-bf22-01c1ea3a6fdf', 'PRINTER', 'ANY_OBJECT', '0194459c-28de-7b87-b5eb-5bff076909a5', '0194459c-28de-7b87-b5eb-5bff076909a5', '__PRINTER__', '0194459c-28de-7b87-b5eb-5bff076909a5', 'UPDATE', '{"attributes":[{"name":"LOCATION","value":null},{"name":"PRINTERNAME","value":["deleteAttrec56c135"]},{"name":"__NAME__","value":["0194459c-28de-7b87-b5eb-5bff076909a5"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-32ba-7c0e-993a-5330d19cd036', 'PRINTER', 'ANY_OBJECT', '0194459c-3268-79e6-aea8-bffc80e3f831', '0194459c-3268-79e6-aea8-bffc80e3f831', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["Italyae0008bf"]},{"name":"PRINTERNAME","value":["Italy0fbfb08f"]},{"name":"__NAME__","value":["0194459c-3268-79e6-aea8-bffc80e3f831"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-372d-7165-a334-b9e3de0d2011', 'PRINTER', 'ANY_OBJECT', '0194459c-3268-79e6-aea8-bffc80e3f831', '0194459c-3268-79e6-aea8-bffc80e3f831', '__PRINTER__', NULL, 'DELETE', '{"attributes":[{"name":"LOCATION","value":["Italyae0008bf"]},{"name":"PRINTERNAME","value":["Italy0fbfb08f"]},{"name":"__NAME__","value":["0194459c-3268-79e6-aea8-bffc80e3f831"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-40a3-78ba-ab96-ed0b9657150c', 'PRINTER', 'ANY_OBJECT', '0194459c-4059-770f-bc3d-ae2bc229e653', '0194459c-4059-770f-bc3d-ae2bc229e653', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["USA765ceb4b"]},{"name":"PRINTERNAME","value":["USAa770cd26"]},{"name":"__NAME__","value":["0194459c-4059-770f-bc3d-ae2bc229e653"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459c-4973-73ab-bab7-79449aa39304', 'PRINTER', 'ANY_OBJECT', 'fc6dbc3a-6c07-4965-8781-921e7401a4a5', 'fc6dbc3a-6c07-4965-8781-921e7401a4a5', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["1st floor"]},{"name":"PRINTERNAME","value":["HP LJ 1300n"]},{"name":"__NAME__","value":["fc6dbc3a-6c07-4965-8781-921e7401a4a5"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459d-1488-7f84-ae28-e6fcd23280d0', 'PRINTER', 'ANY_OBJECT', '0194459d-143b-7e30-b11e-b1eaa3ddbfe4', '0194459d-143b-7e30-b11e-b1eaa3ddbfe4', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["syncope-1791d43f7e5b"]},{"name":"PRINTERNAME","value":["syncope-179114c5f420"]},{"name":"__NAME__","value":["0194459d-143b-7e30-b11e-b1eaa3ddbfe4"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459d-14ed-7ba1-8182-e3f05703d299', 'PRINTER', 'ANY_OBJECT', '0194459d-143b-7e30-b11e-b1eaa3ddbfe4', '0194459d-143b-7e30-b11e-b1eaa3ddbfe4', '__PRINTER__', '0194459d-143b-7e30-b11e-b1eaa3ddbfe4', 'UPDATE', '{"attributes":[{"name":"LOCATION","value":["newfaf0b5b9"]},{"name":"PRINTERNAME","value":["syncope-179114c5f420"]},{"name":"__NAME__","value":["0194459d-143b-7e30-b11e-b1eaa3ddbfe4"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459d-40a0-7ee4-911e-44aa61c348d7', 'USER', 'USER', 'cf2ff9f2syncope164@syncope.apache.org', '0194459d-4001-7a8c-a1ea-07011a11de0c', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["cf2ff9f2syncope164@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459d-7174-7d93-add8-9bacf7e446b2', 'USER', 'USER', 'd9dc3188dynRealmUser@apache.org', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-83df-75aa-b91b-73d153863253', 'USER', 'USER', '810c9976forProvision@syncope.apache.org', '0194459d-7f18-7f96-990f-c3e0f9e184c5', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["810c9976forProvision@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=810c9976forProvision@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["810c9976forProvision@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-83f0-7e8b-be11-e0af6771c515', 'GROUP', 'GROUP', 'forProvisionc11053a9', '0194459d-7f0c-7027-8030-3780651d3519', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=forProvisionc11053a9,ou=groups,o=isp"]},{"name":"cn","value":["forProvisionc11053a9"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-8547-7930-8b21-d636458348b8', 'GROUP', 'GROUP', 'deprovision68391c91', '0194459d-8534-7d83-a974-42176d3d6ab5', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=deprovision68391c91,ou=groups,o=isp"]},{"name":"cn","value":["deprovision68391c91"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-a891-760f-a22a-72847707f5dd', 'USER', 'USER', '0194459d-a535-755d-b9d6-2a374d209a2a', '0194459d-a535-755d-b9d6-2a374d209a2a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["linkedAccount59765@syncope.apache.org"]},{"name":"firstName","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__NAME__","value":["0194459d-a535-755d-b9d6-2a374d209a2a"]},{"name":"email","value":["linkedAccount59765@syncope.apache.org"]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-a96d-7f0e-9750-1bde3dc3e16c', 'USER', 'USER', 'fe153fea-11ba-43cd-bd64-eb3d75bbd5f4', '0194459d-a535-755d-b9d6-2a374d209a2a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["linkedAccount59765@syncope.apache.org"]},{"name":"firstName","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__NAME__","value":["fe153fea-11ba-43cd-bd64-eb3d75bbd5f4"]},{"name":"email","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-b77f-7684-a027-1022e4a43ed8', 'PRINTER', 'ANY_OBJECT', '0194459d-b722-7330-b549-83b922283ef9', '0194459d-b722-7330-b549-83b922283ef9', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["update0c938b1b"]},{"name":"PRINTERNAME","value":["updatef2a7ad08"]},{"name":"__NAME__","value":["0194459d-b722-7330-b549-83b922283ef9"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459d-c4a7-71cc-b1f3-28bcfdea2672', 'USER', 'USER', '9bd5444dnotificationtest@syncope.apache.org', '0194459d-c484-7360-bdb7-bf6eb08da692', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["9bd5444dnotificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-cde7-7736-bcf2-d6e434929f2f', 'USER', 'USER', '510779f6notificationtest@syncope.apache.org', '0194459d-cdcb-7ec0-9a5b-839a68f83b63', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["510779f6notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-e810-7216-9a89-65fb9cf04863', 'USER', 'USER', 'b7a499fbnotificationtest@syncope.apache.org', '0194459d-e7fc-7d54-801c-7b50fd2dc193', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["b7a499fbnotificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-46b8-714e-8b43-a39a772fdc5c', 'GROUP', 'GROUP', 'forgroupownershipff9b602d', '0194459d-468f-7f7e-afef-4a0663760532', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=forgroupownershipff9b602d,ou=groups,o=isp"]},{"name":"cn","value":["forgroupownershipff9b602d"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-4720-73df-8e95-d8f795fd1c6b', 'USER', 'USER', '58748f2fforgroupownership@syncope.org', '0194459d-46d6-77dc-8a0f-13eae36ca009', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=forgroupownershipff9b602d,ou=groups,o=isp"]},{"name":"mail","value":["58748f2fforgroupownership@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=58748f2fforgroupownership@syncope.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["58748f2fforgroupownership@syncope.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-47e4-7ff0-bdd0-e6a176a74879', 'USER', 'USER', 'new21054505', '0194459d-46d6-77dc-8a0f-13eae36ca009', '__ACCOUNT__', '58748f2fforgroupownership@syncope.org', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":["cn=forgroupownershipff9b602d,ou=groups,o=isp"]},{"name":"mail","value":["58748f2fforgroupownership@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=new21054505,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["new21054505"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-48a2-7187-8b38-bda5b3283090', 'USER', 'USER', '4a9dedadforgroupownership2@syncope.org', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=forgroupownershipff9b602d,ou=groups,o=isp"]},{"name":"mail","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=4a9dedadforgroupownership2@syncope.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-4957-78fd-9b99-2fc628d28f93', 'USER', 'USER', 'new4a2318c2', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', '4a9dedadforgroupownership2@syncope.org', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":["cn=forgroupownershipff9b602d,ou=groups,o=isp"]},{"name":"mail","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=new4a2318c2,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["new4a2318c2"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-49a0-7a5e-8eee-2c8267f3d76f', 'USER', 'USER', 'new21054505', '0194459d-46d6-77dc-8a0f-13eae36ca009', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["58748f2fforgroupownership@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=new21054505,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["new21054505"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7044-739f-acb3-3c1898e52f5a', 'USER', 'USER', 'd9dc3188dynRealmUser@apache.org', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=d9dc3188dynRealmUser@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7075-7ca4-b2dc-9feab0a08719', 'GROUP', 'GROUP', 'dynRealmGroupf213eb9c', '0194459d-705c-7571-a82d-cd73af19d6f3', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=dynRealmGroupf213eb9c,ou=groups,o=isp"]},{"name":"cn","value":["dynRealmGroupf213eb9c"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-76a6-7fe5-a616-992f0f5d2fad', 'GROUP', 'GROUP', 'deprovision62fd2074', '0194459d-767b-7b6b-90af-0222dcda2c69', '__GROUP__', NULL, 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=deprovision62fd2074,ou=groups,o=isp"]},{"name":"cn","value":["deprovision62fd2074"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-76d9-77bb-ba90-4edbf235de1d', 'GROUP', 'GROUP', 'deprovision62fd2074', '0194459d-767b-7b6b-90af-0222dcda2c69', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=deprovision62fd2074,ou=groups,o=isp"]},{"name":"cn","value":["deprovision62fd2074"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7754-7d33-8846-b44ccf1ad78d', 'GROUP', 'GROUP', 'assigne2ab0509', '0194459d-7716-743e-b78b-6430a62003ce', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=assigne2ab0509,ou=groups,o=isp"]},{"name":"cn","value":["assigne2ab0509"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7793-7a9b-89ba-6e813ebf6b60', 'GROUP', 'GROUP', 'assigne2ab0509', '0194459d-7716-743e-b78b-6430a62003ce', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=assigne2ab0509,ou=groups,o=isp"]},{"name":"cn","value":["assigne2ab0509"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-77bf-7e8e-9b80-424d6d36d293', 'GROUP', 'GROUP', 'lastGroupd32f35f7', '0194459d-77a6-7356-891d-388a1e8168ba', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":["cn=otherchild,ou=groups,o=isp"]},{"name":"description","value":null},{"name":"businessCategory","value":["rvirtualvalue"]},{"name":"__NAME__","value":["cn=lastGroupd32f35f7,ou=groups,o=isp"]},{"name":"cn","value":["lastGroupd32f35f7"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-77f1-7759-898b-662ca3deec73', 'GROUP', 'GROUP', 'lastGroupd32f35f7', '0194459d-77a6-7356-891d-388a1e8168ba', '__GROUP__', 'lastGroupd32f35f7', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"cn","value":["lastGroupd32f35f7"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7815-7a5e-ac15-c490ba547d4d', 'GROUP', 'GROUP', 'toBeDeleted09146bec', '0194459d-7801-78e4-9abd-9907248a147c', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=toBeDeleted09146bec,ou=groups,o=isp"]},{"name":"cn","value":["toBeDeleted09146bec"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-783a-7de0-90b6-c24effa14a83', 'GROUP', 'GROUP', 'toBeDeleted09146bec', '0194459d-7801-78e4-9abd-9907248a147c', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=toBeDeleted09146bec,ou=groups,o=isp"]},{"name":"cn","value":["toBeDeleted09146bec"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7860-71e3-91f4-c1ce0347f3fa', 'GROUP', 'GROUP', 'räksmörgås49428572', '0194459d-784f-76b5-8782-aecc5895645e', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=räksmörgås49428572,ou=groups,o=isp"]},{"name":"cn","value":["räksmörgås49428572"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-792d-7da3-b0ab-6e1614b69d0a', 'GROUP', 'GROUP', 'lastGroupa562f065', '0194459d-7917-7be8-9e2b-dc56faec6d4c', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=lastGroupa562f065,ou=groups,o=isp"]},{"name":"cn","value":["lastGroupa562f065"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7a06-785f-9dbc-9557fbde834b', 'GROUP', 'GROUP', 'unlink5fd94976', '0194459d-79f4-74cd-8951-adc7683e9229', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=unlink5fd94976,ou=groups,o=isp"]},{"name":"cn","value":["unlink5fd94976"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7a4a-7baa-8a12-b2a77ba8b834', 'GROUP', 'GROUP', 'latestGroupdc4cd885fec333f2', '0194459d-7a3b-7d21-acbf-d84815a0e64d', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=latestGroupdc4cd885fec333f2,ou=groups,o=isp"]},{"name":"cn","value":["latestGroupdc4cd885fec333f2"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7a6c-70ae-b7e9-e5c0f88c8f99', 'GROUP', 'GROUP', 'finalGroup093df416', '0194459d-7a3b-7d21-acbf-d84815a0e64d', '__GROUP__', 'latestGroupdc4cd885fec333f2', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=finalGroup093df416,ou=groups,o=isp"]},{"name":"cn","value":["finalGroup093df416"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7a9e-75d6-8126-e9913b340951', 'GROUP', 'GROUP', 'issueSYNCOPE1467', '0194459d-7a8f-7716-9061-6b9068e3ec26', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=issueSYNCOPE1467,ou=groups,o=isp"]},{"name":"cn","value":["issueSYNCOPE1467"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7aca-7ca4-a2e4-762e8e0f4d07', 'GROUP', 'GROUP', 'fixedSYNCOPE1467', '0194459d-7a8f-7716-9061-6b9068e3ec26', '__GROUP__', 'issueSYNCOPE1467', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=fixedSYNCOPE1467,ou=groups,o=isp"]},{"name":"cn","value":["fixedSYNCOPE1467"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7af3-7ed3-acb6-88a4a9a721a6', 'GROUP', 'GROUP', 'fixedSYNCOPE1467', '0194459d-7a8f-7716-9061-6b9068e3ec26', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=fixedSYNCOPE1467,ou=groups,o=isp"]},{"name":"cn","value":["fixedSYNCOPE1467"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7b6c-7049-bbf9-b5857ecfbc18', 'GROUP', 'GROUP', 'provision337017f2', '0194459d-7b3f-78b1-b2bd-ca1bae6843ea', '__GROUP__', NULL, 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=provision337017f2,ou=groups,o=isp"]},{"name":"cn","value":["provision337017f2"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7ba0-7b7c-a3c6-5885e6604d78', 'GROUP', 'GROUP', 'unassignd1e424a6', '0194459d-7b92-7a7c-a85e-f63059a4b0fd', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=unassignd1e424a6,ou=groups,o=isp"]},{"name":"cn","value":["unassignd1e424a6"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7bca-76d4-8f36-345b17bfb5bc', 'GROUP', 'GROUP', 'unassignd1e424a6', '0194459d-7b92-7a7c-a85e-f63059a4b0fd', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=unassignd1e424a6,ou=groups,o=isp"]},{"name":"cn","value":["unassignd1e424a6"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7d3e-7f4b-8938-99fec64b4e89', 'GROUP', 'GROUP', 'syncope7145ffa12a1', '0194459d-7d2f-7582-876b-e0f49a121d37', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":["first"]},{"name":"__NAME__","value":["cn=syncope7145ffa12a1,ou=groups,o=isp"]},{"name":"cn","value":["syncope7145ffa12a1"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7d5f-7f6e-86d2-5ea783c0e57c', 'GROUP', 'GROUP', 'syncope7145ffa12a1', '0194459d-7d2f-7582-876b-e0f49a121d37', '__GROUP__', 'syncope7145ffa12a1', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":["second"]},{"name":"cn","value":["syncope7145ffa12a1"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7d95-796d-8323-c6384b859d18', 'GROUP', 'GROUP', 'syncope7145ffa12a1', '0194459d-7d2f-7582-876b-e0f49a121d37', '__GROUP__', 'syncope7145ffa12a1', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":["third"]},{"name":"cn","value":["syncope7145ffa12a1"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7dd2-71c4-8498-83cd370f63ea', 'GROUP', 'GROUP', 'syncope7145ffa12a1', '0194459d-7d2f-7582-876b-e0f49a121d37', '__GROUP__', 'syncope7145ffa12a1', 'UPDATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":["fourth"]},{"name":"cn","value":["syncope7145ffa12a1"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7f57-70cd-9b04-6b470c3f2e89', 'GROUP', 'GROUP', 'forProvisionc11053a9', '0194459d-7f0c-7027-8030-3780651d3519', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=forProvisionc11053a9,ou=groups,o=isp"]},{"name":"cn","value":["forProvisionc11053a9"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-7fc9-78ba-ad7a-b321723fd8d0', 'USER', 'USER', '810c9976forProvision@syncope.apache.org', '0194459d-7f18-7f96-990f-c3e0f9e184c5', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"WX23NOWEGdrZiyMDNM4rbg==","base64SHA1Hash":"VBZhtEq/W61glbSqVCKf3+sUuiE="}]},{"name":"ldapGroups","value":["cn=forProvisionc11053a9,ou=groups,o=isp"]},{"name":"mail","value":["810c9976forProvision@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=810c9976forProvision@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["810c9976forProvision@syncope.apache.org"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-83cc-7731-92ef-c49898fc6ab4', 'USER', 'USER', '810c9976forProvision@syncope.apache.org', '0194459d-7f18-7f96-990f-c3e0f9e184c5', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":["cn=forProvisionc11053a9,ou=groups,o=isp"]},{"name":"mail","value":["810c9976forProvision@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["810c9976forProvision@syncope.apache.org"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-84f0-7c83-affa-05e4e4ecc5e8', 'GROUP', 'GROUP', 'encryptedb2a20e54', '0194459d-84df-70c4-94af-32fbf08eb9e1', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=encryptedb2a20e54,ou=groups,o=isp"]},{"name":"cn","value":["encryptedb2a20e54"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-8913-7fcb-9c2c-c14edc75fab4', 'USER', 'USER', 'test6', '0194459e-8582-7d68-ae68-fa6f38cdc633', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test6"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459d-8569-7e29-908d-be2e99f2d0f3', 'GROUP', 'GROUP', 'deprovision68391c91', '0194459d-8534-7d83-a974-42176d3d6ab5', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=deprovision68391c91,ou=groups,o=isp"]},{"name":"cn","value":["deprovision68391c91"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-8588-7176-a28f-84920d07b815', 'GROUP', 'GROUP', 'deprovision68391c91', '0194459d-8534-7d83-a974-42176d3d6ab5', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=deprovision68391c91,ou=groups,o=isp"]},{"name":"cn","value":["deprovision68391c91"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-a419-759c-9e66-ce050920e087', 'USER', 'USER', '198b4802-f5f0-4121-80ee-af952feb2274', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["Vivaldi"]},{"name":"username","value":["vivaldi"]},{"name":"firstName","value":["Antonio"]},{"name":"__NAME__","value":["198b4802-f5f0-4121-80ee-af952feb2274"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-a513-7c83-b831-d968eaaf0dde', 'USER', 'USER', '7f2c70e1-01d5-4baf-a4b4-583aa5804508', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["Vivaldi"]},{"name":"username","value":["vivaldi"]},{"name":"firstName","value":["Antonio"]},{"name":"__NAME__","value":["7f2c70e1-01d5-4baf-a4b4-583aa5804508"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-a647-714b-8874-f5c0bb126ec2', 'USER', 'USER', 'fe153fea-11ba-43cd-bd64-eb3d75bbd5f4', '0194459d-a535-755d-b9d6-2a374d209a2a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["linkedAccount59765@syncope.apache.org"]},{"name":"firstName","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__NAME__","value":["fe153fea-11ba-43cd-bd64-eb3d75bbd5f4"]},{"name":"email","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-ac34-71cc-8130-3a46506b3dc2', 'USER', 'USER', 'fe153fea-11ba-43cd-bd64-eb3d75bbd5f4', '0194459d-a535-755d-b9d6-2a374d209a2a', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["linkedAccount59765@syncope.apache.org"]},{"name":"firstName","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__NAME__","value":["fe153fea-11ba-43cd-bd64-eb3d75bbd5f4"]},{"name":"email","value":["linkedAccount59765@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459d-ac71-774c-ac10-4c9ce5eeed22', 'USER', 'USER', 'uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp', '0194459d-ac4c-73f2-8188-9b7bfb247f50', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount14074@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount14074@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["LINKED_SURNAME"]},{"name":"cn","value":["uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-accc-79fe-b383-b22f7ebe8c6c', 'USER', 'USER', 'uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp', '0194459d-ac4c-73f2-8188-9b7bfb247f50', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["UPDATED_EMAIL@syncope.apache.org","linkedAccount14074@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["UPDATED_SURNAME"]},{"name":"cn","value":["uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-ad07-74f6-b123-4ff53fd23d38', 'USER', 'USER', 'uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp', '0194459d-ac4c-73f2-8188-9b7bfb247f50', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["linkedAccount14074@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount14074@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["uid=linkedAccount14074@syncope.apache.org,ou=People,o=isp"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-ad6d-767d-ab8a-fafb5c2f9815', 'USER', 'USER', 'uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp', '0194459d-ad19-7959-8a6e-397e6456eb5e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"6FTjitDlRmgqascf0DfIPA==","base64SHA1Hash":"zUNzbDlsHKoYtFSMp8TS8EMW9D0="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount85203@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount85203@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-e85f-7f73-a516-9b9f0a66c34d', 'USER', 'USER', '28e43412notificationtest@syncope.apache.org', '0194459d-e84c-707c-8d86-b48828baa227', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["28e43412notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-adda-7ea1-a505-6cc483e0b32a', 'USER', 'USER', 'uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp', '0194459d-ad19-7959-8a6e-397e6456eb5e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"YwYGEQSDYiTlIxJJqDw/eg==","base64SHA1Hash":"cPoge9VSZUGOvSnc76dknTzl4y4="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount85203@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-ae27-7b74-b55f-375188d36ff0', 'USER', 'USER', 'uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp', '0194459d-ad19-7959-8a6e-397e6456eb5e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"CJDtO9A/r+EZEy/DSgGwO+QOeiGRAhnyEU1pLtBmRiQ=","base64SHA1Hash":"5ovjfpegxHKmFKQ54XF6Eb+QeXo="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount85203@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-ae71-71f3-9d79-eeb412a938f9', 'USER', 'USER', 'uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp', '0194459d-ad19-7959-8a6e-397e6456eb5e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount85203@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["uid=linkedAccount85203@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-aeab-77c6-9505-5236201d58d8', 'USER', 'USER', 'firstAccountOflinkedAccount58321@syncope.apache.org', '0194459d-ae89-71ca-b29c-e4c4749fa0f4', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount58321@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount58321@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["LINKED_SURNAME"]},{"name":"cn","value":["firstAccountOflinkedAccount58321@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-aef9-78a4-8414-3f642115e8a9', 'USER', 'USER', 'firstAccountOflinkedAccount58321@syncope.apache.org', '0194459d-ae89-71ca-b29c-e4c4749fa0f4', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["UPDATED_EMAIL@syncope.apache.org","linkedAccount58321@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["UPDATED_SURNAME"]},{"name":"cn","value":["firstAccountOflinkedAccount58321@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-af3c-74f2-9478-12dce8db1cab', 'USER', 'USER', 'firstAccountOflinkedAccount58321@syncope.apache.org', '0194459d-ae89-71ca-b29c-e4c4749fa0f4', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["linkedAccount58321@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount58321@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["firstAccountOflinkedAccount58321@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-afe6-7527-acb6-1b35a0253fa9', 'USER', 'USER', 'uid=linkedAccount47067@syncope.apache.org,ou=People,o=isp', '0194459d-af7b-7bc4-a9ce-2a9d838c1222', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"YwYGEQSDYiTlIxJJqDw/eg==","base64SHA1Hash":"cPoge9VSZUGOvSnc76dknTzl4y4="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["linkedAccount47067@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=linkedAccount47067@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["LINKED_SURNAME"]},{"name":"cn","value":["uid=linkedAccount47067@syncope.apache.org,ou=People,o=isp"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459d-f0d0-7e74-b096-12b0d9b7c741', 'USER', 'USER', '0266a4d7notificationtest@syncope.apache.org', '0194459d-f0bf-7366-a35e-27b698c42a96', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["0266a4d7notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459d-fda2-70da-8a93-52d2509bc0e1', 'USER', 'USER', 'a129b4c4notificationtest@syncope.apache.org', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["a129b4c4notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459e-0a76-719b-ad41-aae815a148aa', 'USER', 'USER', '7439c502notificationtest@syncope.apache.org', '0194459e-0a60-7abb-80bf-857897ecabee', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["7439c502notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459e-1367-783a-9f72-bab8ec130ad9', 'USER', 'USER', 'e96e54c2notificationtest@syncope.apache.org', '0194459e-1343-72a1-9867-9f845777dbbb', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["e96e54c2notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('1e697572-b896-484c-ae7f-0c8f63fcbc6c', NULL, 'USER', NULL, '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["userId"]},{"name":"fullname","value":["fullname"]},{"name":"type","value":["type"]}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459e-4421-7c70-a0fe-732a1efbf4d1', 'PRINTER', 'ANY_OBJECT', '0194459e-3b35-7884-a222-3cd2da25cbe3', '0194459e-3b35-7884-a222-3cd2da25cbe3', '__PRINTER__', NULL, 'DELETE', '{"attributes":[{"name":"LOCATION","value":["ppOptimizeToDB08b91bef"]},{"name":"paperformat","value":["format1","format3"]},{"name":"PRINTERNAME","value":["ppOptimizeToDBe0b121b9"]},{"name":"__NAME__","value":["0194459e-3b35-7884-a222-3cd2da25cbe3"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459e-446b-7b2f-a12f-003f43f28ed5', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=948bc7f3xxxyyy@xxx.xxx,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-44b4-79dc-adb8-5077f54fc6aa', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["948bc7f3xxxyyy@xxx.xxx","test13e951770@test.com"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-44f6-7d8c-852f-d75663ee98d2', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["test715d31361@test.com","948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-4545-75c1-9908-1c72384e4a78', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["948bc7f3xxxyyy@xxx.xxx","test2ee0de882@test.com"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-458a-75dd-b6ef-4c7edae72b21', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["test2a718b4c3@test.com","948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-45d2-7696-a7bd-93c8efb44811', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["948bc7f3xxxyyy@xxx.xxx","test020bc43e4@test.com"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-462a-76ca-b494-85aa5be8a03a', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["test8cba2f085@test.com","948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-4672-74f8-99ed-dbac2abf8dba', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["948bc7f3xxxyyy@xxx.xxx","testaf78038e6@test.com"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-4b87-7065-b29d-90c7bcd98792', 'PRINTER', 'ANY_OBJECT', '0194459e-4b45-79ee-bde8-1a04b4195628', '0194459e-4b45-79ee-bde8-1a04b4195628', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["propagationJEXLTransformer00a4d66ba6c4eb4b"]},{"name":"PRINTERNAME","value":["propagationJEXLTransformer0439acd2"]},{"name":"__NAME__","value":["0194459e-4b45-79ee-bde8-1a04b4195628"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459e-46ab-7dd4-aa38-027f761ecc3a', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["teste48303b77@test.com","948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-46e5-715e-8ae6-0214efe6d2cf', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', '948bc7f3xxxyyy@xxx.xxx', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["testddd2bc3e8@test.com","948bc7f3xxxyyy@xxx.xxx"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-4ab9-7f85-b7cb-86ac15e148f4', 'GROUP', 'GROUP', 'SYNCOPEGROUP1751-b5cdfa42', '0194459e-4aa4-7e91-8199-c1157c1e4ed1', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=SYNCOPEGROUP1751-b5cdfa42,ou=groups,o=isp"]},{"name":"cn","value":["SYNCOPEGROUP1751-b5cdfa42"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-4b15-7006-bf59-d710343031b0', 'USER', 'USER', 'SYNCOPEUSER1751385acddd', '0194459e-4ac2-76ec-9eb4-938f476a79c6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"ievpO5YUhQUSsW7mg0+aRA==","base64SHA1Hash":"TibPsCffavSzRDcjeVnSmcIIC2w="}]},{"name":"ldapGroups","value":["cn=SYNCOPEGROUP1751-b5cdfa42,ou=groups,o=isp"]},{"name":"mail","value":["SYNCOPEUSER1751385acddd@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=SYNCOPEUSER1751385acddd,ou=people,o=isp"]},{"name":"sn","value":["SYNCOPEUSER1751385acddd"]},{"name":"cn","value":["SYNCOPEUSER1751385acddd"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-74a5-7221-915e-50083fc03500', 'GROUP', 'GROUP', 'propagationPolicyOptimizeToLDAP53f94f4f', '0194459e-7498-7284-a3d1-4f5eef6eb5c4', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=propagationPolicyOptimizeToLDAP53f94f4f,ou=groups,o=isp"]},{"name":"cn","value":["propagationPolicyOptimizeToLDAP53f94f4f"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-0b82-76a3-a54c-e0d96fd1e4da', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation2');
+INSERT INTO propagationtask VALUES ('0194459e-74be-7d32-87b9-40fc4d767c1c', 'GROUP', 'GROUP', 'propagationPolicyOptimizeToLDAP326aeda8', '0194459e-74b1-7f71-8830-859a2abb6ba3', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=propagationPolicyOptimizeToLDAP326aeda8,ou=groups,o=isp"]},{"name":"cn","value":["propagationPolicyOptimizeToLDAP326aeda8"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-a0db-7b78-8482-e8e67795a038', 'USER', 'USER', 'fixed', '0194459e-74cc-768a-bfdc-3ff498eaaeaf', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a806-7c97-b8e7-2c46ef4f5c80', 'USER', 'USER', 'fixed', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["testddd2bc3e8@test.com"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a8c0-7e96-9fb8-725dd2a45317', 'USER', 'USER', 'fixed', '0194459e-74cc-768a-bfdc-3ff498eaaeaf', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a944-7a2b-9949-eb018ecd8805', 'USER', 'USER', 'fixed', '0194459e-a15b-7823-821a-fc35edb20309', '__ACCOUNT__', 'fixed', 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["Surname"]},{"name":"USERNAME","value":["pullFromLDAP"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["pullFromLDAP2@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-b5d0-7970-b595-79695b8c8036', 'PRINTER', 'ANY_OBJECT', '0194459e-b56a-7174-ab73-a86c989014b7', '0194459e-b56a-7174-ab73-a86c989014b7', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["PREFIX_pulle8c57f8a"]},{"name":"PRINTERNAME","value":["pull52899617"]},{"name":"__NAME__","value":["0194459e-b56a-7174-ab73-a86c989014b7"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459e-8a81-7701-87cd-4a7602ee72f3', 'USER', 'USER', '0194459e-89ad-7853-a387-08fd50cf8c8a', '0194459e-89ad-7853-a387-08fd50cf8c8a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["virtualvalue"]},{"name":"__NAME__","value":["0194459e-89ad-7853-a387-08fd50cf8c8a"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('0194459e-9f91-7a0d-abe9-3f6120bf69c4', 'USER', 'USER', 'fixed', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-9fd4-7652-8ca0-d9faca56bf91', 'USER', 'USER', 'fixed', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["testddd2bc3e8@test.com"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a07c-77de-ac4a-b9f751422973', 'USER', 'USER', 'fixed', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a15c-7a4f-b751-4487428f773f', 'USER', 'USER', 'fixed', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["new4a2318c2"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a188-7cd3-8787-ef48d14b8161', 'USER', 'USER', 'fixed', '0194459e-a15b-7823-821a-fc35edb20309', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"SURNAME","value":["Surname"]},{"name":"USERNAME","value":["pullFromLDAP"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["pullFromLDAP@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a7b7-7d6a-a7da-54b021c7070c', 'USER', 'USER', 'fixed', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a839-7c41-8df7-c746392dd58b', 'USER', 'USER', 'fixed', '0194459e-4977-7dc4-9a91-210bb7815ddd', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a874-7770-9d53-aac5e46e996e', 'USER', 'USER', 'fixed', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a910-7d6c-bd6d-96aaf8d16ab1', 'USER', 'USER', 'fixed', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["new4a2318c2"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a97e-7f31-82fc-d9002f9d98c7', 'USER', 'USER', 'fixed', '0194459e-4ac2-76ec-9eb4-938f476a79c6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"USERNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["SYNCOPEUSER1751385acddd@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abb1-7494-bf9d-e2f95f6ff4e9', 'USER', 'USER', 'fixed', '0194459e-4ac2-76ec-9eb4-938f476a79c6', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"USERNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["SYNCOPEUSER1751385acddd@syncope.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abbf-7ba6-bd92-a6bab945e26b', 'USER', 'USER', 'fixed', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-4cde-7a8a-a96c-5e646ca0f203', 'PRINTER', 'ANY_OBJECT', '0194459e-4c99-757f-91f8-e630c2b6f6fc', '0194459e-4c99-757f-91f8-e630c2b6f6fc', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["propagationPolicyebf2009a"]},{"name":"PRINTERNAME","value":["propagationPolicy8099df47"]},{"name":"__NAME__","value":["0194459e-4c99-757f-91f8-e630c2b6f6fc"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459e-8398-7e49-b4c5-c48e5981072f', 'USER', 'USER', '830fba98syncope272@syncope.apache.org', '0194459e-837a-77f3-938c-3adcbc595289', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["830fba98syncope272@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-84c4-7b74-9d87-48e7d8b99656', 'USER', 'USER', 'test0', '0194459e-848f-7098-84de-849fd41e567b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Qc08lE3+OoBgKLpTKW0faw==","base64SHA1Hash":"iKl3kC8HrL5+LRPUkLpo1KQdCkg="}]},{"name":"__NAME__","value":["test0"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-84f9-7d5c-adf0-52b1120c2ce6', 'USER', 'USER', 'test1', '0194459e-84c8-7cfe-a23d-4bf9bc1babc5', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"K1/AssB6SRa8PUTHS5l1Cw==","base64SHA1Hash":"uWRU3kt0G07LZ3G12SQKHdjEYKE="}]},{"name":"__NAME__","value":["test1"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-851c-7587-9edf-c9006c524144', 'USER', 'USER', 'test2', '0194459e-84f2-7816-89b1-e889709d523c', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"ntKwSuHkkbU0hPFk1p9jdA==","base64SHA1Hash":"EBZ/wx6Wi4zDnvUCu5pbuS46jRU="}]},{"name":"__NAME__","value":["test2"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-853c-7b38-94bf-e680e56cd3b5', 'USER', 'USER', 'test3', '0194459e-8516-75af-a6a1-7462c04fbe70', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"duiAFDFhtaipsGDHAVsnGQ==","base64SHA1Hash":"sL4n0zmq+IcrazRO6onWo4zkEZU="}]},{"name":"__NAME__","value":["test3"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8562-71b3-8d9c-fa6b585212af', 'USER', 'USER', 'test4', '0194459e-8538-7352-a8d9-806d92b0069a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"a3ZpiheaiOD8ZhKxZzNmjg==","base64SHA1Hash":"+JVk4kTGHq5QhhHDpxNf0LQLQYA="}]},{"name":"__NAME__","value":["test4"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-858a-78cb-84aa-18cef9742a68', 'USER', 'USER', 'test5', '0194459e-8561-7450-bd4d-0c0b2a4ce4ea', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Gyr8TRmHIhA1n+JE/QpoPA==","base64SHA1Hash":"HxM+mbdtnFYDQ9pknOIMKKW8bnQ="}]},{"name":"__NAME__","value":["test5"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-85aa-788c-a242-76de93776e61', 'USER', 'USER', 'test6', '0194459e-8582-7d68-ae68-fa6f38cdc633', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"noOiP8hz3ZefQeqBGZIrrw==","base64SHA1Hash":"NiR/CBNgTrq+mbiyu4zj/dS3mZU="}]},{"name":"__NAME__","value":["test6"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-85c7-7bfe-a1f9-a8926742d9c9', 'USER', 'USER', 'test7', '0194459e-85a0-7f9e-916d-59e3bd7fbd94', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"DGjEYlayfjtfc9KmNjfkIw==","base64SHA1Hash":"RVu6hNO0uTD+0OefMQ6W5c/ZJPw="}]},{"name":"__NAME__","value":["test7"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-85e5-74a2-8122-2d0dca12a7fa', 'USER', 'USER', 'test8', '0194459e-85c1-70b0-b735-74e1d5040e54', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"RgluwsYg06v8QjhL+rDwqg==","base64SHA1Hash":"3n2ynTCnaSzj36UnFhyVIx4JWN0="}]},{"name":"__NAME__","value":["test8"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8603-7536-9f95-de32a97aa0f0', 'USER', 'USER', 'test9', '0194459e-85e1-7182-bef7-18f55672463c', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"LRu1awqmVErRm1+xidLiAA==","base64SHA1Hash":"nPVJcATGs40KP+OpV4FuNJ/r/s8="}]},{"name":"__NAME__","value":["test9"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-87e1-73ef-acb2-689067c32b54', 'USER', 'USER', 'test0', '0194459e-848f-7098-84de-849fd41e567b', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test0"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8814-7906-ac77-2efcce432883', 'USER', 'USER', 'test1', '0194459e-84c8-7cfe-a23d-4bf9bc1babc5', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test1"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8853-7fc3-ad4c-e588578b641c', 'USER', 'USER', 'test2', '0194459e-84f2-7816-89b1-e889709d523c', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test2"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8883-7291-b8b9-c3cee1e80e13', 'USER', 'USER', 'test3', '0194459e-8516-75af-a6a1-7462c04fbe70', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test3"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-88b2-7376-8e78-6302096515d5', 'USER', 'USER', 'test4', '0194459e-8538-7352-a8d9-806d92b0069a', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test4"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-88e4-7821-a728-683f4589ebc1', 'USER', 'USER', 'test5', '0194459e-8561-7450-bd4d-0c0b2a4ce4ea', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test5"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8947-76f4-98a4-b61adecd7447', 'USER', 'USER', 'test7', '0194459e-85a0-7f9e-916d-59e3bd7fbd94', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test7"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8977-7fab-975c-b388cc7774ed', 'USER', 'USER', 'test8', '0194459e-85c1-70b0-b735-74e1d5040e54', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test8"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-89a0-7d91-8c77-9e96ddb8a8ae', 'USER', 'USER', 'test9', '0194459e-85e1-7182-bef7-18f55672463c', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test9"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-8aa0-76aa-a7ff-0ec942354f59', 'USER', 'USER', '95aa6ffbs307@apache.org', '0194459e-89ad-7853-a387-08fd50cf8c8a', '__ACCOUNT__', '95aa6ffbs307@apache.org', 'UPDATE', '{"attributes":[{"name":"surname","value":["cognome0"]},{"name":"__NAME__","value":["test0"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["test0"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459e-9238-7ac0-9951-14c0308d55fc', 'USER', 'USER', 'b46f2359syncope313-db@syncope.apache.org', '0194459e-921b-7d51-b560-4bc623d72c44', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"+IZRJrKYQZJgScWwgRxS9g==","base64SHA1Hash":"16eHGe/yrGaLSPaFxfsaFlAheDk="}]},{"name":"__NAME__","value":["b46f2359syncope313-db@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-9ac4-7ad8-be03-ebe59622b927', 'USER', 'USER', 'b46f2359syncope313-db@syncope.apache.org', '0194459e-921b-7d51-b560-4bc623d72c44', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["b46f2359syncope313-db@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-a015-7721-aef1-75009cf04bf8', 'USER', 'USER', 'fixed', '0194459e-4977-7dc4-9a91-210bb7815ddd', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-a1d1-78fa-b548-2b492665f519', 'USER', 'USER', 'fixed', '0194459e-4ac2-76ec-9eb4-938f476a79c6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"SURNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"USERNAME","value":["SYNCOPEUSER1751385acddd"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["SYNCOPEUSER1751385acddd@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abbc-79d0-b447-ca0f489e7c71', 'USER', 'USER', 'fixed', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["new4a2318c2"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["4a9dedadforgroupownership2@syncope.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abb8-7a9e-86ce-f4f4a38d4c48', 'USER', 'USER', 'fixed', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abc8-7f70-bd52-1c11ccdcbf49', 'USER', 'USER', 'fixed', '0194459e-4977-7dc4-9a91-210bb7815ddd', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abb8-7a9e-86ce-f4f4a38d4c49', 'USER', 'USER', 'fixed', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["testddd2bc3e8@test.com"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abb8-7a9e-86ce-f4f4a38d4c4a', 'USER', 'USER', 'fixed', '0194459e-a15b-7823-821a-fc35edb20309', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["Surname"]},{"name":"USERNAME","value":["pullFromLDAP"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["pullFromLDAP2@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-abc3-7e3a-9597-d9701caa634a', 'USER', 'USER', 'fixed', '0194459e-74cc-768a-bfdc-3ff498eaaeaf', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["surname"]},{"name":"USERNAME","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__NAME__","value":["fixed"]},{"name":"EMAIL","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('0194459e-ba8f-7042-a4aa-77ad142c721b', 'USER', 'USER', '0194459e-89ad-7853-a387-08fd50cf8c8a', '0194459e-89ad-7853-a387-08fd50cf8c8a', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["0194459e-89ad-7853-a387-08fd50cf8c8a"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('0194459e-bb6d-7124-a877-7ddb7f71576d', 'USER', 'USER', 'test0', '0194459e-bb3e-7807-90a0-dba11c397dd2', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Qc08lE3+OoBgKLpTKW0faw==","base64SHA1Hash":"iKl3kC8HrL5+LRPUkLpo1KQdCkg="}]},{"name":"__NAME__","value":["test0"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bb95-7a10-a15b-21739136675f', 'USER', 'USER', 'test1', '0194459e-bb67-7331-8477-5a11bd06935b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"K1/AssB6SRa8PUTHS5l1Cw==","base64SHA1Hash":"uWRU3kt0G07LZ3G12SQKHdjEYKE="}]},{"name":"__NAME__","value":["test1"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bbc1-7a3f-b535-01e26ee121ca', 'USER', 'USER', 'test3', '0194459e-bb99-7506-bea1-f486fd75990f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"duiAFDFhtaipsGDHAVsnGQ==","base64SHA1Hash":"sL4n0zmq+IcrazRO6onWo4zkEZU="}]},{"name":"__NAME__","value":["test3"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bbea-7558-a345-4ff328df4da1', 'USER', 'USER', 'test4', '0194459e-bbc2-7391-b677-62bf01d07377', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"a3ZpiheaiOD8ZhKxZzNmjg==","base64SHA1Hash":"+JVk4kTGHq5QhhHDpxNf0LQLQYA="}]},{"name":"__NAME__","value":["test4"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bc19-775f-a237-534423b75486', 'USER', 'USER', 'test5', '0194459e-bbe8-7b6e-a02d-4cdddc57cc41', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Gyr8TRmHIhA1n+JE/QpoPA==","base64SHA1Hash":"HxM+mbdtnFYDQ9pknOIMKKW8bnQ="}]},{"name":"__NAME__","value":["test5"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bc46-714f-80f5-6d34e0d3db31', 'USER', 'USER', 'test6', '0194459e-bc0f-79fc-a17e-6248b3e057a2', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"noOiP8hz3ZefQeqBGZIrrw==","base64SHA1Hash":"NiR/CBNgTrq+mbiyu4zj/dS3mZU="}]},{"name":"__NAME__","value":["test6"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bc71-7125-ba49-ab2d43a1abe6', 'USER', 'USER', 'test7', '0194459e-bc3e-7fc8-850a-460f836f7876', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"DGjEYlayfjtfc9KmNjfkIw==","base64SHA1Hash":"RVu6hNO0uTD+0OefMQ6W5c/ZJPw="}]},{"name":"__NAME__","value":["test7"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bca2-75f3-98f1-510254ec50be', 'USER', 'USER', 'test8', '0194459e-bc6d-735f-ab3e-c41ec591174b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"RgluwsYg06v8QjhL+rDwqg==","base64SHA1Hash":"3n2ynTCnaSzj36UnFhyVIx4JWN0="}]},{"name":"__NAME__","value":["test8"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bce3-7d13-beb5-c344570f337d', 'USER', 'USER', 'test9', '0194459e-bace-7bad-ae75-b4b5b7ecfc25', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"LRu1awqmVErRm1+xidLiAA==","base64SHA1Hash":"nPVJcATGs40KP+OpV4FuNJ/r/s8="}]},{"name":"__NAME__","value":["test9"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-bcf4-7b1e-825d-70e74d569337', 'USER', 'USER', '0', '0194459e-bace-7bad-ae75-b4b5b7ecfc25', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"LRu1awqmVErRm1+xidLiAA==","base64SHA1Hash":"nPVJcATGs40KP+OpV4FuNJ/r/s8="}]},{"name":"surname","value":["cognome9"]},{"name":"__NAME__","value":["0"]},{"name":"type","value":["TYPE_OTHER"]},{"name":"fullname","value":["0"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459e-cf51-7d11-b5d9-8fa773abedd5', 'USER', 'USER', 'test0', '0194459e-bb3e-7807-90a0-dba11c397dd2', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test0"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-cf95-7486-b87c-c09a6a5d9314', 'USER', 'USER', 'test1', '0194459e-bb67-7331-8477-5a11bd06935b', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test1"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-cfe3-7812-acc2-bb52959bc195', 'USER', 'USER', 'test3', '0194459e-bb99-7506-bea1-f486fd75990f', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test3"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d01d-7c1d-a897-3ea8b159ec88', 'USER', 'USER', 'test4', '0194459e-bbc2-7391-b677-62bf01d07377', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test4"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d05b-7e5e-a63c-14be42b62f71', 'USER', 'USER', 'test5', '0194459e-bbe8-7b6e-a02d-4cdddc57cc41', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test5"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d09a-7d0d-995b-36b6a57f4450', 'USER', 'USER', 'test6', '0194459e-bc0f-79fc-a17e-6248b3e057a2', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test6"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d120-7a2e-9b93-ad4e19244a9c', 'USER', 'USER', 'test8', '0194459e-bc6d-735f-ab3e-c41ec591174b', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test8"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d0d6-7c85-be19-22a9bb564e57', 'USER', 'USER', 'test7', '0194459e-bc3e-7fc8-850a-460f836f7876', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test7"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-d16b-7c4e-a8df-f8048c6ef16d', 'USER', 'USER', 'test9', '0194459e-bace-7bad-ae75-b4b5b7ecfc25', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["test9"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459e-dfad-7d7c-8493-2dc699c2eed9', 'USER', 'USER', '3668f9e0privilege@syncope.apache.org', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-e009-7ca1-860d-a30cbe07018d', 'USER', 'USER', 'd4bdd5d8syncope1567@syncope.apache.org', '0194459e-4977-7dc4-9a91-210bb7815ddd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-90f2-7596-ba9c-53fabd7ce90c', 'GROUP', 'GROUP', 'noContentbed08432', '0194459f-9091-7bea-b4bf-af2e7bcf57e5', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=noContentbed08432,ou=groups,o=isp"]},{"name":"cn","value":["noContentbed08432"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f21f-7249-a380-3cd87107f949', 'USER', 'USER', 'pullFromLDAP_00', '0194459e-ee8e-7e6f-89cf-822a4500cac6', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_00@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_00,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_00"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f255-74f5-9111-8c91e8501053', 'USER', 'USER', 'pullFromLDAP_01', '0194459e-eeb4-7ec9-96a0-5b4e576af09d', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_01@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_01,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_01"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f286-7fd9-81fd-485a49b33845', 'USER', 'USER', 'pullFromLDAP_02', '0194459e-eeba-7645-b78d-508c66f1cdd2', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_02@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_02,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_02"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f2b9-7317-9d37-4cbb22f09d27', 'USER', 'USER', 'pullFromLDAP_03', '0194459e-eed6-716f-a6e0-24d1e9ccf9df', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_03@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_03,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_03"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f2f1-7e8a-9ee6-84dc8eb304ad', 'USER', 'USER', 'pullFromLDAP_04', '0194459e-eedd-74bc-9230-456400a49285', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_04@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_04,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_04"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f31e-75e1-bbc5-9dba9768a00a', 'USER', 'USER', 'pullFromLDAP_05', '0194459e-eef9-7e1d-8ff1-b168db4afd3e', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_05@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_05,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_05"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f347-71e0-bd28-2debdc0d1cd6', 'USER', 'USER', 'pullFromLDAP_06', '0194459e-ef02-7278-8637-031ce8e5c14f', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_06@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_06,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_06"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f36f-7d5c-b2ba-e70a9d22edec', 'USER', 'USER', 'pullFromLDAP_07', '0194459e-ef1d-771f-9282-01ad70c20c6a', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_07@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_07,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_07"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f395-739d-b9d2-7f114fe9b521', 'USER', 'USER', 'pullFromLDAP_08', '0194459e-ef24-7baf-906f-1f6ac5325e55', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_08@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_08,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_08"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-0b85-7105-8878-bb733ed48a7f', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation4');
+INSERT INTO propagationtask VALUES ('0194459e-f3bd-7376-890e-8d9ae9500d03', 'USER', 'USER', 'pullFromLDAP_09', '0194459e-ef46-7695-9f32-3c5ff2effc1f', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_09@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_09,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_09"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f3d9-7e97-b06b-7cf405c7a97a', 'USER', 'USER', 'pullFromLDAP_10', '0194459e-ef50-7445-9c48-799bee452fc6', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_10@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_10,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_10"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f3f7-7243-9d75-835cd97b0d37', 'USER', 'USER', 'pullFromLDAP_11', '0194459e-ef6d-7536-a9d4-c1c109bba519', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_11@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_11,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_11"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f412-79d8-881a-51a06bf47e93', 'USER', 'USER', 'pullFromLDAP_12', '0194459e-ef75-7e69-899a-d5a525292ea9', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_12@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_12,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_12"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f431-76f1-a4da-3c2719115a40', 'USER', 'USER', 'pullFromLDAP_13', '0194459e-ef8d-7336-bb4e-33f854dcf998', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_13@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_13,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_13"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f451-7c74-adb1-fed4ef620e69', 'USER', 'USER', 'pullFromLDAP_14', '0194459e-ef98-7a06-bb74-f612f86fb91e', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_14@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_14,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_14"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f472-71dc-819c-0e200d722530', 'USER', 'USER', 'pullFromLDAP_15', '0194459e-efab-703c-adfb-8db26e3629bd', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_15@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_15,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_15"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f494-70f9-bde0-eaf6c8d30117', 'USER', 'USER', 'pullFromLDAP_16', '0194459e-efbe-75f0-89df-86da32054abc', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_16@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_16,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_16"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f4af-7b73-b4e1-dc6363b9db57', 'USER', 'USER', 'pullFromLDAP_17', '0194459e-efcd-7bea-9ffd-907e553e7429', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_17@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_17,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_17"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f4cc-758e-9f69-705f1ff38f4a', 'USER', 'USER', 'pullFromLDAP_18', '0194459e-efe4-7d76-b5e3-111972372706', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_18@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_18,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_18"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459e-f4ec-7b76-990d-fa11cd3a7c5c', 'USER', 'USER', 'pullFromLDAP_19', '0194459e-efee-7c59-adc3-7708ddd2d9b4', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["pullFromLDAP_19@syncope.apache.org"]},{"name":"registeredAddress","value":["A2B65D6D7B49585C340751546759B84C079C17DD"]},{"name":"postalAddress","value":null},{"name":"title","value":["odd"]},{"name":"__NAME__","value":["uid=pullFromLDAP_19,ou=people,o=isp"]},{"name":"sn","value":["Surname"]},{"name":"cn","value":["pullFromLDAP_19"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-0b83-790e-b6c2-f8c2b94dd983', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459f-0c63-7165-b65b-22b6ae80ba52', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation3');
+INSERT INTO propagationtask VALUES ('0194459f-0c91-7c72-9f65-30af9f79acb2', 'USER', 'USER', 'Gioacchino Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["Gioacchino Rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation3');
+INSERT INTO propagationtask VALUES ('0194459f-0c92-77d8-99fb-3684f30f5395', 'USER', 'USER', 'Gioacchino Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["Gioacchino Rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation4');
+INSERT INTO propagationtask VALUES ('0194459f-0cd4-7751-8b3c-3a3bbdf0d4a3', 'USER', 'USER', 'Giuseppe Verdi', '74cd8ece-715a-44a4-a736-e17b46c4e7e6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["Giuseppe Verdi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation3');
+INSERT INTO propagationtask VALUES ('0194459f-1031-78f0-b076-b1c6752ad16d', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation2');
+INSERT INTO propagationtask VALUES ('0194459f-1031-78f0-b076-b1c6752ad16c', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation3');
+INSERT INTO propagationtask VALUES ('0194459f-1031-78f0-b076-b1c6752ad16e', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation4');
+INSERT INTO propagationtask VALUES ('0194459f-3064-7ac2-be53-5017affdccc4', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'rossini', 'DELETE', '{"attributes":[{"name":"__NAME__","value":["rossini"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-543d-768a-84ac-f8df6f4997e4', NULL, NULL, '15dd8c78-9f61-4c8f-9e24-d3c110267cfb', 'c5b75db1-fce7-470f-b780-3b9934d82a9d', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["even"]},{"name":"__NAME__","value":["ou=even,o=isp"]},{"name":"l","value":["/even"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5448-793c-a336-423a733f8b13', NULL, NULL, '15dd8c78-9f61-4c8f-9e24-d3c110267cfb', 'c5b75db1-fce7-470f-b780-3b9934d82a9d', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["even"]},{"name":"l","value":["/even"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5457-7d82-b109-902210ce0724', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"__NAME__","value":["ou=two,ou=even,o=isp"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-545e-7fe3-9280-aa4ad56f526a', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5475-7371-889a-93c021979ab4', NULL, NULL, '05b3fc78-ce62-41c8-b19d-458e8bb3724a', '722f3d84-9c2b-4525-8f6e-e4b82c55a36c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["odd"]},{"name":"l","value":["/odd"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-546e-746f-9995-d49db57fc270', NULL, NULL, '05b3fc78-ce62-41c8-b19d-458e8bb3724a', '722f3d84-9c2b-4525-8f6e-e4b82c55a36c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["odd"]},{"name":"__NAME__","value":["ou=odd,o=isp"]},{"name":"l","value":["/odd"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5486-7851-b842-79504c3e0ed2', NULL, NULL, 'e01a22ee-5465-4fa3-a7dd-183a11b27388', '0194459d-b150-7322-a530-02a310e10867', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["macro"]},{"name":"__NAME__","value":["ou=macro,ou=odd,o=isp"]},{"name":"l","value":["/odd/macro"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-548d-7eea-a83e-421d8986fd75', NULL, NULL, 'e01a22ee-5465-4fa3-a7dd-183a11b27388', '0194459d-b150-7322-a530-02a310e10867', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["macro"]},{"name":"l","value":["/odd/macro"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5884-7f1b-b2d2-1ef491535975', 'GROUP', 'GROUP', 'citizen', '29f96485-729e-4d31-88a1-6fc60e4677f3', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=citizen,ou=groups,o=isp"]},{"name":"cn","value":["citizen"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-5d15-73e8-98b8-9fdc29a4878b', 'USER', 'USER', '0266a4d7notificationtest@syncope.apache.org', '0194459d-f0bf-7366-a35e-27b698c42a96', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"AGMYnu5N4BuyBufqxtKJKg==","base64SHA1Hash":"BhfMQuIDGUHm9QlXMPkUjQyS0KQ="}]},{"name":"__NAME__","value":["0266a4d7notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-896f-7f53-86b9-33eed9244863', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"E4g4yIb5kwvss7CWhFtbJg==","base64SHA1Hash":"HnvIDRuedqGVjTwYN1ODKJdoENY="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["vivaldi@apache.org","vivaldi@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=vivaldi,ou=people,o=isp"]},{"name":"sn","value":["Vivaldi"]},{"name":"cn","value":["vivaldi"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-92b4-7426-ba7b-66aef3e70a49', NULL, NULL, '589faead-b77d-41da-85f6-34ac6cdf197f', '0194459f-92ab-78a3-ad27-a66298c13223', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["child"]},{"name":"__NAME__","value":["ou=child,ou=test,o=isp"]},{"name":"l","value":["/test/child"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-9350-7c99-bbc8-f80ebb94afa7', NULL, NULL, 'f6224ece-92d1-4409-b466-f4d2e7cc5246', '0194459f-9294-74ef-9ebc-7f7813205cfa', 'organizationalUnit', NULL, 'DELETE', '{"attributes":[{"name":"ou","value":["test"]},{"name":"__NAME__","value":["ou=test,o=isp"]},{"name":"l","value":["/test"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-d09a-707e-a72a-8a409060702e', 'GROUP', 'GROUP', 'groupd213aac2', '0194459f-d089-7830-9895-09487806d8b1', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupd213aac2,ou=groups,o=isp"]},{"name":"cn","value":["groupd213aac2"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-0cd6-7a5f-a4d3-ba60665415fa', 'USER', 'USER', 'Giuseppe Verdi', '74cd8ece-715a-44a4-a736-e17b46c4e7e6', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["Giuseppe Verdi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation4');
+INSERT INTO propagationtask VALUES ('0194459f-1032-7f1b-b140-1e8ddbc751a9', 'USER', 'USER', 'a type', '0194459f-0b6d-7119-ae7d-70d29a58dddf', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["a type"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459f-1122-761d-bbda-f7dc51131856', 'USER', 'USER', '7dcc23a1syncope313-ldap@syncope.apache.org', '0194459f-10ef-7b2e-a292-aeea174eb238', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"+IZRJrKYQZJgScWwgRxS9g==","base64SHA1Hash":"16eHGe/yrGaLSPaFxfsaFlAheDk="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["7dcc23a1syncope313-ldap@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=7dcc23a1syncope313-ldap@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["7dcc23a1syncope313-ldap@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-5d1c-775d-b916-32681f1e8fab', 'USER', 'USER', '13c210b5audit@syncope.org', '0194459c-37a3-7c0b-8dc4-c61eaf5a62a7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"TRtic93tLG15jwc6r+P25g==","base64SHA1Hash":"VQ6j9GCcah90RGlniFU2H/ggL/g="}]},{"name":"__NAME__","value":["13c210b5audit@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d48-7e57-8281-e639fc5b42fd', 'USER', 'USER', '1f1541e7checkFailedLogin@syncope.apache.org', '0194459d-4a39-78f1-8eb6-ade14ff93f7e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"+kQPf1BXzESgF1M9jYyDwQ==","base64SHA1Hash":"R9VqiYN62DLTuWLvhr0n3wCh3zg="}]},{"name":"__NAME__","value":["1f1541e7checkFailedLogin@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d86-7ff5-b4d8-13215fb15f6e', 'USER', 'USER', '4abc534bdelegated@syncope.apache.org', '0194459d-6c9d-7f2e-9a34-7b5065d5bb7d', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"75Pm6a3GAiw5eaHzEn3XvQ==","base64SHA1Hash":"/5+wn+ZSFp0TTIEc35w3Ba+EgSw="}]},{"name":"__NAME__","value":["4abc534bdelegated@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5dab-74cf-aba5-ef5508524966', 'USER', 'USER', '56f27bbanonmember@syncope.org', '0194459d-4828-71c7-9aa4-6621fe4f1b05', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"az2wj0lB49f08P0w84XWjQ==","base64SHA1Hash":"GDgkp074rY495xFbgBe2BIaFirc="}]},{"name":"__NAME__","value":["56f27bbanonmember@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5dd6-7341-b43d-6a9831931780', 'USER', 'USER', '5b6f04dcbatch@syncope.apache.org', '0194459d-566d-7a15-bd2f-5d392492b2b1', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"eTLA7q7RuuobzAKkx9mFyg==","base64SHA1Hash":"jmIeU138AWg0qEIrR8ZvjlvJEzk="}]},{"name":"__NAME__","value":["5b6f04dcbatch@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e01-7f77-9774-581aeb62ac2b', 'USER', 'USER', '69b0c9a7delegating@syncope.apache.org', '0194459d-6c84-7cb5-8d8f-8343769883ae', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"MblBwmOnznp65PqQIxk7KA==","base64SHA1Hash":"AtJLgQhtj0vDyl6TDgnDNLI8TQY="}]},{"name":"__NAME__","value":["69b0c9a7delegating@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e20-7d47-ae36-08a88ec7a7e0', 'USER', 'USER', '92fef1f5dynRealmAdmin@apache.org', '0194459d-6ff9-7d35-bd66-653a166439ab', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"DJ7h1PZ+Z4kCHTjqoKbB4Q==","base64SHA1Hash":"MjKwNfym5Uqem2VvxjTy6oSddIs="}]},{"name":"__NAME__","value":["92fef1f5dynRealmAdmin@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e45-78f3-a44b-88959e64b925', 'USER', 'USER', 'a129b4c4notificationtest@syncope.apache.org', '0194459d-fd8e-7570-b4ad-a1eb23a7ba8e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"UicgMIJP+pOP7wFgHnetMA==","base64SHA1Hash":"Hf39cnuZNb01Z0ZUtyty7OO+eIk="}]},{"name":"__NAME__","value":["a129b4c4notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e6d-7f62-a6be-461ff8a9e1a7', 'USER', 'USER', 'ad87e002batch@syncope.apache.org', '0194459d-5114-7879-8ed4-77caa60c066a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"y05GMLx8hgkMLj6twhOnzg==","base64SHA1Hash":"s7n+X7eQGeKWoPKu/7Vehkns3iI="}]},{"name":"__NAME__","value":["ad87e002batch@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e8b-792b-b375-748dec432b64', 'USER', 'USER', 'b7a499fbnotificationtest@syncope.apache.org', '0194459d-e7fc-7d54-801c-7b50fd2dc193', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"gaaMQGBPrlDjrIIQGvWVbQ==","base64SHA1Hash":"1SWUCTGBz0HyhGrsneNBqr6ficg="}]},{"name":"__NAME__","value":["b7a499fbnotificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5eab-7325-83b5-5bd29a0eded5', 'USER', 'USER', 'cf3e23bds258_1@apache.org', '0194459e-7e7f-7daf-a1b1-73365fcef439', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"0//fwvFsN2NHMdPccWoM1Q==","base64SHA1Hash":"7nDv144mV9vNFNSdGFEn1An0tdA="}]},{"name":"__NAME__","value":["cf3e23bds258_1@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ecd-780c-b540-bb1fa20e619d', 'USER', 'USER', 'd9dc3188dynRealmUser@apache.org', '0194459d-701a-73e9-9111-89d52e8cafce', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"xI4e0bn29f41CfsTFz/tpA==","base64SHA1Hash":"DjkKC6LZMFOfR860+XGklaVzQYE="}]},{"name":"__NAME__","value":["d9dc3188dynRealmUser@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5eee-78b0-a243-8935bb97db3c', 'USER', 'USER', 'df9e84a1typeExt@apache.org', '0194459d-c2ed-7f44-b9d1-9f95e6a1defa', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"oy3fyI5/ST0txv5XyluQ5w==","base64SHA1Hash":"CjaDPeM00UKNUWU9mR3YWz+VE/w="}]},{"name":"__NAME__","value":["df9e84a1typeExt@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-16c5-72ed-bdd2-96497dddbed1', 'USER', 'USER', '7dcc23a1syncope313-ldap@syncope.apache.org', '0194459f-10ef-7b2e-a292-aeea174eb238', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["7dcc23a1syncope313-ldap@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=7dcc23a1syncope313-ldap@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["7dcc23a1syncope313-ldap@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-2873-7f48-8be0-39597622d925', 'USER', 'USER', 'verdi', '74cd8ece-715a-44a4-a736-e17b46c4e7e6', '__ACCOUNT__', 'verdi', 'DELETE', '{"attributes":[{"name":"__NAME__","value":["verdi"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-927b-7997-b1e5-62377437ec04', NULL, NULL, '05b3fc78-ce62-41c8-b19d-458e8bb3724a', '722f3d84-9c2b-4525-8f6e-e4b82c55a36c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["odd"]},{"name":"l","value":["/odd"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5d2b-7a17-aba6-a83d37d4fe99', 'USER', 'USER', '1683bae7issue260@syncope.apache.org', '0194459e-2786-79aa-b23a-cbcb00d12a21', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"BaRfepF6k9OO3KTh9SB5QQ==","base64SHA1Hash":"NZmWQ0aKdYiPG7jCyeNaTNR/Kaw="}]},{"name":"__NAME__","value":["1683bae7issue260@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d54-736a-b821-ef480e4206ad', 'USER', 'USER', '28e43412notificationtest@syncope.apache.org', '0194459d-e84c-707c-8d86-b48828baa227', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"QB6lzMlHd3DatlYV+PGO6w==","base64SHA1Hash":"18NSUI2/7NzLGlUQx3ctniZHGwM="}]},{"name":"__NAME__","value":["28e43412notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d6b-7685-af4a-d3c0cd03a9db', 'USER', 'USER', '3668f9e0privilege@syncope.apache.org', '0194459e-3a5d-7a95-9ae0-51ff2ab0e297', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"kcbw7jdxUnbFb5GeSA2iXg==","base64SHA1Hash":"y8EOKIRzghL9TZ+EW9PFYX1tidE="}]},{"name":"__NAME__","value":["3668f9e0privilege@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d9f-71c3-900d-01f7c444e4c3', 'USER', 'USER', '4cb91ae9memb@apache.org', '0194459d-beae-7e23-9bd4-fb785ce65ce9', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"ym0pbqSOM/iCMuSpB4gmJQ==","base64SHA1Hash":"j0cKsjDzwXL6cURF72N4PYP57LY="}]},{"name":"__NAME__","value":["4cb91ae9memb@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ddc-7df0-b0a1-8d2dc7eb7df1', 'USER', 'USER', '5e4e43aeowner@syncope.org', '0194459d-4670-7ea4-9aa1-c2fb97733ae9', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"g6ZeJtG+Q0AtG6bcN+/bMw==","base64SHA1Hash":"qDOs2p9hbBCb5rs/49amrzlQBJk="}]},{"name":"__NAME__","value":["5e4e43aeowner@syncope.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5dfe-793b-bf9c-f204d2af7593', 'USER', 'USER', '7439c502notificationtest@syncope.apache.org', '0194459e-0a60-7abb-80bf-857897ecabee', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"N5+12BR8ASWI0CBKePLX3g==","base64SHA1Hash":"0PmcGUJubr5fgGJaTL7E6xmknOw="}]},{"name":"__NAME__","value":["7439c502notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e17-7e0e-80f4-e8dd30b2e8b6', 'USER', 'USER', '830fba98syncope272@syncope.apache.org', '0194459e-837a-77f3-938c-3adcbc595289', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Oiw+oJJGoiXgEdi4M12ctw==","base64SHA1Hash":"hsF10CvoGX0Q3BcBAaEzzCbkrIM="}]},{"name":"__NAME__","value":["830fba98syncope272@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e48-79cd-80ab-3cc8907fad82', 'USER', 'USER', 'a8286013issue654_1@syncope.apache.org', '0194459d-72b7-7a32-a41b-755dbf098a83', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"P13+I70tL5TmhhUSgObOXA==","base64SHA1Hash":"4ZMx7HVguZFwSOFVGYB+0eTMvE0="}]},{"name":"__NAME__","value":["a8286013issue654_1@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e6d-7f62-a6be-461ff8a9e1a8', 'USER', 'USER', 'b5e566d7delegated@syncope.apache.org', '0194459d-6687-7d7b-aef8-407ab843c339', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"sVLbSeD7jSSAb0Epsl0qjQ==","base64SHA1Hash":"ycI6kJmKugerr8tYKlbtZjTRinc="}]},{"name":"__NAME__","value":["b5e566d7delegated@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e92-7f64-a557-3a889cf9c017', 'USER', 'USER', 'bellini', 'c9b2dec2-00a7-4855-97c0-d854842b4b24', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"P+3vFT/if77kXRk/Brc3yA==","base64SHA1Hash":"3P/pGhtOV7FPFjo+aF5esOI/k5M="}]},{"name":"__NAME__","value":["bellini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5eac-7af6-bf6c-f5af88aae69c', 'USER', 'USER', 'cf2ff9f2syncope164@syncope.apache.org', '0194459d-4001-7a8c-a1ea-07011a11de0c', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"wE2ULmZY8TERo9ZkdT8PoQ==","base64SHA1Hash":"uFNfPClVxITeTN7ALZac6JwaTIc="}]},{"name":"__NAME__","value":["cf2ff9f2syncope164@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ec8-7975-a49d-eb2c99a4acf9', 'USER', 'USER', 'd8463004taskBatch@apache.org', '0194459e-4bc0-7e78-9176-47fefad1862f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"mBtemWuZMe+R5xfNG8yCvw==","base64SHA1Hash":"lBNOd6NIEQb1Hmnxvau0Pxnj+Zs="}]},{"name":"__NAME__","value":["d8463004taskBatch@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f95-7d2e-a334-5cbca5da5847', 'USER', 'USER', 'SYNCOPEUSER1751385acddd', '0194459e-4ac2-76ec-9eb4-938f476a79c6', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"FGkQKDE96EhADH7hMFGSlw==","base64SHA1Hash":"AlUdR4J+xhauGxl81Mex/+lDOTQ="}]},{"name":"__NAME__","value":["SYNCOPEUSER1751385acddd"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-cfc7-7807-88e6-583296fdeef7', 'GROUP', 'GROUP', 'groupc7a547b4', '0194459f-cfb3-7100-a466-736d6b4131f5', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupc7a547b4,ou=groups,o=isp"]},{"name":"cn","value":["groupc7a547b4"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-441c-72b9-bd62-0daef66e5c0c', 'USER', 'USER', 'verdi', '74cd8ece-715a-44a4-a736-e17b46c4e7e6', '__ACCOUNT__', 'verdi', 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["verdi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d23-7240-ba82-34fe9221f245', 'USER', 'USER', '0fe92efacheckSuspension@syncope.apache.org', '0194459d-4bb5-7e85-a7b3-cae5c302a4ff', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"LqS0caDsIhKeW0mmQb9mow==","base64SHA1Hash":"b4Hv7LCALWiza/CY2sHCNMvzpEk="}]},{"name":"__NAME__","value":["0fe92efacheckSuspension@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-928b-7ccb-ad55-ec9c29f5f7e1', NULL, NULL, '/odd', '722f3d84-9c2b-4525-8f6e-e4b82c55a36c', 'organizationalUnit', NULL, 'DELETE', '{"attributes":[{"name":"ou","value":["odd"]},{"name":"__NAME__","value":["ou=odd,o=isp"]},{"name":"l","value":["/odd"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5d54-736a-b821-ef480e4206ac', 'USER', 'USER', '2c3891d2batch@syncope.apache.org', '0194459d-525f-7210-9d0e-990baa4b1409', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"qyRmaQH38tiqfZijN9oDOA==","base64SHA1Hash":"WsJD0CyCEWfQmoRrMuf5e2feeKQ="}]},{"name":"__NAME__","value":["2c3891d2batch@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5d74-7f0c-b1fb-400153c000f1', 'USER', 'USER', '4a00283aissue259@syncope.apache.org', '0194459e-2705-7db3-a347-3a734d570986', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"ZyI16CqOLrqo8Vb9bIHyeA==","base64SHA1Hash":"5eL20vQ5NMxkwlBBilOdXNS4VHU="}]},{"name":"__NAME__","value":["4a00283aissue259@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5da7-7ad0-ad0d-f3c8aeb14dd4', 'USER', 'USER', '510779f6notificationtest@syncope.apache.org', '0194459d-cdcb-7ec0-9a5b-839a68f83b63', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"xPya2Ykz47Ggwk4HAGAXnw==","base64SHA1Hash":"MsoAo+PrH45b/NNxhG5Juj8ykiI="}]},{"name":"__NAME__","value":["510779f6notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5dc5-7d4b-91a2-701fedae7c13', 'USER', 'USER', '591f5e5dauth@test.org', '0194459d-49c8-734a-bc7e-250cff4998ac', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"A6W/2hG96XFZgien1/58mg==","base64SHA1Hash":"Ug7wVjWjhGNa+mu4g7N/wdB7y68="}]},{"name":"__NAME__","value":["591f5e5dauth@test.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ddc-7df0-b0a1-8d2dc7eb7df0', 'USER', 'USER', '698bed60s258_2@apache.org', '0194459e-7ece-7c2a-af83-cf595e1fc549', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"7FkuoJtz/GjE4jOv1gDpqQ==","base64SHA1Hash":"KpxJIpXV5EqYdGhGoAXzyvqpmtE="}]},{"name":"__NAME__","value":["698bed60s258_2@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5dfe-793b-bf9c-f204d2af7592', 'USER', 'USER', '722240aatestusersearch@test.org', '0194459d-4fb1-712d-a726-90b5be4fd7e3', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"qyjeLl/bXnX9amL8RP5Neg==","base64SHA1Hash":"UCT/WvOxjAO5FHC8drBGjLLmpSI="}]},{"name":"__NAME__","value":["722240aatestusersearch@test.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e1a-78cc-9854-fea9804eafd1', 'USER', 'USER', '948bc7f3xxxyyy@xxx.xxx', '0194459e-444c-7c52-8571-3419ea1ccca8', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"CdjB5s91RA8/ZKdvJXTncw==","base64SHA1Hash":"YTJZbebIBsjvnk8H3OIGBNRMmIY="}]},{"name":"__NAME__","value":["948bc7f3xxxyyy@xxx.xxx"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e42-7421-a1a6-818b8bd905de', 'USER', 'USER', '9bd5444dnotificationtest@syncope.apache.org', '0194459d-c484-7360-bdb7-bf6eb08da692', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"X+DALxsHKIS2GbxEF0UZeQ==","base64SHA1Hash":"1T6g6q/2EzJSkkbfb8Z0zJL2gdY="}]},{"name":"__NAME__","value":["9bd5444dnotificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e61-71e8-88b9-39ee196f5505', 'USER', 'USER', 'aaff04cdissue258@syncope.apache.org', '0194459e-26aa-71dd-82cf-19298219e082', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"RsS/YEBgGCUTPZDSNQyrnw==","base64SHA1Hash":"Q2V6ksE/IZwmDTxgrgquGLanFHE="}]},{"name":"__NAME__","value":["aaff04cdissue258@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5e92-7f64-a557-3a889cf9c018', 'USER', 'USER', 'c42af6b9delegating@syncope.apache.org', '0194459d-6655-742e-9738-b62ee9c39cf8', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"xR1MXGB10TjUA6cB9x+Raw==","base64SHA1Hash":"YrtjMWpqD8oW4vEKPbSt1dT5XBE="}]},{"name":"__NAME__","value":["c42af6b9delegating@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5eb2-7dbd-b8de-681cd278d7b9', 'USER', 'USER', 'cc85d5d3syncope164@syncope.apache.org', '0194459d-876d-7270-8f00-ba2614e6c5a9', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"VUMjHwHYas9VRzomqi8Ivw==","base64SHA1Hash":"sijPDqGQUvpjcLWgGw4zgW+Rvc4="}]},{"name":"__NAME__","value":["cc85d5d3syncope164@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ec8-7975-a49d-eb2c99a4acfa', 'USER', 'USER', 'd4bdd5d8syncope1567@syncope.apache.org', '0194459e-4977-7dc4-9a91-210bb7815ddd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"5yMi5sguC1ygptW0d87Myw==","base64SHA1Hash":"6DX1e9hTB+7tn+RTDkSOOorOJMA="}]},{"name":"__NAME__","value":["d4bdd5d8syncope1567@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ef0-7477-9534-a1f3994dc029', 'USER', 'USER', 'e96e54c2notificationtest@syncope.apache.org', '0194459e-1343-72a1-9867-9f845777dbbb', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"EM0nxsRhHVJD/5u6yk5ozw==","base64SHA1Hash":"Z/Voug4jTXrX9DjMMGB4HS5Kk0Y="}]},{"name":"__NAME__","value":["e96e54c2notificationtest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5ef0-7477-9534-a1f3994dc028', 'USER', 'USER', 'e7749f28syncope1480@syncope.apache.org', '0194459d-6e53-761f-aca6-7d59039ef5e5', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"jlDpiPpbhPTV1Lk0b2VnSQ==","base64SHA1Hash":"azfT8NK4MZDO/WZiHYGBRBQDgZo="}]},{"name":"__NAME__","value":["e7749f28syncope1480@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f10-7dc9-89b6-a272a79b0f44', 'USER', 'USER', 'eb0706debatch@syncope.apache.org', '0194459d-56ef-7373-9414-86d4cc6c69d7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"nMuz19TuvLFgqshTD70M4g==","base64SHA1Hash":"to3oOMHiqrvXFZ9d8i3BdF9QCog="}]},{"name":"__NAME__","value":["eb0706debatch@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f1e-73ed-a098-9796cb4610b0', 'USER', 'USER', 'f1b15698unlimited@syncope.apache.org', '0194459d-7e86-79f3-a7fe-073f30f4fa20', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Jyb5rI2KGwkTv7JrGIJqHA==","base64SHA1Hash":"cykEd4HvPTHs2/igBNH2saAGvQc="}]},{"name":"__NAME__","value":["f1b15698unlimited@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f39-7885-91d7-fad3d80e68b6', 'USER', 'USER', 'faf52b01syncope1430@syncope.apache.org', '0194459e-4739-7919-be7e-b925464e69d7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"oLR383GulQIA5wDd6p1dxQ==","base64SHA1Hash":"rODX0/aAbxbvV01BsQHNGSzzrWo="}]},{"name":"__NAME__","value":["faf52b01syncope1430@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f4b-7694-88e2-aa5d16dc164f', 'USER', 'USER', 'linkedAccount14074@syncope.apache.org', '0194459d-ac4c-73f2-8188-9b7bfb247f50', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Ea7GiichXewMXp2rlPr4xQ==","base64SHA1Hash":"dyeBqAKW2pfI37Aw1bCOsFcPhjk="}]},{"name":"__NAME__","value":["linkedAccount14074@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f70-725c-8789-90e0e272296f', 'USER', 'USER', 'linkedAccount85203@syncope.apache.org', '0194459d-ad19-7959-8a6e-397e6456eb5e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"KEWPBm2Nrx5CD1FT+CLImw==","base64SHA1Hash":"EAP8/UgfK527bB+t+RpiKwK9fcE="}]},{"name":"__NAME__","value":["linkedAccount85203@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f86-7918-b13e-a23eacc5a390', 'USER', 'USER', 'pullFromLDAP', '0194459f-13eb-7f40-a9ce-086278235c37', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"MNJVwJXk+DDAH2KzSiT0qw==","base64SHA1Hash":"DioSf40JcmwxDGEXCfFAd6Z668s="}]},{"name":"__NAME__","value":["pullFromLDAP"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f9c-785e-bde4-7300a4f33331', 'USER', 'USER', 'syncTokenWithErrors1', '0194459e-e475-7dcb-bafc-f57c03d04671', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m374zJ6d/M6BoGW1LPxmMw==","base64SHA1Hash":"R9RaaZjLD98aAf6RVJOtCwCIuII="}]},{"name":"__NAME__","value":["syncTokenWithErrors1"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-7552-7595-9d34-d93780a567f1', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"mIBGFe0YtbRi3eNcwOja/Q==","base64SHA1Hash":"Yg41/KRrjlG+D3ej7OrcbcdMmaE="}]},{"name":"__NAME__","value":["vivaldi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-cfa7-7b2c-9d41-5bb56bac6a8e', 'GROUP', 'GROUP', 'group824f03e4', '0194459f-cf96-7ee0-aa5f-484cb3db445f', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group824f03e4,ou=groups,o=isp"]},{"name":"cn","value":["group824f03e4"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d0f7-757a-b998-1f7124831642', 'GROUP', 'GROUP', 'group32d94cdf', '0194459f-d0e6-7df1-9a2f-deb89d555218', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group32d94cdf,ou=groups,o=isp"]},{"name":"cn","value":["group32d94cdf"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-5f10-7dc9-89b6-a272a79b0f43', 'USER', 'USER', 'ec186541testuserread@test.org', '0194459d-4af4-793f-b2ce-dca2e8b84a47', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Wg6Hwmnjzk5RpIY7wHNEyw==","base64SHA1Hash":"ygu6ssy65lBvzN8FbmHWFBPcM6M="}]},{"name":"__NAME__","value":["ec186541testuserread@test.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f2a-75cc-92c3-bc1c71389c17', 'USER', 'USER', 'f4fa8912cantrunncommand@test.org', '0194459d-b53b-7a83-a7f5-6f8a469955fc', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"ZdQPC7hWL0NtFmrtt9kuPA==","base64SHA1Hash":"WdKG4jJo8NM6AP5NI6K8F6ApRGU="}]},{"name":"__NAME__","value":["f4fa8912cantrunncommand@test.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-d010-7178-b27a-6bf70fa540da', 'GROUP', 'GROUP', 'group7fc2c3e0', '0194459f-cffd-773c-b9bd-b032753a4001', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group7fc2c3e0,ou=groups,o=isp"]},{"name":"cn","value":["group7fc2c3e0"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d13f-7c71-a241-e21bc4482ad1', 'GROUP', 'GROUP', 'group824f03e4', '0194459f-cf96-7ee0-aa5f-484cb3db445f', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group824f03e4,ou=groups,o=isp"]},{"name":"cn","value":["group824f03e4"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d161-7a0b-92dd-d9d6a9552c68', 'GROUP', 'GROUP', 'groupc7a547b4', '0194459f-cfb3-7100-a466-736d6b4131f5', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupc7a547b4,ou=groups,o=isp"]},{"name":"cn","value":["groupc7a547b4"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d18a-721e-95e1-b43704136e32', 'GROUP', 'GROUP', 'groupf30bd6ab', '0194459f-cfda-7075-86da-4da743ebb8cc', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupf30bd6ab,ou=groups,o=isp"]},{"name":"cn","value":["groupf30bd6ab"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d1af-7944-8e9d-2654f3524a91', 'GROUP', 'GROUP', 'group7fc2c3e0', '0194459f-cffd-773c-b9bd-b032753a4001', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group7fc2c3e0,ou=groups,o=isp"]},{"name":"cn","value":["group7fc2c3e0"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d1d0-78a6-82fd-6396f1aa7a91', 'GROUP', 'GROUP', 'group1dde4ecc', '0194459f-d01c-778b-a691-8711865281d6', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group1dde4ecc,ou=groups,o=isp"]},{"name":"cn","value":["group1dde4ecc"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d1ef-7ac3-ac54-396d7c000980', 'GROUP', 'GROUP', 'group6e6ed01f', '0194459f-d042-754d-81a4-a1182716a62a', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group6e6ed01f,ou=groups,o=isp"]},{"name":"cn","value":["group6e6ed01f"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d209-782e-9329-260be6c51d65', 'GROUP', 'GROUP', 'groupb90d1034', '0194459f-d065-7502-8a63-3931365f5b72', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupb90d1034,ou=groups,o=isp"]},{"name":"cn","value":["groupb90d1034"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d222-7584-999b-9fac89965ca2', 'GROUP', 'GROUP', 'groupd213aac2', '0194459f-d089-7830-9895-09487806d8b1', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupd213aac2,ou=groups,o=isp"]},{"name":"cn","value":["groupd213aac2"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d23b-7bef-981c-f42aacd9c336', 'GROUP', 'GROUP', 'groupc048887a', '0194459f-d0aa-73f3-bf63-6a883ec463d4', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupc048887a,ou=groups,o=isp"]},{"name":"cn","value":["groupc048887a"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d255-7356-bca7-553e071301e1', 'GROUP', 'GROUP', 'group955290da', '0194459f-d0cb-7fd4-9d10-d2ed7947f661', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group955290da,ou=groups,o=isp"]},{"name":"cn","value":["group955290da"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d26b-71ed-bf98-cef86cef6a0e', 'GROUP', 'GROUP', 'group32d94cdf', '0194459f-d0e6-7df1-9a2f-deb89d555218', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group32d94cdf,ou=groups,o=isp"]},{"name":"cn","value":["group32d94cdf"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-5f2a-75cc-92c3-bc1c71389c16', 'USER', 'USER', 'f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org', '0194459e-74cc-768a-bfdc-3ff498eaaeaf', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"MsBluVoAU/EbxXe6fgkRYg==","base64SHA1Hash":"Z6qV9peEQj6tksCtFMLKSZ4DtZ8="}]},{"name":"__NAME__","value":["f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f6b-793c-ab41-e508db915a82', 'USER', 'USER', 'linkedAccount58321@syncope.apache.org', '0194459d-ae89-71ca-b29c-e4c4749fa0f4', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"S6IIZ9Ozi2kO18y/RhE+Gw==","base64SHA1Hash":"QNz81ZaWtlpSH2uDHXYvMJX0LNE="}]},{"name":"__NAME__","value":["linkedAccount58321@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5fa3-7c37-8a36-5357b9013982', 'USER', 'USER', 'syncTokenWithErrors2', '0194459e-e86b-733a-88f7-b5a3765c75bb', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"yIESj9F7/J4M9JAHLulTAw==","base64SHA1Hash":"dFwiyRMZqs/D+m3Mi3zLHCDSTnQ="}]},{"name":"__NAME__","value":["syncTokenWithErrors2"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-92cc-7690-bf4f-4343b30c89d3', NULL, NULL, 'e1abaa1b-b7dd-4409-a2fe-67e295fa36b6', '0194459f-92c3-7d62-8c37-3176594d1728', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["test"]},{"name":"__NAME__","value":["ou=test,ou=child,ou=test,o=isp"]},{"name":"l","value":["/test/child/test"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-d0ba-7e5b-b922-9cda4c878b95', 'GROUP', 'GROUP', 'groupc048887a', '0194459f-d0aa-73f3-bf63-6a883ec463d4', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupc048887a,ou=groups,o=isp"]},{"name":"cn","value":["groupc048887a"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-de38-7122-8805-01ea8284d3e3', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-5f40-7731-8538-138cb748cea7', 'USER', 'USER', 'issuesyncope230', '0194459e-765a-7d7e-a893-199bf54433cc', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"wrQUKtwJPOJfG2P+0XZpJw==","base64SHA1Hash":"a4mj1zaULrlK+ZLNVm1tqsS9zAo="}]},{"name":"__NAME__","value":["issuesyncope230"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f63-7e76-9d53-c1d984173266', 'USER', 'USER', 'linkedAccount47067@syncope.apache.org', '0194459d-af7b-7bc4-a9ce-2a9d838c1222', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"wZomvIjT1E9/luRXjxRjQg==","base64SHA1Hash":"d3PqUbennCAgnQssOQYBPWQq1GQ="}]},{"name":"__NAME__","value":["linkedAccount47067@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-5f82-73aa-87ea-00182157bc6c', 'USER', 'USER', 'new4a2318c2', '0194459d-4874-73e5-8784-e7c0b1225f36', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"Brd5H1J6THXgD4eH7BGPuQ==","base64SHA1Hash":"K4TSHW3diEiy09H4WOV2vssQ6/g="}]},{"name":"__NAME__","value":["new4a2318c2"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-929c-73c8-91c8-9a8d7b3e9965', NULL, NULL, 'f6224ece-92d1-4409-b466-f4d2e7cc5246', '0194459f-9294-74ef-9ebc-7f7813205cfa', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["test"]},{"name":"__NAME__","value":["ou=test,o=isp"]},{"name":"l","value":["/test"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-932c-70ee-b1cf-c72b2caefdb4', NULL, NULL, '589faead-b77d-41da-85f6-34ac6cdf197f', '0194459f-92ab-78a3-ad27-a66298c13223', 'organizationalUnit', NULL, 'DELETE', '{"attributes":[{"name":"ou","value":["child"]},{"name":"__NAME__","value":["ou=child,ou=test,o=isp"]},{"name":"l","value":["/test/child"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-9693-7304-b69e-5bb08b08521e', 'PRINTER', 'ANY_OBJECT', '0194459f-961d-7169-b796-e69da213fe2a', '0194459f-961d-7169-b796-e69da213fe2a', '__PRINTER__', NULL, 'CREATE', '{"attributes":[{"name":"LOCATION","value":["reconciliation16440d77"]},{"name":"PRINTERNAME","value":["reconciliation7be54c97"]},{"name":"__NAME__","value":["0194459f-961d-7169-b796-e69da213fe2a"]}],"attributeDeltas":null}', 'resource-db-scripted');
+INSERT INTO propagationtask VALUES ('0194459f-8550-77d0-b199-d69846bc491c', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"7Yw12rCNAiMunV3dQA45uQ==","base64SHA1Hash":"VgK0MRKhODJSeqNcMGLfsHuG0zI="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["vivaldi@apache.org","vivaldi@syncope.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=vivaldi,ou=people,o=isp"]},{"name":"sn","value":["Vivaldi"]},{"name":"cn","value":["vivaldi"]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-90aa-78de-a36b-5a02c697303a', 'GROUP', 'GROUP', 'noContentbed08432', '0194459f-9091-7bea-b4bf-af2e7bcf57e5', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=noContentbed08432,ou=groups,o=isp"]},{"name":"cn","value":["noContentbed08432"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-9310-742a-aeac-bc3e685aeeb7', NULL, NULL, 'e1abaa1b-b7dd-4409-a2fe-67e295fa36b6', '0194459f-92c3-7d62-8c37-3176594d1728', 'organizationalUnit', NULL, 'DELETE', '{"attributes":[{"name":"ou","value":["test"]},{"name":"__NAME__","value":["ou=test,ou=child,ou=test,o=isp"]},{"name":"l","value":["/test/child/test"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-cfee-7159-a895-73269d9c737e', 'GROUP', 'GROUP', 'groupf30bd6ab', '0194459f-cfda-7075-86da-4da743ebb8cc', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupf30bd6ab,ou=groups,o=isp"]},{"name":"cn","value":["groupf30bd6ab"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d02f-7fe6-8e88-543464f1aaa9', 'GROUP', 'GROUP', 'group1dde4ecc', '0194459f-d01c-778b-a691-8711865281d6', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group1dde4ecc,ou=groups,o=isp"]},{"name":"cn","value":["group1dde4ecc"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d055-7b8c-8cef-8642a0423810', 'GROUP', 'GROUP', 'group6e6ed01f', '0194459f-d042-754d-81a4-a1182716a62a', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group6e6ed01f,ou=groups,o=isp"]},{"name":"cn","value":["group6e6ed01f"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d079-75ae-abc6-6fc48428b619', 'GROUP', 'GROUP', 'groupb90d1034', '0194459f-d065-7502-8a63-3931365f5b72', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=groupb90d1034,ou=groups,o=isp"]},{"name":"cn","value":["groupb90d1034"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-d2c2-780d-8eb6-cc4160e1c06c', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', 'vivaldi', 'UPDATE', '{"attributes":[{"name":"surname","value":["Vivaldi"]},{"name":"__NAME__","value":["vivaldi"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"fullname","value":["Vivaldi"]},{"name":"type","value":["ou=sample,o=isp"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('0194459f-d341-7b4d-9866-8da2a9457a5f', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', 'vivaldi', 'UPDATE', '{"attributes":[{"name":"surname","value":["Vivaldi"]},{"name":"__NAME__","value":["vivaldi"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"fullname","value":["Vivaldi"]},{"name":"type","value":["F"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('0194459f-debb-73e1-b2b3-361e12734d0f', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('0194459f-df4e-7bd4-9d51-862cbd9528e7', 'USER', 'USER', '9e69e32dprovision@syncope.apache.org,surname', '0194459f-def0-78e6-ab3f-2caf60170301', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"bvXJGLC6czdEn47SA4uNUQ==","base64SHA1Hash":"W5/rwtdCnI8gAnIUhKcahMEnMMc="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["9e69e32dprovision@syncope.apache.org,surname"]},{"name":"id","value":["9e69e32dprovision@syncope.apache.org"]},{"name":"name","value":["9e69e32dprovision@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-d0dc-757b-919a-14ce7f70df28', 'GROUP', 'GROUP', 'group955290da', '0194459f-d0cb-7fd4-9d10-d2ed7947f661', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=group955290da,ou=groups,o=isp"]},{"name":"cn","value":["group955290da"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-dfa4-7861-ad7d-773750c1fbbe', 'USER', 'USER', '9e69e32dprovision@syncope.apache.org,surname', '0194459f-def0-78e6-ab3f-2caf60170301', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["9e69e32dprovision@syncope.apache.org,surname"]},{"name":"id","value":["9e69e32dprovision@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"name","value":["9e69e32dprovision@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-e065-7be3-8eb5-329c4c1b1f59', 'USER', 'USER', '308260a2assign@syncope.apache.org,surname', '0194459f-dfc9-7734-8322-7d1364350e23', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["308260a2assign@syncope.apache.org,surname"]},{"name":"id","value":["308260a2assign@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["308260a2assign@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-e180-7792-809f-29be26fcddb2', 'USER', 'USER', 'qqgf.z@nn.com', '0194459f-e161-795e-b864-4e1ad8147de0', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["qqgf.z@nn.com"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-e1c6-7cc9-b399-d6a99419dabb', 'USER', 'USER', 'qqgf.z@nn.com', '0194459f-e161-795e-b864-4e1ad8147de0', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["qqgf.z@nn.com"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-e1f4-764d-8ecc-c57525e0a89d', 'USER', 'USER', '07a63542yyy@yyy.yyy', '0194459f-e1df-76f1-a9d0-e5d248ceb1e9', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["07a63542yyy@yyy.yyy"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-e286-7c1a-9dcd-001126ab11a9', 'USER', 'USER', '33f5e014unlink@syncope.apache.org,surname', '0194459f-e250-7d5a-9f9c-775659e6edcd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["33f5e014unlink@syncope.apache.org,surname"]},{"name":"id","value":["33f5e014unlink@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["33f5e014unlink@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-e3bc-75ff-a78e-20c7e201a859', 'USER', 'USER', 'f11b420ag.h@t.com', '0194459f-e311-7bc5-b90d-53b2ef492c95', '__ACCOUNT__', 'f11b420ag.h@t.com', 'UPDATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["852aa615g.h@t.com"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["852aa615g.h@t.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459f-e6eb-72f3-add0-3643f9018f45', 'USER', 'USER', 'f1f862edt@p.mode', '0194459f-e5a8-72cb-888d-dd933c9a2a66', '__ACCOUNT__', 'f1f862edt@p.mode', 'UPDATE', '{"attributes":[{"name":"surname","value":["surname2"]},{"name":"__NAME__","value":["f1f862edt@p.mode"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["f1f862edt@p.mode"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459f-e8d3-760c-bd49-8f18925b73ae', 'USER', 'USER', '66d84717provision@syncope.apache.org,surname', '0194459f-e867-7f77-a3a8-7a6b1d8065de', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"bvXJGLC6czdEn47SA4uNUQ==","base64SHA1Hash":"W5/rwtdCnI8gAnIUhKcahMEnMMc="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["66d84717provision@syncope.apache.org,surname"]},{"name":"id","value":["66d84717provision@syncope.apache.org"]},{"name":"name","value":["66d84717provision@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-e91a-733b-a186-6d2ad9a9fb48', 'USER', 'USER', '7fa539eeunassign@syncope.apache.org,surname', '0194459f-e8f2-7b73-81ab-f7671454c6f2', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["7fa539eeunassign@syncope.apache.org,surname"]},{"name":"id","value":["7fa539eeunassign@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["7fa539eeunassign@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-e98f-7774-93f8-4a8419b13fd1', 'USER', 'USER', '7fa539eeunassign@syncope.apache.org,surname', '0194459f-e8f2-7b73-81ab-f7671454c6f2', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["7fa539eeunassign@syncope.apache.org,surname"]},{"name":"id","value":["7fa539eeunassign@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["7fa539eeunassign@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-ea4b-79b3-8cec-bf47f4174687', 'USER', 'USER', 'e9798bebpwdonly@t.com', '0194459f-e9b7-7f11-b2cb-bd296707625c', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"r8jHAaELUNJLEnf8xxUmsg==","base64SHA1Hash":"G65ZkmpkaNKMpf/v0d92PQJ8Dao="}]},{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["e9798bebpwdonly@t.com"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["e9798bebpwdonly@t.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459f-ed15-7984-8e21-931a7c996493', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-ed00-7f2b-842e-03c1327040ec', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["2c979529async@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=2c979529async@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-eda4-7ede-bd54-2b49b475c062', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"gKMne4N4an/aSoehGiS5Gg==","base64SHA1Hash":"9aGjJLVnf02kIY9Ts1pqtXrHqPM="}]},{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-edd2-74e1-a2a9-62cf7829d18b', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-f3a2-7a64-b989-1935d27c37c4', 'USER', 'USER', '0194459f-f27a-7128-acf1-975ed877ce54', '0194459f-f27a-7128-acf1-975ed877ce54', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["4325bc4brest@syncope.apache.org"]},{"name":"firstName","value":["4325bc4brest@syncope.apache.org"]},{"name":"__NAME__","value":["0194459f-f27a-7128-acf1-975ed877ce54"]},{"name":"email","value":["4325bc4brest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459f-f5f9-76a7-a9af-9aa953aa68af', 'USER', 'USER', '0194459f-f27a-7128-acf1-975ed877ce54', '0194459f-f27a-7128-acf1-975ed877ce54', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname2"]},{"name":"username","value":["4325bc4brest@syncope.apache.org"]},{"name":"firstName","value":["4325bc4brest@syncope.apache.org"]},{"name":"__NAME__","value":["0194459f-f27a-7128-acf1-975ed877ce54"]},{"name":"email","value":["4325bc4brest@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459f-f637-7f4b-9962-66693b549f4d', 'USER', 'USER', '1db0f03echeckGroupAttrPropagation@syncope.apache.org,surname', '0194459f-f60a-7bb5-9c1a-5c11f416a3c6', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":["sx-dx"]},{"name":"__NAME__","value":["1db0f03echeckGroupAttrPropagation@syncope.apache.org,surname"]},{"name":"id","value":["1db0f03echeckGroupAttrPropagation@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["1db0f03echeckGroupAttrPropagation@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-f746-7e5b-876d-14582a5e2098', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-f795-788b-92cf-900ff746c6e0', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-fbc8-7b51-ab31-af1900529608', 'USER', 'USER', '9c375778xxx@xxx.xxx', '0194459f-fbb0-754b-8523-dcd64699450a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["9c375778xxx@xxx.xxx"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459f-fd2e-713b-b4da-647e7fb6b07e', 'USER', 'USER', '4a9f224csyncope108@syncope.apache.org,surname', '0194459f-fcde-7d6f-8cb8-2fad353b8a72', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["4a9f224csyncope108@syncope.apache.org,surname"]},{"name":"id","value":["4a9f224csyncope108@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["4a9f224csyncope108@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-01a5-7d2d-826b-d766baf863b4', 'USER', 'USER', '019445a0-0138-7e13-8613-5acdb1ef1edc', '019445a0-0138-7e13-8613-5acdb1ef1edc', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"test3","value":["20753fd9syncope266@apache.org"]},{"name":"test4","value":["20753fd9syncope266@apache.org"]},{"name":"test5","value":["20753fd9syncope266@apache.org"]},{"name":"__NAME__","value":["019445a0-0138-7e13-8613-5acdb1ef1edc"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-update');
+INSERT INTO propagationtask VALUES ('019445a0-77e5-763b-a044-915bd4c97680', 'USER', 'USER', '373c7e09syncope354@syncope.apache.org', '019445a0-77c5-7e27-88aa-55648f3dca54', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=SYNCOPE354-4831108d,ou=groups,o=isp"]},{"name":"mail","value":["373c7e09syncope354@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=373c7e09syncope354@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["373c7e09syncope354@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-81e6-7984-838f-2cd516b7d487', 'GROUP', 'GROUP', 'syncope881Gfbfec15b', '019445a0-81d7-7371-a812-feca2b11fc93', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"businessCategory","value":["rvirtualvalue"]},{"name":"__NAME__","value":["cn=syncope881Gfbfec15b,ou=groups,o=isp"]},{"name":"cn","value":["syncope881Gfbfec15b"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-ed18-730e-a03e-4be4045c33c2', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-ed89-7205-8752-57a6dbaa9301', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"gKMne4N4an/aSoehGiS5Gg==","base64SHA1Hash":"9aGjJLVnf02kIY9Ts1pqtXrHqPM="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["2c979529async@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-f6a3-70c6-9584-f49ab7d1b0e5', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=a15853e9suspreactonresource@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-f6fd-7d00-83f0-827f5c8c0dc6', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-fa62-7fa7-ad76-84f86a9afd55', 'USER', 'USER', 'eccf5570deprovision@syncope.apache.org,surname', '0194459f-f9dc-74a2-9b30-7086c590aa44', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["eccf5570deprovision@syncope.apache.org,surname"]},{"name":"id","value":["eccf5570deprovision@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"name","value":["eccf5570deprovision@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-fdc4-7cea-a2cf-5042a7a079a3', 'USER', 'USER', '4a9f224csyncope108@syncope.apache.org,surname', '0194459f-fcde-7d6f-8cb8-2fad353b8a72', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["4a9f224csyncope108@syncope.apache.org,surname"]},{"name":"id","value":["4a9f224csyncope108@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["4a9f224csyncope108@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-ff57-7c2b-b949-3300cb7a25a5', 'USER', 'USER', 'syncope185@syncope.apache.org', '0194459f-fefc-7816-9429-28a054c3804b', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["syncope185@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=syncope185@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["syncope185@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-0088-7092-9d51-c1a3783dff13', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', 'vivaldi', 'UPDATE', '{"attributes":[{"name":"surname","value":["Vivaldi"]},{"name":"__NAME__","value":["vivaldi"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"fullname","value":["Vivaldi"]},{"name":"type","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-789f-741f-9dd5-df80a7bbbbbf', 'GROUP', 'GROUP', 'SYNCOPE357-0894269c', '019445a0-7884-7cad-9049-3d3e1d1da9a2', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=SYNCOPE357-0894269c,ou=groups,o=isp"]},{"name":"cn","value":["SYNCOPE357-0894269c"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7fc3-7db6-81a1-a382dc1e853e', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('019445a0-815f-784a-bcd0-9a8f25e142bb', 'USER', 'USER', 'fab67a5esyncope710@syncope.apache.org', '019445a0-8140-7a32-8285-f1e5154a8e01', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=syncope710.ldap9f585838,ou=groups,o=isp"]},{"name":"mail","value":["fab67a5esyncope710@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=fab67a5esyncope710@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["fab67a5esyncope710@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-8ca5-7cfc-86b8-6b5b45a68479', 'USER', 'USER', '019445a0-8b40-7adb-a589-c9584fd4f190', '019445a0-8b40-7adb-a589-c9584fd4f190', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"firstName","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"__NAME__","value":["019445a0-8b40-7adb-a589-c9584fd4f190"]},{"name":"email","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('019445a0-908b-7101-9d4f-1e1ad61d3364', 'USER', 'USER', 'Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'Gioacchino Rossini', 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["Rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation4');
+INSERT INTO propagationtask VALUES ('0194459f-eda4-7ede-bd54-2b49b475c063', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"gKMne4N4an/aSoehGiS5Gg==","base64SHA1Hash":"9aGjJLVnf02kIY9Ts1pqtXrHqPM="}]},{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-edd2-74e1-a2a9-62cf7829d18c', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["2c979529async@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-f6b8-74ed-ab45-d27d338ea558', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-f70d-72b7-8591-01efb75cc1bb', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-f8cc-79fa-8d11-67ad91939470', 'USER', 'USER', 'delete.by.username@apache.org', '0194459f-f8b2-714e-8c6b-c407fe4107b3', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["delete.by.username@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-f921-7a08-9550-67e26b1583fc', 'USER', 'USER', 'delete.by.username@apache.org', '0194459f-f8b2-714e-8c6b-c407fe4107b3', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["delete.by.username@apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-fa8c-70bc-9022-87fcbb87eb64', 'USER', 'USER', 'b84b7689suspendReactivate@syncope.apache.org', '0194459f-fa7e-7f95-8302-7913a29fe47e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["b84b7689suspendReactivate@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('0194459f-fe90-76c8-8541-6d63895fa24e', 'USER', 'USER', '26077a28syncope122@apache.org', '0194459f-fe72-7f40-9f27-b3103436a576', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["26077a28syncope122@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-feda-746f-abe8-77ac9673b30c', 'USER', 'USER', '26077a28syncope122@apache.org', '0194459f-fe72-7f40-9f27-b3103436a576', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"FtRy05OAHCIq8p6LRjidLa36cBC4vbS8nh42Ty1littr4fi4njGWmCUNJijluBKg","base64SHA1Hash":"vigbtMjXzTYjHUhSM/fyurS5LWE="}]},{"name":"__NAME__","value":["26077a28syncope122@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-ffbb-736d-8f06-605941561264', 'USER', 'USER', 'Gioacchino Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'Gioacchino Rossini', 'UPDATE', '{"attributes":[{"name":"surname","value":["Rossini"]},{"name":"__NAME__","value":["Gioacchino Rossini"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["Gioacchino Rossini"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-77b9-7de7-b94c-08b7410e19fb', 'GROUP', 'GROUP', 'SYNCOPE354-4831108d', '019445a0-77a2-73ff-b79e-3c26d184b574', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"uniqueMember","value":null},{"name":"owner","value":null},{"name":"__NAME__","value":["cn=SYNCOPE354-4831108d,ou=groups,o=isp"]},{"name":"cn","value":["SYNCOPE354-4831108d"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7999-7829-a183-60a5f3ee85e0', 'USER', 'USER', 'eda450e1syncope383@apache.org', '019445a0-7939-770c-a043-9d417b3521b6', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["eda450e1syncope383@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-79ce-70b8-b763-0081efac9ad4', 'USER', 'USER', 'eda450e1syncope383@apache.org', '019445a0-7939-770c-a043-9d417b3521b6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"tmMFvfoKB7mdWwenDVdtOE81IfTaHO7rvcU4VzugVc0=","base64SHA1Hash":"exfI7KQ4efQNSM4qgJwr83ioWLQ="}]},{"name":"__NAME__","value":["eda450e1syncope383@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-7c37-7cf4-9dda-441d68e8e34b', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('019445a0-8125-751c-82d2-dc85de5f51dd', 'GROUP', 'GROUP', 'syncope710.ldap9f585838', '019445a0-8114-7cf9-85eb-e92e5fa2afc0', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=syncope710.ldap9f585838,ou=groups,o=isp"]},{"name":"cn","value":["syncope710.ldap9f585838"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-816d-7f3e-be87-9288a16d5462', 'USER', 'USER', 'fab67a5esyncope710@syncope.apache.org', '019445a0-8140-7a32-8285-f1e5154a8e01', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["fab67a5esyncope710@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-81c5-7d4a-b4b2-69eaf2f5b6de', 'USER', 'USER', 'fab67a5esyncope710@syncope.apache.org', '019445a0-8140-7a32-8285-f1e5154a8e01', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"00Wztmiown6OnFzj0NOAtA==","base64SHA1Hash":"1tMT7dAKFEgDl3FPgSWFPRqvIw8="}]},{"name":"__NAME__","value":["fab67a5esyncope710@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-83be-7d69-8f81-4cdbb2188c2c', 'USER', 'USER', 'b7a31da7syncope1099U@apache.org', '019445a0-839f-724b-8221-0778999b2655', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["b7a31da7syncope1099U@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('0194459f-edc0-72ff-bb3e-6a4a79472fb0', 'USER', 'USER', '2c979529async@syncope.apache.org', '0194459f-ece4-739b-9279-afa724c1f6cd', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["2c979529async@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=2c979529async@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["2c979529async@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-fe5b-74fa-b5b4-9d18a186a7d3', 'USER', 'USER', '4a9f224csyncope108@syncope.apache.org,surname', '0194459f-fcde-7d6f-8cb8-2fad353b8a72', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["4a9f224csyncope108@syncope.apache.org,surname"]},{"name":"id","value":["4a9f224csyncope108@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["4a9f224csyncope108@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-7913-7933-bc3f-23dd3e410e79', 'USER', 'USER', '1e3d5978syncope357@syncope.apache.org', '019445a0-78ab-7c0a-8435-e6069174bed0', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["1e3d5978syncope357@syncope.apache.org"]},{"name":"registeredAddress","value":["DC01955F7A8A435245820EBCEE26604642DCE3F6"]},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=1e3d5978syncope357@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["1e3d5978syncope357@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":["/9j/4AAQSkZJRgABAQEBKwErAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAAEAAQDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACP/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAAUuf/8QAFhABAQEAAAAAAAAAAAAAAAAAAwAS/9oACAEBAAEFAiLV/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwF//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAGhAAAQUBAAAAAAAAAAAAAAAAAgABESEiQf/aAAgBAQAGPwI9k2orq//EABkQAAMAAwAAAAAAAAAAAAAAAAERIQBBYf/aAAgBAQABPyF20CYlpT3P/9oADAMBAAIAAwAAABCf/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPxB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPxB//8QAGhABAAIDAQAAAAAAAAAAAAAAAREhAEFRYf/aAAgBAQABPxCUKGDcAUFrvhoz/9k="]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-791c-702e-9297-7fe3f67543a0', 'GROUP', 'GROUP', 'SYNCOPE357-0894269c', '019445a0-7884-7cad-9049-3d3e1d1da9a2', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=SYNCOPE357-0894269c,ou=groups,o=isp"]},{"name":"cn","value":["SYNCOPE357-0894269c"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7f60-7530-9df8-0d0a67ecf1bf', NULL, NULL, 'd7ce37d7-df46-4dbc-8ba6-cf9d87d32b27', '0679e069-7355-4b20-bd11-a5a0a5453c7c', 'organizationalUnit', NULL, 'CREATE', '{"attributes":[{"name":"ou","value":["two"]},{"name":"l","value":["/even/two"]}],"attributeDeltas":null}', 'resource-ldap-orgunit');
+INSERT INTO propagationtask VALUES ('019445a0-8062-7756-9002-97c26551abdf', 'USER', 'USER', 'c44ef274syncope647@syncope.apache.org', '019445a0-7fd6-704e-859e-b5b368bfa87b', '__ACCOUNT__', 'c44ef274syncope647@syncope.apache.org', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["c44ef274syncope647@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":["newPostalAddress"]},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["c44ef274syncope647@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-822c-7583-98f9-21188c99f305', 'USER', 'USER', '9ff0f62fsyncope881U@apache.org', '019445a0-81fd-7cb4-b8e3-3d3b253ca451', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=syncope881Gfbfec15b,ou=groups,o=isp"]},{"name":"mail","value":["9ff0f62fsyncope881U@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=9ff0f62fsyncope881U@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["9ff0f62fsyncope881U@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-84f7-7d0f-a4b4-6f93d18c10e1', 'USER', 'USER', 'a5f9526fsyncope1206@apache.org', '019445a0-84ab-7368-b48f-7abae925e045', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"3uXfl4sb4wmrrO/ih7vCqQ==","base64SHA1Hash":"YBWucbetDmzMPXa8wxRaeGgjVSA="}]},{"name":"ldapGroups","value":["cn=syncope12063d8179f7,ou=groups,o=isp"]},{"name":"mail","value":["a5f9526fsyncope1206@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=a5f9526fsyncope1206@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["a5f9526fsyncope1206@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-8dc9-7095-bc0c-063292fbf40f', 'USER', 'USER', '019445a0-8b40-7adb-a589-c9584fd4f190', '019445a0-8b40-7adb-a589-c9584fd4f190', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"username","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"firstName","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"__NAME__","value":["019445a0-8b40-7adb-a589-c9584fd4f190"]},{"name":"email","value":["ce2dc8fcrest@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('019445a0-9ecd-7c9e-a189-b566a3fa51ac', 'USER', 'USER', NULL, '019445a0-9df4-7318-a9a9-7b3089fefd7f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["4b47b323issue186@syncope.apache.org"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":[null]},{"name":"id","value":["4b47b323issue186@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-a44d-7713-b7e8-22fbf8ecebd2', 'USER', 'USER', NULL, '019445a0-a430-7c48-8124-9a0d09d6a93d', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":[null]},{"name":"id","value":["ec92e41cissue281@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["ec92e41cissue281@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-f4b5-7045-ac35-fa0f7b3debfc', 'USER', 'USER', '0194459f-f27a-7128-acf1-975ed877ce54', '0194459f-f27a-7128-acf1-975ed877ce54', '__ACCOUNT__', '0194459f-f27a-7128-acf1-975ed877ce54', 'UPDATE', '{"attributes":[{"name":"surname","value":["surname2"]},{"name":"username","value":["4325bc4brest@syncope.apache.org"]},{"name":"firstName","value":["4325bc4brest@syncope.apache.org"]},{"name":"__NAME__","value":["0194459f-f27a-7128-acf1-975ed877ce54"]},{"name":"email","value":["4325bc4brest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('0194459f-f761-7f0b-bf87-7cb7a9fc9336', 'USER', 'USER', 'a15853e9suspreactonresource@syncope.apache.org', '0194459f-f680-793a-b86d-1c025aaf0eaa', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["a15853e9suspreactonresource@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('0194459f-f7f1-7cf2-8028-447f13060170', 'USER', 'USER', '7b03eacdmpurpose@apache.org,surname', '0194459f-f7b2-7ecc-9df0-3834bb497df7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["7b03eacdmpurpose@apache.org,surname"]},{"name":"id","value":["7b03eacdmpurpose@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["7b03eacdmpurpose@apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('0194459f-fe90-76c8-8541-6d63895fa24d', 'USER', 'USER', '26077a28syncope122@apache.org', '0194459f-fe72-7f40-9f27-b3103436a576', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["26077a28syncope122@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('0194459f-ff1a-78ab-ae71-b7844912b715', 'USER', 'USER', 'syncope185@syncope.apache.org', '0194459f-fefc-7816-9429-28a054c3804b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["syncope185@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=syncope185@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["syncope185@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-01cf-76bc-b2d4-05ad63ae82c7', 'USER', 'USER', '019445a0-01b4-7ce2-8b6b-cbe0078945dd', '019445a0-01b4-7ce2-8b6b-cbe0078945dd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["virtualvalue"]},{"name":"__NAME__","value":["019445a0-01b4-7ce2-8b6b-cbe0078945dd"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-835a-7786-bad0-254876e14d0e', 'USER', 'USER', '400b6abasyncope505-db@syncope.apache.org', '019445a0-82c9-75ef-9b65-7f36664c157e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"7og5tJSi4VWVHWgqjxe/qX9xIzlZP/uZyWU55sCoHk1uGtA0izbFYWoyyNd0QZqr","base64SHA1Hash":"JjFi/UT/kDyArzkhooKzuBOsxnY="}]},{"name":"__HASHED_PASSWORD__","value":[true]},{"name":"__NAME__","value":["400b6abasyncope505-db@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-8700-725d-8c0f-53438e69bdb7', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["rossini"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-908b-7101-9d4f-1e1ad61d3365', 'USER', 'USER', 'Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'Gioacchino Rossini', 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["Rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation3');
+INSERT INTO propagationtask VALUES ('019445a0-947b-7dab-9cc8-82da6b21c061', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"wE4FO/wkkLL5ZpJ5a3GdZA==","base64SHA1Hash":"4SPRgvC81evbEFDdtSCGYdXxT3s="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["rossini@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=rossini,ou=people,o=isp"]},{"name":"sn","value":["Rossini"]},{"name":"cn","value":["rossini"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-9928-7179-9f23-341f732ae6c2', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'rossini', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["rossini.gioacchino@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["Rossini"]},{"name":"cn","value":["rossini"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a424-7087-a51f-d7d9bced9c3e', 'USER', 'USER', 'be780212issue280@syncope.apache.org', '019445a0-a3cb-7160-9c96-6426ec366fcf', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"0A3G7KAnYW5xDsz3fQLGzw==","base64SHA1Hash":"SN56TyzedbSzv6Ddd8MFcZHvYq4="}]},{"name":"__NAME__","value":["be780212issue280@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-c442-705d-89d7-36b9af873bb9', 'USER', 'USER', 'a728051esyncope442@apache.org', '019445a0-bb7e-7073-8163-9d66eafd1424', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["a728051esyncope442@apache.org"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["a728051esyncope442@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["virattrcache2"]}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('0194459f-fa0a-7dfb-a589-42c91475579c', 'USER', 'USER', 'eccf5570deprovision@syncope.apache.org,surname', '0194459f-f9dc-74a2-9b30-7086c590aa44', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["eccf5570deprovision@syncope.apache.org,surname"]},{"name":"id","value":["eccf5570deprovision@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["eccf5570deprovision@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-951b-7f16-bbc4-209c5916b357', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'rossini', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["gioacchino.rossini@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["Rossini"]},{"name":"cn","value":["rossini"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7748-7caf-8561-bdce19262f92', 'USER', 'USER', 'f822ed9esyncope279@apache.org', '019445a0-0200-70a3-81f1-3693fde8829c', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["f822ed9esyncope279@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-timeout');
+INSERT INTO propagationtask VALUES ('019445a0-784b-7e01-8923-98db436ca7b9', 'USER', 'USER', '373c7e09syncope354@syncope.apache.org', '019445a0-77c5-7e27-88aa-55648f3dca54', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["373c7e09syncope354@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname"]},{"name":"cn","value":["373c7e09syncope354@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7a31-7458-8053-fc5a8bbb40c5', 'USER', 'USER', 'nome0,cognome0', '019445a0-7a07-7fba-afe7-7640449d1c13', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["cognome0"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["nome0,cognome0"]},{"name":"id","value":["fullname","syncope391@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["nome0"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-7bbe-7d28-b2cf-470a07551b9c', 'USER', 'USER', '69d99dabsyncope402@syncope.apache.org', '019445a0-7b58-7900-9b16-2436f65eb88e', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["69d99dabsyncope402@syncope.apache.org"]},{"name":"__NAME__","value":["69d99dabsyncope402@syncope.apache.org"]},{"name":"email","value":null},{"name":"fullname","value":["69d99dabsyncope402@syncope.apache.org"]},{"name":"type","value":null},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-7e14-7caa-bf6b-4e23cffc13de', 'USER', 'USER', 'ea06be61syncope454@syncope.apache.org', '019445a0-7d85-7e6e-8e3a-1648d4852a6b', '__ACCOUNT__', 'ea06be61syncope454@syncope.apache.org', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["ea06be61syncope454@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"sn","value":["surname2"]},{"name":"cn","value":["ea06be61syncope454@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c56c-7c3b-8610-d091c5b0ce07', 'USER', 'USER', '56c54758syn453@syncope.apache.org', '019445a0-c4a3-78cf-9c2f-7bd8aae12b7f', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["56c54758syn453@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=56c54758syn453@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["56c54758syn453@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c57a-7108-b134-c840fd1d6fff', 'GROUP', 'GROUP', 'issueSYNCOPE453Group2ed326b0', '019445a0-c480-710b-bb34-e01f7a15c7a0', '__GROUP__', NULL, 'DELETE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=issueSYNCOPE453Group2ed326b0,ou=groups,o=isp"]},{"name":"cn","value":["issueSYNCOPE453Group2ed326b0"]},{"name":"__ENABLE__","value":[false]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-78cc-72a1-8b84-c0e12efea98d', 'USER', 'USER', '1e3d5978syncope357@syncope.apache.org', '019445a0-78ab-7c0a-8435-e6069174bed0', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=SYNCOPE357-0894269c,ou=groups,o=isp"]},{"name":"mail","value":["1e3d5978syncope357@syncope.apache.org"]},{"name":"registeredAddress","value":["DC01955F7A8A435245820EBCEE26604642DCE3F6"]},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=1e3d5978syncope357@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["1e3d5978syncope357@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":["/9j/4AAQSkZJRgABAQEBKwErAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAAEAAQDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACP/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAAUuf/8QAFhABAQEAAAAAAAAAAAAAAAAAAwAS/9oACAEBAAEFAiLV/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwF//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAGhAAAQUBAAAAAAAAAAAAAAAAAgABESEiQf/aAAgBAQAGPwI9k2orq//EABkQAAMAAwAAAAAAAAAAAAAAAAERIQBBYf/aAAgBAQABPyF20CYlpT3P/9oADAMBAAIAAwAAABCf/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPxB//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPxB//8QAGhABAAIDAQAAAAAAAAAAAAAAAREhAEFRYf/aAAgBAQABPxCUKGDcAUFrvhoz/9k="]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7a84-71fa-949c-4f479c19f10c', 'USER', 'USER', 'b6f2701bsyncope391@syncope.apache.org,surname', '019445a0-7a65-7261-a8ed-7a723cc6a6cd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"UfX/o1oZqHSeoIjzRe27Hf7wwQQGnycI2Lh5xaACvmM=","base64SHA1Hash":"HzdDVAgxIhwB/fROtgnThJIR7pM="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["b6f2701bsyncope391@syncope.apache.org,surname"]},{"name":"id","value":["b6f2701bsyncope391@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["b6f2701bsyncope391@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-7ad5-7e8c-bcdf-731ddffb04d3', 'USER', 'USER', '39877323syncope391@syncope.apache.org,surname', '019445a0-7aae-774c-a905-d42e1ca6f52d', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"UfX/o1oZqHSeoIjzRe27Hf7wwQQGnycI2Lh5xaACvmM=","base64SHA1Hash":"HzdDVAgxIhwB/fROtgnThJIR7pM="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["39877323syncope391@syncope.apache.org,surname"]},{"name":"id","value":["39877323syncope391@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["39877323syncope391@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-7d78-73a0-804f-28552b498a05', 'USER', 'USER', 'b1eb7fc3syncope435@syncope.apache.org', '019445a0-7d0b-7e2c-961f-70f186543610', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["b1eb7fc3syncope435@syncope.apache.org"]},{"name":"email","value":["b1eb7fc3syncope435@syncope.apache.org"]},{"name":"fullname","value":["surname"]},{"name":"type","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-7dac-77f5-a90d-da1ff0e08f8b', 'USER', 'USER', 'ea06be61syncope454@syncope.apache.org', '019445a0-7d85-7e6e-8e3a-1648d4852a6b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["ea06be61syncope454@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=ea06be61syncope454@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["ea06be61syncope454@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-7e64-77af-89b5-72179bc16941', 'USER', 'USER', 'e3b2ce32493@test.org', '019445a0-7e33-72e7-9e7d-6b3725554d08', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["e3b2ce32493@test.org"]},{"name":"email","value":["e3b2ce32493@test.org"]},{"name":"fullname","value":["surname"]},{"name":"type","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-7efc-7fd4-8af3-155348c2e1c0', 'USER', 'USER', 'e3b2ce32493@test.org', '019445a0-7e33-72e7-9e7d-6b3725554d08', '__ACCOUNT__', 'e3b2ce32493@test.org', 'UPDATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["e3b2ce32493@test.org"]},{"name":"email","value":["e3b2ce32493@test.org"]},{"name":"fullname","value":["surname"]},{"name":"type","value":["a type"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["firstnameNew"]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-7fff-7092-bccc-e64d79b30519', 'USER', 'USER', 'c44ef274syncope647@syncope.apache.org', '019445a0-7fd6-704e-859e-b5b368bfa87b', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["c44ef274syncope647@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":["postalAddress"]},{"name":"title","value":null},{"name":"__NAME__","value":["uid=c44ef274syncope647@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["c44ef274syncope647@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-808f-7e47-ae7d-b3fbc264e1ba', 'GROUP', 'GROUP', 'syncope68600238ded', '019445a0-807d-71f0-a2dd-12be6cc4b97d', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=syncope68600238ded,ou=groups,o=isp"]},{"name":"cn","value":["syncope68600238ded"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-80ff-7b13-89c0-dd520f9e4025', 'USER', 'USER', 'b0ac11b5syncope686@apache.org', '019445a0-8098-7d15-9cb5-05758afaa366', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=syncope68600238ded,ou=groups,o=isp"]},{"name":"mail","value":["b0ac11b5syncope686@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=b0ac11b5syncope686@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["b0ac11b5syncope686@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-82a2-7207-89de-5856b8873be2', 'USER', 'USER', '9ff0f62fsyncope881U@apache.org', '019445a0-81fd-7cb4-b8e3-3d3b253ca451', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["9ff0f62fsyncope881U@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=9ff0f62fsyncope881U@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["9ff0f62fsyncope881U@apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-8460-75dc-a128-9d45c5a7566d', 'USER', 'USER', '44a181d3syncope1166@apache.org', '019445a0-83ee-7597-994b-f7cda1224506', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"5JuTxwmwb/YWSfYJ3kSpNg==","base64SHA1Hash":"SreoUqSMoQ2DSINp36btjnBmQLk="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["44a181d3syncope1166@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=44a181d3syncope1166@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["44a181d3syncope1166@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-84a0-7370-8673-04d31273ab71', 'GROUP', 'GROUP', 'syncope12063d8179f7', '019445a0-8482-7378-a847-bd5597a26a4a', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"__NAME__","value":["cn=syncope12063d8179f7,ou=groups,o=isp"]},{"name":"cn","value":["syncope12063d8179f7"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-8b34-7210-aa8c-3c6516be135e', 'USER', 'USER', '019445a0-88c9-7ee8-b78e-31c48a5b0287', '019445a0-88c9-7ee8-b78e-31c48a5b0287', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"username","value":["1ea81f44rest@syncope.apache.org"]},{"name":"firstName","value":["1ea81f44rest@syncope.apache.org"]},{"name":"__NAME__","value":["019445a0-88c9-7ee8-b78e-31c48a5b0287"]},{"name":"email","value":["1ea81f44rest@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('019445a0-8f17-76da-a7da-1301ffe5f98e', 'USER', 'USER', '019445a0-8ddc-7053-b331-21d608dc48b7', '019445a0-8ddc-7053-b331-21d608dc48b7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["ee819fc6rest@syncope.apache.org"]},{"name":"firstName","value":["ee819fc6rest@syncope.apache.org"]},{"name":"__NAME__","value":["019445a0-8ddc-7053-b331-21d608dc48b7"]},{"name":"email","value":["ee819fc6rest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('019445a0-90ab-701f-870c-a989fb9c7910', 'USER', 'USER', 'Rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', 'Gioacchino Rossini', 'UPDATE', '{"attributes":[{"name":"surname","value":["Rossini"]},{"name":"__NAME__","value":["Rossini"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["Rossini"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-9ef4-7040-872b-ab27c9a68029', 'USER', 'USER', 'c71f0c6eissue213@syncope.apache.org', '019445a0-9eda-7392-9730-f71463f62c2d', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["c71f0c6eissue213@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-a36f-7768-84b4-1d62cc889806', 'USER', 'USER', '40a1b8efissue234@syncope.apache.org', '019445a0-a34d-7cbb-b41c-15741a6ef226', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["40a1b8efissue234@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=40a1b8efissue234@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["40a1b8efissue234@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a3be-7f61-b4ba-a876fcaf265d', 'USER', 'USER', '140a1b8efissue234@syncope.apache.org', '019445a0-a34d-7cbb-b41c-15741a6ef226', '__ACCOUNT__', '40a1b8efissue234@syncope.apache.org', 'UPDATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"mail","value":["40a1b8efissue234@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=140a1b8efissue234@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["140a1b8efissue234@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a4f0-7089-9d2f-0536c3260bfe', 'USER', 'USER', '6330d5b0syncope136_Random@apache.org', '019445a0-a47f-70c6-bb6b-36bb3c236bf3', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"K8a4dw2SwPBq0G027D6UYA==","base64SHA1Hash":"oT5r+NHIBdf933jgpJZHo8J77CI="}]},{"name":"mail","value":["6330d5b0syncope136_Random@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=6330d5b0syncope136_Random@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["6330d5b0syncope136_Random@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a571-70ed-936d-9a6f5ff30a26', 'USER', 'USER', '5afa312csyncope136_AES@apache.org', '019445a0-a514-7e84-93cf-0180765850da', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["5afa312csyncope136_AES@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=5afa312csyncope136_AES@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["5afa312csyncope136_AES@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a7e7-7a33-9e30-e8c6c0095f1c', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["vivaldi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb2');
+INSERT INTO propagationtask VALUES ('019445a0-8471-70ac-b32c-8998285aa8cb', 'USER', 'USER', '019445a0-83ee-7597-994b-f7cda1224506', '019445a0-83ee-7597-994b-f7cda1224506', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["019445a0-83ee-7597-994b-f7cda1224506"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-8537-751c-8157-d4c446dce583', 'USER', 'USER', 'a5f9526fsyncope1206@apache.org', '019445a0-84ab-7368-b48f-7abae925e045', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["a5f9526fsyncope1206@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=a5f9526fsyncope1206@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["a5f9526fsyncope1206@apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-8643-70d7-beee-e2eb659f82b5', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"YwYGEQSDYiTlIxJJqDw/eg==","base64SHA1Hash":"cPoge9VSZUGOvSnc76dknTzl4y4="}]},{"name":"__NAME__","value":["rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-86a8-7c88-ac25-a499160fcbe1', 'USER', 'USER', 'rossini', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"YwYGEQSDYiTlIxJJqDw/eg==","base64SHA1Hash":"cPoge9VSZUGOvSnc76dknTzl4y4="}]},{"name":"__NAME__","value":["rossini"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-87ab-7ca9-a291-853d2b8604eb', 'USER', 'USER', '59e64987syncope1750@apache.org', '019445a0-8793-7070-bce0-52f105942caa', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["59e64987syncope1750@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('019445a0-8890-7f0d-976e-b59570d01737', 'USER', 'USER', '7c2772a3syncope1793@apache.org', '019445a0-87f5-79c7-a429-cebe778093c0', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__NAME__","value":["7c2772a3syncope1793@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-nopropagation');
+INSERT INTO propagationtask VALUES ('019445a0-89e7-7673-926c-a564490b4291', 'USER', 'USER', '019445a0-88c9-7ee8-b78e-31c48a5b0287', '019445a0-88c9-7ee8-b78e-31c48a5b0287', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"username","value":["1ea81f44rest@syncope.apache.org"]},{"name":"firstName","value":["1ea81f44rest@syncope.apache.org"]},{"name":"__NAME__","value":["019445a0-88c9-7ee8-b78e-31c48a5b0287"]},{"name":"email","value":["1ea81f44rest@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'rest-target-resource');
+INSERT INTO propagationtask VALUES ('019445a0-9002-79c5-b41e-e604f6613cd0', 'USER', 'USER', 'Gioacchino', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"SURNAME","value":["Rossini"]},{"name":"USERNAME","value":["rossini"]},{"name":"__NAME__","value":["Gioacchino"]},{"name":"EMAIL","value":["rossini@apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('019445a0-9d14-716a-b87d-4f708a1de5ee', 'USER', 'USER', 'Gioacchino', '1417acbe-cbf6-4277-9372-e75e04f97000', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"SURNAME","value":["Rossini"]},{"name":"USERNAME","value":["rossini"]},{"name":"__NAME__","value":["Gioacchino"]},{"name":"EMAIL","value":null},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-pull');
+INSERT INTO propagationtask VALUES ('019445a0-9dc4-78e0-a039-840a08596fce', 'USER', 'USER', '680ca9d8syncope505-ldap@syncope.apache.org', '019445a0-9d38-7bea-8124-d55b24cb0db0', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"ldapGroups","value":[]},{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"PTXe1jVFaDT4b9ker+uUwg8Krn0O51wqnyw8ZKzOLHcNuSeeB9iErvbITpWrHt+J","base64SHA1Hash":"oq7KhLhTLPhMPWMX/NjmsBiM/T0="}]},{"name":"mail","value":["680ca9d8syncope505-ldap@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=680ca9d8syncope505-ldap@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["680ca9d8syncope505-ldap@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a7f3-7ccc-8d08-cb4618a20016', 'USER', 'USER', 'Antonio Vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["Vivaldi"]},{"name":"__NAME__","value":["Antonio Vivaldi"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["Antonio Vivaldi"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-b90b-7319-b9ea-35d52dbe08a4', 'USER', 'USER', '539693b0260@a.com', '019445a0-b866-7f7a-ab08-8bbf958bb662', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"companyName","value":["virtualvalue2"]},{"name":"__NAME__","value":["539693b0260@a.com"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["539693b0260@a.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-b9b7-7ecc-a0b5-38799fab6458', 'USER', 'USER', '539693b0260@a.com', '019445a0-b866-7f7a-ab08-8bbf958bb662', '__ACCOUNT__', '539693b0260@a.com', 'UPDATE', '{"attributes":[{"name":"surname","value":["Surname2"]},{"name":"__NAME__","value":["539693b0260@a.com"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["539693b0260@a.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-bad8-7352-b57e-653553b5a928', 'USER', 'USER', '42037ee0397@syncope.apache.org,surname', '019445a0-ba06-728d-8215-48689ccf6f0d', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"jIqLf+dz2HnfaFO8FE8f3Q==","base64SHA1Hash":"9ZI42Q6X39uHSH6Jl47tOD6j+f0="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["42037ee0397@syncope.apache.org,surname"]},{"name":"id","value":["42037ee0397@syncope.apache.org"]},{"name":"email","value":["test@testoneone.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["42037ee0397@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-bae9-7837-972b-0cfba38fa47d', 'USER', 'USER', '42037ee0397@syncope.apache.org,surname', '019445a0-ba06-728d-8215-48689ccf6f0d', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["42037ee0397@syncope.apache.org,surname"]},{"name":"id","value":["42037ee0397@syncope.apache.org"]},{"name":"email","value":["test@testoneone.com"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["42037ee0397@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-9e7b-750c-a8b7-18ac3a07d5a6', 'USER', 'USER', '4b47b323issue186@syncope.apache.org', '019445a0-9df4-7318-a9a9-7b3089fefd7f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"surname","value":["4b47b323issue186@syncope.apache.org"]},{"name":"__NAME__","value":["4b47b323issue186@syncope.apache.org"]},{"name":"email","value":null},{"name":"fullname","value":["4b47b323issue186@syncope.apache.org"]},{"name":"type","value":null},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-a59e-7bb1-a422-f2b88be504c2', 'USER', 'USER', '5afa312csyncope136_AES@apache.org', '019445a0-a514-7e84-93cf-0180765850da', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"mail","value":["5afa312csyncope136_AES@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=5afa312csyncope136_AES@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["5afa312csyncope136_AES@apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[false]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-a7bb-75d2-89a1-3f497625be0a', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["Vivaldi"]},{"name":"__NAME__","value":["vivaldi"]},{"name":"email","value":["vivaldi@syncope.org"]},{"name":"fullname","value":["Vivaldi"]},{"name":"type","value":["a type"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-1');
+INSERT INTO propagationtask VALUES ('019445a0-a7d9-79df-9ede-6daa221ed4b3', 'USER', 'USER', 'vivaldi', 'b3cbc78d-32e6-4bd4-92e0-bbe07566a2ee', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__NAME__","value":["vivaldi"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'ws-target-resource-delete');
+INSERT INTO propagationtask VALUES ('019445a0-ba3d-71db-9ed1-45ed48532cba', 'USER', 'USER', '42037ee0397@syncope.apache.org,surname', '019445a0-ba06-728d-8215-48689ccf6f0d', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"surname","value":["surname"]},{"name":"theirgroup","value":null},{"name":"__NAME__","value":["42037ee0397@syncope.apache.org,surname"]},{"name":"id","value":["42037ee0397@syncope.apache.org"]},{"name":"email","value":["test@testone.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":["42037ee0397@syncope.apache.org"]}],"attributeDeltas":null}', 'resource-csv');
+INSERT INTO propagationtask VALUES ('019445a0-a33c-71ad-a120-5af5e4019231', 'USER', 'USER', 'c71f0c6eissue213@syncope.apache.org', '019445a0-9eda-7392-9730-f71463f62c2d', '__ACCOUNT__', NULL, 'DELETE', '{"attributes":[{"name":"__NAME__","value":["c71f0c6eissue213@syncope.apache.org"]},{"name":"__MANDATORY_MISSING__","value":["__PASSWORD__"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-b2d9-7c46-96ec-8472a930b1b9', 'USER', 'USER', 'af500c6cpwdReset@syncope.apache.org', '019445a0-a9e4-72ac-adb0-c172669552f6', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"r8jHAaELUNJLEnf8xxUmsg==","base64SHA1Hash":"G65ZkmpkaNKMpf/v0d92PQJ8Dao="}]},{"name":"__NAME__","value":["af500c6cpwdReset@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-bb9a-7c66-9dff-253f00164a64', 'USER', 'USER', '019445a0-bb7e-7073-8163-9d66eafd1424', '019445a0-bb7e-7073-8163-9d66eafd1424', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["virattrcache"]},{"name":"__NAME__","value":["019445a0-bb7e-7073-8163-9d66eafd1424"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-c778-7f78-a371-8003ec16bf76', 'USER', 'USER', '019445a0-c759-7249-a6d1-bfc52eade8c7', '019445a0-c759-7249-a6d1-bfc52eade8c7', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["virattrcache"]},{"name":"__NAME__","value":["019445a0-c759-7249-a6d1-bfc52eade8c7"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-aa01-7b59-a7f4-f1e3c3e61061', 'USER', 'USER', 'af500c6cpwdReset@syncope.apache.org', '019445a0-a9e4-72ac-adb0-c172669552f6', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"__NAME__","value":["af500c6cpwdReset@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-testdb');
+INSERT INTO propagationtask VALUES ('019445a0-bb08-7d01-9756-b8fb32c2417f', 'USER', 'USER', '42037ee0397@syncope.apache.org', '019445a0-ba06-728d-8215-48689ccf6f0d', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"jIqLf+dz2HnfaFO8FE8f3Q==","base64SHA1Hash":"9ZI42Q6X39uHSH6Jl47tOD6j+f0="}]},{"name":"surname","value":["surname"]},{"name":"__NAME__","value":["42037ee0397@syncope.apache.org"]},{"name":"type","value":["a type"]},{"name":"fullname","value":["42037ee0397@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"name","value":null}],"attributeDeltas":null}', 'ws-target-resource-2');
+INSERT INTO propagationtask VALUES ('019445a0-bb58-79f2-936d-5129de7451a2', 'USER', 'USER', 'd1ae7c1asyncope436@syncope.apache.org', '019445a0-bb35-77ef-b5c1-82017486ca4f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["d1ae7c1asyncope436@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=d1ae7c1asyncope436@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["d1ae7c1asyncope436@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c496-7e08-9fd4-e33b28e8d00a', 'GROUP', 'GROUP', 'issueSYNCOPE453Group2ed326b0', '019445a0-c480-710b-bb34-e01f7a15c7a0', '__GROUP__', NULL, 'CREATE', '{"attributes":[{"name":"owner","value":null},{"name":"description","value":null},{"name":"businessCategory","value":["ml@group.it"]},{"name":"__NAME__","value":["cn=issueSYNCOPE453Group2ed326b0,ou=groups,o=isp"]},{"name":"cn","value":["issueSYNCOPE453Group2ed326b0"]}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c5bb-7e41-8262-845f33fcad8f', 'USER', 'USER', 'a2dfe2e2syncope459@apache.org', '019445a0-c598-7cc3-8f17-3c034177fbfd', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":[]},{"name":"mail","value":["a2dfe2e2syncope459@apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=a2dfe2e2syncope459@apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["a2dfe2e2syncope459@apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c64d-7fad-bfa9-74f6978f09dd', 'USER', 'USER', '019445a0-c5db-79bb-aeff-61bd79936c2a', '019445a0-c5db-79bb-aeff-61bd79936c2a', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"USERNAME","value":["syncope501_updated@apache.org"]},{"name":"__NAME__","value":["019445a0-c5db-79bb-aeff-61bd79936c2a"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-c4cf-7f40-85de-6022031923ec', 'USER', 'USER', '56c54758syn453@syncope.apache.org', '019445a0-c4a3-78cf-9c2f-7bd8aae12b7f', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"__PASSWORD__","value":[{"readOnly":false,"disposed":false,"encryptedBytes":"m9nh2US0Sa6m+cXccCq0Xw==","base64SHA1Hash":"GFJ69qfjxEOdrmt+9q+0Cw2uz60="}]},{"name":"ldapGroups","value":["cn=issueSYNCOPE453Group2ed326b0,ou=groups,o=isp"]},{"name":"mail","value":["56c54758syn453@syncope.apache.org"]},{"name":"registeredAddress","value":null},{"name":"postalAddress","value":null},{"name":"title","value":null},{"name":"__NAME__","value":["uid=56c54758syn453@syncope.apache.org,ou=people,o=isp"]},{"name":"sn","value":["surname"]},{"name":"cn","value":["56c54758syn453@syncope.apache.org"]},{"name":"__ENABLE__","value":[true]},{"name":"jpegPhoto","value":null}],"attributeDeltas":null}', 'resource-ldap');
+INSERT INTO propagationtask VALUES ('019445a0-c5fb-7d83-8ac9-0864896ea1f2', 'USER', 'USER', '019445a0-c5db-79bb-aeff-61bd79936c2a', '019445a0-c5db-79bb-aeff-61bd79936c2a', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["syncope501@apache.org"]},{"name":"__NAME__","value":["019445a0-c5db-79bb-aeff-61bd79936c2a"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-cfb7-7012-b739-f89fa4d7bf19', 'USER', 'USER', '019445a0-c759-7249-a6d1-bfc52eade8c7', '019445a0-c759-7249-a6d1-bfc52eade8c7', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"USERNAME","value":["virtualupdated"]},{"name":"__NAME__","value":["019445a0-c759-7249-a6d1-bfc52eade8c7"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-d005-7148-9972-1555646f227a', 'USER', 'USER', '019445a0-cfd4-742d-9df4-2db5d9c3bfba', '019445a0-cfd4-742d-9df4-2db5d9c3bfba', '__ACCOUNT__', NULL, 'CREATE', '{"attributes":[{"name":"USERNAME","value":["virtualvalue"]},{"name":"__NAME__","value":["019445a0-cfd4-742d-9df4-2db5d9c3bfba"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+INSERT INTO propagationtask VALUES ('019445a0-d090-7d94-b2b1-2f6b4b5bb67d', 'USER', 'USER', '019445a0-cfd4-742d-9df4-2db5d9c3bfba', '019445a0-cfd4-742d-9df4-2db5d9c3bfba', '__ACCOUNT__', NULL, 'UPDATE', '{"attributes":[{"name":"USERNAME","value":["virtualupdated"]},{"name":"__NAME__","value":["019445a0-cfd4-742d-9df4-2db5d9c3bfba"]},{"name":"__ENABLE__","value":[true]}],"attributeDeltas":null}', 'resource-db-virattr');
+
+
+--
+-- TOC entry 4639 (class 0 OID 16728)
+-- Dependencies: 297
+-- Data for Name: propagationtaskexec; Type: TABLE DATA; Schema: public; Owner: -
+--
+
+INSERT INTO propagationtaskexec VALUES ('e58ca1c7-178a-4012-8a71-8aa14eaf0655', '2015-12-17 08:42:00+00', NULL, NULL, '2015-12-17 08:40:00+00', 'SUCCESS', '1e697572-b896-484c-ae7f-0c8f63fcbc6c');
+INSERT INTO propagationtaskexec VALUES ('0194459c-1bb5-7dd1-9887-f70916541330', '2025-01-08 11:10:47.108445+00', 'admin', NULL, '2025-01-08 11:10:46.197547+00', 'SUCCESS', '0194459c-1f44-75f4-b570-ca976fdfc970');
+INSERT INTO propagationtaskexec VALUES ('0194459c-204e-744c-bed9-8c0adcd8a1cd', '2025-01-08 11:10:47.452513+00', 'admin', NULL, '2025-01-08 11:10:47.374899+00', 'SUCCESS', '0194459c-209c-7633-bb65-1dcecbaf3ae2');
+INSERT INTO propagationtaskexec VALUES ('0194459c-20e8-7ef4-a76f-0ac4f1533925', '2025-01-08 11:10:47.619898+00', 'admin', NULL, '2025-01-08 11:10:47.528749+00', 'SUCCESS', '0194459c-2143-7f1d-81a9-80274bfc6fcd');
+INSERT INTO propagationtaskexec VALUES ('0194459c-21a7-7cd3-ba5e-83d54f19c39a', '2025-01-08 11:10:47.781868+00', 'admin', NULL, '2025-01-08 11:10:47.719191+00', 'SUCCESS', '0194459c-21e5-7c26-99cf-e99eca07fdab');
+INSERT INTO propagationtaskexec VALUES ('0194459c-22a8-75f3-88b3-881c9a087e88', '2025-01-08 11:10:48.039339+00', 'admin', NULL, '2025-01-08 11:10:47.976301+00', 'SUCCESS', '0194459c-22e7-7b62-8214-b85497aaa3c6');
+INSERT INTO propagationtaskexec VALUES ('0194459c-2372-73a0-acd8-897169898744', '2025-01-08 11:10:48.260347+00', 'admin', NULL, '2025-01-08 11:10:48.178678+00', 'SUCCESS', '0194459c-23c4-7583-a6b3-b6b7413481fc');
+INSERT INTO propagationtaskexec VALUES ('0194459c-2451-74aa-8b66-0ed2e0dfe9c4', '2025-01-08 11:10:48.465503+00', 'admin', NULL, '2025-01-08 11:10:48.401611+00', 'SUCCESS', '0194459c-2491-7586-a4b5-81a1fd80e8cb');
+INSERT INTO propagationtaskexec VALUES ('0194459c-252e-78ab-876c-d397ad05c334', '2025-01-08 11:10:48.688154+00', 'admin', NULL, '2025-01-08 11:10:48.622297+00', 'SUCCESS', '0194459c-2570-78d5-a8ab-c46c6c058b8b');
+INSERT INTO propagationtaskexec VALUES ('0194459c-269f-7d8a-85af-2adbf3d889d4', '2025-01-08 11:10:49.050588+00', 'admin', NULL, '2025-01-08 11:10:48.991132+00', 'SUCCESS', '0194459c-26da-703c-9f35-748520e6a476');
+INSERT INTO propagationtaskexec VALUES ('0194459c-2723-7255-ac0b-380b81a6563d', '2025-01-08 11:10:49.187092+00', 'admin', NULL, '2025-01-08 11:10:49.123015+00', 'SUCCESS', '0194459c-2763-74c5-b79a-6e0fd3550735');
+INSERT INTO propagationtaskexec VALUES ('0194459c-28f2-7a37-aa75-5e6cc2ba0af0', '2025-01-08 11:10:49.678294+00', 'admin', NULL, '2025-01-08 11:10:49.586311+00', 'SUCCESS', '0194459c-294e-7877-9183-58d2f8b2a653');
+INSERT INTO propagationtaskexec VALUES ('0194459c-298c-78bf-8d62-e7ce5fd44aef', '2025-01-08 11:10:49.861508+00', 'admin', NULL, '2025-01-08 11:10:49.740653+00', 'SUCCESS', '0194459c-2a05-73e0-bf22-01c1ea3a6fdf');
+INSERT INTO propagationtaskexec VALUES ('0194459c-3278-77bc-b502-4f3101fdaf73', '2025-01-08 11:10:52.090517+00', 'admin', NULL, '2025-01-08 11:10:52.024195+00', 'SUCCESS', '0194459c-32ba-7c0e-993a-5330d19cd036');
+INSERT INTO propagationtaskexec VALUES ('0194459c-36ee-7c5f-b1ff-f576da0c24cf', '2025-01-08 11:10:53.229612+00', 'admin', NULL, '2025-01-08 11:10:53.166954+00', 'SUCCESS', '0194459c-372d-7165-a334-b9e3de0d2011');
+INSERT INTO propagationtaskexec VALUES ('0194459c-4066-7fb0-8e79-3d1407ec1958', '2025-01-08 11:10:55.651439+00', 'admin', NULL, '2025-01-08 11:10:55.590065+00', 'SUCCESS', '0194459c-40a3-78ba-ab96-ed0b9657150c');
+INSERT INTO propagationtaskexec VALUES ('0194459c-493f-79b4-b7e2-dc22fe704b74', '2025-01-08 11:10:57.907903+00', 'admin', NULL, '2025-01-08 11:10:57.85598+00', 'SUCCESS', '0194459c-4973-73ab-bab7-79449aa39304');
+INSERT INTO propagationtaskexec VALUES ('0194459d-144c-71b6-b18c-8edf77a469e2', '2025-01-08 11:11:49.896363+00', 'admin', NULL, '2025-01-08 11:11:49.836453+00', 'SUCCESS', '0194459d-1488-7f84-ae28-e6fcd23280d0');
+INSERT INTO propagationtaskexec VALUES ('0194459d-14b2-7b24-98dd-5e7b474cc720', '2025-01-08 11:11:49.997422+00', 'admin', NULL, '2025-01-08 11:11:49.938679+00', 'SUCCESS', '0194459d-14ed-7ba1-8182-e3f05703d299');
+INSERT INTO propagationtaskexec VALUES ('0194459d-406e-7da8-94d7-6af481d01661', '2025-01-08 11:12:01.184884+00', 'admin', NULL, '2025-01-08 11:12:01.134021+00', 'SUCCESS', '0194459d-40a0-7ee4-911e-44aa61c348d7');
+INSERT INTO propagationtaskexec VALUES ('0194459d-46a4-7561-9d5e-4564dc369f2e', '2025-01-08 11:12:02.744255+00', 'admin', NULL, '2025-01-08 11:12:02.724354+00', 'SUCCESS', '0194459d-46b8-714e-8b43-a39a772fdc5c');
+INSERT INTO propagationtaskexec VALUES ('0194459d-4704-7d17-9d7e-793a3692a772', '2025-01-08 11:12:02.848183+00', 'admin', NULL, '2025-01-08 11:12:02.820553+00', 'SUCCESS', '0194459d-4720-73df-8e95-d8f795fd1c6b');
+INSERT INTO propagationtaskexec VALUES ('0194459d-47d1-7d19-94a3-5d5c5373aa49', '2025-01-08 11:12:03.043981+00', '5e4e43aeowner@syncope.org', NULL, '2025-01-08 11:12:03.025471+00', 'SUCCESS', '0194459d-47e4-7ff0-bdd0-e6a176a74879');
+INSERT INTO propagationtaskexec VALUES ('0194459d-488f-7982-b673-376747bf242c', '2025-01-08 11:12:03.234461+00', 'admin', NULL, '2025-01-08 11:12:03.215475+00', 'SUCCESS', '0194459d-48a2-7187-8b38-bda5b3283090');
+INSERT INTO propagationtaskexec VALUES ('0194459d-493a-7bfa-9c9d-29bec5818cd7', '2025-01-08 11:12:03.415309+00', '5e4e43aeowner@syncope.org', NULL, '2025-01-08 11:12:03.386549+00', 'SUCCESS', '0194459d-4957-78fd-9b99-2fc628d28f93');
+INSERT INTO propagationtaskexec VALUES ('0194459d-4991-781f-9df0-b5fea7c7f070', '2025-01-08 11:12:03.488006+00', '5e4e43aeowner@syncope.org', NULL, '2025-01-08 11:12:03.473185+00', 'SUCCESS', '0194459d-49a0-7a5e-8eee-2c8267f3d76f');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7033-7c8b-862d-ccf3cb476b3c', '2025-01-08 11:12:13.380033+00', 'admin', NULL, '2025-01-08 11:12:13.363632+00', 'SUCCESS', '0194459d-7044-739f-acb3-3c1898e52f5a');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7069-7106-a538-8fd01f8c1174', '2025-01-08 11:12:13.429267+00', 'admin', NULL, '2025-01-08 11:12:13.417426+00', 'SUCCESS', '0194459d-7075-7ca4-b2dc-9feab0a08719');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7171-7a33-994f-5b53cdaba390', '2025-01-08 11:12:13.684595+00', '92fef1f5dynRealmAdmin@apache.org', NULL, '2025-01-08 11:12:13.681616+00', 'NOT_ATTEMPTED', '0194459d-7174-7d93-add8-9bacf7e446b2');
+INSERT INTO propagationtaskexec VALUES ('0194459d-769e-76de-9792-dd185a79b5a6', '2025-01-08 11:12:15.014444+00', 'admin', NULL, '2025-01-08 11:12:15.006258+00', 'SUCCESS', '0194459d-76a6-7fe5-a616-992f0f5d2fad');
+INSERT INTO propagationtaskexec VALUES ('0194459d-76ce-7c55-a994-bf0ffd519fba', '2025-01-08 11:12:15.065632+00', 'admin', NULL, '2025-01-08 11:12:15.054732+00', 'SUCCESS', '0194459d-76d9-77bb-ba90-4edbf235de1d');
+INSERT INTO propagationtaskexec VALUES ('0194459d-774b-7685-9abe-5fe7472bb6b7', '2025-01-08 11:12:15.188542+00', 'admin', NULL, '2025-01-08 11:12:15.179174+00', 'SUCCESS', '0194459d-7754-7d33-8846-b44ccf1ad78d');
+INSERT INTO propagationtaskexec VALUES ('0194459d-778a-7bca-9eee-e9f46687da7a', '2025-01-08 11:12:15.251391+00', 'admin', NULL, '2025-01-08 11:12:15.242746+00', 'SUCCESS', '0194459d-7793-7a9b-89ba-6e813ebf6b60');
+INSERT INTO propagationtaskexec VALUES ('0194459d-77b6-7f92-9381-d3d176386b49', '2025-01-08 11:12:15.295526+00', 'admin', NULL, '2025-01-08 11:12:15.28676+00', 'SUCCESS', '0194459d-77bf-7e8e-9b80-424d6d36d293');
+INSERT INTO propagationtaskexec VALUES ('0194459d-77e7-7812-b22f-2989660769a1', '2025-01-08 11:12:15.345252+00', 'admin', NULL, '2025-01-08 11:12:15.335485+00', 'SUCCESS', '0194459d-77f1-7759-898b-662ca3deec73');
+INSERT INTO propagationtaskexec VALUES ('0194459d-780b-727c-943e-d1c6eca03459', '2025-01-08 11:12:15.381981+00', 'admin', NULL, '2025-01-08 11:12:15.371726+00', 'SUCCESS', '0194459d-7815-7a5e-ac15-c490ba547d4d');
+INSERT INTO propagationtaskexec VALUES ('0194459d-782f-7109-877f-5c51b2cb47fd', '2025-01-08 11:12:15.418332+00', 'admin', NULL, '2025-01-08 11:12:15.407408+00', 'SUCCESS', '0194459d-783a-7de0-90b6-c24effa14a83');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7857-7f67-bdb2-21b828293427', '2025-01-08 11:12:15.456021+00', 'admin', NULL, '2025-01-08 11:12:15.446993+00', 'SUCCESS', '0194459d-7860-71e3-91f4-c1ce0347f3fa');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7924-720b-a5c6-4575cbbb7355', '2025-01-08 11:12:15.661767+00', 'admin', NULL, '2025-01-08 11:12:15.652648+00', 'SUCCESS', '0194459d-792d-7da3-b0ab-6e1614b69d0a');
+INSERT INTO propagationtaskexec VALUES ('0194459d-79fc-7aac-8a95-0e053494b5e2', '2025-01-08 11:12:15.878702+00', 'admin', NULL, '2025-01-08 11:12:15.868632+00', 'SUCCESS', '0194459d-7a06-785f-9dbc-9557fbde834b');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7a42-7139-a96c-aba56f20837a', '2025-01-08 11:12:15.946833+00', 'admin', NULL, '2025-01-08 11:12:15.938621+00', 'SUCCESS', '0194459d-7a4a-7baa-8a12-b2a77ba8b834');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7a61-7b7c-a045-45fea45092a9', '2025-01-08 11:12:15.980151+00', 'admin', NULL, '2025-01-08 11:12:15.969718+00', 'SUCCESS', '0194459d-7a6c-70ae-b7e9-e5c0f88c8f99');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7a96-70aa-b554-3379aba0339e', '2025-01-08 11:12:16.030795+00', 'admin', NULL, '2025-01-08 11:12:16.022648+00', 'SUCCESS', '0194459d-7a9e-75d6-8126-e9913b340951');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7ac0-78b6-bb54-41e8f69c60ee', '2025-01-08 11:12:16.074807+00', 'admin', NULL, '2025-01-08 11:12:16.064879+00', 'SUCCESS', '0194459d-7aca-7ca4-a2e4-762e8e0f4d07');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7aea-7e5b-8f20-09c176853798', '2025-01-08 11:12:16.115196+00', 'admin', NULL, '2025-01-08 11:12:16.106537+00', 'SUCCESS', '0194459d-7af3-7ed3-acb6-88a4a9a721a6');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7b64-72b6-a752-15693f13c356', '2025-01-08 11:12:16.236259+00', 'admin', NULL, '2025-01-08 11:12:16.228673+00', 'SUCCESS', '0194459d-7b6c-7049-bbf9-b5857ecfbc18');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7b98-7e88-a3cc-81c3cbd5197b', '2025-01-08 11:12:16.288556+00', 'admin', NULL, '2025-01-08 11:12:16.280871+00', 'SUCCESS', '0194459d-7ba0-7b7c-a3c6-5885e6604d78');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7bc2-7c24-8c36-5c0e25e68ac1', '2025-01-08 11:12:16.330214+00', 'admin', NULL, '2025-01-08 11:12:16.322514+00', 'SUCCESS', '0194459d-7bca-76d4-8f36-345b17bfb5bc');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7d36-7807-9db7-f7455e603071', '2025-01-08 11:12:16.702961+00', 'admin', NULL, '2025-01-08 11:12:16.694003+00', 'SUCCESS', '0194459d-7d3e-7f4b-8938-99fec64b4e89');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7d55-7901-ae39-80e8e092ec74', '2025-01-08 11:12:16.735772+00', 'admin', NULL, '2025-01-08 11:12:16.725775+00', 'SUCCESS', '0194459d-7d5f-7f6e-86d2-5ea783c0e57c');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7d8c-7f83-981c-96868e8d7fee', '2025-01-08 11:12:16.789868+00', 'admin', NULL, '2025-01-08 11:12:16.780331+00', 'SUCCESS', '0194459d-7d95-796d-8323-c6384b859d18');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7dca-74f8-9155-81a29d6ac993', '2025-01-08 11:12:16.850216+00', 'admin', NULL, '2025-01-08 11:12:16.842686+00', 'NOT_ATTEMPTED', '0194459d-7dd2-71c4-8498-83cd370f63ea');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7f4f-749e-b863-6dcd38b5bf1c', '2025-01-08 11:12:17.239767+00', 'admin', NULL, '2025-01-08 11:12:17.231583+00', 'SUCCESS', '0194459d-7f57-70cd-9b04-6b470c3f2e89');
+INSERT INTO propagationtaskexec VALUES ('0194459d-7fba-7698-9cbf-6cc915a65d79', '2025-01-08 11:12:17.353035+00', 'admin', NULL, '2025-01-08 11:12:17.338461+00', 'SUCCESS', '0194459d-7fc9-78ba-ad7a-b321723fd8d0');
+INSERT INTO propagationtaskexec VALUES ('0194459d-83c0-7841-8c6d-a5c26e45002e', '2025-01-08 11:12:18.380227+00', 'admin', NULL, '2025-01-08 11:12:18.368169+00', 'SUCCESS', '0194459d-83cc-7731-92ef-c49898fc6ab4');
+INSERT INTO propagationtaskexec VALUES ('0194459d-84e7-7503-9793-252da559ab96', '2025-01-08 11:12:18.672037+00', 'admin', NULL, '2025-01-08 11:12:18.663949+00', 'SUCCESS', '0194459d-84f0-7c83-affa-05e4e4ecc5e8');
+INSERT INTO propagationtaskexec VALUES ('0194459d-8560-79ff-9225-7c5d2776bc10', '2025-01-08 11:12:18.793557+00', 'admin', NULL, '2025-01-08 11:12:18.784034+00', 'SUCCESS', '0194459d-8569-7e29-908d-be2e99f2d0f3');
+INSERT INTO propagationtaskexec VALUES ('0194459d-8583-77f2-8adc-16847f361076', '2025-01-08 11:12:18.824197+00', 'admin', NULL, '2025-01-08 11:12:18.819625+00', 'NOT_ATTEMPTED', '0194459d-8588-7176-a28f-84920d07b815');
+INSERT INTO propagationtaskexec VALUES ('0194459d-a29b-7406-a217-b355788b8b51', '2025-01-08 11:12:26.649281+00', 'admin', NULL, '2025-01-08 11:12:26.267243+00', 'SUCCESS', '0194459d-a419-759c-9e66-ce050920e087');
+INSERT INTO propagationtaskexec VALUES ('0194459d-a41c-7e39-a7db-552baf88c58f', '2025-01-08 11:12:26.899032+00', 'admin', NULL, '2025-01-08 11:12:26.652364+00', 'SUCCESS', '0194459d-a513-7c83-b831-d968eaaf0dde');
+INSERT INTO propagationtaskexec VALUES ('0194459d-a54d-73be-bc0c-06b8397c6371', '2025-01-08 11:12:27.207398+00', 'admin', NULL, '2025-01-08 11:12:26.957503+00', 'SUCCESS', '0194459d-a647-714b-8874-f5c0bb126ec2');
+INSERT INTO propagationtaskexec VALUES ('0194459d-ab4b-7ba1-a79b-92edd9849414', '2025-01-08 11:12:28.724516+00', 'admin', NULL, '2025-01-08 11:12:28.491075+00', 'NOT_ATTEMPTED', '0194459d-ac34-71cc-8130-3a46506b3dc2');
+INSERT INTO propagationtaskexec VALUES ('0194459d-ac66-7f47-9d73-be74a593e92d', '2025-01-08 11:12:28.785375+00', 'admin', NULL, '2025-01-08 11:12:28.774944+00', 'SUCCESS', '0194459d-ac71-774c-ac10-4c9ce5eeed22');
+INSERT INTO propagationtaskexec VALUES ('0194459d-acbb-7896-a799-95c9b82f5cf6', '2025-01-08 11:12:28.876661+00', 'admin', NULL, '2025-01-08 11:12:28.859691+00', 'SUCCESS', '0194459d-accc-79fe-b383-b22f7ebe8c6c');
+INSERT INTO propagationtaskexec VALUES ('0194459d-acfe-7480-9b5b-f9b405d49f84', '2025-01-08 11:12:28.935044+00', 'admin', NULL, '2025-01-08 11:12:28.926593+00', 'SUCCESS', '0194459d-ad07-74f6-b123-4ff53fd23d38');
+INSERT INTO propagationtaskexec VALUES ('0194459d-ad60-74b0-8b0d-84652639ee5c', '2025-01-08 11:12:29.037413+00', 'admin', NULL, '2025-01-08 11:12:29.024099+00', 'SUCCESS', '0194459d-ad6d-767d-ab8a-fafb5c2f9815');
+INSERT INTO propagationtaskexec VALUES ('0194459d-adcb-7c58-b9a4-b0b1da4601bb', '2025-01-08 11:12:29.146836+00', 'admin', NULL, '2025-01-08 11:12:29.131747+00', 'SUCCESS', '0194459d-adda-7ea1-a505-6cc483e0b32a');
+INSERT INTO propagationtaskexec VALUES ('0194459d-ae16-7045-bdee-b033633854bf', '2025-01-08 11:12:29.223526+00', 'admin', NULL, '2025-01-08 11:12:29.206072+00', 'SUCCESS', '0194459d-ae27-7b74-b55f-375188d36ff0');
+INSERT INTO propagationtaskexec VALUES ('0194459d-ae62-7780-8b00-0b334ef45c77', '2025-01-08 11:12:29.29721+00', 'admin', NULL, '2025-01-08 11:12:29.282804+00', 'SUCCESS', '0194459d-ae71-71f3-9d79-eeb412a938f9');
+INSERT INTO propagationtaskexec VALUES ('0194459d-aea1-7299-ab01-edcc08ba8bac', '2025-01-08 11:12:29.355435+00', 'admin', NULL, '2025-01-08 11:12:29.345448+00', 'SUCCESS', '0194459d-aeab-77c6-9505-5236201d58d8');
+INSERT INTO propagationtaskexec VALUES ('0194459d-aeec-7fcd-aeec-0a5655c71217', '2025-01-08 11:12:29.43315+00', 'admin', NULL, '2025-01-08 11:12:29.420689+00', 'SUCCESS', '0194459d-aef9-78a4-8414-3f642115e8a9');
+INSERT INTO propagationtaskexec VALUES ('0194459d-af35-7b3b-8dce-6ae2a7beb871', '2025-01-08 11:12:29.499995+00', 'admin', NULL, '2025-01-08 11:12:29.493228+00', 'SUCCESS', '0194459d-af3c-74f2-9478-12dce8db1cab');
+INSERT INTO propagationtaskexec VALUES ('0194459d-afda-79f4-8801-2f8eb4553f07', '2025-01-08 11:12:29.670258+00', 'admin', NULL, '2025-01-08 11:12:29.658807+00', 'SUCCESS', '0194459d-afe6-7527-acb6-1b35a0253fa9');
+INSERT INTO propagationtaskexec VALUES ('0194459d-83d4-7b74-9798-691f919f338c', '2025-01-08 11:12:18.399228+00', 'admin', NULL, '2025-01-08 11:12:18.388632+00', 'SUCCESS', '0194459d-83df-75aa-b91b-73d153863253');
+INSERT INTO propagationtaskexec VALUES ('0194459d-83e2-7ca3-841e-b57ea49ec834', '2025-01-08 11:12:18.41625+00', 'admin', NULL, '2025-01-08 11:12:18.402351+00', 'SUCCESS', '0194459d-83f0-7e8b-be11-e0af6771c515');
+INSERT INTO propagationtaskexec VALUES ('0194459d-853f-7fc9-8f74-a5c6c439586c', '2025-01-08 11:12:18.759234+00', 'admin', NULL, '2025-01-08 11:12:18.751201+00', 'SUCCESS', '0194459d-8547-7930-8b21-d636458348b8');
+INSERT INTO propagationtaskexec VALUES ('0194459d-a78c-7cb7-8045-e1275a24bc0e', '2025-01-08 11:12:27.793864+00', 'admin', NULL, '2025-01-08 11:12:27.532969+00', 'SUCCESS', '0194459d-a891-760f-a22a-72847707f5dd');
+INSERT INTO propagationtaskexec VALUES ('0194459d-a895-782f-a329-d9e78f30bffd', '2025-01-08 11:12:28.013332+00', 'admin', NULL, '2025-01-08 11:12:27.797977+00', 'SUCCESS', '0194459d-a96d-7f0e-9750-1bde3dc3e16c');
+INSERT INTO propagationtaskexec VALUES ('0194459d-b738-7df0-96ff-be5ae592fef3', '2025-01-08 11:12:31.615328+00', 'admin', NULL, '2025-01-08 11:12:31.544585+00', 'SUCCESS', '0194459d-b77f-7684-a027-1022e4a43ed8');
+INSERT INTO propagationtaskexec VALUES ('0194459d-c4a4-7680-83ad-e6292d192785', '2025-01-08 11:12:34.983494+00', 'admin', NULL, '2025-01-08 11:12:34.980954+00', 'NOT_ATTEMPTED', '0194459d-c4a7-71cc-b1f3-28bcfdea2672');
+INSERT INTO propagationtaskexec VALUES ('0194459d-cde4-7a5e-a538-22a316dae8dc', '2025-01-08 11:12:37.35144+00', 'admin', NULL, '2025-01-08 11:12:37.348857+00', 'NOT_ATTEMPTED', '0194459d-cde7-7736-bcf2-d6e434929f2f');
+INSERT INTO propagationtaskexec VALUES ('0194459d-e80f-7527-a5ba-32e72df7e911', '2025-01-08 11:12:44.048819+00', 'admin', NULL, '2025-01-08 11:12:44.047483+00', 'NOT_ATTEMPTED', '0194459d-e810-7216-9a89-65fb9cf04863');
+INSERT INTO propagationtaskexec VALUES ('0194459d-e85c-76a3-b0d7-543ee460ba6d', '2025-01-08 11:12:44.127852+00', 'admin', NULL, '2025-01-08 11:12:44.124964+00', 'NOT_ATTEMPTED', '0194459d-e85f-7f73-a516-9b9f0a66c34d');
+INSERT INTO propagationtaskexec VALUES ('0194459d-f0cf-7f04-b291-395cefd39e6d', '2025-01-08 11:12:46.288411+00', 'admin', NULL, '2025-01-08 11:12:46.287246+00', 'NOT_ATTEMPTED', '0194459d-f0d0-7e74-b096-12b0d9b7c741');
+INSERT INTO propagationtaskexec VALUES ('0194459d-fda0-73fb-bf18-aa47f77176b2', '2025-01-08 11:12:49.570149+00', 'admin', NULL, '2025-01-08 11:12:49.56829+00', 'NOT_ATTEMPTED', '0194459d-fda2-70da-8a93-52d2509bc0e1');
+INSERT INTO propagationtaskexec VALUES ('0194459e-0a74-758b-bb4e-eaa0b2da477f', '2025-01-08 11:12:52.854713+00', 'admin', NULL, '2025-01-08 11:12:52.852789+00', 'NOT_ATTEMPTED', '0194459e-0a76-719b-ad41-aae815a148aa');
+INSERT INTO propagationtaskexec VALUES ('0194459e-1364-7f19-8428-ec93dea76ba1', '2025-01-08 11:12:55.143858+00', 'admin', NULL, '2025-01-08 11:12:55.140765+00', 'NOT_ATTEMPTED', '0194459e-1367-783a-9f72-bab8ec130ad9');
+INSERT INTO propagationtaskexec VALUES ('0194459e-2c87-7240-8291-d9084ac2244f', '2025-01-08 11:13:01.673062+00', 'admin', NULL, '2025-01-08 11:13:01.575132+00', 'SUCCESS', '1e697572-b896-484c-ae7f-0c8f63fcbc6c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-2d45-7c8a-9dfb-bae061731753', '2025-01-08 11:13:01.845538+00', 'admin', 'Unique index or primary key violation: "PUBLIC.CONSTRAINT_INDEX_E ON PUBLIC.TESTUSER(USERID NULLS FIRST) VALUES ( /* 1 */ ''userId'' )"; SQL statement:
+INSERT INTO testuser (password,userId,fullname,type) VALUES (''[org.identityconnectors.common.security.GuardedString@41a757f8]'',''userId'',''fullname'',''type'') [23505-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PUBLIC.CONSTRAINT_INDEX_E ON PUBLIC.TESTUSER(USERID NULLS FIRST) VALUES ( /* 1 */ ''userId'' )"; SQL statement:
+INSERT INTO testuser (password,userId,fullname,type) VALUES (''[org.identityconnectors.common.security.GuardedString@41a757f8]'',''userId'',''fullname'',''type'') [23505-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.index.Index.getDuplicateKeyException(Index.java:525)
+ at org.h2.mvstore.db.MVSecondaryIndex.checkUnique(MVSecondaryIndex.java:223)
+ at org.h2.mvstore.db.MVSecondaryIndex.add(MVSecondaryIndex.java:184)
+ at org.h2.mvstore.db.MVTable.addRow(MVTable.java:519)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:174)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:13:01.765293+00', 'FAILURE', '1e697572-b896-484c-ae7f-0c8f63fcbc6c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-2dd7-7e68-92f4-b162ad838890', '2025-01-08 11:13:01.940093+00', 'admin', 'Unique index or primary key violation: "PUBLIC.CONSTRAINT_INDEX_E ON PUBLIC.TESTUSER(USERID NULLS FIRST) VALUES ( /* 1 */ ''userId'' )"; SQL statement:
+INSERT INTO testuser (password,userId,fullname,type) VALUES (''[org.identityconnectors.common.security.GuardedString@41a757f8]'',''userId'',''fullname'',''type'') [23505-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PUBLIC.CONSTRAINT_INDEX_E ON PUBLIC.TESTUSER(USERID NULLS FIRST) VALUES ( /* 1 */ ''userId'' )"; SQL statement:
+INSERT INTO testuser (password,userId,fullname,type) VALUES (''[org.identityconnectors.common.security.GuardedString@41a757f8]'',''userId'',''fullname'',''type'') [23505-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.index.Index.getDuplicateKeyException(Index.java:525)
+ at org.h2.mvstore.db.MVSecondaryIndex.checkUnique(MVSecondaryIndex.java:223)
+ at org.h2.mvstore.db.MVSecondaryIndex.add(MVSecondaryIndex.java:184)
+ at org.h2.mvstore.db.MVTable.addRow(MVTable.java:519)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:174)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:13:01.911155+00', 'FAILURE', '1e697572-b896-484c-ae7f-0c8f63fcbc6c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4412-7ac3-aa05-7cff3a01a6cb', '2025-01-08 11:13:07.617619+00', 'admin', NULL, '2025-01-08 11:13:07.602242+00', 'SUCCESS', '0194459e-4421-7c70-a0fe-732a1efbf4d1');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4461-7d83-bf69-d4174a389695', '2025-01-08 11:13:07.691465+00', 'admin', NULL, '2025-01-08 11:13:07.681266+00', 'SUCCESS', '0194459e-446b-7b2f-a12f-003f43f28ed5');
+INSERT INTO propagationtaskexec VALUES ('0194459e-44aa-7fb7-9e53-437b6deb3500', '2025-01-08 11:13:07.764878+00', 'admin', NULL, '2025-01-08 11:13:07.754451+00', 'SUCCESS', '0194459e-44b4-79dc-adb8-5077f54fc6aa');
+INSERT INTO propagationtaskexec VALUES ('0194459e-44ea-7682-92c2-2c2538716fff', '2025-01-08 11:13:07.830829+00', 'admin', NULL, '2025-01-08 11:13:07.81897+00', 'SUCCESS', '0194459e-44f6-7d8c-852f-d75663ee98d2');
+INSERT INTO propagationtaskexec VALUES ('0194459e-453a-781f-b239-6310c94f3be4', '2025-01-08 11:13:07.909092+00', 'admin', NULL, '2025-01-08 11:13:07.898513+00', 'SUCCESS', '0194459e-4545-75c1-9908-1c72384e4a78');
+INSERT INTO propagationtaskexec VALUES ('0194459e-457f-7833-a1ff-21a5d82a0ecd', '2025-01-08 11:13:07.978729+00', 'admin', NULL, '2025-01-08 11:13:07.967042+00', 'SUCCESS', '0194459e-458a-75dd-b6ef-4c7edae72b21');
+INSERT INTO propagationtaskexec VALUES ('0194459e-45c6-70a9-8d9a-566d51635b8b', '2025-01-08 11:13:08.050219+00', 'admin', NULL, '2025-01-08 11:13:08.038093+00', 'SUCCESS', '0194459e-45d2-7696-a7bd-93c8efb44811');
+INSERT INTO propagationtaskexec VALUES ('0194459e-461e-7305-be16-2fb1c0087ce7', '2025-01-08 11:13:08.138804+00', 'admin', NULL, '2025-01-08 11:13:08.12632+00', 'SUCCESS', '0194459e-462a-76ca-b494-85aa5be8a03a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4666-7ab8-8706-ee89e4666704', '2025-01-08 11:13:08.210861+00', 'admin', NULL, '2025-01-08 11:13:08.198715+00', 'SUCCESS', '0194459e-4672-74f8-99ed-dbac2abf8dba');
+INSERT INTO propagationtaskexec VALUES ('0194459e-469b-7fca-9ef7-bb3d19ac6307', '2025-01-08 11:13:08.267792+00', 'admin', NULL, '2025-01-08 11:13:08.251591+00', 'SUCCESS', '0194459e-46ab-7dd4-aa38-027f761ecc3a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-46d8-7281-96ea-4b7db6bf2768', '2025-01-08 11:13:08.32562+00', 'admin', NULL, '2025-01-08 11:13:08.312542+00', 'SUCCESS', '0194459e-46e5-715e-8ae6-0214efe6d2cf');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4aaf-799f-84f2-47f273a69672', '2025-01-08 11:13:09.305177+00', 'admin', NULL, '2025-01-08 11:13:09.295625+00', 'SUCCESS', '0194459e-4ab9-7f85-b7cb-86ac15e148f4');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4b0c-7ac3-ac54-6a24f9c4d94d', '2025-01-08 11:13:09.397932+00', 'admin', NULL, '2025-01-08 11:13:09.388268+00', 'SUCCESS', '0194459e-4b15-7006-bf59-d710343031b0');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4b59-7abd-9544-60c77e2b9eec', '2025-01-08 11:13:09.511625+00', 'admin', NULL, '2025-01-08 11:13:09.465301+00', 'SUCCESS', '0194459e-4b87-7065-b29d-90c7bcd98792');
+INSERT INTO propagationtaskexec VALUES ('0194459e-4cad-7e01-8186-531090069c8a', '2025-01-08 11:13:09.854714+00', 'admin', 'NULL not allowed for column "MAND_VALUE"; SQL statement:
+INSERT INTO TESTPRINTER (id, printername, location, lastmodification) VALUES (?,?,?,?) [23502-214]', '2025-01-08 11:13:09.805927+00', 'FAILURE', '0194459e-4cde-7a8a-a96c-5e646ca0f203');
+INSERT INTO propagationtaskexec VALUES ('0194459e-73f1-7f1d-a44b-13066e175386', '2025-01-08 11:13:19.919627+00', 'admin', NULL, '2025-01-08 11:13:19.857611+00', 'SUCCESS', '0194459e-4cde-7a8a-a96c-5e646ca0f203');
+INSERT INTO propagationtaskexec VALUES ('0194459e-74a3-748a-854d-79b44426e89d', '2025-01-08 11:13:20.037029+00', 'admin', NULL, '2025-01-08 11:13:20.035311+00', 'SUCCESS', '0194459e-74a5-7221-915e-50083fc03500');
+INSERT INTO propagationtaskexec VALUES ('0194459e-74bd-73a4-9e4f-36e00c520d78', '2025-01-08 11:13:20.062942+00', 'admin', NULL, '2025-01-08 11:13:20.06102+00', 'SUCCESS', '0194459e-74be-7d32-87b9-40fc4d767c1c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-838b-740c-be2e-848815c8285d', '2025-01-08 11:13:23.864192+00', 'admin', NULL, '2025-01-08 11:13:23.851177+00', 'SUCCESS', '0194459e-8398-7e49-b4c5-c48e5981072f');
+INSERT INTO propagationtaskexec VALUES ('0194459e-84b5-7645-ae4b-511335b7e6bb', '2025-01-08 11:13:24.16475+00', 'admin', NULL, '2025-01-08 11:13:24.149618+00', 'SUCCESS', '0194459e-84c4-7b74-9d87-48e7d8b99656');
+INSERT INTO propagationtaskexec VALUES ('0194459e-84ec-7f57-a908-762153381620', '2025-01-08 11:13:24.217155+00', 'admin', NULL, '2025-01-08 11:13:24.204611+00', 'SUCCESS', '0194459e-84f9-7d5c-adf0-52b1120c2ce6');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8510-7b3f-b7a5-66cb7096c59b', '2025-01-08 11:13:24.252847+00', 'admin', NULL, '2025-01-08 11:13:24.240147+00', 'SUCCESS', '0194459e-851c-7587-9edf-c9006c524144');
+INSERT INTO propagationtaskexec VALUES ('0194459e-852e-762c-b292-c9c5297f35c2', '2025-01-08 11:13:24.284384+00', 'admin', NULL, '2025-01-08 11:13:24.270281+00', 'SUCCESS', '0194459e-853c-7b38-94bf-e680e56cd3b5');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8556-726c-8f73-16cc42e3392d', '2025-01-08 11:13:24.322201+00', 'admin', NULL, '2025-01-08 11:13:24.310039+00', 'SUCCESS', '0194459e-8562-71b3-8d9c-fa6b585212af');
+INSERT INTO propagationtaskexec VALUES ('0194459e-857d-7aa5-a593-2bbe0676440c', '2025-01-08 11:13:24.362821+00', 'admin', NULL, '2025-01-08 11:13:24.349006+00', 'SUCCESS', '0194459e-858a-78cb-84aa-18cef9742a68');
+INSERT INTO propagationtaskexec VALUES ('0194459e-859a-75a5-b306-2801c0719c56', '2025-01-08 11:13:24.394041+00', 'admin', NULL, '2025-01-08 11:13:24.378112+00', 'SUCCESS', '0194459e-85aa-788c-a242-76de93776e61');
+INSERT INTO propagationtaskexec VALUES ('0194459e-85b8-70e3-9603-68e909c61030', '2025-01-08 11:13:24.423756+00', 'admin', NULL, '2025-01-08 11:13:24.408691+00', 'SUCCESS', '0194459e-85c7-7bfe-a1f9-a8926742d9c9');
+INSERT INTO propagationtaskexec VALUES ('0194459e-85d9-73d9-9940-7ee3fbd024b2', '2025-01-08 11:13:24.453823+00', 'admin', NULL, '2025-01-08 11:13:24.441845+00', 'SUCCESS', '0194459e-85e5-74a2-8122-2d0dca12a7fa');
+INSERT INTO propagationtaskexec VALUES ('0194459e-85f7-7fd2-af41-ea8a1abfe82c', '2025-01-08 11:13:24.483651+00', 'admin', NULL, '2025-01-08 11:13:24.471415+00', 'SUCCESS', '0194459e-8603-7536-9f95-de32a97aa0f0');
+INSERT INTO propagationtaskexec VALUES ('0194459e-87d3-7963-967e-158d1a83b9d0', '2025-01-08 11:13:24.961594+00', 'admin', NULL, '2025-01-08 11:13:24.947811+00', 'SUCCESS', '0194459e-87e1-73ef-acb2-689067c32b54');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8807-7a70-8750-bfc1f32dd82e', '2025-01-08 11:13:25.012621+00', 'admin', NULL, '2025-01-08 11:13:24.99939+00', 'SUCCESS', '0194459e-8814-7906-ac77-2efcce432883');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8844-740d-a946-dc4495742926', '2025-01-08 11:13:25.075295+00', 'admin', NULL, '2025-01-08 11:13:25.060636+00', 'SUCCESS', '0194459e-8853-7fc3-ad4c-e588578b641c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8877-793f-a944-0e5f8d3d7843', '2025-01-08 11:13:25.123267+00', 'admin', NULL, '2025-01-08 11:13:25.111258+00', 'SUCCESS', '0194459e-8883-7291-b8b9-c3cee1e80e13');
+INSERT INTO propagationtaskexec VALUES ('0194459e-88a5-7ceb-8364-a90046a3ff42', '2025-01-08 11:13:25.17003+00', 'admin', NULL, '2025-01-08 11:13:25.157404+00', 'SUCCESS', '0194459e-88b2-7376-8e78-6302096515d5');
+INSERT INTO propagationtaskexec VALUES ('0194459e-88d7-7e97-88ed-f01d976c2195', '2025-01-08 11:13:25.220823+00', 'admin', NULL, '2025-01-08 11:13:25.207265+00', 'SUCCESS', '0194459e-88e4-7821-a728-683f4589ebc1');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8907-7713-899a-9bdf632cc903', '2025-01-08 11:13:25.267687+00', 'admin', NULL, '2025-01-08 11:13:25.255554+00', 'SUCCESS', '0194459e-8913-7fcb-9c2c-c14edc75fab4');
+INSERT INTO propagationtaskexec VALUES ('0194459e-893a-7f6e-ad15-c62fdd82a0cd', '2025-01-08 11:13:25.319311+00', 'admin', NULL, '2025-01-08 11:13:25.306755+00', 'SUCCESS', '0194459e-8947-76f4-98a4-b61adecd7447');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8967-7c6b-a96e-62545b9dcfe8', '2025-01-08 11:13:25.3678+00', 'admin', NULL, '2025-01-08 11:13:25.351144+00', 'SUCCESS', '0194459e-8977-7fab-975c-b388cc7774ed');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8996-7c2f-9bfe-2efd181458ae', '2025-01-08 11:13:25.408881+00', 'admin', NULL, '2025-01-08 11:13:25.398695+00', 'SUCCESS', '0194459e-89a0-7d91-8c77-9e96ddb8a8ae');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8a74-7820-9ba8-b2cc1a81d057', '2025-01-08 11:13:25.633592+00', 'admin', NULL, '2025-01-08 11:13:25.620017+00', 'SUCCESS', '0194459e-8a81-7701-87cd-4a7602ee72f3');
+INSERT INTO propagationtaskexec VALUES ('0194459e-8a74-7820-9ba8-b2cc1a81d058', '2025-01-08 11:13:25.664395+00', 'admin', NULL, '2025-01-08 11:13:25.620043+00', 'SUCCESS', '0194459e-8aa0-76aa-a7ff-0ec942354f59');
+INSERT INTO propagationtaskexec VALUES ('0194459e-9f80-7539-92d5-13953c8719ed', '2025-01-08 11:13:31.025104+00', 'admin', NULL, '2025-01-08 11:13:31.008225+00', 'SUCCESS', '0194459e-9f91-7a0d-abe9-3f6120bf69c4');
+INSERT INTO propagationtaskexec VALUES ('0194459e-9fc3-7609-be23-60f912641493', '2025-01-08 11:13:31.092809+00', 'admin', NULL, '2025-01-08 11:13:31.075822+00', 'SUCCESS', '0194459e-9fd4-7652-8ca0-d9faca56bf91');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a001-795f-a304-ffb15d15ec9a', '2025-01-08 11:13:31.157259+00', 'admin', NULL, '2025-01-08 11:13:31.13773+00', 'SUCCESS', '0194459e-a015-7721-aef1-75009cf04bf8');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a06d-7121-a0f7-d5867efc2546', '2025-01-08 11:13:31.260503+00', 'admin', NULL, '2025-01-08 11:13:31.245569+00', 'SUCCESS', '0194459e-a07c-77de-ac4a-b9f751422973');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a14c-7e11-a555-c43581ad5c4c', '2025-01-08 11:13:31.484748+00', 'admin', NULL, '2025-01-08 11:13:31.468254+00', 'SUCCESS', '0194459e-a15c-7a4f-b751-4487428f773f');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a17b-7613-b6c1-caf339d7ef0f', '2025-01-08 11:13:31.528768+00', 'admin', NULL, '2025-01-08 11:13:31.515636+00', 'SUCCESS', '0194459e-a188-7cd3-8787-ef48d14b8161');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a1c2-7f46-8c3c-03907c61f40a', '2025-01-08 11:13:31.601311+00', 'admin', NULL, '2025-01-08 11:13:31.586178+00', 'SUCCESS', '0194459e-a1d1-78fa-b548-2b492665f519');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a7a7-781f-9783-2b16a72be225', '2025-01-08 11:13:33.111493+00', 'admin', NULL, '2025-01-08 11:13:33.095149+00', 'SUCCESS', '0194459e-a7b7-7d6a-a7da-54b021c7070c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a82a-70f3-ab3d-65b8e4aaa52b', '2025-01-08 11:13:33.241484+00', 'admin', NULL, '2025-01-08 11:13:33.226606+00', 'SUCCESS', '0194459e-a839-7c41-8df7-c746392dd58b');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a865-7ff3-be9f-2738258ec95c', '2025-01-08 11:13:33.300299+00', 'admin', NULL, '2025-01-08 11:13:33.285688+00', 'SUCCESS', '0194459e-a874-7770-9d53-aac5e46e996e');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a900-755f-9e8d-4ff31479171f', '2025-01-08 11:13:33.456941+00', 'admin', NULL, '2025-01-08 11:13:33.440944+00', 'SUCCESS', '0194459e-a910-7d6c-bd6d-96aaf8d16ab1');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a96e-73cb-a0d1-7b607b6bafa4', '2025-01-08 11:13:33.566173+00', 'admin', NULL, '2025-01-08 11:13:33.550159+00', 'SUCCESS', '0194459e-a97e-7f31-82fc-d9002f9d98c7');
+INSERT INTO propagationtaskexec VALUES ('0194459e-aba1-7dd5-8c7e-f39eabb80969', '2025-01-08 11:13:34.12943+00', 'admin', NULL, '2025-01-08 11:13:34.113095+00', 'SUCCESS', '0194459e-abb1-7494-bf9d-e2f95f6ff4e9');
+INSERT INTO propagationtaskexec VALUES ('0194459e-abb5-7fe1-bfc4-0b09853ebfb8', '2025-01-08 11:13:34.143107+00', 'admin', NULL, '2025-01-08 11:13:34.133457+00', 'NOT_ATTEMPTED', '0194459e-abbf-7ba6-bd92-a6bab945e26b');
+INSERT INTO propagationtaskexec VALUES ('0194459e-aba1-7dd5-8c7e-f39eabb8096b', '2025-01-08 11:13:34.136279+00', 'admin', NULL, '2025-01-08 11:13:34.113212+00', 'NOT_ATTEMPTED', '0194459e-abb8-7a9e-86ce-f4f4a38d4c48');
+INSERT INTO propagationtaskexec VALUES ('0194459e-922c-76bd-ab39-79e8c6694259', '2025-01-08 11:13:27.608409+00', 'admin', NULL, '2025-01-08 11:13:27.596867+00', 'SUCCESS', '0194459e-9238-7ac0-9951-14c0308d55fc');
+INSERT INTO propagationtaskexec VALUES ('0194459e-9ab7-740c-866d-d23d5f38f409', '2025-01-08 11:13:29.79641+00', 'admin', NULL, '2025-01-08 11:13:29.78336+00', 'SUCCESS', '0194459e-9ac4-7ad8-be03-ebe59622b927');
+INSERT INTO propagationtaskexec VALUES ('0194459e-aba1-7dd5-8c7e-f39eabb8096a', '2025-01-08 11:13:34.140241+00', 'admin', 'org.identityconnectors.framework.common.exceptions.UnknownUidException
+ at net.tirasa.connid.bundles.db.table.DatabaseTableConnector.delete(DatabaseTableConnector.java:429)
+ at org.identityconnectors.framework.impl.api.local.operations.DeleteImpl.delete(DeleteImpl.java:79)
+ at jdk.internal.reflect.GeneratedMethodAccessor518.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:99)
+ at com.sun.proxy.$Proxy465.delete(Unknown Source)
+ at jdk.internal.reflect.GeneratedMethodAccessor518.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:96)
+ at com.sun.proxy.$Proxy465.delete(Unknown Source)
+ at jdk.internal.reflect.GeneratedMethodAccessor518.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:99)
+ at com.sun.proxy.$Proxy465.delete(Unknown Source)
+ at jdk.internal.reflect.GeneratedMethodAccessor518.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:89)
+ at com.sun.proxy.$Proxy465.delete(Unknown Source)
+ at jdk.internal.reflect.GeneratedMethodAccessor946.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.identityconnectors.framework.server.impl.ConnectionProcessor.processOperationRequest(ConnectionProcessor.java:331)
+ at org.identityconnectors.framework.server.impl.ConnectionProcessor.processRequest(ConnectionProcessor.java:204)
+ at org.identityconnectors.framework.server.impl.ConnectionProcessor.run(ConnectionProcessor.java:120)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+', '2025-01-08 11:13:34.113184+00', 'FAILURE', '0194459e-abbc-79d0-b447-ca0f489e7c71');
+INSERT INTO propagationtaskexec VALUES ('0194459e-abbf-7ba6-bd92-a6bab945e26c', '2025-01-08 11:13:34.152019+00', 'admin', NULL, '2025-01-08 11:13:34.143551+00', 'NOT_ATTEMPTED', '0194459e-abc8-7f70-bd52-1c11ccdcbf49');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a0c8-7b42-b8a6-a1d361a4fa5e', '2025-01-08 11:13:31.355586+00', 'admin', NULL, '2025-01-08 11:13:31.336234+00', 'SUCCESS', '0194459e-a0db-7b78-8482-e8e67795a038');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a7f4-7595-9efe-578b454202a4', '2025-01-08 11:13:33.190675+00', 'admin', NULL, '2025-01-08 11:13:33.17257+00', 'SUCCESS', '0194459e-a806-7c97-b8e7-2c46ef4f5c80');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a8b2-709f-812f-b37f2f4829a7', '2025-01-08 11:13:33.376238+00', 'admin', NULL, '2025-01-08 11:13:33.362077+00', 'SUCCESS', '0194459e-a8c0-7e96-9fb8-725dd2a45317');
+INSERT INTO propagationtaskexec VALUES ('0194459e-a934-7e45-998c-7ba3f7cf759d', '2025-01-08 11:13:33.508861+00', 'admin', NULL, '2025-01-08 11:13:33.492627+00', 'SUCCESS', '0194459e-a944-7a2b-9949-eb018ecd8805');
+INSERT INTO propagationtaskexec VALUES ('0194459e-b591-7c29-b7b7-614e9f6a4483', '2025-01-08 11:13:36.720304+00', 'admin', NULL, '2025-01-08 11:13:36.65783+00', 'SUCCESS', '0194459e-b5d0-7970-b595-79695b8c8036');
+INSERT INTO propagationtaskexec VALUES ('0194459e-aba1-7dd5-8c7e-f39eabb80968', '2025-01-08 11:13:34.136781+00', 'admin', NULL, '2025-01-08 11:13:34.113095+00', 'NOT_ATTEMPTED', '0194459e-abb8-7a9e-86ce-f4f4a38d4c49');
+INSERT INTO propagationtaskexec VALUES ('0194459e-aba1-7dd5-8c7e-f39eabb8096c', '2025-01-08 11:13:34.136966+00', 'admin', NULL, '2025-01-08 11:13:34.113633+00', 'NOT_ATTEMPTED', '0194459e-abb8-7a9e-86ce-f4f4a38d4c4a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-abbb-7ca1-830a-dc18e9253a96', '2025-01-08 11:13:34.147444+00', 'admin', NULL, '2025-01-08 11:13:34.139782+00', 'NOT_ATTEMPTED', '0194459e-abc3-7e3a-9597-d9701caa634a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-ba81-7485-bff7-f4aeaa270a85', '2025-01-08 11:13:37.93539+00', 'admin', NULL, '2025-01-08 11:13:37.921143+00', 'SUCCESS', '0194459e-ba8f-7042-a4aa-77ad142c721b');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bb5f-7001-ba7f-0d1808f296f3', '2025-01-08 11:13:38.157846+00', 'admin', NULL, '2025-01-08 11:13:38.14345+00', 'SUCCESS', '0194459e-bb6d-7124-a877-7ddb7f71576d');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bb8a-7b8c-9f6d-e5cec4d40c74', '2025-01-08 11:13:38.197882+00', 'admin', NULL, '2025-01-08 11:13:38.186054+00', 'SUCCESS', '0194459e-bb95-7a10-a15b-21739136675f');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bbb6-7b20-8628-a72616ae9086', '2025-01-08 11:13:38.241736+00', 'admin', NULL, '2025-01-08 11:13:38.230419+00', 'SUCCESS', '0194459e-bbc1-7a3f-b535-01e26ee121ca');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bbdf-779e-b00f-99db9ad152d0', '2025-01-08 11:13:38.282867+00', 'admin', NULL, '2025-01-08 11:13:38.271952+00', 'SUCCESS', '0194459e-bbea-7558-a345-4ff328df4da1');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bc08-77f7-aead-fa9920d431e4', '2025-01-08 11:13:38.329127+00', 'admin', NULL, '2025-01-08 11:13:38.31271+00', 'SUCCESS', '0194459e-bc19-775f-a237-534423b75486');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bc38-7a8d-ade9-ba88924611db', '2025-01-08 11:13:38.374799+00', 'admin', NULL, '2025-01-08 11:13:38.360444+00', 'SUCCESS', '0194459e-bc46-714f-80f5-6d34e0d3db31');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bc63-77e2-ad5e-4ddf5226e568', '2025-01-08 11:13:38.417171+00', 'admin', NULL, '2025-01-08 11:13:38.403387+00', 'SUCCESS', '0194459e-bc71-7125-ba49-ab2d43a1abe6');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bc97-7a92-989c-34e8189c7391', '2025-01-08 11:13:38.466957+00', 'admin', NULL, '2025-01-08 11:13:38.455047+00', 'SUCCESS', '0194459e-bca2-75f3-98f1-510254ec50be');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bcd7-764d-9ce4-463ec390b6eb', '2025-01-08 11:13:38.531665+00', 'admin', NULL, '2025-01-08 11:13:38.519633+00', 'SUCCESS', '0194459e-bce3-7d13-beb5-c344570f337d');
+INSERT INTO propagationtaskexec VALUES ('0194459e-bcd7-764d-9ce4-463ec390b6ea', '2025-01-08 11:13:38.548829+00', 'admin', NULL, '2025-01-08 11:13:38.519633+00', 'SUCCESS', '0194459e-bcf4-7b1e-825d-70e74d569337');
+INSERT INTO propagationtaskexec VALUES ('0194459e-cf43-767c-9f15-64f976e57aa4', '2025-01-08 11:13:43.249345+00', 'admin', NULL, '2025-01-08 11:13:43.235729+00', 'SUCCESS', '0194459e-cf51-7d11-b5d9-8fa773abedd5');
+INSERT INTO propagationtaskexec VALUES ('0194459e-cf88-7f11-8e0e-fb245feaa811', '2025-01-08 11:13:43.317469+00', 'admin', NULL, '2025-01-08 11:13:43.30422+00', 'SUCCESS', '0194459e-cf95-7486-b87c-c09a6a5d9314');
+INSERT INTO propagationtaskexec VALUES ('0194459e-cfd6-7af2-9234-8a87cff22408', '2025-01-08 11:13:43.395367+00', 'admin', NULL, '2025-01-08 11:13:43.38202+00', 'SUCCESS', '0194459e-cfe3-7812-acc2-bb52959bc195');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d012-7fd9-9e41-5bb093e264b1', '2025-01-08 11:13:43.453055+00', 'admin', NULL, '2025-01-08 11:13:43.442364+00', 'SUCCESS', '0194459e-d01d-7c1d-a897-3ea8b159ec88');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d04e-7251-9742-d2e54a49271c', '2025-01-08 11:13:43.51525+00', 'admin', NULL, '2025-01-08 11:13:43.502639+00', 'SUCCESS', '0194459e-d05b-7e5e-a63c-14be42b62f71');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d08f-7623-9e6a-aa308ba0d1da', '2025-01-08 11:13:43.578432+00', 'admin', NULL, '2025-01-08 11:13:43.567207+00', 'SUCCESS', '0194459e-d09a-7d0d-995b-36b6a57f4450');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d0ca-7818-bb1d-38cd5376bd58', '2025-01-08 11:13:43.63836+00', 'admin', NULL, '2025-01-08 11:13:43.626429+00', 'SUCCESS', '0194459e-d0d6-7c85-be19-22a9bb564e57');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d113-7d4d-a447-b7ba200890de', '2025-01-08 11:13:43.712722+00', 'admin', NULL, '2025-01-08 11:13:43.699517+00', 'SUCCESS', '0194459e-d120-7a2e-9b93-ad4e19244a9c');
+INSERT INTO propagationtaskexec VALUES ('0194459e-d15d-7b77-8efb-d2425e4861eb', '2025-01-08 11:13:43.786978+00', 'admin', NULL, '2025-01-08 11:13:43.773903+00', 'SUCCESS', '0194459e-d16b-7c4e-a8df-f8048c6ef16d');
+INSERT INTO propagationtaskexec VALUES ('0194459e-dfa4-767a-90cd-6f6b98a6fb6d', '2025-01-08 11:13:47.437349+00', 'admin', NULL, '2025-01-08 11:13:47.428147+00', 'SUCCESS', '0194459e-dfad-7d7c-8493-2dc699c2eed9');
+INSERT INTO propagationtaskexec VALUES ('0194459e-dffc-71a6-a414-d630afa4beb7', '2025-01-08 11:13:47.529266+00', 'admin', NULL, '2025-01-08 11:13:47.516841+00', 'SUCCESS', '0194459e-e009-7ca1-860d-a30cbe07018d');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f216-7077-b454-99e7b9373a86', '2025-01-08 11:13:52.159649+00', 'admin', NULL, '2025-01-08 11:13:52.150751+00', 'SUCCESS', '0194459e-f21f-7249-a380-3cd87107f949');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f24c-77b8-a23e-c98fff6f0a96', '2025-01-08 11:13:52.2138+00', 'admin', NULL, '2025-01-08 11:13:52.204432+00', 'SUCCESS', '0194459e-f255-74f5-9111-8c91e8501053');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f27c-782a-821d-4eb9df6f72cc', '2025-01-08 11:13:52.262202+00', 'admin', NULL, '2025-01-08 11:13:52.252459+00', 'SUCCESS', '0194459e-f286-7fd9-81fd-485a49b33845');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f2af-7991-b71b-760b86a52399', '2025-01-08 11:13:52.313397+00', 'admin', NULL, '2025-01-08 11:13:52.303409+00', 'SUCCESS', '0194459e-f2b9-7317-9d37-4cbb22f09d27');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f2e8-710d-ad82-2aad4025dd68', '2025-01-08 11:13:52.369227+00', 'admin', NULL, '2025-01-08 11:13:52.360526+00', 'SUCCESS', '0194459e-f2f1-7e8a-9ee6-84dc8eb304ad');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f313-7640-ae49-c7148867bc17', '2025-01-08 11:13:52.414005+00', 'admin', NULL, '2025-01-08 11:13:52.403853+00', 'SUCCESS', '0194459e-f31e-75e1-bbc5-9dba9768a00a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f33e-7248-b43e-dbf71246c472', '2025-01-08 11:13:52.455085+00', 'admin', NULL, '2025-01-08 11:13:52.44679+00', 'SUCCESS', '0194459e-f347-71e0-bd28-2debdc0d1cd6');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f369-78ae-8b6b-3a6a5da6ffea', '2025-01-08 11:13:52.495607+00', 'admin', NULL, '2025-01-08 11:13:52.489003+00', 'SUCCESS', '0194459e-f36f-7d5c-b2ba-e70a9d22edec');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f38c-78fc-bd51-407aae2ebee3', '2025-01-08 11:13:52.533067+00', 'admin', NULL, '2025-01-08 11:13:52.524601+00', 'SUCCESS', '0194459e-f395-739d-b9d2-7f114fe9b521');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f3b6-7467-b1a0-df2a02fee97b', '2025-01-08 11:13:52.573821+00', 'admin', NULL, '2025-01-08 11:13:52.56613+00', 'SUCCESS', '0194459e-f3bd-7376-890e-8d9ae9500d03');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f3d2-7580-ab48-7354b6afe551', '2025-01-08 11:13:52.601207+00', 'admin', NULL, '2025-01-08 11:13:52.594412+00', 'SUCCESS', '0194459e-f3d9-7e97-b06b-7cf405c7a97a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f3ef-7d32-9a63-f00cb151eeae', '2025-01-08 11:13:52.631186+00', 'admin', NULL, '2025-01-08 11:13:52.623009+00', 'SUCCESS', '0194459e-f3f7-7243-9d75-835cd97b0d37');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f40b-769e-91cd-83db0d14cf1d', '2025-01-08 11:13:52.658945+00', 'admin', NULL, '2025-01-08 11:13:52.651157+00', 'SUCCESS', '0194459e-f412-79d8-881a-51a06bf47e93');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f427-7bfe-9234-a326fb487116', '2025-01-08 11:13:52.689614+00', 'admin', NULL, '2025-01-08 11:13:52.679546+00', 'SUCCESS', '0194459e-f431-76f1-a4da-3c2719115a40');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f448-75a4-999c-d33ee839468e', '2025-01-08 11:13:52.721866+00', 'admin', NULL, '2025-01-08 11:13:52.712086+00', 'SUCCESS', '0194459e-f451-7c74-adb1-fed4ef620e69');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f468-702d-b6b3-9a946cb6f0a8', '2025-01-08 11:13:52.754396+00', 'admin', NULL, '2025-01-08 11:13:52.744804+00', 'SUCCESS', '0194459e-f472-71dc-819c-0e200d722530');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f48a-7803-93a4-91828b346a72', '2025-01-08 11:13:52.788213+00', 'admin', NULL, '2025-01-08 11:13:52.778813+00', 'SUCCESS', '0194459e-f494-70f9-bde0-eaf6c8d30117');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f4a7-7bc1-9781-623858331dc0', '2025-01-08 11:13:52.815145+00', 'admin', NULL, '2025-01-08 11:13:52.807748+00', 'SUCCESS', '0194459e-f4af-7b73-b4e1-dc6363b9db57');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f4c4-7532-a758-428693108498', '2025-01-08 11:13:52.84483+00', 'admin', NULL, '2025-01-08 11:13:52.836459+00', 'SUCCESS', '0194459e-f4cc-758e-9f69-705f1ff38f4a');
+INSERT INTO propagationtaskexec VALUES ('0194459e-f4e3-795b-93ad-6896af045082', '2025-01-08 11:13:52.876649+00', 'admin', NULL, '2025-01-08 11:13:52.867566+00', 'SUCCESS', '0194459e-f4ec-7b76-990d-fa11cd3a7c5c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0b81-7229-bf6c-f41bc2f2a107', '2025-01-08 11:13:58.65934+00', 'admin', NULL, '2025-01-08 11:13:58.657676+00', 'NOT_ATTEMPTED', '0194459f-0b83-790e-b6c2-f8c2b94dd983');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0b81-7229-bf6c-f41bc2f2a105', '2025-01-08 11:13:58.658826+00', 'admin', NULL, '2025-01-08 11:13:58.657434+00', 'NOT_ATTEMPTED', '0194459f-0b82-76a3-a54c-e0d96fd1e4da');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0b81-7229-bf6c-f41bc2f2a106', '2025-01-08 11:13:58.661136+00', 'admin', NULL, '2025-01-08 11:13:58.65764+00', 'NOT_ATTEMPTED', '0194459f-0b85-7105-8878-bb733ed48a7f');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0c62-7d41-8356-de6e45828047', '2025-01-08 11:13:58.883206+00', 'admin', NULL, '2025-01-08 11:13:58.881999+00', 'NOT_ATTEMPTED', '0194459f-0c63-7165-b65b-22b6ae80ba52');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0c8f-72ee-8b69-6ecbc2a0bef7', '2025-01-08 11:13:58.929526+00', 'admin', NULL, '2025-01-08 11:13:58.927914+00', 'NOT_ATTEMPTED', '0194459f-0c91-7c72-9f65-30af9f79acb2');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0c8f-72ee-8b69-6ecbc2a0bef8', '2025-01-08 11:13:58.93016+00', 'admin', NULL, '2025-01-08 11:13:58.927993+00', 'NOT_ATTEMPTED', '0194459f-0c92-77d8-99fb-3684f30f5395');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0cd3-7117-8956-a1f85b54e75d', '2025-01-08 11:13:58.996739+00', 'admin', NULL, '2025-01-08 11:13:58.995837+00', 'NOT_ATTEMPTED', '0194459f-0cd4-7751-8b3c-3a3bbdf0d4a3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-0cd3-7117-8956-a1f85b54e75e', '2025-01-08 11:13:58.998411+00', 'admin', NULL, '2025-01-08 11:13:58.995961+00', 'NOT_ATTEMPTED', '0194459f-0cd6-7a5f-a4d3-ba60665415fa');
+INSERT INTO propagationtaskexec VALUES ('0194459f-1030-726c-913f-9ef56c90d74a', '2025-01-08 11:13:59.857945+00', 'admin', NULL, '2025-01-08 11:13:59.856344+00', 'NOT_ATTEMPTED', '0194459f-1031-78f0-b076-b1c6752ad16d');
+INSERT INTO propagationtaskexec VALUES ('0194459f-1030-726c-913f-9ef56c90d749', '2025-01-08 11:13:59.857927+00', 'admin', NULL, '2025-01-08 11:13:59.856332+00', 'NOT_ATTEMPTED', '0194459f-1031-78f0-b076-b1c6752ad16c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-1030-726c-913f-9ef56c90d747', '2025-01-08 11:13:59.857948+00', 'admin', NULL, '2025-01-08 11:13:59.856331+00', 'NOT_ATTEMPTED', '0194459f-1031-78f0-b076-b1c6752ad16e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-1030-726c-913f-9ef56c90d748', '2025-01-08 11:13:59.858003+00', 'admin', NULL, '2025-01-08 11:13:59.856332+00', 'NOT_ATTEMPTED', '0194459f-1032-7f1b-b140-1e8ddbc751a9');
+INSERT INTO propagationtaskexec VALUES ('0194459f-1117-7bfb-bced-859fb0e8f118', '2025-01-08 11:14:00.09806+00', 'admin', NULL, '2025-01-08 11:14:00.087884+00', 'SUCCESS', '0194459f-1122-761d-bbda-f7dc51131856');
+INSERT INTO propagationtaskexec VALUES ('0194459f-cfc0-7441-bf90-1c9c1f1ab546', '2025-01-08 11:14:48.903829+00', 'admin', NULL, '2025-01-08 11:14:48.89667+00', 'SUCCESS', '0194459f-cfc7-7807-88e6-583296fdeef7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-16bb-72bd-8ede-30392a075bb1', '2025-01-08 11:14:01.541694+00', 'admin', NULL, '2025-01-08 11:14:01.531506+00', 'SUCCESS', '0194459f-16c5-72ed-bdd2-96497dddbed1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-286d-7e26-9b6c-3f702e38c911', '2025-01-08 11:14:06.067379+00', 'admin', NULL, '2025-01-08 11:14:06.061793+00', 'NOT_ATTEMPTED', '0194459f-2873-7f48-8be0-39597622d925');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d20-7475-a383-e1aa5c770c67', '2025-01-08 11:14:19.563862+00', 'admin', NULL, '2025-01-08 11:14:19.552886+00', 'SUCCESS', '0194459f-5d2b-7a17-aba6-a83d37d4fe99');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d48-7e57-8281-e639fc5b42fb', '2025-01-08 11:14:19.604343+00', 'admin', NULL, '2025-01-08 11:14:19.592248+00', 'SUCCESS', '0194459f-5d54-736a-b821-ef480e4206ad');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d5e-7d2b-9482-3c4e22488aeb', '2025-01-08 11:14:19.627632+00', 'admin', NULL, '2025-01-08 11:14:19.614788+00', 'SUCCESS', '0194459f-5d6b-7685-af4a-d3c0cd03a9db');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d91-7c64-bb30-220dc41a0e74', '2025-01-08 11:14:19.679545+00', 'admin', NULL, '2025-01-08 11:14:19.665238+00', 'SUCCESS', '0194459f-5d9f-71c3-900d-01f7c444e4c3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5dd0-79a8-aaa4-6b817ab3b06b', '2025-01-08 11:14:19.740524+00', 'admin', NULL, '2025-01-08 11:14:19.728177+00', 'SUCCESS', '0194459f-5ddc-7df0-b0a1-8d2dc7eb7df1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5df3-7dad-8c4d-1c6af17afdb6', '2025-01-08 11:14:19.774831+00', 'admin', NULL, '2025-01-08 11:14:19.763929+00', 'SUCCESS', '0194459f-5dfe-793b-bf9c-f204d2af7593');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e0b-775c-868a-2d0013c29f2f', '2025-01-08 11:14:19.799118+00', 'admin', NULL, '2025-01-08 11:14:19.787332+00', 'SUCCESS', '0194459f-5e17-7e0e-80f4-e8dd30b2e8b6');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e39-789d-b249-19b821cfaff7', '2025-01-08 11:14:19.848233+00', 'admin', NULL, '2025-01-08 11:14:19.833698+00', 'SUCCESS', '0194459f-5e48-79cd-80ab-3cc8907fad82');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e62-7f1d-a6ee-6afc33c00356', '2025-01-08 11:14:19.885289+00', 'admin', NULL, '2025-01-08 11:14:19.874053+00', 'SUCCESS', '0194459f-5e6d-7f62-a6be-461ff8a9e1a8');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e86-7345-ae1d-98000afecee3', '2025-01-08 11:14:19.922034+00', 'admin', NULL, '2025-01-08 11:14:19.910694+00', 'SUCCESS', '0194459f-5e92-7f64-a557-3a889cf9c017');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ea0-7464-a9f0-c8b217c29cd0', '2025-01-08 11:14:19.94821+00', 'admin', NULL, '2025-01-08 11:14:19.936153+00', 'SUCCESS', '0194459f-5eac-7af6-bf6c-f5af88aae69c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ebb-785f-ab37-24f17744f6a0', '2025-01-08 11:14:19.976003+00', 'admin', NULL, '2025-01-08 11:14:19.963795+00', 'SUCCESS', '0194459f-5ec8-7975-a49d-eb2c99a4acf9');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f88-768d-a0c5-8ea61d641128', '2025-01-08 11:14:20.181868+00', 'admin', NULL, '2025-01-08 11:14:20.168541+00', 'SUCCESS', '0194459f-5f95-7d2e-a334-5cbca5da5847');
+INSERT INTO propagationtaskexec VALUES ('0194459f-8543-75ef-add6-d85ecaa22f2c', '2025-01-08 11:14:29.840104+00', 'admin', NULL, '2025-01-08 11:14:29.827631+00', 'SUCCESS', '0194459f-8550-77d0-b199-d69846bc491c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-90a1-71e9-af56-ae6b41ab3992', '2025-01-08 11:14:32.746435+00', 'admin', NULL, '2025-01-08 11:14:32.737488+00', 'SUCCESS', '0194459f-90aa-78de-a36b-5a02c697303a');
+INSERT INTO propagationtaskexec VALUES ('0194459f-90eb-7598-9df5-2c76e8cad491', '2025-01-08 11:14:32.818308+00', 'admin', NULL, '2025-01-08 11:14:32.811846+00', 'SUCCESS', '0194459f-90f2-7596-ba9c-53fabd7ce90c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-9276-747a-99e4-105be03391a1', '2025-01-08 11:14:33.211899+00', 'admin', NULL, '2025-01-08 11:14:33.206504+00', 'SUCCESS', '0194459f-927b-7997-b1e5-62377437ec04');
+INSERT INTO propagationtaskexec VALUES ('0194459f-9285-7176-93bd-c68784d90afd', '2025-01-08 11:14:33.227218+00', 'admin', '[LDAP: error code 66 - Unable to delete entry ''ou=odd,o=isp'' because it has one or more subordinate entries.]', '2025-01-08 11:14:33.221047+00', 'FAILURE', '0194459f-928b-7ccb-ad55-ec9c29f5f7e1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-930b-78c5-83d7-715e76ec97d9', '2025-01-08 11:14:33.360333+00', 'admin', NULL, '2025-01-08 11:14:33.355029+00', 'SUCCESS', '0194459f-9310-742a-aeac-bc3e685aeeb7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-cfe6-7fb1-9740-719c7a75a055', '2025-01-08 11:14:48.942371+00', 'admin', NULL, '2025-01-08 11:14:48.934227+00', 'SUCCESS', '0194459f-cfee-7159-a895-73269d9c737e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d027-7c80-87a4-8396b1de8afb', '2025-01-08 11:14:49.007412+00', 'admin', NULL, '2025-01-08 11:14:48.999068+00', 'SUCCESS', '0194459f-d02f-7fe6-8e88-543464f1aaa9');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d04d-7f8f-b57a-4958bd2dc75f', '2025-01-08 11:14:49.045888+00', 'admin', NULL, '2025-01-08 11:14:49.037879+00', 'SUCCESS', '0194459f-d055-7b8c-8cef-8642a0423810');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d070-7675-bd4a-bd8444a5af9f', '2025-01-08 11:14:49.081671+00', 'admin', NULL, '2025-01-08 11:14:49.07247+00', 'SUCCESS', '0194459f-d079-75ae-abc6-6fc48428b619');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d29f-7014-bd96-3a2738177dbf', '2025-01-08 11:14:49.666858+00', 'admin', 'NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''ou=sample,o=isp'') [23502-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''ou=sample,o=isp'') [23502-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.table.Column.validateConvertUpdateSequence(Column.java:365)
+ at org.h2.table.Table.convertInsertRow(Table.java:926)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:167)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:14:49.631425+00', 'FAILURE', '0194459f-d2c2-780d-8eb6-cc4160e1c06c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d31f-7fcb-8253-05830227cd8b', '2025-01-08 11:14:49.793602+00', 'admin', 'NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''F'') [23502-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''F'') [23502-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.table.Column.validateConvertUpdateSequence(Column.java:365)
+ at org.h2.table.Table.convertInsertRow(Table.java:926)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:167)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at jdk.internal.reflect.GeneratedMethodAccessor1141.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:14:49.759479+00', 'FAILURE', '0194459f-d341-7b4d-9866-8da2a9457a5f');
+INSERT INTO propagationtaskexec VALUES ('0194459f-deb4-7c75-b547-63dfbbd90c6f', '2025-01-08 11:14:52.731288+00', 'admin', NULL, '2025-01-08 11:14:52.72476+00', 'SUCCESS', '0194459f-debb-73e1-b2b3-361e12734d0f');
+INSERT INTO propagationtaskexec VALUES ('0194459f-df36-773d-abaf-e6f403280a53', '2025-01-08 11:14:52.878333+00', 'admin', NULL, '2025-01-08 11:14:52.854631+00', 'SUCCESS', '0194459f-df4e-7bd4-9d51-862cbd9528e7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5440-7887-9bb2-3ccb9f668261', '2025-01-08 11:14:17.288113+00', 'admin', NULL, '2025-01-08 11:14:17.280646+00', 'SUCCESS', '0194459f-5448-793c-a336-423a733f8b13');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5436-7e7d-ad48-78096dfb8f0d', '2025-01-08 11:14:17.277512+00', 'admin', NULL, '2025-01-08 11:14:17.270558+00', 'SUCCESS', '0194459f-543d-768a-84ac-f8df6f4997e4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5459-7bfa-927d-b962ab728704', '2025-01-08 11:14:17.310175+00', 'admin', NULL, '2025-01-08 11:14:17.305016+00', 'SUCCESS', '0194459f-545e-7fe3-9280-aa4ad56f526a');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5452-7391-bd34-7b46de319c29', '2025-01-08 11:14:17.303227+00', 'admin', NULL, '2025-01-08 11:14:17.29841+00', 'SUCCESS', '0194459f-5457-7d82-b109-902210ce0724');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5470-7841-8420-d863b9432c1b', '2025-01-08 11:14:17.333901+00', 'admin', NULL, '2025-01-08 11:14:17.328244+00', 'SUCCESS', '0194459f-5475-7371-889a-93c021979ab4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5469-7b9c-a590-0e7faefafb88', '2025-01-08 11:14:17.326025+00', 'admin', NULL, '2025-01-08 11:14:17.321334+00', 'SUCCESS', '0194459f-546e-746f-9995-d49db57fc270');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5481-7527-9bc3-e617d8e830c5', '2025-01-08 11:14:17.350272+00', 'admin', NULL, '2025-01-08 11:14:17.345371+00', 'SUCCESS', '0194459f-5486-7851-b842-79504c3e0ed2');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5488-7351-b770-bc98b38c41bf', '2025-01-08 11:14:17.357666+00', 'admin', NULL, '2025-01-08 11:14:17.352499+00', 'SUCCESS', '0194459f-548d-7eea-a83e-421d8986fd75');
+INSERT INTO propagationtaskexec VALUES ('0194459f-8964-70c9-9b1e-2cb2bdd8edc1', '2025-01-08 11:14:30.895819+00', 'admin', '[LDAP: error code 68 - An entry with DN ''uid=vivaldi,ou=people,o=isp'' already exists in the server.]', '2025-01-08 11:14:30.884378+00', 'FAILURE', '0194459f-896f-7f53-86b9-33eed9244863');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d11-7aa7-baba-36359f55ae36', '2025-01-08 11:14:19.5483+00', 'admin', NULL, '2025-01-08 11:14:19.537634+00', 'SUCCESS', '0194459f-5d1c-775d-b916-32681f1e8fab');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d36-78cd-a20f-1a7688f46b11', '2025-01-08 11:14:19.592397+00', 'admin', NULL, '2025-01-08 11:14:19.574595+00', 'SUCCESS', '0194459f-5d48-7e57-8281-e639fc5b42fd');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d7a-73d6-a2f6-7818cfdadcce', '2025-01-08 11:14:19.65495+00', 'admin', NULL, '2025-01-08 11:14:19.64221+00', 'SUCCESS', '0194459f-5d86-7ff5-b4d8-13215fb15f6e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d9f-71c3-900d-01f7c444e4c2', '2025-01-08 11:14:19.691171+00', 'admin', NULL, '2025-01-08 11:14:19.679222+00', 'SUCCESS', '0194459f-5dab-74cf-aba5-ef5508524966');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5dc9-79df-8a2e-98d6b192905f', '2025-01-08 11:14:19.734434+00', 'admin', NULL, '2025-01-08 11:14:19.721042+00', 'SUCCESS', '0194459f-5dd6-7341-b43d-6a9831931780');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5df7-7429-8a15-49318b20ba51', '2025-01-08 11:14:19.777341+00', 'admin', NULL, '2025-01-08 11:14:19.767478+00', 'SUCCESS', '0194459f-5e01-7f77-9774-581aeb62ac2b');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e16-7cc8-89bc-bece045613cb', '2025-01-08 11:14:19.808969+00', 'admin', NULL, '2025-01-08 11:14:19.798953+00', 'SUCCESS', '0194459f-5e20-7d47-ae36-08a88ec7a7e0');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e36-7ad9-a586-dfc47df99f6c', '2025-01-08 11:14:19.845652+00', 'admin', NULL, '2025-01-08 11:14:19.830621+00', 'SUCCESS', '0194459f-5e45-78f3-a44b-88959e64b925');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e61-71e8-88b9-39ee196f5504', '2025-01-08 11:14:19.885268+00', 'admin', NULL, '2025-01-08 11:14:19.873003+00', 'SUCCESS', '0194459f-5e6d-7f62-a6be-461ff8a9e1a7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e7c-7864-93c4-bf5b84f6b3b3', '2025-01-08 11:14:19.91512+00', 'admin', NULL, '2025-01-08 11:14:19.900596+00', 'SUCCESS', '0194459f-5e8b-792b-b375-748dec432b64');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ea0-7464-a9f0-c8b217c29ccf', '2025-01-08 11:14:19.947848+00', 'admin', NULL, '2025-01-08 11:14:19.936153+00', 'SUCCESS', '0194459f-5eab-7325-83b5-5bd29a0eded5');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ec0-7e71-a164-a618d5c3eb74', '2025-01-08 11:14:19.981198+00', 'admin', NULL, '2025-01-08 11:14:19.968472+00', 'SUCCESS', '0194459f-5ecd-780c-b540-bb1fa20e619d');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ee1-76b8-a6d4-c11bc55a7ff4', '2025-01-08 11:14:20.014159+00', 'admin', NULL, '2025-01-08 11:14:20.001444+00', 'SUCCESS', '0194459f-5eee-78b0-a243-8935bb97db3c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f06-7fd4-9e01-09362ae79755', '2025-01-08 11:14:20.048223+00', 'admin', NULL, '2025-01-08 11:14:20.038602+00', 'SUCCESS', '0194459f-5f10-7dc9-89b6-a272a79b0f44');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f14-7385-8c83-31099b47f023', '2025-01-08 11:14:20.06281+00', 'admin', NULL, '2025-01-08 11:14:20.052698+00', 'SUCCESS', '0194459f-5f1e-73ed-a098-9796cb4610b0');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f2d-74b7-8394-32a59e388754', '2025-01-08 11:14:20.089156+00', 'admin', NULL, '2025-01-08 11:14:20.077573+00', 'SUCCESS', '0194459f-5f39-7885-91d7-fad3d80e68b6');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f3f-7103-a977-bd64bb97799a', '2025-01-08 11:14:20.107003+00', 'admin', NULL, '2025-01-08 11:14:20.095254+00', 'SUCCESS', '0194459f-5f4b-7694-88e2-aa5d16dc164f');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f65-7d40-a4b6-0ca703662d72', '2025-01-08 11:14:20.144724+00', 'admin', NULL, '2025-01-08 11:14:20.133592+00', 'SUCCESS', '0194459f-5f70-725c-8789-90e0e272296f');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f7c-7f9b-b055-9e05d9f5652b', '2025-01-08 11:14:20.166382+00', 'admin', NULL, '2025-01-08 11:14:20.156735+00', 'SUCCESS', '0194459f-5f86-7918-b13e-a23eacc5a390');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f91-74d7-b08c-ca40ea68c6b3', '2025-01-08 11:14:20.188258+00', 'admin', NULL, '2025-01-08 11:14:20.177374+00', 'SUCCESS', '0194459f-5f9c-785e-bde4-7300a4f33331');
+INSERT INTO propagationtaskexec VALUES ('0194459f-753a-737c-83d3-4d1e208615de', '2025-01-08 11:14:25.746142+00', 'admin', NULL, '2025-01-08 11:14:25.722484+00', 'SUCCESS', '0194459f-7552-7595-9d34-d93780a567f1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-cfa1-7150-a6f6-5d105e2d3f11', '2025-01-08 11:14:48.871525+00', 'admin', NULL, '2025-01-08 11:14:48.865028+00', 'SUCCESS', '0194459f-cfa7-7b2c-9d41-5bb56bac6a8e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d0f1-71f2-9f78-998b46adc06d', '2025-01-08 11:14:49.207482+00', 'admin', NULL, '2025-01-08 11:14:49.20109+00', 'SUCCESS', '0194459f-d0f7-757a-b998-1f7124831642');
+INSERT INTO propagationtaskexec VALUES ('0194459f-3060-7497-89fc-3b8a9c260386', '2025-01-08 11:14:08.100851+00', 'admin', NULL, '2025-01-08 11:14:08.096112+00', 'NOT_ATTEMPTED', '0194459f-3064-7ac2-be53-5017affdccc4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-587d-7a87-b2b3-dd8db4f534b5', '2025-01-08 11:14:18.372301+00', 'admin', NULL, '2025-01-08 11:14:18.365435+00', 'SUCCESS', '0194459f-5884-7f1b-b2d2-1ef491535975');
+INSERT INTO propagationtaskexec VALUES ('0194459f-92af-7493-9beb-ed3b19cc67e7', '2025-01-08 11:14:33.2687+00', 'admin', NULL, '2025-01-08 11:14:33.263689+00', 'SUCCESS', '0194459f-92b4-7426-ba7b-66aef3e70a49');
+INSERT INTO propagationtaskexec VALUES ('0194459f-934a-7101-a53f-42b90094e1e7', '2025-01-08 11:14:33.424321+00', 'admin', NULL, '2025-01-08 11:14:33.41873+00', 'SUCCESS', '0194459f-9350-7c99-bbc8-f80ebb94afa7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d092-716e-81ad-37aa463ed86d', '2025-01-08 11:14:49.114753+00', 'admin', NULL, '2025-01-08 11:14:49.106854+00', 'SUCCESS', '0194459f-d09a-707e-a72a-8a409060702e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-4413-7130-868c-d2677d070864', '2025-01-08 11:14:13.148105+00', 'admin', NULL, '2025-01-08 11:14:13.139824+00', 'SUCCESS', '0194459f-441c-72b9-bd62-0daef66e5c0c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d17-7a68-9845-ca54c95dfb39', '2025-01-08 11:14:19.555148+00', 'admin', NULL, '2025-01-08 11:14:19.543675+00', 'SUCCESS', '0194459f-5d23-7240-ba82-34fe9221f245');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d48-7e57-8281-e639fc5b42fc', '2025-01-08 11:14:19.604182+00', 'admin', NULL, '2025-01-08 11:14:19.592248+00', 'SUCCESS', '0194459f-5d54-736a-b821-ef480e4206ac');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d68-77b3-9311-dcc97b4c76cd', '2025-01-08 11:14:19.636076+00', 'admin', NULL, '2025-01-08 11:14:19.624565+00', 'SUCCESS', '0194459f-5d74-7f0c-b1fb-400153c000f1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d9a-7fbc-818b-6bce25a10703', '2025-01-08 11:14:19.68709+00', 'admin', NULL, '2025-01-08 11:14:19.67431+00', 'SUCCESS', '0194459f-5da7-7ad0-ad0d-f3c8aeb14dd4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5db9-73a4-b8a6-d54cc2c1e69f', '2025-01-08 11:14:19.717789+00', 'admin', NULL, '2025-01-08 11:14:19.705775+00', 'SUCCESS', '0194459f-5dc5-7d4b-91a2-701fedae7c13');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5dd1-799e-9e47-d2b1f9c1cc9f', '2025-01-08 11:14:19.740524+00', 'admin', NULL, '2025-01-08 11:14:19.729861+00', 'SUCCESS', '0194459f-5ddc-7df0-b0a1-8d2dc7eb7df0');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5df3-7dad-8c4d-1c6af17afdb5', '2025-01-08 11:14:19.774361+00', 'admin', NULL, '2025-01-08 11:14:19.763282+00', 'SUCCESS', '0194459f-5dfe-793b-bf9c-f204d2af7592');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e0f-78a9-866a-f71e4f677bc8', '2025-01-08 11:14:19.802672+00', 'admin', NULL, '2025-01-08 11:14:19.791416+00', 'SUCCESS', '0194459f-5e1a-78cc-9854-fea9804eafd1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e30-7324-a8e3-aef3a7e37043', '2025-01-08 11:14:19.842058+00', 'admin', NULL, '2025-01-08 11:14:19.824065+00', 'SUCCESS', '0194459f-5e42-7421-a1a6-818b8bd905de');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e52-7688-acd2-44e28f6c3efe', '2025-01-08 11:14:19.873754+00', 'admin', NULL, '2025-01-08 11:14:19.858575+00', 'SUCCESS', '0194459f-5e61-71e8-88b9-39ee196f5505');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5e86-7345-ae1d-98000afecee4', '2025-01-08 11:14:19.922188+00', 'admin', NULL, '2025-01-08 11:14:19.910849+00', 'SUCCESS', '0194459f-5e92-7f64-a557-3a889cf9c018');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ea5-7d0b-9ec2-0fa70963471f', '2025-01-08 11:14:19.95491+00', 'admin', NULL, '2025-01-08 11:14:19.941037+00', 'SUCCESS', '0194459f-5eb2-7dbd-b8de-681cd278d7b9');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ebc-7394-b472-9f949689ce6e', '2025-01-08 11:14:19.976159+00', 'admin', NULL, '2025-01-08 11:14:19.964752+00', 'SUCCESS', '0194459f-5ec8-7975-a49d-eb2c99a4acfa');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ee6-77a1-83b3-194b6ea8a82d', '2025-01-08 11:14:20.016831+00', 'admin', NULL, '2025-01-08 11:14:20.006024+00', 'SUCCESS', '0194459f-5ef0-7477-9534-a1f3994dc029');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f06-7fd4-9e01-09362ae79756', '2025-01-08 11:14:20.048223+00', 'admin', NULL, '2025-01-08 11:14:20.038602+00', 'SUCCESS', '0194459f-5f10-7dc9-89b6-a272a79b0f43');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f1c-74f8-9405-7929b7363073', '2025-01-08 11:14:20.074858+00', 'admin', NULL, '2025-01-08 11:14:20.060868+00', 'SUCCESS', '0194459f-5f2a-75cc-92c3-bc1c71389c17');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d007-7f3a-abc4-0124746e22bd', '2025-01-08 11:14:48.976011+00', 'admin', NULL, '2025-01-08 11:14:48.967587+00', 'SUCCESS', '0194459f-d010-7178-b27a-6bf70fa540da');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d132-7375-9717-f438d2eb904e', '2025-01-08 11:14:49.279443+00', 'admin', NULL, '2025-01-08 11:14:49.266559+00', 'SUCCESS', '0194459f-d13f-7c71-a241-e21bc4482ad1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d158-79f8-b1b4-86510a958114', '2025-01-08 11:14:49.313884+00', 'admin', NULL, '2025-01-08 11:14:49.304559+00', 'SUCCESS', '0194459f-d161-7a0b-92dd-d9d6a9552c68');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d180-741a-ae76-4e175a0c6201', '2025-01-08 11:14:49.35486+00', 'admin', NULL, '2025-01-08 11:14:49.344546+00', 'SUCCESS', '0194459f-d18a-721e-95e1-b43704136e32');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d1a5-715b-aeba-1fb9c9ca3931', '2025-01-08 11:14:49.391458+00', 'admin', NULL, '2025-01-08 11:14:49.38198+00', 'SUCCESS', '0194459f-d1af-7944-8e9d-2654f3524a91');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d1c8-7de8-854b-9c9c91859086', '2025-01-08 11:14:49.424675+00', 'admin', NULL, '2025-01-08 11:14:49.416905+00', 'SUCCESS', '0194459f-d1d0-78a6-82fd-6396f1aa7a91');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d1e6-7404-96cf-8a280517c18d', '2025-01-08 11:14:49.455924+00', 'admin', NULL, '2025-01-08 11:14:49.446807+00', 'SUCCESS', '0194459f-d1ef-7ac3-ac54-396d7c000980');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d1ff-7a79-8a28-930e58157905', '2025-01-08 11:14:49.481222+00', 'admin', NULL, '2025-01-08 11:14:49.471696+00', 'SUCCESS', '0194459f-d209-782e-9329-260be6c51d65');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d21b-7452-8233-bfdf6b3a048a', '2025-01-08 11:14:49.506145+00', 'admin', NULL, '2025-01-08 11:14:49.499057+00', 'SUCCESS', '0194459f-d222-7584-999b-9fac89965ca2');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d232-74ba-9886-4c002993a46b', '2025-01-08 11:14:49.53137+00', 'admin', NULL, '2025-01-08 11:14:49.522968+00', 'SUCCESS', '0194459f-d23b-7bef-981c-f42aacd9c336');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d24c-7026-99de-dcd6d86278c1', '2025-01-08 11:14:49.557058+00', 'admin', NULL, '2025-01-08 11:14:49.548676+00', 'SUCCESS', '0194459f-d255-7356-bca7-553e071301e1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d264-733c-b4f3-cb36099134a7', '2025-01-08 11:14:49.5796+00', 'admin', NULL, '2025-01-08 11:14:49.572729+00', 'SUCCESS', '0194459f-d26b-71ed-bf98-cef86cef6a0e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5d07-7a85-bdf9-3b8c70a50c76', '2025-01-08 11:14:19.541513+00', 'admin', NULL, '2025-01-08 11:14:19.527924+00', 'SUCCESS', '0194459f-5d15-73e8-98b8-9fdc29a4878b');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5ee6-77a1-83b3-194b6ea8a82e', '2025-01-08 11:14:20.016764+00', 'admin', NULL, '2025-01-08 11:14:20.006108+00', 'SUCCESS', '0194459f-5ef0-7477-9534-a1f3994dc028');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f1c-74f8-9405-7929b7363072', '2025-01-08 11:14:20.074858+00', 'admin', 'Value too long for column "ID CHARACTER VARYING(50)": "''f1ecbb0bpropagationPolicyOptimizeToLDAP@syncope.apache.org'' (58)"; SQL statement:
+INSERT INTO test2 ( password, id, status ) VALUES ( ?, ?, ? ) [22001-214]', '2025-01-08 11:14:20.060868+00', 'FAILURE', '0194459f-5f2a-75cc-92c3-bc1c71389c16');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f60-701d-9f57-9b06c4bf5bc0', '2025-01-08 11:14:20.139159+00', 'admin', NULL, '2025-01-08 11:14:20.128089+00', 'SUCCESS', '0194459f-5f6b-793c-ab41-e508db915a82');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f98-7260-a82a-ef2500f09496', '2025-01-08 11:14:20.195451+00', 'admin', NULL, '2025-01-08 11:14:20.184642+00', 'SUCCESS', '0194459f-5fa3-7c37-8a36-5357b9013982');
+INSERT INTO propagationtaskexec VALUES ('0194459f-92c7-7f33-8b48-cf2ab99ff1a4', '2025-01-08 11:14:33.292+00', 'admin', NULL, '2025-01-08 11:14:33.287121+00', 'SUCCESS', '0194459f-92cc-7690-bf4f-4343b30c89d3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d0b3-7e0e-b569-f20cf281da95', '2025-01-08 11:14:49.146506+00', 'admin', NULL, '2025-01-08 11:14:49.139802+00', 'SUCCESS', '0194459f-d0ba-7e5b-b922-9cda4c878b95');
+INSERT INTO propagationtaskexec VALUES ('0194459f-d0d5-7667-8dd1-edae4ebab8de', '2025-01-08 11:14:49.180607+00', 'admin', NULL, '2025-01-08 11:14:49.173203+00', 'SUCCESS', '0194459f-d0dc-757b-919a-14ce7f70df28');
+INSERT INTO propagationtaskexec VALUES ('0194459f-de2d-77a1-a0b3-4103494df509', '2025-01-08 11:14:52.600457+00', 'admin', NULL, '2025-01-08 11:14:52.58935+00', 'SUCCESS', '0194459f-de38-7122-8805-01ea8284d3e3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f36-7101-968f-0afedf659a4c', '2025-01-08 11:14:20.09694+00', 'admin', NULL, '2025-01-08 11:14:20.08619+00', 'SUCCESS', '0194459f-5f40-7731-8538-138cb748cea7');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f56-74da-a5fe-0aba80df0b37', '2025-01-08 11:14:20.131287+00', 'admin', NULL, '2025-01-08 11:14:20.118989+00', 'SUCCESS', '0194459f-5f63-7e76-9d53-c1d984173266');
+INSERT INTO propagationtaskexec VALUES ('0194459f-5f76-7153-afa5-e32553aa19b8', '2025-01-08 11:14:20.162583+00', 'admin', NULL, '2025-01-08 11:14:20.150722+00', 'SUCCESS', '0194459f-5f82-73aa-87ea-00182157bc6c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-9298-77ee-9331-046369cb44bc', '2025-01-08 11:14:33.244797+00', 'admin', NULL, '2025-01-08 11:14:33.240653+00', 'SUCCESS', '0194459f-929c-73c8-91c8-9a8d7b3e9965');
+INSERT INTO propagationtaskexec VALUES ('0194459f-9328-7caf-985a-70ef5ab3dc8b', '2025-01-08 11:14:33.388594+00', 'admin', NULL, '2025-01-08 11:14:33.38415+00', 'SUCCESS', '0194459f-932c-70ee-b1cf-c72b2caefdb4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-9666-7b66-8034-351bcfb26205', '2025-01-08 11:14:34.259423+00', 'admin', NULL, '2025-01-08 11:14:34.214583+00', 'SUCCESS', '0194459f-9693-7304-b69e-5bb08b08521e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-df89-79d5-a586-f974526ae3c7', '2025-01-08 11:14:52.964164+00', 'admin', NULL, '2025-01-08 11:14:52.937661+00', 'SUCCESS', '0194459f-dfa4-7861-ad7d-773750c1fbbe');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e054-70ed-a508-c4e8e87eaafc', '2025-01-08 11:14:53.157602+00', 'admin', NULL, '2025-01-08 11:14:53.140245+00', 'SUCCESS', '0194459f-e065-7be3-8eb5-329c4c1b1f59');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e174-73f3-8f7d-82a2cd2701d1', '2025-01-08 11:14:53.440527+00', 'admin', NULL, '2025-01-08 11:14:53.428321+00', 'SUCCESS', '0194459f-e180-7792-809f-29be26fcddb2');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e1bd-71e2-b539-fe1d1ede6521', '2025-01-08 11:14:53.510112+00', 'admin', NULL, '2025-01-08 11:14:53.501024+00', 'SUCCESS', '0194459f-e1c6-7cc9-b399-d6a99419dabb');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e1ea-7d3c-9861-0e9014249382', '2025-01-08 11:14:53.556752+00', 'admin', NULL, '2025-01-08 11:14:53.546913+00', 'SUCCESS', '0194459f-e1f4-764d-8ecc-c57525e0a89d');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e271-7f3f-b24f-55a40a4f975a', '2025-01-08 11:14:53.702345+00', 'admin', NULL, '2025-01-08 11:14:53.681114+00', 'SUCCESS', '0194459f-e286-7c1a-9dcd-001126ab11a9');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e3a1-7467-83be-1ecd8c6fe7c3', '2025-01-08 11:14:54.01233+00', 'admin', NULL, '2025-01-08 11:14:53.985463+00', 'SUCCESS', '0194459f-e3bc-75ff-a78e-20c7e201a859');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e6ca-735b-bdd8-6221c1979b5e', '2025-01-08 11:14:54.827513+00', 'admin', NULL, '2025-01-08 11:14:54.794327+00', 'SUCCESS', '0194459f-e6eb-72f3-add0-3643f9018f45');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e8bf-7aed-b98e-5844306d02ce', '2025-01-08 11:14:55.315952+00', 'admin', NULL, '2025-01-08 11:14:55.295637+00', 'SUCCESS', '0194459f-e8d3-760c-bd49-8f18925b73ae');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e907-7a4c-9b80-c2407a986788', '2025-01-08 11:14:55.386609+00', 'admin', NULL, '2025-01-08 11:14:55.36745+00', 'SUCCESS', '0194459f-e91a-733b-a186-6d2ad9a9fb48');
+INSERT INTO propagationtaskexec VALUES ('0194459f-e97a-759a-bff0-df007a17eeb6', '2025-01-08 11:14:55.502972+00', 'admin', NULL, '2025-01-08 11:14:55.482439+00', 'SUCCESS', '0194459f-e98f-7774-93f8-4a8419b13fd1');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ea2f-781f-9f5d-57af5db9903f', '2025-01-08 11:14:55.691026+00', 'admin', NULL, '2025-01-08 11:14:55.663101+00', 'SUCCESS', '0194459f-ea4b-79b3-8cec-bf47f4174687');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ecf7-78bb-9691-b82ec3372f8a', '2025-01-08 11:14:56.384255+00', 'admin', NULL, '2025-01-08 11:14:56.375022+00', 'SUCCESS', '0194459f-ed00-7f2b-842e-03c1327040ec');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ed07-7749-a83d-b2271cc13867', '2025-01-08 11:14:56.405876+00', 'admin', NULL, '2025-01-08 11:14:56.391455+00', 'SUCCESS', '0194459f-ed15-7984-8e21-931a7c996493');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ed07-7749-a83d-b2271cc13866', '2025-01-08 11:14:56.408945+00', 'admin', NULL, '2025-01-08 11:14:56.391431+00', 'SUCCESS', '0194459f-ed18-730e-a03e-4be4045c33c2');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ed7a-7bd1-8662-e27e9e8cd53d', '2025-01-08 11:14:56.521465+00', 'admin', NULL, '2025-01-08 11:14:56.506887+00', 'SUCCESS', '0194459f-ed89-7205-8752-57a6dbaa9301');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ed95-7af2-8a5f-5dbc49efa756', '2025-01-08 11:14:56.548794+00', 'admin', NULL, '2025-01-08 11:14:56.533717+00', 'SUCCESS', '0194459f-eda4-7ede-bd54-2b49b475c063');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ed95-7af2-8a5f-5dbc49efa757', '2025-01-08 11:14:56.548657+00', 'admin', NULL, '2025-01-08 11:14:56.533791+00', 'SUCCESS', '0194459f-eda4-7ede-bd54-2b49b475c062');
+INSERT INTO propagationtaskexec VALUES ('0194459f-edb9-7a01-8d01-1e4cc92e9a8e', '2025-01-08 11:14:56.57652+00', 'admin', NULL, '2025-01-08 11:14:56.569773+00', 'SUCCESS', '0194459f-edc0-72ff-bb3e-6a4a79472fb0');
+INSERT INTO propagationtaskexec VALUES ('0194459f-edc2-72eb-a92b-ab968efe6b1e', '2025-01-08 11:14:56.594896+00', 'admin', NULL, '2025-01-08 11:14:56.578177+00', 'SUCCESS', '0194459f-edd2-74e1-a2a9-62cf7829d18c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-edc2-72eb-a92b-ab968efe6b1f', '2025-01-08 11:14:56.594327+00', 'admin', NULL, '2025-01-08 11:14:56.57819+00', 'NOT_ATTEMPTED', '0194459f-edd2-74e1-a2a9-62cf7829d18b');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f28d-763f-a436-5655660bedfe', '2025-01-08 11:14:58.082576+00', 'admin', NULL, '2025-01-08 11:14:57.805378+00', 'SUCCESS', '0194459f-f3a2-7a64-b989-1935d27c37c4');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f3f0-7699-855d-ef45545c1c6c', '2025-01-08 11:14:58.357013+00', 'admin', NULL, '2025-01-08 11:14:58.160769+00', 'SUCCESS', '0194459f-f4b5-7045-ac35-fa0f7b3debfc');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f4e0-7ade-a978-b978fb7b835a', '2025-01-08 11:14:58.681037+00', 'admin', NULL, '2025-01-08 11:14:58.400059+00', 'SUCCESS', '0194459f-f5f9-76a7-a9af-9aa953aa68af');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f623-787a-afba-d974fd070905', '2025-01-08 11:14:58.743938+00', 'admin', NULL, '2025-01-08 11:14:58.723229+00', 'SUCCESS', '0194459f-f637-7f4b-9962-66693b549f4d');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f6ab-74ac-96fd-5599f484a51b', '2025-01-08 11:14:58.872627+00', 'admin', NULL, '2025-01-08 11:14:58.859559+00', 'SUCCESS', '0194459f-f6b8-74ed-ab45-d27d338ea558');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f69b-7c0f-9b34-5389b715e2ac', '2025-01-08 11:14:58.851471+00', 'admin', NULL, '2025-01-08 11:14:58.843285+00', 'SUCCESS', '0194459f-f6a3-70c6-9584-f49ab7d1b0e5');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f6ff-745b-ae6f-7636452bf6c5', '2025-01-08 11:14:58.957699+00', 'admin', NULL, '2025-01-08 11:14:58.943972+00', 'SUCCESS', '0194459f-f70d-72b7-8591-01efb75cc1bb');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f6f2-7cd3-b8ea-4a42ad4cdc0a', '2025-01-08 11:14:58.941669+00', 'admin', NULL, '2025-01-08 11:14:58.930549+00', 'SUCCESS', '0194459f-f6fd-7d00-83f0-827f5c8c0dc6');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f73f-7b0e-9387-04651fbbc663', '2025-01-08 11:14:59.014737+00', 'admin', NULL, '2025-01-08 11:14:59.00729+00', 'SUCCESS', '0194459f-f746-7e5b-876d-14582a5e2098');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f758-7cad-961d-0ac486518b07', '2025-01-08 11:14:59.041361+00', 'admin', NULL, '2025-01-08 11:14:59.032868+00', 'SUCCESS', '0194459f-f761-7f0b-bf87-7cb7a9fc9336');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f787-7eda-b731-cb2bed9e89d8', '2025-01-08 11:14:59.093813+00', 'admin', NULL, '2025-01-08 11:14:59.07961+00', 'SUCCESS', '0194459f-f795-788b-92cf-900ff746c6e0');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f7dd-7392-aa4b-627cdfdf9fad', '2025-01-08 11:14:59.185854+00', 'admin', NULL, '2025-01-08 11:14:59.165014+00', 'SUCCESS', '0194459f-f7f1-7cf2-8028-447f13060170');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f8bf-7a56-af76-102d323e5a05', '2025-01-08 11:14:59.404755+00', 'admin', NULL, '2025-01-08 11:14:59.391639+00', 'SUCCESS', '0194459f-f8cc-79fa-8d11-67ad91939470');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f912-7ead-a0b7-5e52a23d83e6', '2025-01-08 11:14:59.489128+00', 'admin', NULL, '2025-01-08 11:14:59.474743+00', 'SUCCESS', '0194459f-f921-7a08-9550-67e26b1583fc');
+INSERT INTO propagationtaskexec VALUES ('0194459f-f9f5-7c89-85a4-75a569bdfe3f', '2025-01-08 11:14:59.722741+00', 'admin', NULL, '2025-01-08 11:14:59.701794+00', 'SUCCESS', '0194459f-fa0a-7dfb-a589-42c91475579c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fa51-7900-acb3-2ce9524eda0d', '2025-01-08 11:14:59.810249+00', 'admin', NULL, '2025-01-08 11:14:59.793469+00', 'SUCCESS', '0194459f-fa62-7fa7-ad76-84f86a9afd55');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fa8b-75de-bfc2-181836dd68f9', '2025-01-08 11:14:59.852483+00', 'admin', NULL, '2025-01-08 11:14:59.851054+00', 'NOT_ATTEMPTED', '0194459f-fa8c-70bc-9022-87fcbb87eb64');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fbc7-7007-bc3c-1f4c514563a0', '2025-01-08 11:15:00.168863+00', 'admin', NULL, '2025-01-08 11:15:00.167748+00', 'NOT_ATTEMPTED', '0194459f-fbc8-7b51-ab31-af1900529608');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fd1c-7c0a-879a-728f5f83eb4f', '2025-01-08 11:15:00.52652+00', 'admin', NULL, '2025-01-08 11:15:00.508808+00', 'SUCCESS', '0194459f-fd2e-713b-b4da-647e7fb6b07e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fdb0-7282-b41a-3c8309b92fc9', '2025-01-08 11:15:00.676216+00', 'admin', NULL, '2025-01-08 11:15:00.656394+00', 'SUCCESS', '0194459f-fdc4-7cea-a2cf-5042a7a079a3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fe4a-7f8a-aa51-39dd352e3fc4', '2025-01-08 11:15:00.827418+00', 'admin', NULL, '2025-01-08 11:15:00.810275+00', 'SUCCESS', '0194459f-fe5b-74fa-b5b4-9d18a186a7d3');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fe83-74b6-917f-24df0c45767d', '2025-01-08 11:15:00.880374+00', 'admin', NULL, '2025-01-08 11:15:00.867703+00', 'SUCCESS', '0194459f-fe90-76c8-8541-6d63895fa24e');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fe83-74b6-917f-24df0c45767e', '2025-01-08 11:15:00.880374+00', 'admin', NULL, '2025-01-08 11:15:00.867719+00', 'SUCCESS', '0194459f-fe90-76c8-8541-6d63895fa24d');
+INSERT INTO propagationtaskexec VALUES ('0194459f-fecc-7f13-99ec-fc2da981c4f9', '2025-01-08 11:15:00.954042+00', 'admin', NULL, '2025-01-08 11:15:00.940362+00', 'SUCCESS', '0194459f-feda-746f-abe8-77ac9673b30c');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ff13-7cac-aa0b-0926ee689ff5', '2025-01-08 11:15:01.018634+00', 'admin', NULL, '2025-01-08 11:15:01.011014+00', 'SUCCESS', '0194459f-ff1a-78ab-ae71-b7844912b715');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ff4f-720c-93ea-c4790e1a46ef', '2025-01-08 11:15:01.079336+00', 'admin', NULL, '2025-01-08 11:15:01.071703+00', 'SUCCESS', '0194459f-ff57-7c2b-b949-3300cb7a25a5');
+INSERT INTO propagationtaskexec VALUES ('0194459f-ff9a-736f-bb39-bb099ddc4856', '2025-01-08 11:15:01.179092+00', 'admin', 'NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,type,fullname,name) VALUES (''Rossini'',''Gioacchino Rossini'',''a type'',''Gioacchino Rossini'',null) [23502-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,type,fullname,name) VALUES (''Rossini'',''Gioacchino Rossini'',''a type'',''Gioacchino Rossini'',null) [23502-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.table.Column.validateConvertUpdateSequence(Column.java:365)
+ at org.h2.table.Table.convertInsertRow(Table.java:926)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:167)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at jdk.internal.reflect.GeneratedMethodAccessor1141.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:15:01.14661+00', 'FAILURE', '0194459f-ffbb-736d-8f06-605941561264');
+INSERT INTO propagationtaskexec VALUES ('019445a0-01c5-7dff-b266-1dccb02e9e53', '2025-01-08 11:15:01.711711+00', 'admin', NULL, '2025-01-08 11:15:01.701052+00', 'SUCCESS', '019445a0-01cf-76bc-b2d4-05ad63ae82c7');
+INSERT INTO propagationtaskexec VALUES ('019445a0-0067-7264-85a0-74ed18f20f1e', '2025-01-08 11:15:01.384276+00', 'admin', 'NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''a type'') [23502-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,fullname,type) VALUES (''Vivaldi'',''vivaldi'',''Vivaldi'',''a type'') [23502-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.table.Column.validateConvertUpdateSequence(Column.java:365)
+ at org.h2.table.Table.convertInsertRow(Table.java:926)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:167)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at jdk.internal.reflect.GeneratedMethodAccessor1141.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:15:01.351896+00', 'FAILURE', '019445a0-0088-7092-9d51-c1a3783dff13');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7894-7595-a402-8b8d2099799d', '2025-01-08 11:15:32.127958+00', 'admin', NULL, '2025-01-08 11:15:32.116222+00', 'SUCCESS', '019445a0-789f-741f-9dd5-df80a7bbbbbf');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7fbe-73d0-afe2-d1ef70d4715b', '2025-01-08 11:15:33.955833+00', 'admin', NULL, '2025-01-08 11:15:33.95068+00', 'SUCCESS', '019445a0-7fc3-7db6-81a1-a382dc1e853e');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8156-7c45-a879-10849c40c70b', '2025-01-08 11:15:34.367246+00', 'admin', NULL, '2025-01-08 11:15:34.358649+00', 'SUCCESS', '019445a0-815f-784a-bcd0-9a8f25e142bb');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8b5e-7da6-9283-92493251b55b', '2025-01-08 11:15:37.253342+00', 'admin', NULL, '2025-01-08 11:15:36.92665+00', 'SUCCESS', '019445a0-8ca5-7cfc-86b8-6b5b45a68479');
+INSERT INTO propagationtaskexec VALUES ('019445a0-9e68-70e7-96ad-700ea1943e48', '2025-01-08 11:15:41.81897+00', 'admin', 'java.lang.IllegalArgumentException: Not attempted because there are mandatory attributes without value(s): [__PASSWORD__, type, email]
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.checkMandatoryMissing(AbstractPropagationTaskExecutor.java:212)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:224)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.lambda$execute$3(PriorityPropagationTaskExecutor.java:145)
+ at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.execute(PriorityPropagationTaskExecutor.java:140)
+ at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.update(DefaultUserProvisioningManager.java:135)
+ at jdk.internal.reflect.GeneratedMethodAccessor517.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:234)
+ at com.sun.proxy.$Proxy390.update(Unknown Source)
+ at org.apache.syncope.core.logic.UserLogic.doUpdate(UserLogic.java:286)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:254)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:90)
+ at org.apache.syncope.core.logic.UserLogic$$FastClassBySpringCGLIB$$67b1988f.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.UserLogic$$EnhancerBySpringCGLIB$$e9f4c3bc.update()
+ at org.apache.syncope.core.rest.cxf.service.AbstractAnyService.doUpdate(AbstractAnyService.java:164)
+ at org.apache.syncope.core.rest.cxf.service.UserServiceImpl.update(UserServiceImpl.java:76)
+ at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:281)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:15:41.800841+00', 'FAILURE', '019445a0-9e7b-750c-a8b7-18ac3a07d5a6');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a597-7b25-8942-f5b6369c3f72', '2025-01-08 11:15:43.646364+00', 'admin', NULL, '2025-01-08 11:15:43.63963+00', 'SUCCESS', '019445a0-a59e-7bb1-a422-f2b88be504c2');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a79e-7782-baa7-cf5e77eb1562', '2025-01-08 11:15:44.18756+00', 'vivaldi', NULL, '2025-01-08 11:15:44.158914+00', 'SUCCESS', '019445a0-a7bb-75d2-89a1-3f497625be0a');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a7be-7a04-a10d-871933e56ae8', '2025-01-08 11:15:44.217219+00', 'vivaldi', NULL, '2025-01-08 11:15:44.19057+00', 'SUCCESS', '019445a0-a7d9-79df-9ede-6daa221ed4b3');
+INSERT INTO propagationtaskexec VALUES ('019445a0-ba2b-79e2-b378-54543b632830', '2025-01-08 11:15:48.9257+00', 'admin', NULL, '2025-01-08 11:15:48.907081+00', 'SUCCESS', '019445a0-ba3d-71db-9ed1-45ed48532cba');
+INSERT INTO propagationtaskexec VALUES ('019445a0-0193-7d36-bd71-b6d7a57463af', '2025-01-08 11:15:01.669364+00', 'admin', 'Column "TEST3" not found; SQL statement:
+INSERT INTO test ( test3, test4, test5, id, status ) VALUES ( ?, ?, ?, ?, ? ) [42122-214]', '2025-01-08 11:15:01.651753+00', 'FAILURE', '019445a0-01a5-7d2d-826b-d766baf863b4');
+INSERT INTO propagationtaskexec VALUES ('019445a0-77de-72f0-921e-7fade466657f', '2025-01-08 11:15:31.941801+00', 'admin', NULL, '2025-01-08 11:15:31.93429+00', 'SUCCESS', '019445a0-77e5-763b-a044-915bd4c97680');
+INSERT INTO propagationtaskexec VALUES ('019445a0-78c3-7626-8bc0-e119a148041a', '2025-01-08 11:15:32.172096+00', 'admin', NULL, '2025-01-08 11:15:32.163678+00', 'SUCCESS', '019445a0-78cc-72a1-8b84-c0e12efea98d');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7a76-76d8-b22c-fa1be289a800', '2025-01-08 11:15:32.612352+00', 'admin', NULL, '2025-01-08 11:15:32.598206+00', 'SUCCESS', '019445a0-7a84-71fa-949c-4f479c19f10c');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7ac4-75f1-8fd3-4598db2323c3', '2025-01-08 11:15:32.693006+00', 'admin', NULL, '2025-01-08 11:15:32.676946+00', 'SUCCESS', '019445a0-7ad5-7e8c-bcdf-731ddffb04d3');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7d65-7890-ba59-17a34876f415', '2025-01-08 11:15:33.368348+00', 'admin', 'java.lang.IllegalArgumentException: Not attempted because there are mandatory attributes without value(s): [__PASSWORD__]
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.checkMandatoryMissing(AbstractPropagationTaskExecutor.java:212)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:224)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.lambda$execute$3(PriorityPropagationTaskExecutor.java:145)
+ at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.execute(PriorityPropagationTaskExecutor.java:140)
+ at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.update(DefaultUserProvisioningManager.java:135)
+ at jdk.internal.reflect.GeneratedMethodAccessor517.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:234)
+ at com.sun.proxy.$Proxy390.update(Unknown Source)
+ at org.apache.syncope.core.logic.UserLogic.doUpdate(UserLogic.java:286)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:254)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:90)
+ at org.apache.syncope.core.logic.UserLogic$$FastClassBySpringCGLIB$$67b1988f.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.UserLogic$$EnhancerBySpringCGLIB$$e9f4c3bc.update()
+ at org.apache.syncope.core.rest.cxf.service.AbstractAnyService.doUpdate(AbstractAnyService.java:164)
+ at org.apache.syncope.core.rest.cxf.service.UserServiceImpl.update(UserServiceImpl.java:76)
+ at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:281)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:15:33.349927+00', 'FAILURE', '019445a0-7d78-73a0-804f-28552b498a05');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7da2-73ce-91bf-db318ef3c70e', '2025-01-08 11:15:33.4201+00', 'admin', NULL, '2025-01-08 11:15:33.410546+00', 'SUCCESS', '019445a0-7dac-77f5-a90d-da1ff0e08f8b');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7e48-793d-989d-5c97521f23d8', '2025-01-08 11:15:33.604677+00', 'admin', NULL, '2025-01-08 11:15:33.576061+00', 'SUCCESS', '019445a0-7e64-77af-89b5-72179bc16941');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7ede-7562-a2e8-be7b64bf790a', '2025-01-08 11:15:33.756339+00', 'admin', NULL, '2025-01-08 11:15:33.726293+00', 'SUCCESS', '019445a0-7efc-7fd4-8af3-155348c2e1c0');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7ff6-7a4a-a8a8-a74d62f692dc', '2025-01-08 11:15:34.015698+00', 'admin', NULL, '2025-01-08 11:15:34.006564+00', 'SUCCESS', '019445a0-7fff-7092-bccc-e64d79b30519');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8086-7181-afaa-dfb94cc4d58d', '2025-01-08 11:15:34.15995+00', 'admin', NULL, '2025-01-08 11:15:34.150716+00', 'SUCCESS', '019445a0-808f-7e47-ae7d-b3fbc264e1ba');
+INSERT INTO propagationtaskexec VALUES ('019445a0-80f5-7be6-bcc5-e2c68ab3ef11', '2025-01-08 11:15:34.271352+00', 'admin', NULL, '2025-01-08 11:15:34.261696+00', 'SUCCESS', '019445a0-80ff-7b13-89c0-dd520f9e4025');
+INSERT INTO propagationtaskexec VALUES ('019445a0-81e0-78b8-888b-6786c2b1abbb', '2025-01-08 11:15:34.502233+00', 'admin', NULL, '2025-01-08 11:15:34.496188+00', 'SUCCESS', '019445a0-81e6-7984-838f-2cd516b7d487');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8298-70a3-9f25-93925a1ddd9c', '2025-01-08 11:15:34.690229+00', 'admin', NULL, '2025-01-08 11:15:34.680166+00', 'SUCCESS', '019445a0-82a2-7207-89de-5856b8873be2');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8458-7e44-85a7-e183dd0ff332', '2025-01-08 11:15:35.136555+00', 'admin', NULL, '2025-01-08 11:15:35.128954+00', 'SUCCESS', '019445a0-8460-75dc-a128-9d45c5a7566d');
+INSERT INTO propagationtaskexec VALUES ('019445a0-849a-7ba0-acce-f9141bd6e508', '2025-01-08 11:15:35.200979+00', 'admin', NULL, '2025-01-08 11:15:35.194288+00', 'SUCCESS', '019445a0-84a0-7370-8673-04d31273ab71');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8a47-7952-ab3a-71aab2e6505b', '2025-01-08 11:15:36.884462+00', 'admin', NULL, '2025-01-08 11:15:36.647954+00', 'SUCCESS', '019445a0-8b34-7210-aa8c-3c6516be135e');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8ded-79ef-996a-76f335127229', '2025-01-08 11:15:37.879309+00', 'admin', NULL, '2025-01-08 11:15:37.581506+00', 'SUCCESS', '019445a0-8f17-76da-a7da-1301ffe5f98e');
+INSERT INTO propagationtaskexec VALUES ('019445a0-908a-7c12-9a52-0138d3fe7269', '2025-01-08 11:15:38.283744+00', 'admin', 'NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,type,fullname,name) VALUES (''Rossini'',''Rossini'',''a type'',''Rossini'',null) [23502-214]
+
+org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column "PASSWORD"; SQL statement:
+INSERT INTO testuser (surname,userId,type,fullname,name) VALUES (''Rossini'',''Rossini'',''a type'',''Rossini'',null) [23502-214]
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
+ at org.h2.message.DbException.get(DbException.java:223)
+ at org.h2.message.DbException.get(DbException.java:199)
+ at org.h2.table.Column.validateConvertUpdateSequence(Column.java:365)
+ at org.h2.table.Table.convertInsertRow(Table.java:926)
+ at org.h2.command.dml.Insert.insertRows(Insert.java:167)
+ at org.h2.command.dml.Insert.update(Insert.java:135)
+ at org.h2.command.dml.DataChangeStatement.update(DataChangeStatement.java:74)
+ at org.h2.command.CommandContainer.update(CommandContainer.java:169)
+ at org.h2.command.Command.executeUpdate(Command.java:252)
+ at org.h2.server.TcpServerThread.process(TcpServerThread.java:408)
+ at org.h2.server.TcpServerThread.run(TcpServerThread.java:191)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+ at org.h2.message.DbException.getJdbcSQLException(DbException.java:508)
+ at org.h2.engine.SessionRemote.readException(SessionRemote.java:637)
+ at org.h2.engine.SessionRemote.done(SessionRemote.java:606)
+ at org.h2.command.CommandRemote.executeUpdate(CommandRemote.java:227)
+ at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:190)
+ at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:143)
+ at org.apache.syncope.fit.buildtools.cxf.ProvisioningImpl.create(ProvisioningImpl.java:300)
+ at jdk.internal.reflect.GeneratedMethodAccessor1141.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.performInvocation(JAXWSMethodInvoker.java:66)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:232)
+ at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:85)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:74)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$2.run(ServiceInvokerInterceptor.java:126)
+ at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:131)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+', '2025-01-08 11:15:38.250108+00', 'FAILURE', '019445a0-90ab-701f-870c-a989fb9c7910');
+INSERT INTO propagationtaskexec VALUES ('019445a0-9ee9-7c8d-bcbf-8f03029b59ba', '2025-01-08 11:15:41.940782+00', 'admin', NULL, '2025-01-08 11:15:41.929935+00', 'SUCCESS', '019445a0-9ef4-7040-872b-ab27c9a68029');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a367-7c31-833b-05889d336634', '2025-01-08 11:15:43.086984+00', 'admin', NULL, '2025-01-08 11:15:43.079571+00', 'SUCCESS', '019445a0-a36f-7768-84b4-1d62cc889806');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a3b5-7ab1-a384-b9709083f921', '2025-01-08 11:15:43.166682+00', 'admin', NULL, '2025-01-08 11:15:43.157325+00', 'SUCCESS', '019445a0-a3be-7f61-b4ba-a876fcaf265d');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a4e7-7306-b7e2-df36f4c40e95', '2025-01-08 11:15:43.472137+00', 'admin', NULL, '2025-01-08 11:15:43.46322+00', 'SUCCESS', '019445a0-a4f0-7089-9d2f-0536c3260bfe');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a569-754f-a409-4edc5b5f9e9b', '2025-01-08 11:15:43.601326+00', 'admin', NULL, '2025-01-08 11:15:43.593198+00', 'SUCCESS', '019445a0-a571-70ed-936d-9a6f5ff30a26');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a7db-7f4d-a3c6-f7e3406285cd', '2025-01-08 11:15:44.23102+00', 'vivaldi', NULL, '2025-01-08 11:15:44.21981+00', 'SUCCESS', '019445a0-a7e7-7a33-9e30-e8c6c0095f1c');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a9f8-765f-a94a-17b5c4db5ea3', '2025-01-08 11:15:44.769051+00', 'admin', NULL, '2025-01-08 11:15:44.760154+00', 'SUCCESS', '019445a0-aa01-7b59-a7f4-f1e3c3e61061');
+INSERT INTO propagationtaskexec VALUES ('019445a0-baec-7ed0-99c8-7682c4bd51b3', '2025-01-08 11:15:49.128017+00', 'admin', NULL, '2025-01-08 11:15:49.100841+00', 'SUCCESS', '019445a0-bb08-7d01-9756-b8fb32c2417f');
+INSERT INTO propagationtaskexec VALUES ('019445a0-bb51-784e-8242-f06a654cbb02', '2025-01-08 11:15:49.208508+00', 'admin', NULL, '2025-01-08 11:15:49.201238+00', 'SUCCESS', '019445a0-bb58-79f2-936d-5129de7451a2');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c490-74b7-b5bd-e89174ea7aca', '2025-01-08 11:15:51.574617+00', 'admin', NULL, '2025-01-08 11:15:51.568074+00', 'SUCCESS', '019445a0-c496-7e08-9fd4-e33b28e8d00a');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c5b1-7fd2-86e3-7685f99f954f', '2025-01-08 11:15:51.867013+00', 'admin', NULL, '2025-01-08 11:15:51.857983+00', 'SUCCESS', '019445a0-c5bb-7e41-8262-845f33fcad8f');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c641-7ef3-be38-864911c97b09', '2025-01-08 11:15:52.013005+00', 'admin', NULL, '2025-01-08 11:15:52.001234+00', 'SUCCESS', '019445a0-c64d-7fad-bfa9-74f6978f09dd');
+INSERT INTO propagationtaskexec VALUES ('019445a0-0213-7825-a665-437121db2cf2', '2025-01-08 11:15:31.784525+00', 'admin', 'org.apache.syncope.core.provisioning.api.TimeoutException: Request timeout
+ at org.apache.syncope.core.provisioning.java.ConnectorFacadeProxy.create(ConnectorFacadeProxy.java:176)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:228)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.lambda$execute$3(PriorityPropagationTaskExecutor.java:145)
+ at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.execute(PriorityPropagationTaskExecutor.java:140)
+ at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.create(DefaultUserProvisioningManager.java:113)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.create(DefaultUserProvisioningManager.java:88)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.create(DefaultUserProvisioningManager.java:56)
+ at jdk.internal.reflect.GeneratedMethodAccessor216.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:234)
+ at com.sun.proxy.$Proxy390.create(Unknown Source)
+ at org.apache.syncope.core.logic.UserLogic.doCreate(UserLogic.java:225)
+ at org.apache.syncope.core.logic.UserLogic.create(UserLogic.java:198)
+ at org.apache.syncope.core.logic.UserLogic$$FastClassBySpringCGLIB$$67b1988f.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.UserLogic$$EnhancerBySpringCGLIB$$e9f4c3bc.create()
+ at org.apache.syncope.core.rest.cxf.service.UserServiceImpl.create(UserServiceImpl.java:70)
+ at jdk.internal.reflect.GeneratedMethodAccessor353.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:555)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:15:01.779382+00', 'FAILURE', '019445a0-7748-7caf-8561-bdce19262f92');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7841-7d4b-91c9-fa41628fcddd', '2025-01-08 11:15:32.043511+00', 'admin', NULL, '2025-01-08 11:15:32.033618+00', 'SUCCESS', '019445a0-784b-7e01-8923-98db436ca7b9');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7a21-7e33-a339-976b4fb2da9d', '2025-01-08 11:15:32.529899+00', 'admin', NULL, '2025-01-08 11:15:32.513017+00', 'SUCCESS', '019445a0-7a31-7458-8053-fc5a8bbb40c5');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7bac-79b2-af14-2ee3b5bd7e3a', '2025-01-08 11:15:32.926215+00', 'admin', 'java.lang.IllegalArgumentException: Not attempted because there are mandatory attributes without value(s): [__PASSWORD__, type, email]
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.checkMandatoryMissing(AbstractPropagationTaskExecutor.java:212)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:224)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.lambda$execute$3(PriorityPropagationTaskExecutor.java:145)
+ at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.execute(PriorityPropagationTaskExecutor.java:140)
+ at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.update(DefaultUserProvisioningManager.java:135)
+ at jdk.internal.reflect.GeneratedMethodAccessor517.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:234)
+ at com.sun.proxy.$Proxy390.update(Unknown Source)
+ at org.apache.syncope.core.logic.UserLogic.doUpdate(UserLogic.java:286)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:254)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:90)
+ at org.apache.syncope.core.logic.UserLogic$$FastClassBySpringCGLIB$$67b1988f.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.UserLogic$$EnhancerBySpringCGLIB$$e9f4c3bc.update()
+ at org.apache.syncope.core.rest.cxf.service.AbstractAnyService.doUpdate(AbstractAnyService.java:164)
+ at org.apache.syncope.core.rest.cxf.service.UserServiceImpl.update(UserServiceImpl.java:76)
+ at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
+ at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201)
+ at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
+ at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
+ at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
+ at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
+ at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
+ at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
+ at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
+ at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304)
+ at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:281)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)
+ at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.MustChangePasswordFilter.doFilter(MustChangePasswordFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
+ at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:164)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:168)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.apache.syncope.core.spring.security.JWTAuthenticationFilter.doFilterInternal(JWTAuthenticationFilter.java:132)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
+ at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)
+ at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)
+ at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)
+ at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+ at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+ at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
+ at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:15:32.908266+00', 'FAILURE', '019445a0-7bbe-7d28-b2cf-470a07551b9c');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7e0a-74e6-818d-bb7274870025', '2025-01-08 11:15:33.524583+00', 'admin', NULL, '2025-01-08 11:15:33.514439+00', 'SUCCESS', '019445a0-7e14-7caa-bf6b-4e23cffc13de');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c564-75d8-b78b-a725e5cccfe2', '2025-01-08 11:15:51.788793+00', 'admin', NULL, '2025-01-08 11:15:51.780208+00', 'SUCCESS', '019445a0-c56c-7c3b-8610-d091c5b0ce07');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c573-73b4-9458-809a77ad555d', '2025-01-08 11:15:51.802723+00', 'admin', NULL, '2025-01-08 11:15:51.795272+00', 'SUCCESS', '019445a0-c57a-7108-b134-c840fd1d6fff');
+INSERT INTO propagationtaskexec VALUES ('019445a0-77af-7e59-b240-8154d0ba64de', '2025-01-08 11:15:31.897799+00', 'admin', NULL, '2025-01-08 11:15:31.887971+00', 'SUCCESS', '019445a0-77b9-7de7-b94c-08b7410e19fb');
+INSERT INTO propagationtaskexec VALUES ('019445a0-798c-7074-8967-c033e3cd2610', '2025-01-08 11:15:32.377526+00', 'admin', 'java.lang.IllegalArgumentException: Not attempted because there are mandatory attributes without value(s): [__PASSWORD__]
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.checkMandatoryMissing(AbstractPropagationTaskExecutor.java:212)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:224)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:829)
+
+
+', '2025-01-08 11:15:32.364293+00', 'FAILURE', '019445a0-7999-7829-a183-60a5f3ee85e0');
+INSERT INTO propagationtaskexec VALUES ('019445a0-79c2-751f-b202-94528270c0da', '2025-01-08 11:15:32.430731+00', 'admin', NULL, '2025-01-08 11:15:32.418975+00', 'SUCCESS', '019445a0-79ce-70b8-b763-0081efac9ad4');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7c31-772a-8d52-d2c5a40a3fac', '2025-01-08 11:15:33.047783+00', 'admin', NULL, '2025-01-08 11:15:33.041739+00', 'SUCCESS', '019445a0-7c37-7cf4-9dda-441d68e8e34b');
+INSERT INTO propagationtaskexec VALUES ('019445a0-811c-73d3-9c30-f4a2effd204f', '2025-01-08 11:15:34.309909+00', 'admin', NULL, '2025-01-08 11:15:34.300619+00', 'SUCCESS', '019445a0-8125-751c-82d2-dc85de5f51dd');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8161-764a-8ea3-d2da46322a53', '2025-01-08 11:15:34.38107+00', 'admin', NULL, '2025-01-08 11:15:34.369698+00', 'SUCCESS', '019445a0-816d-7f3e-be87-9288a16d5462');
+INSERT INTO propagationtaskexec VALUES ('019445a0-81b9-7ddd-b218-a3df057b8d57', '2025-01-08 11:15:34.469888+00', 'admin', NULL, '2025-01-08 11:15:34.457298+00', 'SUCCESS', '019445a0-81c5-7d4a-b4b2-69eaf2f5b6de');
+INSERT INTO propagationtaskexec VALUES ('019445a0-83b4-7b1d-9d64-092c6c303b05', '2025-01-08 11:15:34.974214+00', 'admin', NULL, '2025-01-08 11:15:34.964329+00', 'SUCCESS', '019445a0-83be-7d69-8f81-4cdbb2188c2c');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8463-7d9c-8b9c-49ff3bd2e624', '2025-01-08 11:15:35.153294+00', 'admin', NULL, '2025-01-08 11:15:35.139418+00', 'SUCCESS', '019445a0-8471-70ac-b32c-8998285aa8cb');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8531-72cc-b0be-92925a97a3f5', '2025-01-08 11:15:35.351597+00', 'admin', NULL, '2025-01-08 11:15:35.345206+00', 'SUCCESS', '019445a0-8537-751c-8157-d4c446dce583');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8637-7cbc-b1ab-6950f163ebfe', '2025-01-08 11:15:35.619201+00', 'admin', NULL, '2025-01-08 11:15:35.607189+00', 'SUCCESS', '019445a0-8643-70d7-beee-e2eb659f82b5');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8696-78ba-bd7f-e7c28dc8eec6', '2025-01-08 11:15:35.72024+00', 'admin', NULL, '2025-01-08 11:15:35.702376+00', 'SUCCESS', '019445a0-86a8-7c88-ac25-a499160fcbe1');
+INSERT INTO propagationtaskexec VALUES ('019445a0-87a9-70c5-a7e3-fbc6038738c3', '2025-01-08 11:15:35.97985+00', 'admin', NULL, '2025-01-08 11:15:35.977958+00', 'NOT_ATTEMPTED', '019445a0-87ab-7ca9-a291-853d2b8604eb');
+INSERT INTO propagationtaskexec VALUES ('019445a0-888e-71da-9b3a-2e6357e0af04', '2025-01-08 11:15:36.20818+00', '7c2772a3syncope1793@apache.org', NULL, '2025-01-08 11:15:36.20637+00', 'NOT_ATTEMPTED', '019445a0-8890-7f0d-976e-b59570d01737');
+INSERT INTO propagationtaskexec VALUES ('019445a0-88e3-7cf3-99c8-289cebbc1acf', '2025-01-08 11:15:36.551631+00', 'admin', NULL, '2025-01-08 11:15:36.291014+00', 'SUCCESS', '019445a0-89e7-7673-926c-a564490b4291');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8ff7-7beb-b91b-d49eb8f235af', '2025-01-08 11:15:38.11482+00', 'admin', NULL, '2025-01-08 11:15:38.103266+00', 'SUCCESS', '019445a0-9002-79c5-b41e-e604f6613cd0');
+INSERT INTO propagationtaskexec VALUES ('019445a0-9d06-7459-ab43-695e1346aff8', '2025-01-08 11:15:41.460013+00', 'admin', NULL, '2025-01-08 11:15:41.446877+00', 'SUCCESS', '019445a0-9d14-716a-b87d-4f708a1de5ee');
+INSERT INTO propagationtaskexec VALUES ('019445a0-9dbb-77e6-b57b-ef53f05ff705', '2025-01-08 11:15:41.636376+00', 'admin', NULL, '2025-01-08 11:15:41.627205+00', 'SUCCESS', '019445a0-9dc4-78e0-a039-840a08596fce');
+INSERT INTO propagationtaskexec VALUES ('019445a0-a7db-7f4d-a3c6-f7e3406285ce', '2025-01-08 11:15:44.243157+00', 'vivaldi', NULL, '2025-01-08 11:15:44.219819+00', 'SUCCESS', '019445a0-a7f3-7ccc-8d08-cb4618a20016');
+INSERT INTO propagationtaskexec VALUES ('019445a0-b8f1-7ae6-b4f4-2e339a14a15d', '2025-01-08 11:15:48.618984+00', 'admin', NULL, '2025-01-08 11:15:48.593914+00', 'SUCCESS', '019445a0-b90b-7319-b9ea-35d52dbe08a4');
+INSERT INTO propagationtaskexec VALUES ('019445a0-b999-763d-b84d-1df6c90583b4', '2025-01-08 11:15:48.791743+00', 'admin', NULL, '2025-01-08 11:15:48.76171+00', 'SUCCESS', '019445a0-b9b7-7ecc-a0b5-38799fab6458');
+INSERT INTO propagationtaskexec VALUES ('019445a0-bac5-75d4-96f2-03cd8d0ccfea', '2025-01-08 11:15:49.080493+00', 'admin', NULL, '2025-01-08 11:15:49.061233+00', 'SUCCESS', '019445a0-bad8-7352-b57e-653553b5a928');
+INSERT INTO propagationtaskexec VALUES ('019445a0-badb-7a5e-bc72-1739685e90f6', '2025-01-08 11:15:49.097867+00', 'admin', NULL, '2025-01-08 11:15:49.083094+00', 'SUCCESS', '019445a0-bae9-7837-972b-0cfba38fa47d');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c4c7-7b67-b1e1-713d336f2fc2', '2025-01-08 11:15:51.631618+00', 'admin', NULL, '2025-01-08 11:15:51.623651+00', 'SUCCESS', '019445a0-c4cf-7f40-85de-6022031923ec');
+INSERT INTO propagationtaskexec VALUES ('019445a0-c5e9-70e9-8220-a0bd0a535ac5', '2025-01-08 11:15:51.931424+00', 'admin', NULL, '2025-01-08 11:15:51.913419+00', 'SUCCESS', '019445a0-c5fb-7d83-8ac9-0864896ea1f2');
+INSERT INTO propagationtaskexec VALUES ('019445a0-790b-7dd6-b66d-1ffd98e17c0b', '2025-01-08 11:15:32.243231+00', 'admin', NULL, '2025-01-08 11:15:32.235087+00', 'SUCCESS', '019445a0-7913-7933-bc3f-23dd3e410e79');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7915-76a0-9803-81659f7a25a3', '2025-01-08 11:15:32.252485+00', 'admin', NULL, '2025-01-08 11:15:32.245989+00', 'SUCCESS', '019445a0-791c-702e-9297-7fe3f67543a0');
+INSERT INTO propagationtaskexec VALUES ('019445a0-7f56-751e-b0ed-baa4e5da5873', '2025-01-08 11:15:33.856671+00', 'admin', NULL, '2025-01-08 11:15:33.846356+00', 'SUCCESS', '019445a0-7f60-7530-9df8-0d0a67ecf1bf');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8057-7e1c-a1f4-5983564a67aa', '2025-01-08 11:15:34.114219+00', 'admin', NULL, '2025-01-08 11:15:34.103833+00', 'SUCCESS', '019445a0-8062-7756-9002-97c26551abdf');
+INSERT INTO propagationtaskexec VALUES ('019445a0-821f-7912-b787-a9bde57393c2', '2025-01-08 11:15:34.57292+00', 'admin', NULL, '2025-01-08 11:15:34.559215+00', 'SUCCESS', '019445a0-822c-7583-98f9-21188c99f305');
+INSERT INTO propagationtaskexec VALUES ('019445a0-84ee-70a3-a5fb-a75eafd178a7', '2025-01-08 11:15:35.287031+00', 'admin', NULL, '2025-01-08 11:15:35.27868+00', 'SUCCESS', '019445a0-84f7-7d0f-a4b4-6f93d18c10e1');
+INSERT INTO propagationtaskexec VALUES ('019445a0-8ce3-7f9b-8e12-cce639b53898', '2025-01-08 11:15:37.545974+00', 'admin', NULL, '2025-01-08 11:15:37.315092+00', 'SUCCESS', '019445a0-8dc9-7095-bc0c-063292fbf40f');
+INSERT INTO propagationtaskexec VALUES ('019445a0-9ecc-7ee3-b538-a8e016e1a2f2', '2025-01-08 11:15:41.901666+00', 'admin', 'java.lang.IllegalArgumentException: Not attempted because there are mandatory attributes without value(s): [__PASSWORD__]
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.checkMandatoryMissing(AbstractPropagationTaskExecutor.java:212)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doCreate(AbstractPropagationTaskExecutor.java:224)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.createOrUpdate(AbstractPropagationTaskExecutor.java:354)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.doExecute(AbstractPropagationTaskExecutor.java:574)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.lambda$execute$18(AbstractPropagationTaskExecutor.java:509)
+ at java.base/java.util.Optional.orElseGet(Optional.java:369)
+ at org.apache.syncope.core.provisioning.java.propagation.AbstractPropagationTaskExecutor.execute(AbstractPropagationTaskExecutor.java:509)
+ at jdk.internal.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.lambda$call$0(DefaultPropagationTaskCallable.java:81)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.call(AuthContextUtils.java:116)
+ at org.apache.syncope.core.spring.security.AuthContextUtils.callAs(AuthContextUtils.java:142)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:78)
+ at org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable.call(DefaultPropagationTaskCallable.java:37)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.lambda$execute$3(PriorityPropagationTaskExecutor.java:145)
+ at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
+ at org.apache.syncope.core.provisioning.java.propagation.PriorityPropagationTaskExecutor.execute(PriorityPropagationTaskExecutor.java:140)
+ at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
+ at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
+ at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
+ at org.apache.syncope.core.persistence.jpa.spring.DomainTransactionInterceptor.invoke(DomainTransactionInterceptor.java:50)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
+ at com.sun.proxy.$Proxy371.execute(Unknown Source)
+ at org.apache.syncope.core.provisioning.java.DefaultUserProvisioningManager.update(DefaultUserProvisioningManager.java:135)
+ at jdk.internal.reflect.GeneratedMethodAccessor517.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
+ at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:234)
+ at com.sun.proxy.$Proxy390.update(Unknown Source)
+ at org.apache.syncope.core.logic.UserLogic.doUpdate(UserLogic.java:286)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:254)
+ at org.apache.syncope.core.logic.UserLogic.update(UserLogic.java:90)
+ at org.apache.syncope.core.logic.UserLogic$$FastClassBySpringCGLIB$$67b1988f.invoke()
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
+ at org.apache.syncope.core.logic.LogicInvocationHandler.around(LogicInvocationHandler.java:83)
+ at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor.invoke(AuthorizationManagerBeforeMethodInterceptor.java:156)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
+ at org.apache.syncope.core.logic.UserLogic$$EnhancerBySpringCGLIB$$e9f4c3bc.update(