Calculator and BigBank WSClients fail with segv on Linux  Axis2C 0.94
---------------------------------------------------------------------

                 Key: TUSCANY-857
                 URL: http://issues.apache.org/jira/browse/TUSCANY-857
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA
    Affects Versions: Cpp-M2
         Environment: Linux, Axis2C 0.94
            Reporter: Andrew Borley
            Priority: Blocker
             Fix For: Cpp-M2


The Bigbank and Calculator WS Clients fail with segmentation faults on Linux 
and Axis2C 0.94. Other platforms and earlier Axis2C builds are fine.
The service is also fine, the error is client-side only.

It appears to be something to do with the Tuscany Axis2C dispatcher module - 
removing it from the Axis2.xml file makes the clients run fine (but obviously, 
the Tuscany service now does not run).

Moving the dispatcher module in the Axis2.xml file (as below) makes the service 
and client run fine but produces a segmentation fault when cleaning up on the 
client:

...

    <!-- ================================================= -->
    <!-- Global Modules  -->
    <!-- ================================================= -->
    <!-- Comment this to disable Addressing -->
    <module ref="addressing"/>

    <!--module ref="tuscany"/-->

    <!--Configuring module , providing paramters for modules whether they refer 
or not-->
    <!--<moduleConfig name="addressing">-->
    <!--<parameter name="addressingPara" locked="false">N/A</parameter>-->
    <!--</moduleConfig>-->

    <!-- ================================================= -->
    <!-- Phases  -->
    <!-- ================================================= -->
    <phaseOrder type="inflow">
        <!--  System pre defined phases       -->
        <phase name="TransportIn"/>
        <phase name="PreDispatch"/>
        <phase name="Dispatch">
            <handler name="TuscanyDispatcher" class="tuscany_sca_ws_dispatcher">
                <order phase="Dispatch"/>
            </handler>
            <handler name="AddressingBasedDispatcher"
                     class="axis2_engine">
...



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to