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: How to strip down the namespace generated by JAXb

2010-01-28 Thread Tsering Shrestha
If ns1 and ns2 are indeed different namespaces, then it would not be possible to omit them, would it? If they are equal I think you could make it the default namespace. Last time I was working on a project using fpml messages and when a developer encountered a similar problem, I found out that h