JiBX Client Stub not cleaning up HTTP connections after each operation
----------------------------------------------------------------------

                 Key: AXIS2-4586
                 URL: https://issues.apache.org/jira/browse/AXIS2-4586
             Project: Axis2
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.5
         Environment: Windows XP, Java 5
            Reporter: Anuj Bhatia


It seems that 
java/modules/jibx/src/org/apache/axis2/jibx/template/JibXDatabindingTemplate.xsl
 has a bug. The Stub classes generated for a service using JiBX data binding do 
not make a call to the method 
_messageContext.getTransportOut().getSender().cleanup(_messageContext); after 
each operation. This method is being called in the client stubs generated for 
services using ADB binding. 

Not calling this method results in the HTTP connection not getting released if 
the MultiThreadedHttpConnectionManager is being used. 





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to