Hi Jeff,
I will take care of it :)
Willem.
Jeff.Yu wrote:
Hi,
I've provided a patch for this JIRA, can someone help me review and
apply it?
Thanks
Jeff
Jeff Yu (JIRA) wrote:
[
https://issues.apache.org/jira/browse/CXF-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Yu updated CXF-1045:
-------------------------
Attachment: cxf-1045.patch
with this patch:
1. remove some redundant log message.
2. Use the CXFBusFactory intead of SpringBusFactory.
3. Update on the ManangedConnection.
4. some minor code format update.
JCA outbound codes refactoring.
-------------------------------
Key: CXF-1045
URL: https://issues.apache.org/jira/browse/CXF-1045
Project: CXF
Issue Type: Sub-task
Components: Integration
Affects Versions: 2.0.1
Reporter: Jeff Yu
Fix For: 2.1
Attachments: cxf-1045.patch
There are some outbound codes need to be refactored.
1. Use too many Log.fine or Log.info, this really made it bad or
annoy to read the code.
2. Use the CXFBusFactory instead of SpringBusFactory, do some
cleanup on the JCABusFactory.