OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 592 forks source link

Enhance trace in CXF modules: soap binding, JAXB databinding and HTTP transport #26528

Open sawadood opened 1 year ago

sawadood commented 1 year ago

The existing CXF trace in the SOAP bindings (com.ibm.ws.org.apache.cxf.cxf.rt.bindings.soap.3.2), JAXB (com.ibm.ws.org.apache.cxf.cxf.rt.databinding.jaxb.3.2), and HTTP transport (com.ibm.ws.org.apache.cxf.cxf.rt.transports.http.3.2) modules is not sufficient to debug customer problems. The trace in these modules need to be increased to make it easier to debug problems.

sawadood commented 1 year ago

The following files in the SOAP bindings bundle need to be updated to enhance trace:

com.ibm.ws.org.apache.cxf.cxf.rt.bindings.soap.3.2

The following files in the JAXB bundle need to be updated to enhance trace:

com.ibm.ws.org.apache.cxf.cxf.rt.databinding.jaxb.3.2

The following files in the HTTP transport bundle need to be updated to enhance trace:

com.ibm.ws.org.apache.cxf.cxf.rt.transports.http.3.2

com.ibm.ws.org.apache.cxf.cxf.rt.transports.http.hc.3.2