You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServiceClient from axis2 is not thread-safe, and current implementation of GetSoap uses one global instance of ServiceClient.
This could lead to unpredictable behaviour if GetSoap processor will be scheduled with "Concurrent tasks" greater than 1.
For example, in my case Im getting org.apache.axis2.AxisFault: Attempted read on closed stream
The text was updated successfully, but these errors were encountered:
ServiceClient from axis2 is not thread-safe, and current implementation of GetSoap uses one global instance of ServiceClient.
This could lead to unpredictable behaviour if GetSoap processor will be scheduled with "Concurrent tasks" greater than 1.
For example, in my case Im getting
org.apache.axis2.AxisFault: Attempted read on closed stream
The text was updated successfully, but these errors were encountered: