-
Notifications
You must be signed in to change notification settings - Fork 62
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
JAMES-2156 issue implementation #1857
Conversation
Hi @sebast26 Thanks for volunteering for continuing this work. There are still a couple of issues with the proposed code...
Could you have a look? Cheers, |
Sure, that was my goal in the first place. ;P |
Hi @sebast26 Have you had some time to have a look at the test failure? Do you need some help? Regards. |
Hi, I'm looking at this task, first start from scratch and later find this pr, while doing unit testing I found there's an issue with the
I will get persistence exception saying the |
BTW, there's a jira ticket which may have some relevance with this, the issue happens when null pointer exception thrown and in finally block to close entity manage but the transaction is still active. |
Hello @ReturnHttp402, are you testing current
always returns null? |
Yes I'm testing |
I don't have much experiment with this component, could you share to me your branch so I can run that test on my local machine and find out what is wrong? |
I have uploaded my code and you can find in this pull request |
This is rebase of PR #1077 as in issue #999. Unfortunately there are some problems with tests. If you don't mind I will work on correcting the issues. Most of the work is done by @p3trur0.