In order to get any of them to run I had to do major surgery on the modules. Microsoft moved servers and changed TLS certificates. Furthermore, the version numbers don't line up correctly like you said and all sorts of headaches result. I recently made changes to WS-T related code and had the tests working as best I could tell, but they are still really brittle and I may have introduced a regression. I made a note of what I had to do in https://issues.apache.org/jira/browse/CXF-2909. There needs to be some effort expended in getting these updated, but I couldn't find any information about the MS servers in order to accurately update interopfest's configuration.
-----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Thursday, August 19, 2010 8:14 AM To: [email protected] Subject: Re: Regressions in WS-Trust 10 interopfest demo All of those NoSuchMethodError exceptions have been probably caused by the fact I was building sandbox projects depending on outdated 2.3-SNAPSHOT views, so after removing the cxf artifacts from the maven repo I can the exceptions gone. However, it does appear we have a regression in scenarios 9 and 10 : Scenario_9_IssuedTokenForCertificate_MutualCertificate11: Exception: javax.xml.ws.soap.SOAPFaultException: An error occurred when verifying security for the message. Scenario_10_IssuedTokenForCertificateSecureConversation_MutualCertificate11: Exception: javax.xml.ws.soap.SOAPFaultException: An error occurred when verifying security for the message. Has anyone worked in this area recently ? I'm going to start looking into it as well... cheers, Sergey On Thu, Aug 19, 2010 at 11:55 AM, Sergey Beryozkin <[email protected]>wrote: > Hi > > I'm seeing all sorts of problems when running > samples/ws_security/interopfest/wstrust10, both in 2.3.0-SNAPSHOT and on > 2.2.x. > I did run the demo last week and it worked for me but today it is just all > failing. > > In 2.3.0-SNAPSHOT I had to update the version of maven-ant-run plugin to > 1.4 just to get the build working, but besides that I'm seeingucuch > some strange errors like > > java.lang.NoSuchMethodError: > org.apache.cxf.ws.security.trust.STSClient.setPolicy(Lorg/apache/neethi/Poli cy;)V > at > org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterc eptorProvider.setupClient(SecureConversationTokenInterceptorProvider.java:16 7) > > even though I can see STSClient.setPolicy(Object policy) method... > > In 2.2.x, the problem is that CXF version gets resolved to 2.3.0-SNAPSHOT, > setting the version to 2.2.11-SNAPSHOT results in the async binding test > failures. > > Can someone please give it a try and confirm it is just not me only ? Now, > assuming there're regressions, I'd have to start investigating. Given that > I'm a bit raw so to say in this area, any help will be appreciated > > thanks, Sergey > >
