In further attempts to get a cxf.xml file to be used for custom http client configuration I tried setting JAVA_OPTS to point to my cxf.xml file in the CLASSPATH
export JAVA_OPTS="-Dcxf.config.file=/path/to/my/cxf.xml" to no avail. I see from posts like this http://cxf.547215.n5.nabble.com/Web-Service-WSDL-Generation-td558357.html that some cxf users are getting nice logging messages like: INFO: No cxf.xml configuration file detected, relying on defaults. I have my logging level set to FINE but am getting no messages about cxf.xml -- View this message in context: http://cxf.547215.n5.nabble.com/does-dynamic-client-support-cxf-xml-configuration-tp3316743p3317303.html Sent from the cxf-user mailing list archive at Nabble.com.
