Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 72641 invoked from network); 6 Aug 2008 13:16:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 13:16:33 -0000 Received: (qmail 85968 invoked by uid 500); 6 Aug 2008 13:16:30 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 85781 invoked by uid 500); 6 Aug 2008 13:16:30 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 85770 invoked by uid 99); 6 Aug 2008 13:16:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 06:16:30 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 13:15:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KQiru-0001ip-8X for users@cxf.apache.org; Wed, 06 Aug 2008 06:15:58 -0700 Message-ID: <18850960.post@talk.nabble.com> Date: Wed, 6 Aug 2008 06:15:58 -0700 (PDT) From: Christian Schuhegger To: users@cxf.apache.org Subject: Status of simple frontend in CXF 2.1.1? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Christian.Schuhegger@gmx.de X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am trying to get a simple test running for 2 days now and originally I thought I am doing something wrong. But now I've downloaded the CXF 2.1.1 source distribution and I built it myself. It builds fine with a > mvn -DskipTests If I change into the directory cxf/rt/frontend/simple and I run the tests there I get the result: Tests run: 15, Failures: 0, Errors: 12, Skipped: 0 Specifically I took the test: cxf/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/RountripTest.java and executed it alone in a separate clean eclipse workspace. In the form it is it works fine, but If I add a last line: assertEquals("hello", client.echo("hello")); I get a test failure. The root cause seems to be that the message is not correctly deserialized on the receiving side. There I constantly get null values as input to any methods that I tried to get running. Here is the log output before the echo method is invoked with a null input: -- snip start -- [INFO ][14:52:00.288][o.a.c.i.LoggingOutInterceptor ] : Outbound Message --------------------------- Encoding: UTF-8 Headers: {SOAPAction=[""]} Messages: Payload: hello -- snip end -- The same behaviour I experienced with any tests I performed with the simple server and the AegisDatabinding. All input parameters are set to null, even if values are in the Payload. Can anybody reproduce this problem? Or do I have some problem in my environment? Thanks, -- Christian Schuhegger http://www.el-chef.de/ -- View this message in context: http://www.nabble.com/Status-of-simple-frontend-in-CXF-2.1.1--tp18850960p18850960.html Sent from the cxf-user mailing list archive at Nabble.com.