Re: RFR : 8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs

2013-10-23 Thread Chris Hegarty
Sean, I have seen this test failing consistently on some systems, the use of system proxies would explain that. Your change, to make the test independent of the system proxies, looks good to me. -Chris. On 10/23/2013 08:27 PM, Seán Coffey wrote: Hi, this is a test stabilization fix for j

RFR : 8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs

2013-10-23 Thread Seán Coffey
Hi, this is a test stabilization fix for jdk8-tl. It turns out that the wsimport tool sets java.net.useSystemProxies to true. This can cause connection issues to localhost for some windows environments depending on proxy configuration. Best solution here is to disable the systemProxies since