Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4026

JBossWS native does not repsect the fault value in @Action

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.0
    • EAP 5.0.0
    • Web Services
    • None

    Description

      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); }

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-ema Jim Ma
              rhn-engineering-ema Jim Ma
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: