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

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

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. Thank