Moving from CXF 2.1.3 to 2.2.6 we noted some change in the logging behaviour.
Specifically, we get

INFO: Creating Service {http://www.destatis.de/schema/idb/webservices}...
from class ...
18.03.2010 20:26:33
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass

(when create() is called on the ClientFactoryBean?).

The docs suggest to link to a logging.properties file per JVM param. Is this
really necessary or is there another way like placing such a file inside the
client jar so it's found by CXF on the classpath or can be used to configure
CXF programmatically? I admit I'm not familiar with java.util.logging.

We don't want to bother user's with having to add property files and JVM
params.

Thanks for any help,

Michael 
-- 
View this message in context: 
http://old.nabble.com/Changed-Logging-behaviour-tp27950800p27950800.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to