-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JBPM-10187] Sorting resources to avoid deadlock #5458
Conversation
jenkins do fdb |
|
||
public TransactionInterceptor() { | ||
public TransactionInterceptor(SessionInfo sessionInfo) { | ||
this.sessionInfo = sessionInfo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need this sessionInfo
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is trying to avoid a null pointer exception and polish the log file a bit
This PR is currently in progress, therefore I moved to draft till we have a solution fo the issue.
jenkins do fdb |
sorry for closing, accidentally clicked on that button :/ |
jenkins run fdb |
Closed because it has to be opened on formed kiegroup-drools kiegroup#11 |
JIRA:
link
referenced Pull Requests:
kiegroup/jbpm#2318