-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
2.0.GA
-
None
-
Workaround Exists
-
The RestClientProxyFactoryBean used in Spring environment produces singletons that are not thread safe (RestClientProxyFactoryBean returns true in isSingleton() method).
- This results in multiple threads accessing single apache's HttpClient which is not thread safe by default
- The threads that simultaneously use single RestEasy proxy instance freeze
The fix is really simple as described here: http://hc.apache.org/httpclient-3.x/threading.html