Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 97400 invoked from network); 9 Oct 2007 04:49:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 04:49:34 -0000 Received: (qmail 12236 invoked by uid 500); 9 Oct 2007 04:49:22 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 12181 invoked by uid 500); 9 Oct 2007 04:49:21 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 12172 invoked by uid 99); 9 Oct 2007 04:49:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 21:49:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeff.yu@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 04:49:24 +0000 X-IronPort-AV: E=Sophos;i="4.21,246,1188792000"; d="scan'208";a="6093369" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 09 Oct 2007 00:47:05 -0400 Received: from [10.129.9.187] ([10.129.9.187]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Tue, 9 Oct 2007 00:47:04 -0400 Message-ID: <470B0661.2090403@iona.com> Date: Tue, 09 Oct 2007 12:41:05 +0800 From: "Jeff.Yu" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: svn commit: r583017 - /incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java References: <20071009002704.DFF3C1A9832@eris.apache.org> <470AE48B.6080006@iona.com> <1191903953.925.10.camel@gmazza-desktop> In-Reply-To: <1191903953.925.10.camel@gmazza-desktop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Oct 2007 04:47:05.0323 (UTC) FILETIME=[70DB73B0:01C80A2F] X-Virus-Checked: Checked by ClamAV on apache.org Hi, Glen Are you building it under cxf trunk or cxf-2.0.3 branch? From the error stack, I would say you didn't use the latest jca-module code. Can you check the CXFConnectionRequestInfo class? it should have the empty constructor with latest version. Thanks Jeff Glen Mazza wrote: > There is already another test in this same file ignored for the same > reason. Dan said he doesn't know what the problem is with this one, > it's an intermittent Linux problem that I'm also experiencing with > Ubuntu Linux 7.0.4. > > Now that I know how to keep the tests running even if there is an error, > I'll remove "ignore" in a few minutes. I don't need it anymore. > > Next problem, though, running mvn test in the systests is giving me this > failure: > > [INFO] Error for project: Apache CXF System Tests (during test) > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/gmazza/netbeanswork/CXF-TRNK2/trunk/systests/src/test/java/org/apache/cxf/systest/jca/OutBoundConnectionTest.java:[107,47] cannot find symbol > symbol : constructor CXFConnectionRequestInfo() > location: class org.apache.cxf.jca.cxf.CXFConnectionRequestInfo > > /home/gmazza/netbeanswork/CXF-TRNK2/trunk/systests/src/test/java/org/apache/cxf/systest/jca/OutBoundConnectionTest.java:[108,19] cannot find symbol > symbol : method > setInterface(java.lang.Class) > location: class org.apache.cxf.jca.cxf.CXFConnectionRequestInfo > > /home/gmazza/netbeanswork/CXF-TRNK2/trunk/systests/src/test/java/org/apache/cxf/systest/jca/OutBoundConnectionTest.java:[109,19] cannot find symbol > symbol : method setAddress(java.lang.String) > location: class org.apache.cxf.jca.cxf.CXFConnectionRequestInfo > > Does anyone know what (if anything) I'm doing wrong to cause this to > occur? Is there some external library I need to download? > > Thanks, > Glen > > > Am Dienstag, den 09.10.2007, 10:16 +0800 schrieb Bozhong Lin: > >> Hi Glen, >> >> Do you plan to revisit this later? I never experienced this test hang on >> SUSE Linux. Instead of ignoring this test, we should fix the test if >> there is any issue. >> >> Cheers, >> Bo >> >> gmazza@apache.org wrote: >> >>> Author: gmazza >>> Date: Mon Oct 8 17:27:03 2007 >>> New Revision: 583017 >>> >>> URL: http://svn.apache.org/viewvc?rev=583017&view=rev >>> Log: >>> Test commit; ignoring one of the tests (does not work with Linux). >>> >>> Modified: >>> incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java >>> >>> Modified: incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java >>> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java?rev=583017&r1=583016&r2=583017&view=diff >>> ============================================================================== >>> --- incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java (original) >>> +++ incubator/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/RoundTripTest.java Mon Oct 8 17:27:03 2007 >>> @@ -100,6 +100,7 @@ >>> assertEquals("test", echo.echo("test")); >>> } >>> @Test >>> + @Ignore("Seems to randomly hang on Linux") >>> public void testUsernameToken() throws Exception { >>> String actions = WSHandlerConstants.ENCRYPT + " " + WSHandlerConstants.SIGNATURE + " " >>> + WSHandlerConstants.TIMESTAMP + " " + WSHandlerConstants.USERNAME_TOKEN; >>> >>> >>> > >