Hi, Could you please create a small test to reproduce the problem and attach that to issue in CXF Jira?
Regards, Andrei. > -----Original Message----- > From: Samo Dadela [mailto:[email protected]] > Sent: Dienstag, 19. November 2013 10:51 > To: [email protected] > Subject: RE: multiple WS calls to the same URL as different user from same > VM > > Hi Andrei, > > > I think the conduit settings are not thread safe even if you use > ((BindingProvider)port).getRequestContext().put("thread.local.request.cont > ext", "true"). > > See http://cxf.apache.org/faq.html#FAQ- > AreJAXWSclientproxiesthreadsafe%3F for details. > > Could you try to create client proxy object per thread? > > It's already per thread. > > I create a new thread where the proxy is created and configured. The > problem starts happening when I do 7 in parallel. > > Regards, > > Samo >
