Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1243 Resolve JBoss common jax-ws testsuite issues
  3. CXF-1244

Application Exception not serialized properly

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.3, 2.0.4
    • None
    • None
    • None

    Description

      /home/tdiesler/svn/jbossws/stack/cxf/trunk
      [tdiesler@tddell trunk]$ ant -Dtest=org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase one-test

      one-test:
      [junit] Running org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase
      [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.246 sec
      [junit] Test org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase FAILED

      Testcase: testRuntimeException took 4.953 sec
      Testcase: testSoapFaultException took 0.258 sec
      Testcase: testApplicationException took 0.306 sec
      FAILED
      expected:<Some validation error> but was:<null>
      junit.framework.ComparisonFailure: expected:<Some validation error> but was:<null>
      at org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase.testApplicationException(ExceptionTestCase.java:125)

      public void testApplicationException() throws Exception
      {
      try

      { proxy.throwApplicationException(); fail("Expected UserException"); }

      catch (UserException_Exception e)

      { UserException ue = e.getFaultInfo(); assertEquals("Some validation error", ue.getMessage()); assertEquals("validation", ue.getErrorCategory()); assertEquals(123, ue.getErrorCode()); }

      }

      Attachments

        Issue Links

          Activity

            People

              dkulp Daniel Kulp
              tdiesler Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: