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 "Dennis Sosnoski (JIRA)" <ji...@apache.org> on 2007/07/14 06:45:04 UTC

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

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


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

Posted by "Dennis Sosnoski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513498 ] 

Dennis Sosnoski commented on AXIS2-2964:
----------------------------------------

The problem I was seeing was that the conversion of the exception data was not handled properly, in which case you wouldn't get the failure message you're showing.

I believe I tried this with the svn code last Friday, well after RC1 - but if it works for you now it sounds like the problem has been corrected. I'll try again using the current svn code tomorrow.

> 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


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

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2964.
-------------------------------------------------

    Resolution: Fixed

fixed this issue now

> 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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2964:
------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> 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


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

Posted by "Dennis Sosnoski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Sosnoski updated AXIS2-2964:
-----------------------------------

    Attachment: xmlbeans-sample.zip

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


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

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ 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