Good point, I've updated the version.
tions [HttpRoute[{tls}->
http://172.16.16.31:8080->https://uat.rpdata.com]][null9:19:21.093 [Thread-8] DEBUG o.a.h.i.conn.tsccm.ConnPoolByRoute - Available cap
city: 2 out of 2 [HttpRoute[{tls}->
http://172.16.16.31:8080->https://uat.rpdatacom]][null]
9:19:21.093 [Thread-8] DEBUG o.a.h.i.conn.tsccm.ConnPoolByRoute - Creating new
onnection [HttpRoute[{tls}->
http://172.16.16.31:8080->https://uat.rpdata.com]]9:19:21.109 [Thread-8] DEBUG c.e.s.i.w.s.h.SoapUIMultiThreadedHttpConnectionMan
ger$SoapUIDefaultClientConnection - Connection shut down
9:19:21.109 [Thread-8] DEBUG o.a.h.i.conn.tsccm.ConnPoolByRoute - Releasing con
ection [HttpRoute[{tls}->
http://172.16.16.31:8080->https://uat.rpdata.com]][nul]
9:19:21.109 [Thread-8] DEBUG o.a.h.i.conn.tsccm.ConnPoolByRoute - Notifying no-
ne, there are no waiting threads
ava.lang.ClassCastException: org.apache.http.message.BasicHttpRequest cannot be
cast to org.apache.http.impl.client.RequestWrapper
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHtt
RequestExecutor.preProcess(HttpClientSupport.java:93)
at org.apache.http.impl.client.DefaultRequestDirector.createTunnelToTarg
t(DefaultRequestDirector.java:830)
at org.apache.http.impl.client.DefaultRequestDirector.establishRoute(Def
ultRequestDirector.java:739)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(Default
equestDirector.java:565)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq
However, I still get the DEBUG messages and also, it seems v 4.5.1 has that class ClassCastException again. I resolves that by updating to version 4.5.1-SNAPSHOT, but I can't seem to specify SNAPSHOT in the pom.xml. Seems unrecognised. Should there be a 4.5.1-SNAPSHOT plugin?
Regards,
testranger