Skip to content
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

PAYARA-3996 Ensure that the TimerWrapper references correct EJBTimerService #4094

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

realityforge
Copy link
Contributor

Non-persistent timers are incorrectly wrapped and thus will generate NoSuchObjectLocalException
exceptions when invoking methods such as Timer.getInfo() on returned timers.

Fixes #3884

Non-persistent timers are incorrectly wrapped and thus will generate NoSuchObjectLocalException
exceptions when invoking methods such as Timer.getInfo() on returned timers.

Fixes payara#3884
@Cousjava
Copy link
Contributor

Jenkins test please

@smillidge smillidge added PR: CLA CLA submitted on PR by the contributor community-contribution and removed PR: CLA CLA submitted on PR by the contributor community-contribution labels Jul 17, 2019
@smillidge smillidge added this to the 5.193 milestone Jul 17, 2019
@arjantijms arjantijms merged commit f839c49 into payara:master Jul 18, 2019
@realityforge realityforge deleted the patch-1 branch July 18, 2019 23:09
@realityforge
Copy link
Contributor Author

Thanks!

@MeroRai MeroRai changed the title Ensure that the TimerWrapper references correct EJBTimerService PAYARA-3996 Ensure that the TimerWrapper references correct EJBTimerService Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: CLA CLA submitted on PR by the contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EJBTimer Error timer no longer exists
4 participants