Re: Potential userlogic update issue

2023-11-28 Thread GCHQDeveloper29
Hi, The updateAttr function in my prior email exists within my 'logic' class. I.e. org.apache.syncope.core.logic.AttributeLogic The second code block within the same email is what would/could exist within the Rest-CXF class of the extension. If I remove the @Transactional annotation on the

Re: Potential userlogic update issue

2023-11-28 Thread Francesco Chicchiriccò
Hi, I assume the code below lies inside a REST service implementation class. Basically, it manipulates payload objects (UserCR, AttrPatch and so on) then invokes UserLogic for actual processing. If so, then you should remove @Transactional from such method as by doing so you are essentially

Potential userlogic update issue

2023-11-28 Thread GCHQDeveloper29
Hi there, I'm hoping to gain some advice (or report a bug in the case I've not just been a fool!). I'm currently on version 3.0.4, although plan to move to 3.0.5 soon, and am using version 1.5.7 of the LDAP connector. I have a slightly different version of the following function sat behind a