[ https://issues.apache.org/jira/browse/AXIS2-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991948#comment-12991948 ]
Amila Chinthaka Suriarachchi commented on AXIS2-4944: ----------------------------------------------------- There are two issues with this patch which causes Axis2 test failures. 1. you always set the following parameter which changes the axis2 default flow msgCtx.setProperty(IN_MESSAGE_CONTEXT, inMessageContext); 2. MessageContext proxyInMessageContext = msgContext. getOperationContext().getMessageContext(WSDL2Constants.MESSAGE_LABEL_IN); this gives null pointer exception with some test cases. you need to put null check for operation context. please attach a bug fixed patch. > Improve Axis2 local transport to work with Apache Synapse's nhttp transport > ---------------------------------------------------------------------------- > > Key: AXIS2-4944 > URL: https://issues.apache.org/jira/browse/AXIS2-4944 > Project: Axis2 > Issue Type: Improvement > Components: transports > Affects Versions: nightly > Environment: Ubuntu 10.04 > Sun JDK 1.6 > Reporter: Heshan Suriyaarachchi > Assignee: Ruwan Linton > Fix For: 1.6 > > Attachments: AXIS2-4944-patch-ver2.txt, AXIS2-4944-patch-ver3.txt, > AXIS2-4944-patch.txt, synapse.xml > > > Currently we can not use the axis2 local-transport with Apache Synapse's > nhttp transport. > I am looking into improving the existing local-transport of axis2 to work > with nhttp transport. > I will provide a patch to fix this. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org