Hi did you solve your issue?
As I previously replied (my account has been deleted :-( ), it seems there are 2 different kind of logs as the patterns are different
soapui logs
12:39:01,979 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Documents and Settings\lti\soapui-settings.xml]
12:39:02,277 INFO [HttpClientSupport$Helper] Initializing KeyStore
httpclient logs
12:39:02.339 [pool-1-thread-1] DEBUG o.a.c.h.params.DefaultHttpParams - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1
12:39:02.339 [pool-1-thread-1] DEBUG o.a.c.h.params.DefaultHttpParams - Set parameter http.protocol.version = HTTP/1.1
12:39:02.339 [pool-1-thread-1] DEBUG o.a.c.h.params.DefaultHttpParams - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager
httpclient source code:
https://svn.apache.org/viewvc/httpcompo ... LIENT_3_1/ shows that it uses commons-logging
As I can not reproduce your issue, could you confirm there is not log4j.properties/xml in the 2 snapshots jar you added as dependency of the plugin (or any logging configuration files)? or does this 2 snapshot have dependencies that could be logging libraries or contains log configuration files?
maybe they can mess the logging