-
Notifications
You must be signed in to change notification settings - Fork 304
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
Multithreaded calls to remote EJB may result in LinkageError #3087
Comments
I wasn’t able to reproduce the other issue and doubt I can do anything without being able to reproduce. If you can create a reproducer i’d take a look |
The other issue was primarily due to method calls during redeployment or at least its what it seems like to me. |
@lprimak I will try to create a reproducer. Difficult as it surely may be. |
thanks! I appreciate it |
Any look with the reproducer? |
I'm sorry but I haven't had time to put one together. I will close this bug until I have managed to build one. |
I have spotted the problematic code and put together a fix. Still haven't built a repoducer which seems way more difficult to write than the fix. (Our production code would be one but I can't put it here, obviously.) |
Description
When remote EJB methods are called with multiple threads a LinkageError may occur.
Expected Outcome
Remote EJB methods may be called without LinkageError.
Current Outcome
Steps to reproduce (Only for bug reports)
Difficult. Same symptoms like #525.
Environment
The text was updated successfully, but these errors were encountered: