Excessive SSL warnings in logs

2010-02-23 Thread Naresh Tallapelli
Hi All, I am using cxf -2.1.2 in my web service application. I have enabled logging interceptors for all the operations. And when web service client sends any request to the server, following messages are getting logged all the times, Jun 22, 2009 2:55:17 PM org.apache.cxf.service.factory.Reflec

How to have JAXB SchemaCompiler generating code for schema elements

2010-02-23 Thread Sergey Beryozkin
Hi I've started working on the wadl-first code generation (well not quite the wadl-first one yet...) and I'm using the code I've 'borrowed' from the DynamicClientFactory from cxf-rt-databinding-jaxb. At the moment I can only see files corresponding to schema types being generated. How can I con

RE: Excessive SSL warnings in logs

2010-02-23 Thread Tsering Shrestha
Assuming u are using log4j, wouldn't log4j.logger.org.apache.cxf.transport.https.SSLUtils=WARN in the log4j.properties file not work? (I am assuming that org.apache.cxf.transport.https.SSLUtils is not the class which prints the soap messages) -Original Message- From: Naresh Tallapelli [m

Re: Excessive SSL warnings in logs

2010-02-23 Thread Naresh Tallapelli
I am using log4j to log the statements into a file. But when i add log4j.logger.org.apache.cxf. > > transport.https.SSLUtils=WARN statement in log4j.properties also it did not work. All the below mentioned statements are getting logged into a file. Please let me know is there any other way. Than