[
https://issues.jboss.org/browse/JBTM-1145?page=com.atlassian.jira.plugin....
]
Paul Robinson logged work on JBTM-1145:
---------------------------------------
Author: Paul Robinson
Created on: 18/Dec/12 11:44 AM
Start Date: 18/Dec/12 11:44 AM
Worklog Time Spent: 5 hours
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 1 day)
Time Spent: 5 hours
Worklog Id: (was: 12428297)
TXFramework Code Tidy Part 2
----------------------------
Key: JBTM-1145
URL:
https://issues.jboss.org/browse/JBTM-1145
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public(Everyone can see)
Components: TXFramework
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.0.M2
Original Estimate: 1 day
Time Spent: 5 hours
Remaining Estimate: 0 minutes
Remove annotations and properties that are not used.
Remove System.out and System.err. For example:
{code}
15:08:58,561 INFO [stdout] (http-localhost-127.0.0.1-8080-1)
ServiceRequestSoapHandler.getHeaders()
15:08:58,561 INFO [stdout] (http-localhost-127.0.0.1-8080-1)
ServiceRequestSoapHandler.handleInboundMessage()
15:08:58,562 INFO [stdout] (http-localhost-127.0.0.1-8080-1)
ServiceRequestSoapHandler.getHeaders()
15:08:58,562 INFO [stdout] (http-localhost-127.0.0.1-8080-1)
ServiceRequestSoapHandler.handleOutboundMessage()
15:08:58,562 INFO [stdout] (http-localhost-127.0.0.1-8080-1)
ServiceRequestSoapHandler.close()
{code}
Add logging
Refactor WSBA Handlers into one (Wrap the registration and completion into an object that
switches based on participant type)
Remove Statefull tests
Consider making handlers statefull
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira