Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FE197F2E for ; Fri, 30 Sep 2011 22:44:00 +0000 (UTC) Received: (qmail 81159 invoked by uid 500); 30 Sep 2011 22:44:00 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 81069 invoked by uid 500); 30 Sep 2011 22:43:59 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 81057 invoked by uid 99); 30 Sep 2011 22:43:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 22:43:59 +0000 X-ASF-Spam-Status: No, hits=4.0 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yfilmps@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 22:43:54 +0000 Received: by iaen33 with SMTP id n33so3137822iae.0 for ; Fri, 30 Sep 2011 15:43:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rLW28UmuJbQzN6UNiMEpgt5uPqdCYhj7Db3OzhznUvY=; b=n9yt44ZEg1LKZSTw1AtngpynkwaOn5OGmrVcTfENycfMVb0x5M9cRelM8VV4/vGrCF d+SYhASYP22Q4dR67+/M4/a1yW/c0Kd7Ax3bMgUJhQbWaYSKzMcqdbmWpret0Nr1yhQc 1PLO0dEgTR8ojsR26k6Avl7SPEyt0qYX7BAgI= MIME-Version: 1.0 Received: by 10.42.163.3 with SMTP id a3mr3570473icy.144.1317422613340; Fri, 30 Sep 2011 15:43:33 -0700 (PDT) Received: by 10.42.180.65 with HTTP; Fri, 30 Sep 2011 15:43:33 -0700 (PDT) In-Reply-To: <625AEEC4-F222-4504-92A7-1D3B5D62EF8B@gmail.com> References: <9AFA7E2B-F6C9-4C01-BFCC-CE9A8B686613@gmail.com> <625AEEC4-F222-4504-92A7-1D3B5D62EF8B@gmail.com> Date: Fri, 30 Sep 2011 15:43:33 -0700 Message-ID: Subject: Re: mvn install on latest From: Amish Gandhi To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e8798e3219b04ae305a98 --90e6ba6e8798e3219b04ae305a98 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Freeman, I have a successful build now and eclipse setup complete. If you guys any task/bug fix that needs to be done let me know. I will star= t poking around understanding how it all works. Thanks, Amish. On Fri, Sep 23, 2011 at 6:23 PM, Freeman Fang wrote= : > Hi, > > You actually need do nothing, maven can pick it up from your maven local > repo automatically. > > Freeman > > On 2011-9-24, at =E4=B8=8A=E5=8D=883:30, Amish Gandhi wrote: > > Hi Freeman, >> How do I include the new created >> /Users/amish/.m2/repository/**org/apache/ws/security/wss4j/** >> 1.6.3-SNAPSHOT/wss4j-1.6.3-**SNAPSHOT.jar >> in the build? >> >> I guess once I do it correctly it should work for eclipse and mvn >> install..right? >> >> Thanks, >> Amish. >> >> On Fri, Sep 23, 2011 at 10:32 AM, Amish Gandhi wrote= : >> >> Thanks Freeman, just built successfully wss4j and kicked off cxf. >>> >>> Here's my maven version: >>> gardensparrow:wss4j amish$ mvn -version >>> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) >>> Java version: 1.6.0_26 >>> Java home: /System/Library/Java/**JavaVirtualMachines/1.6.0.jdk/** >>> Contents/Home >>> Default locale: en_US, platform encoding: MacRoman >>> OS name: "mac os x" version: "10.7.1" arch: "x86_64" Family: "mac" >>> >>> Thanks, >>> Amish. >>> >>> >>> On Thu, Sep 22, 2011 at 7:06 PM, Freeman Fang >> >wrote: >>> >>> Hi, >>>> >>>> Look at >>>> >>>> ava.lang.Error: Unresolved compilation problem >>>> The constructor WSSecurityEngineResult(int) is undefined >>>> >>>> In Cxf trunk we currently use wss4j 1.6.3-SNAPSHOT, and so you need >>>> ensure >>>> grab the latest wss4j snapshot, >>>> The constructor WSSecurityEngineResult(int) is added in wss4j days ago= , >>>> I >>>> generally grab latest wss4j code[1] each day in my morning and build a >>>> wss4j >>>> 1.6.3-SNAPSHOT locally(it take me about 1.2 mins to do mvn clean insta= ll >>>> so >>>> it's not a big deal :-)), then I build CXF, that can avoid this kind o= f >>>> trouble. >>>> >>>> [1]https://svn.apache.org/****repos/asf/webservices/wss4j/****trunk >>>> >>>> > >>>> >>>> Freeman >>>> >>>> On 2011-9-23, at =E4=B8=8A=E5=8D=889:00, Amish Gandhi wrote: >>>> >>>> Hi All, >>>> >>>>> I have commented the failed tests locally (once I get my first build >>>>> going I >>>>> can uncomment it). >>>>> >>>>> But I am still getting failures on eclipse and mvn install. >>>>> >>>>> The build is passing on Jenkins, so I think its something to do with = my >>>>> setup. Any ideas? >>>>> >>>>> testEncryptedSignedPartsWithCo****mpleteCoverage(org.apache.**cxf.** >>>>> ws.security.wss4j.****PolicyBasedWss4JInOutTest) >>>>> >>>>> Time elapsed: 0.072 sec <<< ERROR! >>>>> java.lang.Error: Unresolved compilation problem: >>>>> The method setSymmetricEncAlgorithm(****String) is undefined for the >>>>> type >>>>> WSSecEncryptedKey >>>>> >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.policyhandlers.** >>>>> AbstractBindingBuilder.****getEncryptedKeyBuilder(** >>>>> AbstractBindingBuilder.java:****1250) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.policyhandlers.** >>>>> SymmetricBindingHandler.****setupEncryptedKey(** >>>>> SymmetricBindingHandler.java:****789) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.policyhandlers.** >>>>> SymmetricBindingHandler.****doEncryptBeforeSign(** >>>>> SymmetricBindingHandler.java:****163) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.policyhandlers.** >>>>> SymmetricBindingHandler.****handleBinding(**** >>>>> SymmetricBindingHandler.java:* >>>>> *116) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.**** >>>>> PolicyBasedWSS4JOutInterceptor****$** >>>>> PolicyBasedWSS4JOutInterceptor****Internal.handleMessage(** >>>>> PolicyBasedWSS4JOutInterceptor****.java:162) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.****AbstractPolicySecurityTest.*= * >>>>> runOutInterceptorAndValidate(****AbstractPolicySecurityTest.**** >>>>> java:276) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.****AbstractPolicySecurityTest.*= * >>>>> runOutInterceptorAndValidate(****AbstractPolicySecurityTest.**** >>>>> java:266) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.****AbstractPolicySecurityTest.*= * >>>>> runAndValidate(****AbstractPolicySecurityTest.****java:124) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.****AbstractPolicySecurityTest.*= * >>>>> runAndValidate(****AbstractPolicySecurityTest.****java:94) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.****PolicyBasedWss4JInOutTest.** >>>>> testEncryptedSignedPartsWithCo****mpleteCoverage(** >>>>> PolicyBasedWss4JInOutTest.****java:440) >>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>> Method) >>>>> at >>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>> NativeMethodAccessorImpl.java:****39) >>>>> at >>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>> DelegatingMethodAccessorImpl.****java:25) >>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>> at >>>>> org.junit.runners.model.****FrameworkMethod$1.****runReflectiveCall(*= * >>>>> FrameworkMethod.java:44) >>>>> at >>>>> org.junit.internal.runners.****model.ReflectiveCallable.run(**** >>>>> ReflectiveCallable.java:15) >>>>> at >>>>> org.junit.runners.model.****FrameworkMethod.****invokeExplosively(** >>>>> FrameworkMethod.java:41) >>>>> at >>>>> org.junit.internal.runners.****statements.InvokeMethod.** >>>>> evaluate(InvokeMethod.java:20) >>>>> at >>>>> org.junit.internal.runners.****statements.RunBefores.** >>>>> evaluate(RunBefores.java:28) >>>>> at >>>>> org.junit.internal.runners.****statements.RunAfters.evaluate(**** >>>>> RunAfters.java:31) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runNotIgnored(** >>>>> BlockJUnit4ClassRunner.java:****79) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>> BlockJUnit4ClassRunner.java:****71) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>> BlockJUnit4ClassRunner.java:****49) >>>>> at org.junit.runners.****ParentRunner$3.run(**** >>>>> ParentRunner.java:193) >>>>> at org.junit.runners.****ParentRunner$1.schedule(**** >>>>> ParentRunner.java:52) >>>>> at org.junit.runners.****ParentRunner.runChildren(** >>>>> ParentRunner.java:191) >>>>> at org.junit.runners.****ParentRunner.access$000(**** >>>>> ParentRunner.java:42) >>>>> at org.junit.runners.****ParentRunner$2.evaluate(** >>>>> ParentRunner.java:184) >>>>> at org.junit.runners.****ParentRunner.run(ParentRunner.****java:236) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4TestSet.execute(**** >>>>> JUnit4TestSet.java:53) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.** >>>>> executeTestSet(JUnit4Provider.****java:123) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.invoke(**** >>>>> JUnit4Provider.java:104) >>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>> Method) >>>>> at >>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>> NativeMethodAccessorImpl.java:****39) >>>>> at >>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>> DelegatingMethodAccessorImpl.****java:25) >>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>> at >>>>> org.apache.maven.surefire.****util.ReflectionUtils.** >>>>> invokeMethodWithArray(****ReflectionUtils.java:164) >>>>> at >>>>> org.apache.maven.surefire.****booter.ProviderFactory$** >>>>> ProviderProxy.invoke(****ProviderFactory.java:110) >>>>> at >>>>> org.apache.maven.surefire.****booter.SurefireStarter.**** >>>>> invokeProvider(** >>>>> SurefireStarter.java:172) >>>>> at >>>>> org.apache.maven.surefire.****booter.SurefireStarter.** >>>>> runSuitesInProcessWhenForked(****SurefireStarter.java:104) >>>>> at >>>>> org.apache.maven.surefire.****booter.ForkedBooter.main(** >>>>> ForkedBooter.java:70) >>>>> Running org.apache.cxf.ws.security.****wss4j.RoundTripTest >>>>> >>>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.547 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.**** >>>>> SignatureConfirmationTest >>>>> >>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.** >>>>> >>>>> UserNameTokenAuthorizationTest >>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.WSS4JFaultCodeTest >>>>> >>>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.WSS4JInOutTest >>>>> >>>>> Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.43= 1 >>>>> sec >>>>> <<< FAILURE! >>>>> testCustomProcessorObject(org.****apache.cxf.ws.security.**wss4j.** >>>>> >>>>> WSS4JInOutTest) >>>>> Time elapsed: 0.033 sec <<< ERROR! >>>>> java.lang.Error: Unresolved compilation problem: >>>>> The constructor WSSecurityEngineResult(int) is undefined >>>>> >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.CustomProcessor.** >>>>> handleToken(CustomProcessor.****java:41) >>>>> at >>>>> org.apache.ws.security.****WSSecurityEngine.**** >>>>> processSecurityHeader(** >>>>> WSSecurityEngine.java:396) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.WSS4JInInterceptor.**** >>>>> handleMessage(** >>>>> WSS4JInInterceptor.java:249) >>>>> at >>>>> org.apache.cxf.ws.security.****wss4j.WSS4JInOutTest.** >>>>> testCustomProcessorObject(****WSS4JInOutTest.java:422) >>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>> Method) >>>>> at >>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>> NativeMethodAccessorImpl.java:****39) >>>>> at >>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>> DelegatingMethodAccessorImpl.****java:25) >>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>> at >>>>> org.junit.runners.model.****FrameworkMethod$1.****runReflectiveCall(*= * >>>>> FrameworkMethod.java:44) >>>>> at >>>>> org.junit.internal.runners.****model.ReflectiveCallable.run(**** >>>>> ReflectiveCallable.java:15) >>>>> at >>>>> org.junit.runners.model.****FrameworkMethod.****invokeExplosively(** >>>>> FrameworkMethod.java:41) >>>>> at >>>>> org.junit.internal.runners.****statements.InvokeMethod.** >>>>> evaluate(InvokeMethod.java:20) >>>>> at >>>>> org.junit.internal.runners.****statements.RunBefores.** >>>>> evaluate(RunBefores.java:28) >>>>> at >>>>> org.junit.internal.runners.****statements.RunAfters.evaluate(**** >>>>> RunAfters.java:31) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runNotIgnored(** >>>>> BlockJUnit4ClassRunner.java:****79) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>> BlockJUnit4ClassRunner.java:****71) >>>>> at >>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>> BlockJUnit4ClassRunner.java:****49) >>>>> at org.junit.runners.****ParentRunner$3.run(**** >>>>> ParentRunner.java:193) >>>>> at org.junit.runners.****ParentRunner$1.schedule(**** >>>>> ParentRunner.java:52) >>>>> at org.junit.runners.****ParentRunner.runChildren(** >>>>> ParentRunner.java:191) >>>>> at org.junit.runners.****ParentRunner.access$000(**** >>>>> ParentRunner.java:42) >>>>> at org.junit.runners.****ParentRunner$2.evaluate(** >>>>> ParentRunner.java:184) >>>>> at org.junit.runners.****ParentRunner.run(ParentRunner.****java:236) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4TestSet.execute(**** >>>>> JUnit4TestSet.java:53) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.** >>>>> executeTestSet(JUnit4Provider.****java:123) >>>>> at >>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.invoke(**** >>>>> JUnit4Provider.java:104) >>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>> Method) >>>>> at >>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>> NativeMethodAccessorImpl.java:****39) >>>>> at >>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>> DelegatingMethodAccessorImpl.****java:25) >>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>> at >>>>> org.apache.maven.surefire.****util.ReflectionUtils.** >>>>> invokeMethodWithArray(****ReflectionUtils.java:164) >>>>> at >>>>> org.apache.maven.surefire.****booter.ProviderFactory$** >>>>> ProviderProxy.invoke(****ProviderFactory.java:110) >>>>> at >>>>> org.apache.maven.surefire.****booter.SurefireStarter.**** >>>>> invokeProvider(** >>>>> SurefireStarter.java:172) >>>>> at >>>>> org.apache.maven.surefire.****booter.SurefireStarter.** >>>>> runSuitesInProcessWhenForked(****SurefireStarter.java:104) >>>>> at >>>>> org.apache.maven.surefire.****booter.ForkedBooter.main(** >>>>> ForkedBooter.java:70) >>>>> Running org.apache.cxf.ws.security.****wss4j.WSS4JOutInterceptorTest >>>>> >>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.saml.PolicyBasedSamlTest >>>>> >>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.635 >>>>> sec >>>>> Running org.apache.cxf.ws.security.****wss4j.saml.SamlTokenTest >>>>> >>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 >>>>> sec >>>>> >>>>> Results : >>>>> >>>>> Tests in error: >>>>> >>>>> testEncryptedElementsPolicyWit****hCompleteCoverage(org.**apache.** >>>>> cxf.ws.security.wss4j.****PolicyBasedWss4JInOutTest): >>>>> Unresolved compilation problem: >>>>> >>>>> testContentEncryptedElementsPo****licyWithCompleteCoverage(**org.** >>>>> apache.cxf.ws.security.wss4j.****PolicyBasedWss4JInOutTest): >>>>> Unresolved compilation problem: >>>>> >>>>> testEncryptedPartsPolicyWithCo****mpleteCoverage(org.apache.**cxf.** >>>>> ws.security.wss4j.****PolicyBasedWss4JInOutTest): >>>>> Unresolved compilation problem: >>>>> >>>>> testEncryptedSignedPartsWithCo****mpleteCoverage(org.apache.**cxf.** >>>>> ws.security.wss4j.****PolicyBasedWss4JInOutTest): >>>>> Unresolved compilation problem: >>>>> >>>>> testCustomProcessorObject(org.****apache.cxf.ws.security.**wss4j.** >>>>> >>>>> WSS4JInOutTest): >>>>> Unresolved compilation problem: >>>>> >>>>> Tests run: 64, Failures: 0, Errors: 5, Skipped: 0 >>>>> >>>>> [INFO] >>>>> ------------------------------****----------------------------**--** >>>>> ------------ >>>>> [ERROR] BUILD FAILURE >>>>> [INFO] >>>>> ------------------------------****----------------------------**--** >>>>> >>>>> ------------ >>>>> [INFO] There are test failures. >>>>> >>>>> Please refer to >>>>> /Users/amish/Documents/cxf/rt/****ws/security/target/surefire-** >>>>> **reports >>>>> >>>>> for the >>>>> individual test results. >>>>> [INFO] >>>>> ------------------------------****----------------------------**--** >>>>> >>>>> ------------ >>>>> >>>>> >>>>> >>>>> On Thu, Sep 22, 2011 at 4:34 PM, Amish Gandhi >>>>> wrote: >>>>> >>>>> Hi All, >>>>> >>>>>> I have updated to revision 1174448. >>>>>> >>>>>> I have been getting a test failed since yesterday when running mvn >>>>>> install. >>>>>> >>>>>> Am I not supposed to run install? Am I doing something wrong? >>>>>> >>>>>> Thanks, >>>>>> Amish. >>>>>> >>>>>> ------------------------------****------------------------- >>>>>> >>>>>> T E S T S >>>>>> ------------------------------****------------------------- >>>>>> Running org.apache.cxf.jaxws.****CodeFirstTest >>>>>> >>>>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.9= 67 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****CodeFirstWSDLTest >>>>>> >>>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26= 3 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****ConfiguredEndpointTest >>>>>> >>>>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.57= 3 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****EndpointImplTest >>>>>> >>>>>> Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.6 >>>>>> sec >>>>>> <<< >>>>>> FAILURE! >>>>>> testPublishEndpointPermission(****org.apache.cxf.jaxws.**** >>>>>> EndpointImplTest) >>>>>> >>>>>> Time >>>>>> elapsed: 0.302 sec <<< FAILURE! >>>>>> java.lang.AssertionError: Did not throw exception as expected >>>>>> at org.junit.Assert.fail(Assert.****java:91) >>>>>> at >>>>>> org.apache.cxf.jaxws.****EndpointImplTest.** >>>>>> testPublishEndpointPermission(****EndpointImplTest.java:195) >>>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>>> Method) >>>>>> at >>>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>>> NativeMethodAccessorImpl.java:****39) >>>>>> at >>>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>>> DelegatingMethodAccessorImpl.****java:25) >>>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>>> at >>>>>> org.junit.runners.model.****FrameworkMethod$1.**** >>>>>> runReflectiveCall(** >>>>>> FrameworkMethod.java:44) >>>>>> at >>>>>> org.junit.internal.runners.****model.ReflectiveCallable.run(**** >>>>>> ReflectiveCallable.java:15) >>>>>> at >>>>>> org.junit.runners.model.****FrameworkMethod.****invokeExplosively(** >>>>>> FrameworkMethod.java:41) >>>>>> at >>>>>> org.junit.internal.runners.****statements.InvokeMethod.** >>>>>> evaluate(InvokeMethod.java:20) >>>>>> at >>>>>> org.junit.internal.runners.****statements.RunBefores.** >>>>>> evaluate(RunBefores.java:28) >>>>>> at >>>>>> org.junit.internal.runners.****statements.RunAfters.evaluate(**** >>>>>> RunAfters.java:31) >>>>>> at >>>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runNotIgnored(** >>>>>> BlockJUnit4ClassRunner.java:****79) >>>>>> at >>>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>>> BlockJUnit4ClassRunner.java:****71) >>>>>> at >>>>>> org.junit.runners.****BlockJUnit4ClassRunner.****runChild(** >>>>>> BlockJUnit4ClassRunner.java:****49) >>>>>> at org.junit.runners.****ParentRunner$3.run(**** >>>>>> ParentRunner.java:193) >>>>>> at org.junit.runners.****ParentRunner$1.schedule(** >>>>>> ParentRunner.java:52) >>>>>> at org.junit.runners.****ParentRunner.runChildren(** >>>>>> ParentRunner.java:191) >>>>>> at org.junit.runners.****ParentRunner.access$000(** >>>>>> ParentRunner.java:42) >>>>>> at org.junit.runners.****ParentRunner$2.evaluate(** >>>>>> ParentRunner.java:184) >>>>>> at >>>>>> org.junit.internal.runners.****statements.RunBefores.** >>>>>> evaluate(RunBefores.java:28) >>>>>> at org.junit.runners.****ParentRunner.run(ParentRunner.****java:236= ) >>>>>> at >>>>>> org.apache.maven.surefire.****junit4.JUnit4TestSet.execute(**** >>>>>> JUnit4TestSet.java:53) >>>>>> at >>>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.** >>>>>> executeTestSet(JUnit4Provider.****java:123) >>>>>> at >>>>>> org.apache.maven.surefire.****junit4.JUnit4Provider.invoke(**** >>>>>> JUnit4Provider.java:104) >>>>>> at sun.reflect.****NativeMethodAccessorImpl.****invoke0(Native >>>>>> Method) >>>>>> at >>>>>> sun.reflect.****NativeMethodAccessorImpl.****invoke(** >>>>>> NativeMethodAccessorImpl.java:****39) >>>>>> at >>>>>> sun.reflect.****DelegatingMethodAccessorImpl.****invoke(** >>>>>> DelegatingMethodAccessorImpl.****java:25) >>>>>> at java.lang.reflect.Method.****invoke(Method.java:597) >>>>>> at >>>>>> org.apache.maven.surefire.****util.ReflectionUtils.** >>>>>> invokeMethodWithArray(****ReflectionUtils.java:164) >>>>>> at >>>>>> org.apache.maven.surefire.****booter.ProviderFactory$** >>>>>> ProviderProxy.invoke(****ProviderFactory.java:110) >>>>>> at >>>>>> org.apache.maven.surefire.****booter.SurefireStarter.**** >>>>>> invokeProvider(** >>>>>> SurefireStarter.java:172) >>>>>> at >>>>>> org.apache.maven.surefire.****booter.SurefireStarter.** >>>>>> runSuitesInProcessWhenForked(****SurefireStarter.java:104) >>>>>> at >>>>>> org.apache.maven.surefire.****booter.ForkedBooter.main(** >>>>>> ForkedBooter.java:70) >>>>>> Running org.apache.cxf.jaxws.****EndpointReferenceTest >>>>>> >>>>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.5= 35 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****GreeterTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****HeaderTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82= 3 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****JAXWSMethodInvokerTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****JaxWsClientTest >>>>>> >>>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37= 4 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****JaxWsServerFactoryBeanTest >>>>>> >>>>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.69= 2 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****SEIWithJAXBAnnoTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14= 3 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****SOAPBindingTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.10= 5 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****SchemaFirstTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****SchemaFirstXmlConfigTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38= 2 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****ServiceImplTest >>>>>> >>>>>> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.7= 21 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****ServiceModelUtilsTest >>>>>> >>>>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17= 5 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****SoapFaultTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.55= 2 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****URIMappingInterceptorDocLitTes****t >>>>>> >>>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****URIMappingInterceptorRPCTest >>>>>> >>>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.****WrapperClassGeneratorTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 se= c >>>>>> Running org.apache.cxf.jaxws.context.****WebServiceContextImplTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 se= c >>>>>> Running org.apache.cxf.jaxws.dispatch.****DispatchTest >>>>>> >>>>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57= 7 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****** >>>>>> AbstractProtocolHandlerInterce**** >>>>>> >>>>>> ptorTest >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14= 9 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****** >>>>>> AnnotationHandlerChainBuilderT**** >>>>>> >>>>>> est >>>>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12= 4 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****HandlerChainBuilderTest >>>>>> >>>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31= 4 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****HandlerChainInvokerTest >>>>>> >>>>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3= 33 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.*** >>>>>> *InitParamResourceResolverTest >>>>>> >>>>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.*** >>>>>> *LogicalHandlerInterceptorTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****LogicalMessageImplTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02= 4 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.handler.****soap.** >>>>>> >>>>>> SOAPHandlerInterceptorTest >>>>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13= 5 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.header.****HeaderClientServerTest >>>>>> >>>>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.8= 77 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.header.**** >>>>>> ProviderHeaderClientServerTest >>>>>> >>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.10= 2 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.holder.****HolderTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16= 2 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.provider.****ProviderServiceFactoryTest >>>>>> >>>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13= 6 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.provider.****ProviderTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01= 8 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.service.****AnnotationInterceptorTest >>>>>> >>>>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13= 8 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.spi.****ProviderImplTest >>>>>> >>>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 se= c >>>>>> Running org.apache.cxf.jaxws.spring.****SpringBeansTest >>>>>> >>>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.88= 5 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.support.****ContextPropertiesMappingTes= t >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 se= c >>>>>> Running org.apache.cxf.jaxws.support.****JaxWsImplementorInfoTest >>>>>> >>>>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.00= 1 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.support.*** >>>>>> *JaxWsServiceConfigurationTest >>>>>> >>>>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.93= 7 >>>>>> sec >>>>>> Running org.apache.cxf.jaxws.support.****JaxWsServiceFactoryBeanTest >>>>>> >>>>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19= 2 >>>>>> sec >>>>>> >>>>>> Results : >>>>>> >>>>>> Failed tests: >>>>>> testPublishEndpointPermission(****org.apache.cxf.jaxws.**** >>>>>> EndpointImplTest): >>>>>> >>>>>> Did >>>>>> not throw exception as expected >>>>>> >>>>>> Tests run: 213, Failures: 1, Errors: 0, Skipped: 3 >>>>>> >>>>>> [INFO] >>>>>> ------------------------------****----------------------------**--** >>>>>> ------------ >>>>>> [ERROR] BUILD FAILURE >>>>>> [INFO] >>>>>> ------------------------------****----------------------------**--** >>>>>> >>>>>> ------------ >>>>>> [INFO] There are test failures. >>>>>> >>>>>> Please refer to >>>>>> /Users/amish/Documents/cxf/rt/****frontend/jaxws/target/**** >>>>>> surefire-reports >>>>>> >>>>>> for the >>>>>> individual test results. >>>>>> [INFO] >>>>>> ------------------------------****----------------------------**--** >>>>>> >>>>>> ------------ >>>>>> [INFO] For more information, run Maven with the -e switch >>>>>> [INFO] >>>>>> ------------------------------****----------------------------**--** >>>>>> >>>>>> ------------ >>>>>> [INFO] Total time: 7 minutes 37 seconds >>>>>> [INFO] Finished at: Thu Sep 22 16:29:49 PDT 2011 >>>>>> [INFO] Final Memory: 144M/528M >>>>>> [INFO] >>>>>> ------------------------------****----------------------------**--** >>>>>> ------------ >>>>>> gardensparrow:cxf amish$ >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------****--------------- >>>> >>>> Freeman Fang >>>> >>>> FuseSource >>>> Email:ffang@fusesource.com >>>> Web: fusesource.com >>>> Twitter: freemanfang >>>> Blog: http://freemanfang.blogspot.****com >>> **com > >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> > ------------------------------**--------------- > Freeman Fang > > FuseSource > Email:ffang@fusesource.com > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.**com > > > > > > > > > > --90e6ba6e8798e3219b04ae305a98--