On Sun February 15 2009 1:52:53 pm Christian Schneider wrote: > I currently get one error and one failure in systests on jdk 1.5 on > Windows Vista. > Is anyone already working on it or does this not happen on the > continuous build system?
Both Hudson builds are clean. That said, we DID see that exact error on the hudson builds right after I committed some changes. I added clean to the mvn command line and the problem has gone away. I suggest a clean. Dan > > Greetings > > Christian > > > SecurityPolicyTest > > <cid:[email protected]> testPolicy > <cid:[email protected]> > +- [ Detail ] <javascript:toggleDisplay('testPolicy');> > > > java.lang.IncompatibleClassChangeError > at > org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler.do >EncryptBeforeSign(AsymmetricBindingHandler.java:149) at > org.apache.cxf.ws.security.wss4j.policyhandlers.AsymmetricBindingHandler.ha >ndleBinding(AsymmetricBindingHandler.java:81) at > org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor$PolicyBased >WSS4JOutInterceptorInternal.handleMessage(PolicyBasedWSS4JOutInterceptor.jav >a:133) at > org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JOutInterceptor$PolicyBased >WSS4JOutInterceptorInternal.handleMessage(PolicyBasedWSS4JOutInterceptor.jav >a:73) at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai >n.java:226) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:469) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251) > at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:123) > at $Proxy48.doubleIt(Unknown Source) > at > org.apache.cxf.systest.ws.security.SecurityPolicyTest.testPolicy(SecurityPo >licyTest.java:115) > > > > > > JaxwsExecutorTest > > <cid:[email protected]> > testUseCustomExecutorOnClient > <cid:[email protected]> > +- [ Detail ] <javascript:toggleDisplay('testUseCustomExecutorOnClient');> > 8,419 > > Response still not received. > > > > java.lang.AssertionError: Response still not received. > at org.junit.Assert.fail(Assert.java:74) > at org.junit.Assert.assertTrue(Assert.java:37) > at > org.apache.cxf.systest.jaxws.JaxwsExecutorTest.testUseCustomExecutorOnClien >t(JaxwsExecutorTest.java:109) -- Daniel Kulp [email protected] http://www.dankulp.com/blog
