Open glassfishrobot opened 9 years ago
Reported by dmatej
dmatej said: javax.xml.ws.Service should be thread safe, but Port is not thread safe. HandlerConfigurator uses it's own map and if I understand well, it configures all ports obtained via Service.getPort. If I have more threads calling getPort, they may meet on the hashmap - and there is the problem. I think the ConcurrentHashMap could resolve the issue ...
This issue was imported from java.net JIRA JAX_WS-1172
Environment
Oracle JDK8, OpenJDK8
Affected Versions
[2.2.10]