I have two entities Login and Roles in N:N relationship. I have written a plugin on associate of Role in Login Master. On associating a Role to Login, "There is no active transaction. This error is usually caused by custom plug-ins that ignore errors from service calls and continue processing" error is showing. The plugin is doing its work but role is not associated with Login. Role is associated to Login if I disable the plugin.
*This post is locked for comments
If you are ignoring the exception thrown by the service in the plugin, then it throws this error. You should catch the exception and take appropriate action. Probably, it is throwing this error if you are trying to associate two records who are already associated or disassociate where association doesn't exist.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156