[jbossts-issues] [JBoss JIRA] (JBTM-1145) TXFramework Code Tidy

Paul Robinson (JIRA) jira-events at lists.jboss.org
Sat May 19 07:48:18 EDT 2012


     [ https://issues.jboss.org/browse/JBTM-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson updated JBTM-1145:
--------------------------------

    Description: 
Code format
Test restructuring
Try using annotations in subsystem
Is JAXWSHandlerAnnotatonTest needed?
Move documentation out and flatten project
Make parent of Narayana
Test by default in managed container and log to file
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}

Refactor WSBA Handlers into one (Wrap the registration and completion into an object that switches based on participant type)
@Required to something that matched EJB TX annotation

  was:
Code format
Test restructuring
Try using annotations in subsystem
Is JAXWSHandlerAnnotatonTest needed?
Move documentation out and flatten project
Make parent of Narayana
Test by default in managed container and log to file
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}

Refactor WSBA Handlers into one (Wrap the registration and completion into an object that switches based on participant type)



    
> TXFramework Code Tidy
> ---------------------
>
>                 Key: JBTM-1145
>                 URL: https://issues.jboss.org/browse/JBTM-1145
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: TXFramework
>            Reporter: Paul Robinson
>            Assignee: Paul Robinson
>             Fix For: 5.0.0.Final
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Code format
> Test restructuring
> Try using annotations in subsystem
> Is JAXWSHandlerAnnotatonTest needed?
> Move documentation out and flatten project
> Make parent of Narayana
> Test by default in managed container and log to file
> 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}
> Refactor WSBA Handlers into one (Wrap the registration and completion into an object that switches based on participant type)
> @Required to something that matched EJB TX annotation

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list