[ https://issues.apache.org/jira/browse/CXF-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp reassigned CXF-3218: -------------------------------- Assignee: Daniel Kulp > 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 > ------------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-3218 > URL: https://issues.apache.org/jira/browse/CXF-3218 > Project: CXF > Issue Type: Bug > Affects Versions: 2.3.1 > Environment: jdk1.6, linux ubuntu 10.10, tomcat 5.5.31. > Reporter: John J. Franey > Assignee: Daniel Kulp > Attachments: scencr.zip > > > 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.