Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 92162 invoked from network); 29 Mar 2010 13:26:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Mar 2010 13:26:00 -0000 Received: (qmail 8422 invoked by uid 500); 29 Mar 2010 13:26:00 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 8371 invoked by uid 500); 29 Mar 2010 13:25:59 -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 8363 invoked by uid 99); 29 Mar 2010 13:25:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 13:25:59 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL 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; Mon, 29 Mar 2010 13:25:54 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NwEyE-0007n4-3B for users@cxf.apache.org; Mon, 29 Mar 2010 06:25:34 -0700 Message-ID: <28069257.post@talk.nabble.com> Date: Mon, 29 Mar 2010 06:25:34 -0700 (PDT) From: fahman_dude To: users@cxf.apache.org Subject: Re: Unmarshalling error when using fastinfoset In-Reply-To: <201003242200.31420.dkulp@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: fahman_dude@hotmail.com References: <28015923.post@talk.nabble.com> <201003242200.31420.dkulp@apache.org> Hello, please find attached eclipse test project. Its got maven config so, normally, running "mvn install" should be sufficient to generate, compile and run unittest. For those of you opening the project in eclipse BEFORE running maven, don't worry about compilation errors! This is because the webservice is intended contract-first and missing classes causing compilation errors will be generated by wsdl2java when running maven. I have stripped and simplified a lot of things from my real use case, but I still get the same exception I reported even with this simplified example. http://old.nabble.com/file/p28069257/cxf.jaxws.infoset.twoway.mep.test.zip cxf.jaxws.infoset.twoway.mep.test.zip dkulp wrote: > > > Any chance you could create a small test case for this? I did a LOT of > testing and benchmarking with FastInfoset for 2.2.7 so I know it works for > some use cases. > > On Wednesday 24 March 2010 10:43:46 am fahman_dude wrote: >> Hi, >> >> I have a webservice operation that returns primitive "string". I call >> this >> very same operation in three different ways: 1. without any sort of >> compression; 2. with mtom compression 3. with fastinfoset compression. >> >> The no compression call and mtom compression call works but fastinfoset >> call fails with this exception: >> >> 15:24:49,328 DEBUG [main] apache.cxf.phase.PhaseInterceptorChain (240) >> - Invoking handleMessage on interceptor >> ... >> 21) Caused by: java.lang.AssertionError >> at com.sun.xml.bind.v2.util.QNameMap.getEntry(QNameMap.java:460) > -- View this message in context: http://old.nabble.com/Unmarshalling-error-when-using-fastinfoset-tp28015923p28069257.html Sent from the cxf-user mailing list archive at Nabble.com.