Hi, Could you check your classpath again - WSSecurityUtil has the following method in WSS4J 1.6:
static int decodeAction(java.lang.String action, java.util.List<java.lang.Integer> actions, WSSConfig wssConfig) http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/util/WSSecurityUtil.html Colm. On Fri, Jul 1, 2011 at 12:10 PM, srinivas thallapalli <[email protected]> wrote: > Hi All > > I am trying to upgrade CXF 2.3.3 to CXF 2.4.1, I am facing some WS-Security > issues with my application which worked fine with 2.3.3. I am using > wss4j-1.6.1.jar which is distributed with CXF 2.4.1. The following is the > exception stack trace. > > /Caused by: java.lang.NoSuchMethodError: > org.apache.ws.security.util.WSSecurityUtil.decodeAction(Ljava/lang/String;Ljava/util/List;Lorg/apache/ws/security/WSSConfig;)I > at > org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:195) > at > org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:136) > at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263) > at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:510) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:440) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:343) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:295) > / > > can anybody help me. > > Thanks > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/WS-Security-Issue-with-upgrading-from-CXF-2-3-3-to-CXF-2-4-1-tp4541788p4541788.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh http://coheigea.blogspot.com/ Talend - http://www.talend.com
