You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "thomas diesler (JIRA)" <ji...@apache.org> on 2007/07/24 15:47:31 UTC

[jira] Updated: (CXF-828) Investigate JBossWS-CXF endpoint exception handling

     [ https://issues.apache.org/jira/browse/CXF-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

thomas diesler updated CXF-828:
-------------------------------

    Fix Version/s:     (was: 2.0.1)
      Description: 
ant -Dtest=jaxws/samples/exception test

Testcase: testSoapFaultException took 1.587 sec
        FAILED
expected:<mr.actor> but was:<null>
junit.framework.ComparisonFailure: expected:<mr.actor> but was:<null>
        at org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase.testSoapFaultException(ExceptionTestCase.java:108)

Testcase: testApplicationException took 0.116 sec
        Caused an ERROR
Error reading XMLStreamReader.
javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader.
        at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:168)

Caused by: java.lang.NoSuchMethodException: org.jboss.test.ws.jaxws.samples.exception.server.UserException.getFaultInfo()
        at java.lang.Class.getMethod(Class.java:1581)
        at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:77) 

  was:
apache-cxf-2.0 ignores

      writer.write("<jaxws:properties>");
      writer.write("<entry key='serviceFactory.invoker' value-ref='" + invoker + "'/>");
      writer.write("</jaxws:properties>");


      Environment: http://jira.jboss.org/jira/browse/JBWS-1750  (was: http://jira.jboss.org/jira/browse/JBWS-1746)

> Investigate JBossWS-CXF endpoint exception handling 
> ----------------------------------------------------
>
>                 Key: CXF-828
>                 URL: https://issues.apache.org/jira/browse/CXF-828
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: http://jira.jboss.org/jira/browse/JBWS-1750
>            Reporter: thomas diesler
>            Assignee: Dan Diephouse
>
> ant -Dtest=jaxws/samples/exception test
> Testcase: testSoapFaultException took 1.587 sec
>         FAILED
> expected:<mr.actor> but was:<null>
> junit.framework.ComparisonFailure: expected:<mr.actor> but was:<null>
>         at org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase.testSoapFaultException(ExceptionTestCase.java:108)
> Testcase: testApplicationException took 0.116 sec
>         Caused an ERROR
> Error reading XMLStreamReader.
> javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader.
>         at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:168)
> Caused by: java.lang.NoSuchMethodException: org.jboss.test.ws.jaxws.samples.exception.server.UserException.getFaultInfo()
>         at java.lang.Class.getMethod(Class.java:1581)
>         at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:77) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.