Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-3218

apparent regression introduced between 2.2.8 and 2.2.9: http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT not supported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 2.3.2
    • None
    • None
    • jdk1.6, linux ubuntu 10.10, tomcat 5.5.31.

    Description

      This problem shows on 2.3.1 but not in 2.2.8. The problem shows in 2.2.9.

      The code is taken from: http://www.ibm.com/developerworks/java/library/j-jws17/index.html

      The only difference between the (soon to be attached) code and the original is the cxf home path in build.properties.

      There are two services defined in the code, the failure occurs on only one of them: cxf-seismic-scencr.war
      Load that into tomcat and then run the client with: ant run-scencr

      Exception in tomcat catalina log:

      Dec 24, 2010 12:48:19 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
      WARNING: Interceptor for

      {http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl}

      SecurityTokenService#

      {http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl}

      RequestSecurityToken has thrown exception, unwinding now
      org.apache.cxf.binding.soap.SoapFault: Action http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT not supported
      at org.apache.cxf.ws.addressing.MAPAggregator.mediate(MAPAggregator.java:461)
      at org.apache.cxf.ws.addressing.MAPAggregator.handleMessage(MAPAggregator.java:166)
      at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
      at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:110)
      at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:98)
      at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:423)
      at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:178)
      at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:142)
      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
      at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)

      Attachments

        1. scencr.zip
          1.76 MB
          John J. Franey

        Activity

          People

            dkulp Daniel Kulp
            jfraney John J. Franey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: