XMLBeans fault handling not sending data to client
--------------------------------------------------

                 Key: AXIS2-2964
                 URL: https://issues.apache.org/jira/browse/AXIS2-2964
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.2, nightly
            Reporter: Dennis Sosnoski
            Priority: Critical
         Attachments: xmlbeans-sample.zip

The attached project builds and executes properly under Axis2 1.1.1. Under 1.2 
and the current 1.3 code the exception data is not sent back from the server, 
resulting in an unhandled exception on the client.

To try this out, edit the build.properties file to set the axis2 installation 
location, then run "ant" to build and "ant run" to run a test after the 
generated aar has been deployed (note that as currently set up the "ant run" 
task will use port 8800 in order to show the conversation on TCPMon).

To demonstrate the failure, use the supplied code directly with Axis2 1.2 or 
edit the code and change all instances of AddDuplicateFaultException to 
AddDuplicateFault for Axis2 1.3.

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


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

Reply via email to