[jbossws-issues] [JBoss JIRA] Reopened: (JBWS-2977) Native does not repsect the fault value in @Action

Jim Ma (JIRA) jira-events at lists.jboss.org
Tue Mar 30 23:24:37 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBWS-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ma reopened JBWS-2977:
--------------------------



There is different implementation to handle the @Action in trunk , so set it to open until we fix this problem in upstream.

> Native does not repsect the fault value in @Action
> --------------------------------------------------
>
>                 Key: JBWS-2977
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2977
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-native-3.3.0.CR1
>            Reporter: Jim Ma
>            Assignee: Jim Ma
>             Fix For: jbossws-native-3.3.0
>
>
> WSA Action shold be set to "http://fault1" in soap fault message :
>   @Action(input="finput1",
>             output="foutput1",
>             fault={
>                 @FaultAction(className=AddNumbersException.class, value="http://fault1")
>             })
>     public int addNumbersFault1(int number1, int number2) throws AddNumbersException {
>         return doStuff(number1, number2);
>     }

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

        


More information about the jbossws-issues mailing list