You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/07/18 08:18:04 UTC

[jira] Commented: (AXIS2-2964) XMLBeans fault handling not sending data to client

    [ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513440 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-2964:
-----------------------------------------------------

did you try this one with RC1. I removed the code after catch AddDuplicateFault block, since there is a problem with sendAndReceiveNonblocking method (deepal has fixed it now) and it worked fine. I got the following message which is at the exception catch block.

 [java] Failed adding 'The Dragon Never Sleeps' with ISBN '0445203498' - matches existing title 'The Dragon Never Sleeps'

Can you please try with RC1?
 

> 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
>            Assignee: Amila Chinthaka Suriarachchi
>            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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org